pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-isc_dhcp_leases



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed Jun 21 22:20:22 UTC 2023

Modified Files:
        pkgsrc/textproc/py-isc_dhcp_leases: Makefile distinfo
Removed Files:
        pkgsrc/textproc/py-isc_dhcp_leases/patches:
            patch-isc__dhcp__leases_iscdhcpleases.py
            patch-isc__dhcp__leases_test__iscDhcpLeases.py
            patch-isc__dhcp__leases_test__lease.py
            patch-isc__dhcp__leases_test__lease6.py

Log Message:
py-isc_dhcp_leases: update to 0.10.0

No change log published, but changes are:

Fix timezone awareness for Python 2.7.x
Support working with historical dhcpd.leases files
Use timezone-aware datetime objects
Refactor keyword argument passing to BaseLease

All those changes were previously included in pkgsrc patches, so there
is no new functionality, this is simply aligning with the new upstream
release state.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-isc_dhcp_leases/Makefile \
    pkgsrc/textproc/py-isc_dhcp_leases/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/textproc/py-isc_dhcp_leases/patches/patch-isc__dhcp__leases_iscdhcpleases.py \
    pkgsrc/textproc/py-isc_dhcp_leases/patches/patch-isc__dhcp__leases_test__iscDhcpLeases.py \
    pkgsrc/textproc/py-isc_dhcp_leases/patches/patch-isc__dhcp__leases_test__lease.py \
    pkgsrc/textproc/py-isc_dhcp_leases/patches/patch-isc__dhcp__leases_test__lease6.py

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

Modified files:

Index: pkgsrc/textproc/py-isc_dhcp_leases/Makefile
diff -u pkgsrc/textproc/py-isc_dhcp_leases/Makefile:1.4 pkgsrc/textproc/py-isc_dhcp_leases/Makefile:1.5
--- pkgsrc/textproc/py-isc_dhcp_leases/Makefile:1.4     Tue Jan  4 20:54:56 2022
+++ pkgsrc/textproc/py-isc_dhcp_leases/Makefile Wed Jun 21 22:20:22 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2022/01/04 20:54:56 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2023/06/21 22:20:22 gutteridge Exp $
 
-DISTNAME=      isc_dhcp_leases-0.9.1
+DISTNAME=      isc_dhcp_leases-0.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/isc_dhcp_leases/}
 
Index: pkgsrc/textproc/py-isc_dhcp_leases/distinfo
diff -u pkgsrc/textproc/py-isc_dhcp_leases/distinfo:1.4 pkgsrc/textproc/py-isc_dhcp_leases/distinfo:1.5
--- pkgsrc/textproc/py-isc_dhcp_leases/distinfo:1.4     Tue Oct 26 11:23:05 2021
+++ pkgsrc/textproc/py-isc_dhcp_leases/distinfo Wed Jun 21 22:20:22 2023
@@ -1,9 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:23:05 nia Exp $
+$NetBSD: distinfo,v 1.5 2023/06/21 22:20:22 gutteridge Exp $
 
-BLAKE2s (isc_dhcp_leases-0.9.1.tar.gz) = 3f7eb92dae7304371ea0f818826243a62363ca74fd81b7ae23328d12c423a769
-SHA512 (isc_dhcp_leases-0.9.1.tar.gz) = 271b449ae9c90e399596dea986042dd85eac3634005ad602dadcf0489b4213ee3e6845d9ddf69373ce1577da907a74f4d2568394e9dae0dad60ff24c4e9be6f3
-Size (isc_dhcp_leases-0.9.1.tar.gz) = 6798 bytes
-SHA1 (patch-isc__dhcp__leases_iscdhcpleases.py) = 5dc3366313d9c25b9bdeaf00da3fb8027a37e702
-SHA1 (patch-isc__dhcp__leases_test__iscDhcpLeases.py) = 94b5ad3b8efd5f07fe49d721b180aab913ca7b47
-SHA1 (patch-isc__dhcp__leases_test__lease.py) = 86518d345541a81dbb0c5053dce0df94b2b32699
-SHA1 (patch-isc__dhcp__leases_test__lease6.py) = c795d104480a155f7b9812d3d1b3979868350514
+BLAKE2s (isc_dhcp_leases-0.10.0.tar.gz) = 45faa64a27335ed50414835556943640c62e76407e3ae690a6d9953db7edd293
+SHA512 (isc_dhcp_leases-0.10.0.tar.gz) = 6c103ad74fb3bd6254887beeac00dc572a17b43330982edac9d072d2afa22724493a4ed206ab66c4ddbfa4d4d4c8f20a74131d77ddb29e5ad19656a822caf905
+Size (isc_dhcp_leases-0.10.0.tar.gz) = 13584 bytes



Home | Main Index | Thread Index | Old Index