[arch-commits] Commit in python-defusedxml/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Feb 10 04:59:56 UTC 2017


    Date: Friday, February 10, 2017 @ 04:59:55
  Author: felixonmars
Revision: 288538

upgpkg: python-defusedxml 0.5.0-1

Modified:
  python-defusedxml/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-09 20:28:11 UTC (rev 288537)
+++ PKGBUILD	2017-02-10 04:59:55 UTC (rev 288538)
@@ -3,15 +3,15 @@
 
 pkgbase=python-defusedxml
 pkgname=("python-defusedxml" "python2-defusedxml")
-pkgver=0.4.1
-pkgrel=3
+pkgver=0.5.0
+pkgrel=1
 pkgdesc="XML bomb protection for Python stdlib modules"
 arch=('any')
 url='https://bitbucket.org/tiran/defusedxml'
 license=('Python')
-makedepends=('python' 'python2')
-source=("https://pypi.python.org/packages/source/d/defusedxml/defusedxml-0.4.1.tar.gz")
-md5sums=('230a5eff64f878b392478e30376d673a')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/d/defusedxml/defusedxml-$pkgver.tar.gz")
+md5sums=('7ff1501366c6d1dcd2de8514dc2b755e')
 
 prepare() {
   cp -a "defusedxml-$pkgver"{,-py2}



More information about the arch-commits mailing list