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:   wiz
Date:           Sun May 21 18:57:15 UTC 2023

Modified Files:
        pkgsrc/time/py-tzlocal: Makefile distinfo

Log Message:
py-tzlocal: update to 5.0.1.

5.0.1 (2023-05-15)
------------------

- The logging info under windows made it look like it looked up the registry
  info even when you had a TZ environment, but it doesn't actually do that.

- Improved the handling of loggers.

5.0 (2023-05-14)
----------------

- Fixed a bug in the new assert_tz_offset method.

5.0b2 (2023-04-11)
------------------

- Change how the system offset is calculated to deal with non-DST
  temporary changes, such as Ramadan time in Morocco.

- Change the default to only warn when the timezone offset and system
  offset disagree (but still not even warn if TZ is set)

- Add the assert_tz_offset() method to the top level for those who want
  to explicitly check and fail.

5.0b1 (2023-04-07)
------------------

- Removed the deprecation shim.

4.4b1 (2023-03-20)
------------------

- Added debug logging


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/time/py-tzlocal/Makefile
cvs rdiff -u -r1.9 -r1.10 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.8 pkgsrc/time/py-tzlocal/Makefile:1.9
--- pkgsrc/time/py-tzlocal/Makefile:1.8 Thu May  4 12:45:58 2023
+++ pkgsrc/time/py-tzlocal/Makefile     Sun May 21 18:57:15 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2023/05/04 12:45:58 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2023/05/21 18:57:15 wiz Exp $
 
-DISTNAME=      tzlocal-4.3
+DISTNAME=      tzlocal-5.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tzlocal/}
@@ -12,12 +12,14 @@ LICENSE=    mit
 
 DEPENDS+=      ${PYPKGPREFIX}-pytz_deprecation_shim-[0-9]*:../../time/py-pytz_deprecation_shim
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 # needs 'make install'
+# 3 failed, 17 passed
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
 

Index: pkgsrc/time/py-tzlocal/distinfo
diff -u pkgsrc/time/py-tzlocal/distinfo:1.9 pkgsrc/time/py-tzlocal/distinfo:1.10
--- pkgsrc/time/py-tzlocal/distinfo:1.9 Thu May  4 12:45:58 2023
+++ pkgsrc/time/py-tzlocal/distinfo     Sun May 21 18:57:15 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2023/05/04 12:45:58 wiz Exp $
+$NetBSD: distinfo,v 1.10 2023/05/21 18:57:15 wiz Exp $
 
-BLAKE2s (tzlocal-4.3.tar.gz) = 70e41c5fa878643b23782ceea6c150e08b679d49ce56531b9756cbbc38f29b71
-SHA512 (tzlocal-4.3.tar.gz) = e0670944c03637c6767549d07bf76fe93793d47edc6afbc60ab8c9439efb03dc44ccf2ae6d85deed06bb330c4d983ed530996e8d344ae295faba3b084b3754bf
-Size (tzlocal-4.3.tar.gz) = 31496 bytes
+BLAKE2s (tzlocal-5.0.1.tar.gz) = a9744e62bd68102a478b21205830a4f8c6b0e8095491ecb8882817ae5c81f74c
+SHA512 (tzlocal-5.0.1.tar.gz) = 1b996dbb5782af5ee75b172a16905887e2bbb4f695a5731a09ff358bba01f4bc63961f6e2cac4d12443b3499fdbb01c38cfbec274c0e0806b9247a93951b4213
+Size (tzlocal-5.0.1.tar.gz) = 32614 bytes



Home | Main Index | Thread Index | Old Index