Path to this page:
./
textproc/py-isc_dhcp_leases,
Python module for parsing ISC dhcpd lease files
Branch: CURRENT,
Version: 0.10.0,
Package name: py310-isc_dhcp_leases-0.10.0,
Maintainer: gutteridgeA small Python module for reading ISC dhcpd lease files.
Required to run:[
lang/py-six] [
lang/python310]
Master sites:
Filesize: 13.266 KB
Version history: (Expand)
- (2023-06-22) Updated to version: py310-isc_dhcp_leases-0.10.0
- (2023-02-09) Updated to version: py310-isc_dhcp_leases-0.9.1nb3
- (2022-01-05) Updated to version: py39-isc_dhcp_leases-0.9.1nb3
- (2022-01-02) Updated to version: py39-isc_dhcp_leases-0.9.1nb2
- (2021-10-07) Updated to version: py39-isc_dhcp_leases-0.9.1nb1
- (2021-09-09) Updated to version: py38-isc_dhcp_leases-0.9.1nb1
CVS history: (Expand)
2023-06-22 00:20:22 by David H. Gutteridge | Files touched by this commit (6) | |
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.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2022-01-02 01:01:09 by Thomas Klausner | Files touched by this commit (4) |
Log message:
*: convert more to egg.mk
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2021-09-09 02:21:13 by David H. Gutteridge | Files touched by this commit (6) |
Log message:
py-isc_dhcp_leases: improve historical lease analysis support
Add two PRs that have been merged in the upstream project. (It simply
hasn't had a release cut since 2018.)
|
2019-01-06 02:48:50 by David H. Gutteridge | Files touched by this commit (4) |
Log message:
Initial import of textproc/py-isc_dhcp_leases
py-isc_dhcp_leases is a small Python module for reading ISC dhcpd lease
files. Addresses PR pkg/53667.
|