Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pgcli: update to 3.5.0.
@ 2022-09-16 18:10 TinfoilSubmarine
  2022-09-19  3:49 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: TinfoilSubmarine @ 2022-09-16 18:10 UTC (permalink / raw)
  To: ml

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

pgcli: update to 3.5.0.
- New package: python3-psycopg-3.1.1
- python3-pgspecial: update to 2.0.1.
- pgcli: update to 3.5.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/39320.patch is attached

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

From ac43ef8e9f2350fc7794ffed818bbc447f74c1f3 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 16 Sep 2022 13:23:51 -0400
Subject: [PATCH 1/3] New package: python3-psycopg-3.1.1

---
 srcpkgs/python3-psycopg/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/python3-psycopg/template

diff --git a/srcpkgs/python3-psycopg/template b/srcpkgs/python3-psycopg/template
new file mode 100644
index 000000000000..ca04d790e1c6
--- /dev/null
+++ b/srcpkgs/python3-psycopg/template
@@ -0,0 +1,16 @@
+# Template file for 'python3-psycopg'
+pkgname=python3-psycopg
+version=3.1.1
+revision=1
+wrksrc="psycopg-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+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=3ee0af9cf944d9579441c15702835a949788b5a57894823f0a916c2598c96f40
+make_check=no # requires running postgres server on system

From 4326aa75232d9625f699e4e566a4cc0d28975d6f Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 16 Sep 2022 13:15:36 -0400
Subject: [PATCH 2/3] python3-pgspecial: update to 2.0.1.

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

diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template
index 8d52e1238aa2..f46230672db3 100644
--- a/srcpkgs/python3-pgspecial/template
+++ b/srcpkgs/python3-pgspecial/template
@@ -1,11 +1,11 @@
 # Template file for 'python3-pgspecial'
 pkgname=python3-pgspecial
-version=1.13.1
+version=2.0.1
 revision=1
 wrksrc="pgspecial-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-click python3-sqlparse python3-psycopg2"
+depends="python3-click python3-sqlparse python3-psycopg"
 checkdepends="${depends} python3-pytest"
 short_desc="Meta-commands handler for PostgreSQL"
 maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
@@ -13,7 +13,7 @@ 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=d5dab96690908275916dc2c622efae217f142e08165fa366949d41cbc5658701
+checksum=64443bbc9ad09b57d0f4dcbb38eff44d52853b7418c9ea52f5857abe1bb534ec
 make_check=no # pgspecial tests require a PostgreSQL server; skip them.
 
 post_install() {

From 25cb163e5049c25f8e0050d9ac397a3d9100b69e Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 16 Sep 2022 13:14:11 -0400
Subject: [PATCH 3/3] pgcli: update to 3.5.0.

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

diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template
index 6f651301e0d4..e5463eb7ac6a 100644
--- a/srcpkgs/pgcli/template
+++ b/srcpkgs/pgcli/template
@@ -1,11 +1,11 @@
 # Template file for 'pgcli'
 pkgname=pgcli
-version=3.4.1
+version=3.5.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit
- python3-psycopg2 python3-sqlparse python3-configobj python3-pendulum
+ python3-psycopg python3-sqlparse python3-configobj python3-pendulum
  python3-cli_helpers python3-setproctitle"
 short_desc="PostgreSQL CLI with autocompletion and syntax highlighting"
 maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
@@ -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=f03930187e27d60df658ca8a04fb601ec5d7476c735f2b1542c6adec5cac8fe2
+checksum=cc448d95159fc0903d36182992778a096eda5752d660d47671383c8e2bf633f1
 make_check=no # pgcli tests require a PostgreSQL server; skip them.
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: pgcli: update to 3.5.0.
  2022-09-16 18:10 [PR PATCH] pgcli: update to 3.5.0 TinfoilSubmarine
@ 2022-09-19  3:49 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2022-09-19  3:49 UTC (permalink / raw)
  To: ml

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

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

pgcli: update to 3.5.0.
https://github.com/void-linux/void-packages/pull/39320

Description:
- New package: python3-psycopg-3.1.1
- python3-pgspecial: update to 2.0.1.
- pgcli: update to 3.5.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] 2+ messages in thread

end of thread, other threads:[~2022-09-19  3:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-16 18:10 [PR PATCH] pgcli: update to 3.5.0 TinfoilSubmarine
2022-09-19  3:49 ` [PR PATCH] [Merged]: " classabbyamp

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