svn commit: r529386 - head/databases/py-queries
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Mar 28 12:51:41 UTC 2020
Author: sunpoet
Date: Sat Mar 28 12:51:32 2020
New Revision: 529386
URL: https://svnweb.freebsd.org/changeset/ports/529386
Log:
Update to 2.1.0
- Update version requirement of RUN_DEPENDS
Changes: https://github.com/gmr/queries/releases
https://github.com/gmr/queries/commits/master
Modified:
head/databases/py-queries/Makefile
head/databases/py-queries/distinfo
Modified: head/databases/py-queries/Makefile
==============================================================================
--- head/databases/py-queries/Makefile Sat Mar 28 12:51:27 2020 (r529385)
+++ head/databases/py-queries/Makefile Sat Mar 28 12:51:32 2020 (r529386)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= queries
-PORTVERSION= 2.0.1
-PORTREVISION= 1
+PORTVERSION= 2.1.0
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +13,7 @@ COMMENT= Simplified PostgreSQL client built upon Psyco
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5.1:databases/py-psycopg2@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5.1<2.9:databases/py-psycopg2@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
Modified: head/databases/py-queries/distinfo
==============================================================================
--- head/databases/py-queries/distinfo Sat Mar 28 12:51:27 2020 (r529385)
+++ head/databases/py-queries/distinfo Sat Mar 28 12:51:32 2020 (r529386)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1563490073
-SHA256 (queries-2.0.1.tar.gz) = 248fbf932feded5bbe8834977abdc264757bb07fab5934fbbe8c542ab45e4552
-SIZE (queries-2.0.1.tar.gz) = 21409
+TIMESTAMP = 1585063907
+SHA256 (queries-2.1.0.tar.gz) = 0215a841fd09c3ccfa6ffc74258e7e93d4d6f98e64ded18ed2a9a4e8ec59f8ec
+SIZE (queries-2.1.0.tar.gz) = 18632
More information about the svn-ports-head
mailing list