git: 8940acc282be - main - databases/py-queries: Update to 2.1.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 19:42:18 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8940acc282be77a09d1cd3bb71cf6c83841a570c commit 8940acc282be77a09d1cd3bb71cf6c83841a570c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-12-21 18:47:58 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-12-21 18:47:58 +0000 databases/py-queries: Update to 2.1.1 Changes: https://github.com/gmr/queries/releases https://github.com/gmr/queries/commits/master --- databases/py-queries/Makefile | 3 +-- databases/py-queries/distinfo | 6 +++--- databases/py-queries/files/patch-setup.py | 11 ----------- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/databases/py-queries/Makefile b/databases/py-queries/Makefile index 0bb320f365b8..dead71baea3e 100644 --- a/databases/py-queries/Makefile +++ b/databases/py-queries/Makefile @@ -1,8 +1,7 @@ # Created by: Grzegorz Blach <gblach@FreeBSD.org> PORTNAME= queries -PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTVERSION= 2.1.1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-queries/distinfo b/databases/py-queries/distinfo index d24dd49d7fee..d1c3a739c14c 100644 --- a/databases/py-queries/distinfo +++ b/databases/py-queries/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1585063907 -SHA256 (queries-2.1.0.tar.gz) = 0215a841fd09c3ccfa6ffc74258e7e93d4d6f98e64ded18ed2a9a4e8ec59f8ec -SIZE (queries-2.1.0.tar.gz) = 18632 +TIMESTAMP = 1638556542 +SHA256 (queries-2.1.1.tar.gz) = fd49447358a4d83b432cf0b4d34af60fb9c887a6e879b1795412e3424c5f8cd2 +SIZE (queries-2.1.1.tar.gz) = 21223 diff --git a/databases/py-queries/files/patch-setup.py b/databases/py-queries/files/patch-setup.py deleted file mode 100644 index 817559c5582e..000000000000 --- a/databases/py-queries/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2020-03-09 17:39:51 UTC -+++ setup.py -@@ -7,7 +7,7 @@ import setuptools - if platform.python_implementation() == 'PyPy': - install_requires = ['psycopg2cffi>=2.7.2,<2.9'] - else: -- install_requires = ['psycopg2>=2.5.1,<2.9'] -+ install_requires = ['psycopg2>=2.5.1,<3'] - - # Install tornado if generating docs on readthedocs - if os.environ.get('READTHEDOCS', None) == 'True':