mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
update project version 3.12.0
This commit is contained in:
parent
3c6e3e1bf5
commit
57f375efc4
3 changed files with 19 additions and 13 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = py-cidr
|
||||
pkgdesc = python module providing network / CIDR tools
|
||||
pkgver = 3.11.0
|
||||
pkgver = 3.12.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/gene-git/py-cidr
|
||||
arch = any
|
||||
|
|
@ -13,7 +13,7 @@ pkgbase = py-cidr
|
|||
makedepends = python-uv-build
|
||||
depends = python>=3.13
|
||||
depends = lockmgr
|
||||
source = git+https://github.com/gene-git/py-cidr#tag=3.11.0
|
||||
source = git+https://github.com/gene-git/py-cidr#tag=3.12.0
|
||||
validpgpkeys = 7CCA1BA66669F3273DB52678E5B81343AB9809E1
|
||||
sha512sums = SKIP
|
||||
|
||||
|
|
|
|||
22
Changelog
22
Changelog
|
|
@ -1,10 +1,21 @@
|
|||
-------------------------------------------------------
|
||||
Changelog : py-cidr
|
||||
Tags : 3.7.0 ➙ 3.11.0
|
||||
: 2025-07-17 ➙ 2026-01-04
|
||||
Tags : 3.8.0 ➙ 3.12.0
|
||||
: 2025-07-17 ➙ 2026-02-21
|
||||
: 6 tags. See Docs for full changelog
|
||||
-------------------------------------------------------
|
||||
|
||||
2026-02-21 : 3.12.0
|
||||
- **3.12.0**
|
||||
|
||||
* CidrMap : New .items() method provides an Iterator over the map.
|
||||
Each iteration yields a tuple[cidr: str, value: Any]
|
||||
|
||||
* Add net_range_split/cidr_range_split:
|
||||
split one net/cidr into (first, mid, last) ip addresses
|
||||
2026-01-04 ⋯
|
||||
- update Docs/Changelogs
|
||||
|
||||
2026-01-04 : 3.11.0
|
||||
- **3.11.0**
|
||||
|
||||
|
|
@ -13,7 +24,7 @@
|
|||
* Testing to confirm all working on python 3.14.2
|
||||
* License GPL-2.0-or-later
|
||||
|
||||
2025-09-01 : 3.10.0, origin/master
|
||||
2025-09-01 : 3.10.0
|
||||
- update Docs/Changelogs Docs/_build/html Docs/py-cidr.pdf
|
||||
- Cidr.compact(): with mixed ipv4/ipv6 - allow host bits in cidrs
|
||||
2025-08-31 ⋯
|
||||
|
|
@ -26,8 +37,3 @@
|
|||
|
||||
2025-07-17 : 3.8.0
|
||||
- Cidr cache lockfile name use effective user id instead of username.
|
||||
|
||||
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
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -12,7 +12,7 @@ pkgname='py-cidr'
|
|||
pkgdesc='python module providing network / CIDR tools'
|
||||
_gitname='py-cidr'
|
||||
|
||||
pkgver="3.11.0"
|
||||
pkgver="3.12.0"
|
||||
pkgrel=1
|
||||
url="https://github.com/gene-git/py-cidr"
|
||||
|
||||
|
|
@ -63,11 +63,11 @@ build() {
|
|||
# pdf='py-cidr.pdf'
|
||||
# cd ./Docs
|
||||
# make latexpdf >/dev/null 2>&1
|
||||
# make latexpdf
|
||||
# make latexpdf >/dev/null
|
||||
# make html
|
||||
# /usr/bin/rm -f $pdf
|
||||
# /usr/bin/cp _build/latex/$pdf .
|
||||
# /usr/bin/rm -rf _build/doctrees _build/latex autoapi
|
||||
# make html
|
||||
}
|
||||
|
||||
check() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue