[arch-commits] Commit in python-xmlschema/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Sep 3 06:54:36 UTC 2022
Date: Saturday, September 3, 2022 @ 06:54:35
Author: felixonmars
Revision: 1291028
upgpkg: python-xmlschema 2.0.0-1
Modified:
python-xmlschema/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-03 06:51:17 UTC (rev 1291027)
+++ PKGBUILD 2022-09-03 06:54:35 UTC (rev 1291028)
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-xmlschema
-pkgver=1.11.3
+pkgver=2.0.0
pkgrel=1
pkgdesc="An XML Schema validator and decoder"
url="https://github.com/sissaschool/xmlschema"
@@ -8,10 +8,10 @@
license=('MIT')
arch=('any')
depends=('python-elementpath')
-makedepends=('python-pip')
+makedepends=('python-setuptools')
checkdepends=('python-lxml')
source=("$pkgname-$pkgver.tar.gz::https://github.com/sissaschool/xmlschema/archive/v$pkgver.tar.gz")
-sha512sums=('39677ff186b662977bf960ea467183416309cc6b278cc3225265e47bbe72c5fd1c027bc23c8da4813bd2ac2d3aac573e6c2272c3378c3ba60cf5ecd4fac9627a')
+sha512sums=('dbca7920f3ac09db3887c0c2d7ed44a09d95d2afa4de8510dbd70418e88e38d2c3a5e785ea76b259e256ede5d9d893db1b85f6c56bb0c78e2061e06dae514e77')
prepare() {
sed -i 's/~=/>=/' xmlschema-$pkgver/setup.py
More information about the arch-commits
mailing list