update project version 3.9.0

This commit is contained in:
Gene C 2025-08-31 16:33:17 -04:00
parent 587dadb5ce
commit 28095af3e2
3 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
pkgbase = py-cidr
pkgdesc = python module providing network / CIDR tools
pkgver = 3.8.0
pkgver = 3.9.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.8.0
source = git+https://github.com/gene-git/py-cidr#tag=3.9.0
validpgpkeys = 7CCA1BA66669F3273DB52678E5B81343AB9809E1
sha512sums = SKIP

View file

@ -1,14 +1,18 @@
-------------------------------------------------------
Changelog : py-cidr
Tags : 3.4.0 ➙ 3.8.0
: 2025-05-20 ➙ 2025-07-17
Tags : 3.5.0 ➙ 3.9.0
: 2025-05-21 ➙ 2025-08-31
: 6 tags. See Docs for full changelog
-------------------------------------------------------
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
2025-07-17 : 3.8.0
Cidr cache lockfile name use effective user id instead of username.
2025-07-17 : 3.7.0, origin/master
2025-07-17 : 3.7.0
Cidr cache lockfile: remove getlogin() line accidently left in - reported by
AUR user @piate
2025-07-16 update Docs/Changelogs Docs/_build/html Docs/py-cidr.pdf
@ -26,7 +30,3 @@
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
2025-05-20 : 3.4.0
Remove unused files
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.8.0
pkgver=3.9.0
pkgrel=1
url="https://github.com/gene-git/py-cidr"