update project version 2.6.2

This commit is contained in:
Gene C 2025-01-18 17:22:28 -05:00
parent b7bee47676
commit d2d3b8d5d5
3 changed files with 9 additions and 3 deletions

View file

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

View file

@ -1,6 +1,12 @@
Changelog
=========
**[2.6.2] ----- 2025-01-18** ::
fix readme rst syntax
update Docs/Changelog.rst Docs/_build/html Docs/py-cidr.pdf
**[2.6.1] ----- 2025-01-18** ::
Small change to readme

View file

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