update project version 3.3.0

This commit is contained in:
Gene C 2025-05-20 18:56:31 -04:00
parent cd6383decf
commit 1a4c9b7fae
3 changed files with 10 additions and 9 deletions

View file

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

View file

@ -1,10 +1,15 @@
-------------------------------------------------------
Changelog : py-cidr
Tags : 3.0.1 ➙ 3.2.2
: 2025-05-03 ➙ 2025-05-19
Tags : 3.1.1 ➙ 3.3.0
: 2025-05-04 ➙ 2025-05-20
: 6 tags. See Docs for full changelog
-------------------------------------------------------
2025-05-20 : 3.3.0
Fix for lockfile path when run in chroot.
As reported by AUR user @piater
2025-05-19 update Docs/Changelogs Docs/_build/html Docs/py-cidr.pdf
2025-05-19 : 3.2.2
Add pytest to checkdepnds in arch PKBUILD
Thanks to @Reylak pm AUR.
@ -21,7 +26,3 @@
2025-05-04 : 3.1.1
Buglet: CidrMap::add_cidr() make private_cache optional argument again
2025-05-03 update Docs/Changelogs Docs/_build/html Docs/py-cidr.pdf
2025-05-03 : 3.0.1
Add tests to repo
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.2.2
pkgver=3.3.0
pkgrel=1
url="https://github.com/gene-git/py-cidr"