Hi, ports@:

    Here is a simple patch for databases/py-sql to update to 1.2.1.
It build well and pass all tests on amd64-6.8 system.
    No other ports depends on it.

Cheers !
wen
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/py-sql/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- Makefile    3 Jul 2020 21:12:37 -0000       1.13
+++ Makefile    10 Nov 2020 06:48:02 -0000
@@ -2,10 +2,9 @@
 
 COMMENT=               library to write SQL queries
 
-MODPY_EGG_VERSION =    1.1.0
+MODPY_EGG_VERSION =    1.2.1
 DISTNAME=              python-sql-${MODPY_EGG_VERSION}
 PKGNAME=               py-sql-${MODPY_EGG_VERSION}
-REVISION=              0
 
 CATEGORIES=            databases
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/py-sql/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo    26 Jan 2020 13:48:15 -0000      1.6
+++ distinfo    10 Nov 2020 06:48:02 -0000
@@ -1,2 +1,2 @@
-SHA256 (python-sql-1.1.0.tar.gz) = v7c7MlrF5L12BeoHrVdfFJnmyTraZbA96mpDDjwIDzg=
-SIZE (python-sql-1.1.0.tar.gz) = 31666
+SHA256 (python-sql-1.2.1.tar.gz) = MGmZvTEfv1CATXbzRmVa8Kb/GIgc5GwTKSVv7kD0ksA=
+SIZE (python-sql-1.2.1.tar.gz) = 32202

Reply via email to