[arch-commits] Commit in python-debian/trunk (PKGBUILD)
George Rawlinson
grawlinson at gemini.archlinux.org
Sun Sep 19 21:41:24 UTC 2021
Date: Sunday, September 19, 2021 @ 21:41:24
Author: grawlinson
Revision: 1017791
upgpkg: python-debian 0.1.41-1
New upstream release.
Modified:
python-debian/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-09-19 21:40:50 UTC (rev 1017790)
+++ PKGBUILD 2021-09-19 21:41:24 UTC (rev 1017791)
@@ -4,8 +4,8 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=python-debian
-pkgver=0.1.40
-pkgrel=2
+pkgver=0.1.41
+pkgrel=1
pkgdesc='Python module to work with Debian-related data formats'
arch=('any')
url='https://salsa.debian.org/python-debian-team/python-debian'
@@ -13,7 +13,8 @@
depends=('python-chardet' 'python-six')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('20eed9ed09faab36d6223e9e980e77c8eb1ea8f886f8829bf290b9e8dc4cae8ccd69b0699be9e8e39522c4e71641129e0aae41bc5b25e7e7e30e33c4e64775b5')
+sha512sums=('01bcd9ec9b5892f22b68c2a93eed504a0b03d7e1a509e80d87ac61950ebe9c8e7554c02798e653c8244b359e7bb6491f1fe5a8c77b337ffb564a9ee6fb4157a5')
+b2sums=('18ecc00662fe101b1a9f1dc2fd03a99b219049ed049fda33a3d5c3b9bb3454540fa0be453088d67634186d2a376063362ed9aa2841ba3136b3444c50c4a6c669')
build() {
cd "$pkgname-$pkgver"
@@ -23,7 +24,7 @@
check() {
cd "$pkgname-$pkgver"
rm lib/debian/tests/test_deb{822,file}.py # remove failing tests .. for now
- python3 -m unittest discover --verbose lib/
+ python -m unittest discover --verbose lib/
}
package() {
More information about the arch-commits
mailing list