Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-pgspecial: update to 1.11.6.
@ 2019-09-02 12:48 voidlinux-github
  2019-09-02 23:34 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-02 12:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AluisioASG/void-packages pgspecial-1.11.6
https://github.com/void-linux/void-packages/pull/14165

python3-pgspecial: update to 1.11.6.


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

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

From 3846cdb28fad02c0ab95c701612f046176add300 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?=
 <aluisio@aasg.name>
Date: Mon, 2 Sep 2019 09:47:52 -0300
Subject: [PATCH] python3-pgspecial: update to 1.11.6.

---
 .../patches/relax-dependencies.patch                  | 11 +++++++++++
 srcpkgs/python3-pgspecial/template                    |  5 +++--
 2 files changed, 14 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/python3-pgspecial/patches/relax-dependencies.patch

diff --git a/srcpkgs/python3-pgspecial/patches/relax-dependencies.patch b/srcpkgs/python3-pgspecial/patches/relax-dependencies.patch
new file mode 100644
index 00000000000..06162189d98
--- /dev/null
+++ b/srcpkgs/python3-pgspecial/patches/relax-dependencies.patch
@@ -0,0 +1,11 @@
+--- setup.py
++++ setup.py
+@@ -24,7 +24,7 @@ setup(
+     install_requires=[
+         'click >= 4.1',
+         'sqlparse >= 0.1.19',
+-        'psycopg2 >= 2.7.4,<2.8',
++        'psycopg2 >= 2.7.4',
+     ],
+     classifiers=[
+         'Intended Audience :: Developers',
diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template
index 748e4b2f99a..716e1a92b2d 100644
--- a/srcpkgs/python3-pgspecial/template
+++ b/srcpkgs/python3-pgspecial/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pgspecial'
 pkgname=python3-pgspecial
-version=1.11.5
+version=1.11.6
 revision=1
 archs=noarch
 wrksrc="pgspecial-${version}"
@@ -8,12 +8,13 @@ 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>"
 license="BSD-3-Clause"
 homepage="https://www.dbcli.com"
 distfiles="${PYPI_SITE}/p/pgspecial/pgspecial-${version}.tar.gz"
-checksum=f44dd48db53fd93dc78d61ebac0ca2cc3c58203f94b30edc730b02bfd3ee747b
+checksum=a6887c6ac49f8e8f122312212fb7784f03acd5b1f7a5c3ef79d841ae9c3eb99d
 
 do_check() {
 	# pgspecial tests require a PostgreSQL server; skip them.

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

* Re: [PR PATCH] [Updated] python3-pgspecial: update to 1.11.6.
  2019-09-02 12:48 [PR PATCH] python3-pgspecial: update to 1.11.6 voidlinux-github
@ 2019-09-02 23:34 ` voidlinux-github
  2019-09-02 23:34 ` voidlinux-github
  2019-09-06  6:52 ` [PR PATCH] [Merged]: python3-pgspecial: update to 1.11.7 voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-02 23:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AluisioASG/void-packages pgspecial-1.11.6
https://github.com/void-linux/void-packages/pull/14165

python3-pgspecial: update to 1.11.6.


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

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

From 6890fcadc2667cd687e4fc30a23fa3e8a374d1b4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?=
 <aluisio@aasg.name>
Date: Mon, 2 Sep 2019 09:47:52 -0300
Subject: [PATCH] python3-pgspecial: update to 1.11.7.

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

diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template
index 748e4b2f99a..dc52d12c214 100644
--- a/srcpkgs/python3-pgspecial/template
+++ b/srcpkgs/python3-pgspecial/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pgspecial'
 pkgname=python3-pgspecial
-version=1.11.5
+version=1.11.7
 revision=1
 archs=noarch
 wrksrc="pgspecial-${version}"
@@ -8,12 +8,13 @@ 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>"
 license="BSD-3-Clause"
 homepage="https://www.dbcli.com"
 distfiles="${PYPI_SITE}/p/pgspecial/pgspecial-${version}.tar.gz"
-checksum=f44dd48db53fd93dc78d61ebac0ca2cc3c58203f94b30edc730b02bfd3ee747b
+checksum=f7501681e276b07cb260e665ce578ff5c64bcd1bc58bde27a01b78425afdc173
 
 do_check() {
 	# pgspecial tests require a PostgreSQL server; skip them.

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

* Re: [PR PATCH] [Updated] python3-pgspecial: update to 1.11.6.
  2019-09-02 12:48 [PR PATCH] python3-pgspecial: update to 1.11.6 voidlinux-github
  2019-09-02 23:34 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-02 23:34 ` voidlinux-github
  2019-09-06  6:52 ` [PR PATCH] [Merged]: python3-pgspecial: update to 1.11.7 voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-02 23:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AluisioASG/void-packages pgspecial-1.11.6
https://github.com/void-linux/void-packages/pull/14165

python3-pgspecial: update to 1.11.6.


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

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

From 6890fcadc2667cd687e4fc30a23fa3e8a374d1b4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?=
 <aluisio@aasg.name>
Date: Mon, 2 Sep 2019 09:47:52 -0300
Subject: [PATCH] python3-pgspecial: update to 1.11.7.

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

diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template
index 748e4b2f99a..dc52d12c214 100644
--- a/srcpkgs/python3-pgspecial/template
+++ b/srcpkgs/python3-pgspecial/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pgspecial'
 pkgname=python3-pgspecial
-version=1.11.5
+version=1.11.7
 revision=1
 archs=noarch
 wrksrc="pgspecial-${version}"
@@ -8,12 +8,13 @@ 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>"
 license="BSD-3-Clause"
 homepage="https://www.dbcli.com"
 distfiles="${PYPI_SITE}/p/pgspecial/pgspecial-${version}.tar.gz"
-checksum=f44dd48db53fd93dc78d61ebac0ca2cc3c58203f94b30edc730b02bfd3ee747b
+checksum=f7501681e276b07cb260e665ce578ff5c64bcd1bc58bde27a01b78425afdc173
 
 do_check() {
 	# pgspecial tests require a PostgreSQL server; skip them.

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

* Re: [PR PATCH] [Merged]: python3-pgspecial: update to 1.11.7.
  2019-09-02 12:48 [PR PATCH] python3-pgspecial: update to 1.11.6 voidlinux-github
  2019-09-02 23:34 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-02 23:34 ` voidlinux-github
@ 2019-09-06  6:52 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-06  6:52 UTC (permalink / raw)
  To: ml

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

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

python3-pgspecial: update to 1.11.7.
https://github.com/void-linux/void-packages/pull/14165

Description:


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

end of thread, other threads:[~2019-09-06  6:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-02 12:48 [PR PATCH] python3-pgspecial: update to 1.11.6 voidlinux-github
2019-09-02 23:34 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-02 23:34 ` voidlinux-github
2019-09-06  6:52 ` [PR PATCH] [Merged]: python3-pgspecial: update to 1.11.7 voidlinux-github

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