Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pgcli: update to 4.1.0.
@ 2024-05-11  2:32 TinfoilSubmarine
  2024-05-11 19:05 ` natrys
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: TinfoilSubmarine @ 2024-05-11  2:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1306 bytes --]

There is a new pull request by TinfoilSubmarine against master on the void-packages repository

https://github.com/TinfoilSubmarine/void-packages maint/pgcli
https://github.com/void-linux/void-packages/pull/50274

pgcli: update to 4.1.0.
- **python3-psycopg: update to 3.1.19.**
- **pgcli: update to 4.1.0.**

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/50274.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/pgcli-50274.patch --]
[-- Type: text/x-diff, Size: 2200 bytes --]

From 2f6cff3f9544afae9747743020168641ad19eb87 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 10 May 2024 22:14:19 -0400
Subject: [PATCH 1/2] python3-psycopg: update to 3.1.19.

---
 srcpkgs/python3-psycopg/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-psycopg/template b/srcpkgs/python3-psycopg/template
index 4d63acca0b03f8..cf253948f977c5 100644
--- a/srcpkgs/python3-psycopg/template
+++ b/srcpkgs/python3-psycopg/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-psycopg'
 pkgname=python3-psycopg
-version=3.1.14
+version=3.1.19
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,5 +11,5 @@ license="LGPL-3.0-or-later"
 homepage="https://www.psycopg.org"
 changelog="https://raw.githubusercontent.com/psycopg/psycopg/master/docs/news.rst"
 distfiles="${PYPI_SITE}/p/psycopg/psycopg-${version}.tar.gz"
-checksum=7a63249f52e9c312d2d3978df5f170d21a0defd3a0c950d7859d226b7cfbfad5
+checksum=92d7b78ad82426cdcf1a0440678209faa890c6e1721361c2f8901f0dccd62961
 make_check=no # requires running postgres server on system

From bd21fc6e00a6dcc9377398e79fd51e658db44e7d Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 10 May 2024 22:14:25 -0400
Subject: [PATCH 2/2] pgcli: update to 4.1.0.

---
 srcpkgs/pgcli/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index 5e3f55868732ab..1001a09f118366 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,6 +1,6 @@
 # Template file for 'pgcli'
 pkgname=pgcli
-version=4.0.1
+version=4.1.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -13,7 +13,7 @@ license="BSD-3-Clause"
 homepage="https://www.pgcli.com"
 changelog="https://raw.githubusercontent.com/dbcli/pgcli/main/changelog.rst"
 distfiles="${PYPI_SITE}/p/pgcli/pgcli-${version}.tar.gz"
-checksum=f2feea2099ce1ad5e8a9d5d93b0edaf60dc61e97b21b75e91d9723939ce53bd2
+checksum=3fd16c8b51bd0145ff618c2c73264bcd854ba866aa206d4f076851f641b9b215
 make_check=no # pgcli tests require a PostgreSQL server; skip them.
 
 post_install() {

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: pgcli: update to 4.1.0.
  2024-05-11  2:32 [PR PATCH] pgcli: update to 4.1.0 TinfoilSubmarine
@ 2024-05-11 19:05 ` natrys
  2024-05-12 14:24 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: natrys @ 2024-05-11 19:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2326 bytes --]

New comment by natrys on void-packages repository

https://github.com/void-linux/void-packages/pull/50274#issuecomment-2105994142

Comment:
```
λ pgcli -h localhost -U postgres
Traceback (most recent call last):
  File "/usr/bin/pgcli", line 33, in <module>
    sys.exit(load_entry_point('pgcli==4.1.0', 'console_scripts', 'pgcli')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/pgcli", line 25, in importlib_load_entry_point
    return next(matches).load()
           ^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 205, in load
    module = import_module(match.group('module'))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 995, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/usr/lib/python3.12/site-packages/pgcli/main.py", line 2, in <module>
    from pgspecial.namedqueries import NamedQueries
  File "/usr/lib/python3.12/site-packages/pgspecial/__init__.py", line 13, in <module>
    from . import iocommands
  File "/usr/lib/python3.12/site-packages/pgspecial/iocommands.py", line 9, in <module>
    import psycopg
  File "/usr/lib/python3.12/site-packages/psycopg/__init__.py", line 9, in <module>
    from . import pq  # noqa: F401 import early to stabilize side effects
    ^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/psycopg/pq/__init__.py", line 16, in <module>
    from . import abc
  File "/usr/lib/python3.12/site-packages/psycopg/pq/abc.py", line 9, in <module>
    from typing_extensions import TypeAlias
ModuleNotFoundError: No module named 'typing_extensions'
```

Seems like pgcli needs `python3-typing_extensions` in the dependency (current version is also broken)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] pgcli: update to 4.1.0.
  2024-05-11  2:32 [PR PATCH] pgcli: update to 4.1.0 TinfoilSubmarine
  2024-05-11 19:05 ` natrys
@ 2024-05-12 14:24 ` TinfoilSubmarine
  2024-05-12 14:26 ` TinfoilSubmarine
  2024-05-14 17:17 ` [PR PATCH] [Merged]: " cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: TinfoilSubmarine @ 2024-05-12 14:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1311 bytes --]

There is an updated pull request by TinfoilSubmarine against master on the void-packages repository

https://github.com/TinfoilSubmarine/void-packages maint/pgcli
https://github.com/void-linux/void-packages/pull/50274

pgcli: update to 4.1.0.
- **python3-psycopg: update to 3.1.19.**
- **pgcli: update to 4.1.0.**

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/50274.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/pgcli-50274.patch --]
[-- Type: text/x-diff, Size: 2345 bytes --]

From d35a3f07a1acc05b52840c9a77f4a2ed52f89b14 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 10 May 2024 22:14:19 -0400
Subject: [PATCH 1/2] python3-psycopg: update to 3.1.19.

---
 srcpkgs/python3-psycopg/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-psycopg/template b/srcpkgs/python3-psycopg/template
index 4d63acca0b03f8..6c344ac6098a6e 100644
--- a/srcpkgs/python3-psycopg/template
+++ b/srcpkgs/python3-psycopg/template
@@ -1,15 +1,15 @@
 # Template file for 'python3-psycopg'
 pkgname=python3-psycopg
-version=3.1.14
+version=3.1.19
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3"
+depends="python3-typing_extensions"
 short_desc="PostgreSQL database adapter for Python"
 maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
 license="LGPL-3.0-or-later"
 homepage="https://www.psycopg.org"
 changelog="https://raw.githubusercontent.com/psycopg/psycopg/master/docs/news.rst"
 distfiles="${PYPI_SITE}/p/psycopg/psycopg-${version}.tar.gz"
-checksum=7a63249f52e9c312d2d3978df5f170d21a0defd3a0c950d7859d226b7cfbfad5
+checksum=92d7b78ad82426cdcf1a0440678209faa890c6e1721361c2f8901f0dccd62961
 make_check=no # requires running postgres server on system

From d0f3354ff915bc85a98a005a7cbbc6fe9048f2a4 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 10 May 2024 22:14:25 -0400
Subject: [PATCH 2/2] pgcli: update to 4.1.0.

---
 srcpkgs/pgcli/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index 5e3f55868732ab..1001a09f118366 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,6 +1,6 @@
 # Template file for 'pgcli'
 pkgname=pgcli
-version=4.0.1
+version=4.1.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -13,7 +13,7 @@ license="BSD-3-Clause"
 homepage="https://www.pgcli.com"
 changelog="https://raw.githubusercontent.com/dbcli/pgcli/main/changelog.rst"
 distfiles="${PYPI_SITE}/p/pgcli/pgcli-${version}.tar.gz"
-checksum=f2feea2099ce1ad5e8a9d5d93b0edaf60dc61e97b21b75e91d9723939ce53bd2
+checksum=3fd16c8b51bd0145ff618c2c73264bcd854ba866aa206d4f076851f641b9b215
 make_check=no # pgcli tests require a PostgreSQL server; skip them.
 
 post_install() {

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: pgcli: update to 4.1.0.
  2024-05-11  2:32 [PR PATCH] pgcli: update to 4.1.0 TinfoilSubmarine
  2024-05-11 19:05 ` natrys
  2024-05-12 14:24 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2024-05-12 14:26 ` TinfoilSubmarine
  2024-05-14 17:17 ` [PR PATCH] [Merged]: " cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: TinfoilSubmarine @ 2024-05-12 14:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2474 bytes --]

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/50274#issuecomment-2106265217

Comment:
> ```
> λ pgcli -h localhost -U postgres
> Traceback (most recent call last):
>   File "/usr/bin/pgcli", line 33, in <module>
>     sys.exit(load_entry_point('pgcli==4.1.0', 'console_scripts', 'pgcli')())
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/bin/pgcli", line 25, in importlib_load_entry_point
>     return next(matches).load()
>            ^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.12/importlib/metadata/__init__.py", line 205, in load
>     module = import_module(match.group('module'))
>              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.12/importlib/__init__.py", line 90, in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
>            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>   File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
>   File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
>   File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
>   File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 995, in exec_module
>   File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
>   File "/usr/lib/python3.12/site-packages/pgcli/main.py", line 2, in <module>
>     from pgspecial.namedqueries import NamedQueries
>   File "/usr/lib/python3.12/site-packages/pgspecial/__init__.py", line 13, in <module>
>     from . import iocommands
>   File "/usr/lib/python3.12/site-packages/pgspecial/iocommands.py", line 9, in <module>
>     import psycopg
>   File "/usr/lib/python3.12/site-packages/psycopg/__init__.py", line 9, in <module>
>     from . import pq  # noqa: F401 import early to stabilize side effects
>     ^^^^^^^^^^^^^^^^
>   File "/usr/lib/python3.12/site-packages/psycopg/pq/__init__.py", line 16, in <module>
>     from . import abc
>   File "/usr/lib/python3.12/site-packages/psycopg/pq/abc.py", line 9, in <module>
>     from typing_extensions import TypeAlias
> ModuleNotFoundError: No module named 'typing_extensions'
> ```
> 
> Seems like pgcli needs `python3-typing_extensions` in the dependency (current version is also broken)

Thanks, actually `python3-psycopg` needed that dependency.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: pgcli: update to 4.1.0.
  2024-05-11  2:32 [PR PATCH] pgcli: update to 4.1.0 TinfoilSubmarine
                   ` (2 preceding siblings ...)
  2024-05-12 14:26 ` TinfoilSubmarine
@ 2024-05-14 17:17 ` cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2024-05-14 17:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1133 bytes --]

There's a merged pull request on the void-packages repository

pgcli: update to 4.1.0.
https://github.com/void-linux/void-packages/pull/50274

Description:
- **python3-psycopg: update to 3.1.19.**
- **pgcli: update to 4.1.0.**

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-05-14 17:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-11  2:32 [PR PATCH] pgcli: update to 4.1.0 TinfoilSubmarine
2024-05-11 19:05 ` natrys
2024-05-12 14:24 ` [PR PATCH] [Updated] " TinfoilSubmarine
2024-05-12 14:26 ` TinfoilSubmarine
2024-05-14 17:17 ` [PR PATCH] [Merged]: " cinerea0

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).