databases/py-queries: Update to 2.1.1

Changes:	https://github.com/gmr/queries/releases
		https://github.com/gmr/queries/commits/master
This commit is contained in:
Po-Chuan Hsieh
2021-12-22 02:47:58 +08:00
parent ff1b14c841
commit 8940acc282
3 changed files with 4 additions and 16 deletions

View File

@@ -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}

View File

@@ -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

View File

@@ -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':