pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-google-i18n-address



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jul 21 06:48:42 UTC 2021

Modified Files:
        pkgsrc/devel/py-google-i18n-address: Makefile distinfo

Log Message:
py-google-i18n-address: updated to 2.5.0

2.5.0:
Incompatible changes: dropped support for Python 3.5 and earlier.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-google-i18n-address/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-google-i18n-address/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-google-i18n-address/Makefile
diff -u pkgsrc/devel/py-google-i18n-address/Makefile:1.2 pkgsrc/devel/py-google-i18n-address/Makefile:1.3
--- pkgsrc/devel/py-google-i18n-address/Makefile:1.2    Sun Jan 17 11:37:12 2021
+++ pkgsrc/devel/py-google-i18n-address/Makefile        Wed Jul 21 06:48:42 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2021/01/17 11:37:12 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2021/07/21 06:48:42 adam Exp $
 
-DISTNAME=      google-i18n-address-2.4.0
+DISTNAME=      google-i18n-address-2.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    devel
+CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google-i18n-address/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,12 +11,13 @@ COMMENT=    Python library for internationa
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.7.0:../../devel/py-requests
-
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=0:../../devel/py-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=0:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=0:../../devel/py-test
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-google-i18n-address/distinfo
diff -u pkgsrc/devel/py-google-i18n-address/distinfo:1.1 pkgsrc/devel/py-google-i18n-address/distinfo:1.2
--- pkgsrc/devel/py-google-i18n-address/distinfo:1.1    Sat Jan 16 19:10:29 2021
+++ pkgsrc/devel/py-google-i18n-address/distinfo        Wed Jul 21 06:48:42 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2021/01/16 19:10:29 riastradh Exp $
+$NetBSD: distinfo,v 1.2 2021/07/21 06:48:42 adam Exp $
 
-SHA1 (google-i18n-address-2.4.0.tar.gz) = 7f57d3d6b462eeb4d08205b472c8a398094a6c2a
-RMD160 (google-i18n-address-2.4.0.tar.gz) = ed0221dc9b7a058c9f411bddaf1a1274dd1ec2af
-SHA512 (google-i18n-address-2.4.0.tar.gz) = a64e598b838f9d83b70b4f6acb3dc6c8930239e44b726f39a8f973334e2927d0394d1f323ca53acd43f4d9abede2a7ee48427f48a90427cbae7aada4cd8f08a5
-Size (google-i18n-address-2.4.0.tar.gz) = 728821 bytes
+SHA1 (google-i18n-address-2.5.0.tar.gz) = e8ce1e41cb5d66e92ac4a775733571d8ae1747ad
+RMD160 (google-i18n-address-2.5.0.tar.gz) = 025b73657a1562941a0a01afbdfd19ab2d09f8d7
+SHA512 (google-i18n-address-2.5.0.tar.gz) = 53e6217926b19d9a0256209049c8423a7767f09bfaccfc1e2f50e20cb0e6b5700daa1e16a2a090a30c088c484be897406433404bd5c274556d2a35e143bc1f77
+Size (google-i18n-address-2.5.0.tar.gz) = 724831 bytes



Home | Main Index | Thread Index | Old Index