mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 13:12:02 +01:00
update project version 5.2.2
This commit is contained in:
parent
8b068b380e
commit
807ef37d77
3 changed files with 20 additions and 21 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = kea_config
|
||||
pkgdesc = Manage kea dhcp4 configs from single source config
|
||||
pkgver = 5.2.1
|
||||
pkgver = 5.2.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/gene-git/kea_config
|
||||
arch = any
|
||||
|
|
@ -11,7 +11,7 @@ pkgbase = kea_config
|
|||
makedepends = rsync
|
||||
depends = python>=3.13
|
||||
depends = python-dnspython
|
||||
source = git+https://github.com/gene-git/kea_config#tag=5.2.1
|
||||
source = git+https://github.com/gene-git/kea_config#tag=5.2.2
|
||||
validpgpkeys = 7CCA1BA66669F3273DB52678E5B81343AB9809E1
|
||||
sha512sums = SKIP
|
||||
|
||||
|
|
|
|||
15
Changelog
15
Changelog
|
|
@ -1,10 +1,15 @@
|
|||
-------------------------------------------------------
|
||||
Changelog : kea_config
|
||||
Tags : 4.16.0 ➙ 5.2.1
|
||||
: 2025-05-29 ➙ 2026-01-04
|
||||
Tags : 5.0.0 ➙ 5.2.2
|
||||
: 2025-07-20 ➙ 2026-01-06
|
||||
: 6 tags. See Docs for full changelog
|
||||
-------------------------------------------------------
|
||||
|
||||
2026-01-06 : 5.2.2
|
||||
- PKGBUILD small change
|
||||
2026-01-04 ⋯
|
||||
- update Docs/Changelog
|
||||
|
||||
2026-01-04 : 5.2.1
|
||||
- Update arch PKGBUILD
|
||||
- update Docs/Changelog
|
||||
|
|
@ -31,9 +36,3 @@
|
|||
Code now complies with PEP-8, PEP-257 and PEP-484 style and type annotations
|
||||
2025-05-29 ⋯
|
||||
- update Docs/Changelog Docs/kea_config.pdf
|
||||
|
||||
2025-05-29 : 4.16.0
|
||||
- Make default socket_dir "/var/run/kea". Linux FHS recommends "/run".
|
||||
"/var/run" is typically a legacy compatibility symlink. Unclear why kea us requiring legacy paths
|
||||
2025-03-27 ⋯
|
||||
- update Docs/Changelog.rst Docs/kea_config.pdf
|
||||
|
|
|
|||
22
PKGBUILD
22
PKGBUILD
|
|
@ -10,7 +10,7 @@ pkgname='kea_config'
|
|||
pkgdesc='Manage kea dhcp4 configs from single source config'
|
||||
_gitname='kea_config'
|
||||
|
||||
pkgver="5.2.1"
|
||||
pkgver="5.2.2"
|
||||
pkgrel=1
|
||||
url="https://github.com/gene-git/kea_config"
|
||||
|
||||
|
|
@ -52,16 +52,16 @@ build() {
|
|||
/usr/bin/uv build --wheel --no-build-isolation
|
||||
|
||||
# To build Docs - uncomment these and sphinx makedepends above
|
||||
# echo "Build docs"
|
||||
# pdf='kea_config.pdf'
|
||||
# cd ./Docs
|
||||
# make latexpdf >/dev/null 2>&1
|
||||
# make latexpdf
|
||||
# /usr/bin/rm -f $pdf
|
||||
# /usr/bin/cp _build/latex/$pdf .
|
||||
# /usr/bin/rm -rf _build/doctrees _build/latex
|
||||
# make html
|
||||
|
||||
# echo "Build docs"
|
||||
# cd ./Docs
|
||||
# pdf='kea_config.pdf'
|
||||
# /usr/bin/rm -f $pdf
|
||||
# make latexpdf >/dev/null 2>&1
|
||||
# make latexpdf
|
||||
# /usr/bin/cp _build/latex/$pdf .
|
||||
# make html
|
||||
# make html
|
||||
# /usr/bin/rm -rf _build/doctrees _build/latex
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue