Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pgcli: update to 3.4.1, adopt.
@ 2022-04-19 18:07 TinfoilSubmarine
  2022-04-19 18:09 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: TinfoilSubmarine @ 2022-04-19 18:07 UTC (permalink / raw)
  To: ml

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

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

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

pgcli: update to 3.4.1, adopt.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/36768.patch is attached

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

From 40f29906c1c3dedbef3de0b9b2ad50b4b326134b Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 19 Apr 2022 13:56:35 -0400
Subject: [PATCH 1/2] python3-pgspecial: update to 1.13.1, adopt.

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

diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template
index e0279616a906..b110c6a8b8d2 100644
--- a/srcpkgs/python3-pgspecial/template
+++ b/srcpkgs/python3-pgspecial/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pgspecial'
 pkgname=python3-pgspecial
-version=1.11.9
-revision=4
+version=1.13.1
+revision=1
 wrksrc="pgspecial-${version}"
 build_style=python3-module
 pycompile_module="pgspecial"
@@ -9,16 +9,13 @@ hostmakedepends="python3-setuptools"
 depends="python3-click python3-sqlparse python3-psycopg2"
 checkdepends="${depends} python3-pytest"
 short_desc="Meta-commands handler for PostgreSQL"
-maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
 license="BSD-3-Clause"
 homepage="https://www.dbcli.com"
+changelog="https://raw.githubusercontent.com/dbcli/pgspecial/main/changelog.rst"
 distfiles="${PYPI_SITE}/p/pgspecial/pgspecial-${version}.tar.gz"
-checksum=77f8651450ccbde7d3036cfe93486a4eeeb5ade28d1ebc4b2ba186fea0023c56
-
-do_check() {
-	# pgspecial tests require a PostgreSQL server; skip them.
-	:
-}
+checksum=d5dab96690908275916dc2c622efae217f142e08165fa366949d41cbc5658701
+make_check=no # pgspecial tests require a PostgreSQL server; skip them.
 
 post_install() {
 	vlicense License.txt

From 2856becb66c6f7435047aab7f7b5bc15134c189a Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 19 Apr 2022 13:53:22 -0400
Subject: [PATCH 2/2] pgcli: update to 3.4.1, adopt.

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

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index 0ff6f5079c4d..f61fff9b9356 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,6 +1,6 @@
 # Template file for 'pgcli'
 pkgname=pgcli
-version=3.4.0
+version=3.4.1
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -8,12 +8,12 @@ depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit
  python3-psycopg2 python3-sqlparse python3-configobj python3-pendulum
  python3-cli_helpers python3-setproctitle"
 short_desc="PostgreSQL CLI with autocompletion and syntax highlighting"
-maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
 license="BSD-3-Clause"
 homepage="https://www.pgcli.com"
-changelog="https://github.com/dbcli/pgcli/blob/main/changelog.rst"
+changelog="https://raw.githubusercontent.com/dbcli/pgspecial/main/changelog.rst"
 distfiles="${PYPI_SITE}/p/pgcli/pgcli-${version}.tar.gz"
-checksum=d566c6eda99aad1a27680bdfd74657e25bc0586d04eaf0b1626bb58bde75cfb6
+checksum=f03930187e27d60df658ca8a04fb601ec5d7476c735f2b1542c6adec5cac8fe2
 make_check=no # pgcli tests require a PostgreSQL server; skip them.
 
 post_install() {

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

* Re: [PR PATCH] [Updated] pgcli: update to 3.4.1, adopt.
  2022-04-19 18:07 [PR PATCH] pgcli: update to 3.4.1, adopt TinfoilSubmarine
@ 2022-04-19 18:09 ` TinfoilSubmarine
  2022-05-07 21:39 ` [PR REVIEW] " paper42
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: TinfoilSubmarine @ 2022-04-19 18:09 UTC (permalink / raw)
  To: ml

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

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

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

pgcli: update to 3.4.1, adopt.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/36768.patch is attached

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

From 8174b8d5f320cbf8499caf8b7ea822eb2b071c72 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 19 Apr 2022 13:56:35 -0400
Subject: [PATCH 1/2] python3-pgspecial: update to 1.13.1, adopt.

---
 srcpkgs/python3-pgspecial/template | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template
index e0279616a906..8d52e1238aa2 100644
--- a/srcpkgs/python3-pgspecial/template
+++ b/srcpkgs/python3-pgspecial/template
@@ -1,24 +1,20 @@
 # Template file for 'python3-pgspecial'
 pkgname=python3-pgspecial
-version=1.11.9
-revision=4
+version=1.13.1
+revision=1
 wrksrc="pgspecial-${version}"
 build_style=python3-module
-pycompile_module="pgspecial"
 hostmakedepends="python3-setuptools"
 depends="python3-click python3-sqlparse python3-psycopg2"
 checkdepends="${depends} python3-pytest"
 short_desc="Meta-commands handler for PostgreSQL"
-maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
 license="BSD-3-Clause"
 homepage="https://www.dbcli.com"
+changelog="https://raw.githubusercontent.com/dbcli/pgspecial/main/changelog.rst"
 distfiles="${PYPI_SITE}/p/pgspecial/pgspecial-${version}.tar.gz"
-checksum=77f8651450ccbde7d3036cfe93486a4eeeb5ade28d1ebc4b2ba186fea0023c56
-
-do_check() {
-	# pgspecial tests require a PostgreSQL server; skip them.
-	:
-}
+checksum=d5dab96690908275916dc2c622efae217f142e08165fa366949d41cbc5658701
+make_check=no # pgspecial tests require a PostgreSQL server; skip them.
 
 post_install() {
 	vlicense License.txt

From 57e92360744f297332b695d6d2b069ab598d4efa Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 19 Apr 2022 13:53:22 -0400
Subject: [PATCH 2/2] pgcli: update to 3.4.1, adopt.

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

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index 0ff6f5079c4d..f61fff9b9356 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,6 +1,6 @@
 # Template file for 'pgcli'
 pkgname=pgcli
-version=3.4.0
+version=3.4.1
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -8,12 +8,12 @@ depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit
  python3-psycopg2 python3-sqlparse python3-configobj python3-pendulum
  python3-cli_helpers python3-setproctitle"
 short_desc="PostgreSQL CLI with autocompletion and syntax highlighting"
-maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
 license="BSD-3-Clause"
 homepage="https://www.pgcli.com"
-changelog="https://github.com/dbcli/pgcli/blob/main/changelog.rst"
+changelog="https://raw.githubusercontent.com/dbcli/pgspecial/main/changelog.rst"
 distfiles="${PYPI_SITE}/p/pgcli/pgcli-${version}.tar.gz"
-checksum=d566c6eda99aad1a27680bdfd74657e25bc0586d04eaf0b1626bb58bde75cfb6
+checksum=f03930187e27d60df658ca8a04fb601ec5d7476c735f2b1542c6adec5cac8fe2
 make_check=no # pgcli tests require a PostgreSQL server; skip them.
 
 post_install() {

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

* Re: [PR REVIEW] pgcli: update to 3.4.1, adopt.
  2022-04-19 18:07 [PR PATCH] pgcli: update to 3.4.1, adopt TinfoilSubmarine
  2022-04-19 18:09 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2022-05-07 21:39 ` paper42
  2022-05-08  0:05 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-05-07 21:39 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36768#discussion_r867397648

Comment:
```suggestion
changelog="https://raw.githubusercontent.com/dbcli/pgcli/main/changelog.rst"
```

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

* Re: [PR REVIEW] pgcli: update to 3.4.1, adopt.
  2022-04-19 18:07 [PR PATCH] pgcli: update to 3.4.1, adopt TinfoilSubmarine
                   ` (2 preceding siblings ...)
  2022-05-08  0:05 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2022-05-08  0:05 ` TinfoilSubmarine
  2022-05-08 20:40 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: TinfoilSubmarine @ 2022-05-08  0:05 UTC (permalink / raw)
  To: ml

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

New review comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/36768#discussion_r867412690

Comment:
Oops, thanks!

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

* Re: [PR PATCH] [Updated] pgcli: update to 3.4.1, adopt.
  2022-04-19 18:07 [PR PATCH] pgcli: update to 3.4.1, adopt TinfoilSubmarine
  2022-04-19 18:09 ` [PR PATCH] [Updated] " TinfoilSubmarine
  2022-05-07 21:39 ` [PR REVIEW] " paper42
@ 2022-05-08  0:05 ` TinfoilSubmarine
  2022-05-08  0:05 ` [PR REVIEW] " TinfoilSubmarine
  2022-05-08 20:40 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: TinfoilSubmarine @ 2022-05-08  0:05 UTC (permalink / raw)
  To: ml

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

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

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

pgcli: update to 3.4.1, adopt.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/36768.patch is attached

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

From 7a026d4b43c6b2587b45e3ba797d78d86ad0f9a3 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 19 Apr 2022 13:56:35 -0400
Subject: [PATCH 1/2] python3-pgspecial: update to 1.13.1, adopt.

---
 srcpkgs/python3-pgspecial/template | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template
index e0279616a906..8d52e1238aa2 100644
--- a/srcpkgs/python3-pgspecial/template
+++ b/srcpkgs/python3-pgspecial/template
@@ -1,24 +1,20 @@
 # Template file for 'python3-pgspecial'
 pkgname=python3-pgspecial
-version=1.11.9
-revision=4
+version=1.13.1
+revision=1
 wrksrc="pgspecial-${version}"
 build_style=python3-module
-pycompile_module="pgspecial"
 hostmakedepends="python3-setuptools"
 depends="python3-click python3-sqlparse python3-psycopg2"
 checkdepends="${depends} python3-pytest"
 short_desc="Meta-commands handler for PostgreSQL"
-maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
 license="BSD-3-Clause"
 homepage="https://www.dbcli.com"
+changelog="https://raw.githubusercontent.com/dbcli/pgspecial/main/changelog.rst"
 distfiles="${PYPI_SITE}/p/pgspecial/pgspecial-${version}.tar.gz"
-checksum=77f8651450ccbde7d3036cfe93486a4eeeb5ade28d1ebc4b2ba186fea0023c56
-
-do_check() {
-	# pgspecial tests require a PostgreSQL server; skip them.
-	:
-}
+checksum=d5dab96690908275916dc2c622efae217f142e08165fa366949d41cbc5658701
+make_check=no # pgspecial tests require a PostgreSQL server; skip them.
 
 post_install() {
 	vlicense License.txt

From 7f937cab084245336cd1056d91f8ff8de701be6c Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 19 Apr 2022 13:53:22 -0400
Subject: [PATCH 2/2] pgcli: update to 3.4.1, adopt.

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

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index 0ff6f5079c4d..6f651301e0d4 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,6 +1,6 @@
 # Template file for 'pgcli'
 pkgname=pgcli
-version=3.4.0
+version=3.4.1
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -8,12 +8,12 @@ depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit
  python3-psycopg2 python3-sqlparse python3-configobj python3-pendulum
  python3-cli_helpers python3-setproctitle"
 short_desc="PostgreSQL CLI with autocompletion and syntax highlighting"
-maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
 license="BSD-3-Clause"
 homepage="https://www.pgcli.com"
-changelog="https://github.com/dbcli/pgcli/blob/main/changelog.rst"
+changelog="https://raw.githubusercontent.com/dbcli/pgcli/main/changelog.rst"
 distfiles="${PYPI_SITE}/p/pgcli/pgcli-${version}.tar.gz"
-checksum=d566c6eda99aad1a27680bdfd74657e25bc0586d04eaf0b1626bb58bde75cfb6
+checksum=f03930187e27d60df658ca8a04fb601ec5d7476c735f2b1542c6adec5cac8fe2
 make_check=no # pgcli tests require a PostgreSQL server; skip them.
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: pgcli: update to 3.4.1, adopt.
  2022-04-19 18:07 [PR PATCH] pgcli: update to 3.4.1, adopt TinfoilSubmarine
                   ` (3 preceding siblings ...)
  2022-05-08  0:05 ` [PR REVIEW] " TinfoilSubmarine
@ 2022-05-08 20:40 ` paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-05-08 20:40 UTC (permalink / raw)
  To: ml

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

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

pgcli: update to 3.4.1, adopt.
https://github.com/void-linux/void-packages/pull/36768

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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] 6+ messages in thread

end of thread, other threads:[~2022-05-08 20:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-19 18:07 [PR PATCH] pgcli: update to 3.4.1, adopt TinfoilSubmarine
2022-04-19 18:09 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-05-07 21:39 ` [PR REVIEW] " paper42
2022-05-08  0:05 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-05-08  0:05 ` [PR REVIEW] " TinfoilSubmarine
2022-05-08 20:40 ` [PR PATCH] [Merged]: " paper42

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