mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
update project version 3.1.1
This commit is contained in:
parent
5a3539205b
commit
49fc10545f
3 changed files with 9 additions and 9 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = py-cidr
|
||||
pkgdesc = python module providing network / CIDR tools
|
||||
pkgver = 3.0.1
|
||||
pkgver = 3.1.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/gene-git/py-cidr
|
||||
arch = any
|
||||
|
|
@ -13,7 +13,7 @@ pkgbase = py-cidr
|
|||
makedepends = rsync
|
||||
depends = python>=3.13
|
||||
depends = lockmgr
|
||||
source = git+https://github.com/gene-git/py-cidr#tag=3.0.1
|
||||
source = git+https://github.com/gene-git/py-cidr#tag=3.1.1
|
||||
validpgpkeys = 7CCA1BA66669F3273DB52678E5B81343AB9809E1
|
||||
sha512sums = SKIP
|
||||
|
||||
|
|
|
|||
12
Changelog
12
Changelog
|
|
@ -1,10 +1,14 @@
|
|||
-------------------------------------------------------
|
||||
Changelog : py-cidr
|
||||
Tags : 2.6.3 ➙ 3.0.1
|
||||
: 2025-01-18 ➙ 2025-05-03
|
||||
Tags : 2.7.0 ➙ 3.1.1
|
||||
: 2025-03-10 ➙ 2025-05-04
|
||||
: 6 tags. See Docs for full changelog
|
||||
-------------------------------------------------------
|
||||
|
||||
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
|
||||
|
|
@ -35,7 +39,3 @@
|
|||
2025-03-10 : 2.7.0
|
||||
Bugfix: sorting mixed list of IPv4 and IPv6
|
||||
2025-01-18 update Docs/Changelog.rst Docs/_build/html Docs/py-cidr.pdf
|
||||
|
||||
2025-01-18 : 2.6.3
|
||||
Readme - removed unused (template) sections
|
||||
update Docs/Changelog.rst Docs/_build/html Docs/py-cidr.pdf
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -12,7 +12,7 @@ pkgname='py-cidr'
|
|||
pkgdesc='python module providing network / CIDR tools'
|
||||
_gitname='py-cidr'
|
||||
|
||||
pkgver=3.0.1
|
||||
pkgver=3.1.1
|
||||
pkgrel=1
|
||||
url="https://github.com/gene-git/py-cidr"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue