update project version 3.10.0

This commit is contained in:
Gene C 2025-09-01 08:07:44 -04:00
parent 28095af3e2
commit 97f948726b
3 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
pkgbase = py-cidr
pkgdesc = python module providing network / CIDR tools
pkgver = 3.9.0
pkgver = 3.10.0
pkgrel = 1
url = https://github.com/gene-git/py-cidr
arch = any
@ -15,7 +15,7 @@ pkgbase = py-cidr
makedepends = rsync
depends = python>=3.13
depends = lockmgr
source = git+https://github.com/gene-git/py-cidr#tag=3.9.0
source = git+https://github.com/gene-git/py-cidr#tag=3.10.0
validpgpkeys = 7CCA1BA66669F3273DB52678E5B81343AB9809E1
sha512sums = SKIP

View file

@ -1,10 +1,14 @@
-------------------------------------------------------
Changelog : py-cidr
Tags : 3.5.0 ➙ 3.9.0
: 2025-05-21 ➙ 2025-08-31
Tags : 3.6.0 ➙ 3.10
: 2025-07-16 ➙ 2025-09-01
: 6 tags. See Docs for full changelog
-------------------------------------------------------
2025-09-01 : 3.10
Cidr.compact(): with mixed ipv4/ipv6 - allow host bits in cidrs
2025-08-31 update Docs/Changelogs Docs/_build/html Docs/py-cidr.pdf
2025-08-31 : 3.9.0
compact(cidrs) can now handle mixed ipv4/ipv6
2025-07-17 update Docs/Changelogs Docs/_build/html Docs/py-cidr.pdf
@ -26,7 +30,3 @@
insteed of None
Cidr Cache lockfile name: use effective user instead of real user
2025-05-21 update Docs/Changelogs Docs/_build/html Docs/py-cidr.pdf
2025-05-21 : 3.5.0
Use builtin types where possible. e.g. typing.List -> list
2025-05-20 update Docs/Changelogs Docs/_build/html Docs/py-cidr.pdf

View file

@ -12,7 +12,7 @@ pkgname='py-cidr'
pkgdesc='python module providing network / CIDR tools'
_gitname='py-cidr'
pkgver=3.9.0
pkgver=3.10.0
pkgrel=1
url="https://github.com/gene-git/py-cidr"