pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/time/py-tzlocal
Module Name: pkgsrc
Committed By: adam
Date: Thu Feb 13 16:12:08 UTC 2025
Modified Files:
pkgsrc/time/py-tzlocal: Makefile distinfo
Log Message:
py-tzlocal: updated to 5.3
5.3 (2025-02-13)
- Now supports Python 3.9 to 3.13, and no longer requires backports.zoneinfo.
- Debian is for some reason removing support for /etc/timezone, which is bad,
because that's the only place where the timezone is stated in plain text,
and what's worse, they don't delete it. So we can't trust it now,
so when we have multiple configs, we are forced to just ignore it.
- Attempts to return a ZoneInfo object also for UTC.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/time/py-tzlocal/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/time/py-tzlocal/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/time/py-tzlocal/Makefile
diff -u pkgsrc/time/py-tzlocal/Makefile:1.14 pkgsrc/time/py-tzlocal/Makefile:1.15
--- pkgsrc/time/py-tzlocal/Makefile:1.14 Mon Nov 11 07:29:14 2024
+++ pkgsrc/time/py-tzlocal/Makefile Thu Feb 13 16:12:08 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2024/11/11 07:29:14 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2025/02/13 16:12:08 adam Exp $
-DISTNAME= tzlocal-5.2
+DISTNAME= tzlocal-5.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= time python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tzlocal/}
@@ -12,18 +11,13 @@ COMMENT= Python tzinfo object for the lo
LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=64:../../devel/py-setuptools
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=4.3:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.3:../../devel/py-test-mock
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
-# needs 'make install'
+# tests need 'make install'
# 3 failed, 17 passed
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/time/py-tzlocal/distinfo
diff -u pkgsrc/time/py-tzlocal/distinfo:1.12 pkgsrc/time/py-tzlocal/distinfo:1.13
--- pkgsrc/time/py-tzlocal/distinfo:1.12 Mon Oct 23 07:58:49 2023
+++ pkgsrc/time/py-tzlocal/distinfo Thu Feb 13 16:12:08 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2023/10/23 07:58:49 adam Exp $
+$NetBSD: distinfo,v 1.13 2025/02/13 16:12:08 adam Exp $
-BLAKE2s (tzlocal-5.2.tar.gz) = 37f1a6ad01a91b3ec0d8730f74fbbcbaa5c1515e1d6c6730422bf6bd461cf2dc
-SHA512 (tzlocal-5.2.tar.gz) = 4b2109d1d01941843e11f592e3e0ee412dfdc98db4f6529b96410e3a55eb770865de36c8440ac5fed1132b0a52f1dbcb8bc3212275c32f0fed611dc22605e3b4
-Size (tzlocal-5.2.tar.gz) = 30201 bytes
+BLAKE2s (tzlocal-5.3.tar.gz) = 6ef309fae6e8091ec88a7e925293071beca6eb1df0af5e94b6918f8c04d4764b
+SHA512 (tzlocal-5.3.tar.gz) = de2f8aefc7d835e2a2d3e544058987f8b6641ab8ed7be41d7909cda4a1db867684cd18cc69258e2c53de7e640dca9b641740b4fc714e542b2cac37af1aceda80
+Size (tzlocal-5.3.tar.gz) = 30480 bytes
Home |
Main Index |
Thread Index |
Old Index