git: 8e92d5b1b1b8 - main - databases/py-psycopg-c: Update to 3.1.8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jan 2023 13:08:04 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8e92d5b1b1b805680d6606838738bf204ab58227
commit 8e92d5b1b1b805680d6606838738bf204ab58227
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-01-30 12:30:44 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-01-30 12:59:35 +0000
databases/py-psycopg-c: Update to 3.1.8
Changes: https://github.com/psycopg/psycopg/blob/master/docs/news.rst
---
databases/py-psycopg-c/Makefile | 2 +-
databases/py-psycopg-c/distinfo | 6 +++---
databases/py-psycopg-c/files/patch-setup.cfg | 11 -----------
3 files changed, 4 insertions(+), 15 deletions(-)
diff --git a/databases/py-psycopg-c/Makefile b/databases/py-psycopg-c/Makefile
index ca30e6a9db4a..5e8fca2b0fae 100644
--- a/databases/py-psycopg-c/Makefile
+++ b/databases/py-psycopg-c/Makefile
@@ -1,5 +1,5 @@
PORTNAME= psycopg-c
-PORTVERSION= 3.1.4
+PORTVERSION= 3.1.8
CATEGORIES= databases python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/databases/py-psycopg-c/distinfo b/databases/py-psycopg-c/distinfo
index 9ea57434b95f..f261ffba5497 100644
--- a/databases/py-psycopg-c/distinfo
+++ b/databases/py-psycopg-c/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1669057661
-SHA256 (psycopg-c-3.1.4.tar.gz) = de3a2883bf46dd2d151f3332b9ecb15fce0ff6ff302a196d1e9de6f36b79eeaa
-SIZE (psycopg-c-3.1.4.tar.gz) = 616637
+TIMESTAMP = 1674589714
+SHA256 (psycopg-c-3.1.8.tar.gz) = 6e0602db219f0087a5939344e7750fff8cc3a26307cfc47469f2aca6e9849a0c
+SIZE (psycopg-c-3.1.8.tar.gz) = 563741
diff --git a/databases/py-psycopg-c/files/patch-setup.cfg b/databases/py-psycopg-c/files/patch-setup.cfg
deleted file mode 100644
index d00e287d5259..000000000000
--- a/databases/py-psycopg-c/files/patch-setup.cfg
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.cfg.orig 2021-11-10 15:24:01 UTC
-+++ setup.cfg
-@@ -33,7 +33,7 @@ license_file = LICENSE.txt
-
- [options]
- python_requires = >= 3.7
--setup_requires = Cython >= 3.0.0a11
-+setup_requires = Cython >= 0.29.32
- packages = find:
- zip_safe = False
-