Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-configobj
Commits:
6d43830a by Jelle van der Waa at 2024-12-28T00:32:51+01:00
Smal fixups
- Drop unused python-six dependency
- Add unit tests
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-configobj
pkgdesc = Simple config file reader and writer
pkgver = 5.0.9
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/DiffSK/configobj
arch = any
license = BSD
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=python-configobj
pkgver=5.0.9
-pkgrel=2
+pkgrel=3
pkgdesc='Simple config file reader and writer'
arch=(any)
url='https://github.com/DiffSK/configobj'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-configobj/-/commit/6d43830a33cfa6c4026ef416c1520328c1b95ff8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-configobj/-/commit/6d43830a33cfa6c4026ef416c1520328c1b95ff8
You're receiving this email because of your account on gitlab.archlinux.org.