Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pgcli: update to 4.0.1.
@ 2023-12-11 18:43 TinfoilSubmarine
  2023-12-11 22:37 ` [PR PATCH] [Updated] " TinfoilSubmarine
  2023-12-18 16:14 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: TinfoilSubmarine @ 2023-12-11 18:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1234 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/47694

pgcli: update to 4.0.1.
<!-- 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/47694.patch is attached

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

From afaae41a81c5861d69281c94f91185afe1dc6644 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 11 Dec 2023 13:26:01 -0500
Subject: [PATCH 1/4] python3-wcwidth: update to 0.2.12.

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

diff --git a/srcpkgs/python3-wcwidth/template b/srcpkgs/python3-wcwidth/template
index e96c6f9b0281a..4cc8e8d0f0de6 100644
--- a/srcpkgs/python3-wcwidth/template
+++ b/srcpkgs/python3-wcwidth/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-wcwidth'
 pkgname=python3-wcwidth
-version=0.2.8
+version=0.2.12
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/jquast/wcwidth"
 distfiles="${PYPI_SITE}/w/wcwidth/wcwidth-${version}.tar.gz"
-checksum=8705c569999ffbb4f6a87c6d1b80f324bd6db952f5eb0b95bc07517f4c1813d4
+checksum=f01c104efdf57971bcb756f054dd58ddec5204dd15fa31d6503ea57947d97c02
 
 post_install() {
 	vlicense LICENSE

From d1c160301591507fb87c4d8cf855401ac4fef7f6 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 11 Dec 2023 13:25:53 -0500
Subject: [PATCH 2/4] python3-psycopg: update to 3.1.14.

---
 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 a03459908b426..4d63acca0b03f 100644
--- a/srcpkgs/python3-psycopg/template
+++ b/srcpkgs/python3-psycopg/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psycopg'
 pkgname=python3-psycopg
-version=3.1.4
-revision=2
+version=3.1.14
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
@@ -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=6874dbaba583cc6663437604bf45f7c244b5fd702f88af6211cd5a74e8ee3a8a
+checksum=7a63249f52e9c312d2d3978df5f170d21a0defd3a0c950d7859d226b7cfbfad5
 make_check=no # requires running postgres server on system

From 40de1762de100951c203ae7cf44a4aba81a0bfa2 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 11 Dec 2023 13:25:57 -0500
Subject: [PATCH 3/4] python3-sqlparse: update to 0.4.4.

---
 srcpkgs/python3-sqlparse/template | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/python3-sqlparse/template b/srcpkgs/python3-sqlparse/template
index b4024430ad092..d5f1b24fec59b 100644
--- a/srcpkgs/python3-sqlparse/template
+++ b/srcpkgs/python3-sqlparse/template
@@ -1,21 +1,18 @@
 # Template file for 'python3-sqlparse'
 pkgname=python3-sqlparse
-version=0.3.0
-revision=7
-build_style=python3-module
-hostmakedepends="python3-setuptools"
-depends="python3-setuptools"
+version=0.4.4
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-flit_core"
+depends="python3"
 checkdepends="python3-pytest"
 short_desc="Non-validating SQL parser for Python3"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/andialbrecht/sqlparse"
 distfiles="${PYPI_SITE}/s/sqlparse/sqlparse-${version}.tar.gz"
-checksum=7c3dca29c022744e95b547e867cee89f4fce4373f3549ccd8797d8eb52cdb873
+checksum=d446183e84b8349fa3061f0fe7f06ca94ba65b426946ffebe6e3e8295332420c
 alternatives="sqlparse:sqlformat:/usr/bin/sqlformat3"
-# sys.stdout.encoding = 'utf-8' AttributeError: readonly attribute
-# will be fixed in 0.4.0
-make_check=no
 
 post_install() {
 	mv ${DESTDIR}/usr/bin/sqlformat{,3}

From aca3b3eb1ddcf58c920ac0dd8b6e7d6f56a321b9 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 11 Dec 2023 13:25:46 -0500
Subject: [PATCH 4/4] pgcli: update to 4.0.1.

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

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index f56a0dde7fe59..5e3f55868732a 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,7 +1,7 @@
 # Template file for 'pgcli'
 pkgname=pgcli
-version=3.5.0
-revision=3
+version=4.0.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit
@@ -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=cc448d95159fc0903d36182992778a096eda5752d660d47671383c8e2bf633f1
+checksum=f2feea2099ce1ad5e8a9d5d93b0edaf60dc61e97b21b75e91d9723939ce53bd2
 make_check=no # pgcli tests require a PostgreSQL server; skip them.
 
 post_install() {

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

* Re: [PR PATCH] [Updated] pgcli: update to 4.0.1.
  2023-12-11 18:43 [PR PATCH] pgcli: update to 4.0.1 TinfoilSubmarine
@ 2023-12-11 22:37 ` TinfoilSubmarine
  2023-12-18 16:14 ` [PR PATCH] [Merged]: " Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: TinfoilSubmarine @ 2023-12-11 22:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1239 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/47694

pgcli: update to 4.0.1.
<!-- 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/47694.patch is attached

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

From eaf62a54cd5b9e61a69b054b541c034a8f9678b2 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 11 Dec 2023 13:26:01 -0500
Subject: [PATCH 1/4] python3-wcwidth: update to 0.2.12.

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

diff --git a/srcpkgs/python3-wcwidth/template b/srcpkgs/python3-wcwidth/template
index e96c6f9b0281a..4cc8e8d0f0de6 100644
--- a/srcpkgs/python3-wcwidth/template
+++ b/srcpkgs/python3-wcwidth/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-wcwidth'
 pkgname=python3-wcwidth
-version=0.2.8
+version=0.2.12
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/jquast/wcwidth"
 distfiles="${PYPI_SITE}/w/wcwidth/wcwidth-${version}.tar.gz"
-checksum=8705c569999ffbb4f6a87c6d1b80f324bd6db952f5eb0b95bc07517f4c1813d4
+checksum=f01c104efdf57971bcb756f054dd58ddec5204dd15fa31d6503ea57947d97c02
 
 post_install() {
 	vlicense LICENSE

From a1554b4d5083a40c5b824287bc095f66dd140cdc Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 11 Dec 2023 13:25:53 -0500
Subject: [PATCH 2/4] python3-psycopg: update to 3.1.14.

---
 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 a03459908b426..4d63acca0b03f 100644
--- a/srcpkgs/python3-psycopg/template
+++ b/srcpkgs/python3-psycopg/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-psycopg'
 pkgname=python3-psycopg
-version=3.1.4
-revision=2
+version=3.1.14
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
@@ -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=6874dbaba583cc6663437604bf45f7c244b5fd702f88af6211cd5a74e8ee3a8a
+checksum=7a63249f52e9c312d2d3978df5f170d21a0defd3a0c950d7859d226b7cfbfad5
 make_check=no # requires running postgres server on system

From e4730f29acdbcc0443c0679feab3fdb506f6d004 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 11 Dec 2023 13:25:57 -0500
Subject: [PATCH 3/4] python3-sqlparse: update to 0.4.4.

---
 srcpkgs/python3-sqlparse/template | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/python3-sqlparse/template b/srcpkgs/python3-sqlparse/template
index b4024430ad092..d5f1b24fec59b 100644
--- a/srcpkgs/python3-sqlparse/template
+++ b/srcpkgs/python3-sqlparse/template
@@ -1,21 +1,18 @@
 # Template file for 'python3-sqlparse'
 pkgname=python3-sqlparse
-version=0.3.0
-revision=7
-build_style=python3-module
-hostmakedepends="python3-setuptools"
-depends="python3-setuptools"
+version=0.4.4
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-flit_core"
+depends="python3"
 checkdepends="python3-pytest"
 short_desc="Non-validating SQL parser for Python3"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/andialbrecht/sqlparse"
 distfiles="${PYPI_SITE}/s/sqlparse/sqlparse-${version}.tar.gz"
-checksum=7c3dca29c022744e95b547e867cee89f4fce4373f3549ccd8797d8eb52cdb873
+checksum=d446183e84b8349fa3061f0fe7f06ca94ba65b426946ffebe6e3e8295332420c
 alternatives="sqlparse:sqlformat:/usr/bin/sqlformat3"
-# sys.stdout.encoding = 'utf-8' AttributeError: readonly attribute
-# will be fixed in 0.4.0
-make_check=no
 
 post_install() {
 	mv ${DESTDIR}/usr/bin/sqlformat{,3}

From 1e49a3901752663060213a8d591dd110d19aa5c6 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 11 Dec 2023 13:25:46 -0500
Subject: [PATCH 4/4] pgcli: update to 4.0.1.

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

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index f56a0dde7fe59..5e3f55868732a 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,7 +1,7 @@
 # Template file for 'pgcli'
 pkgname=pgcli
-version=3.5.0
-revision=3
+version=4.0.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit
@@ -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=cc448d95159fc0903d36182992778a096eda5752d660d47671383c8e2bf633f1
+checksum=f2feea2099ce1ad5e8a9d5d93b0edaf60dc61e97b21b75e91d9723939ce53bd2
 make_check=no # pgcli tests require a PostgreSQL server; skip them.
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: pgcli: update to 4.0.1.
  2023-12-11 18:43 [PR PATCH] pgcli: update to 4.0.1 TinfoilSubmarine
  2023-12-11 22:37 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2023-12-18 16:14 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-12-18 16:14 UTC (permalink / raw)
  To: ml

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

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

pgcli: update to 4.0.1.
https://github.com/void-linux/void-packages/pull/47694

Description:
<!-- 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] 3+ messages in thread

end of thread, other threads:[~2023-12-18 16:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-11 18:43 [PR PATCH] pgcli: update to 4.0.1 TinfoilSubmarine
2023-12-11 22:37 ` [PR PATCH] [Updated] " TinfoilSubmarine
2023-12-18 16:14 ` [PR PATCH] [Merged]: " Duncaen

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).