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

Evangelos Foutras foutrelis at archlinux.org
Fri Feb 12 00:48:45 UTC 2016


    Date: Friday, February 12, 2016 @ 01:48:45
  Author: foutrelis
Revision: 161324

upgpkg: python-stevedore 1.11.0-1

New upstream release.

Modified:
  python-stevedore/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-11 23:55:45 UTC (rev 161323)
+++ PKGBUILD	2016-02-12 00:48:45 UTC (rev 161324)
@@ -2,7 +2,7 @@
 # Maintainer: Evangelos Foutras <evangelos at foutrelis.com
 
 pkgname=('python-stevedore' 'python2-stevedore')
-pkgver=1.10.0
+pkgver=1.11.0
 pkgrel=1
 pkgdesc="Manage dynamic plugins for Python applications"
 arch=('any')
@@ -11,15 +11,11 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'git')
 options=('!emptydirs')
 source=(http://pypi.python.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
-sha256sums=('f5d689ef38e0ca532d57a03d1ab95e89b17c57f97b58d10c92da94699973779f')
+sha256sums=('90616a9f437b54e1bca831630faf97040a608d66685c821615ef79f72eb79c6d')
 
 prepare() {
   cd "$srcdir/stevedore-$pkgver"
 
-  # Remove dependency on argparse; it's in Python 2.7+/3.2+ stdlib (FS#42063)
-  # https://bugs.launchpad.net/python-stevedore/+bug/1372433
-  sed -i '/argparse/d' requirements.txt
-
   # Remove dependency on pbr; it's not a runtime dependency
   sed -i '/pbr/d' requirements.txt
 }



More information about the arch-commits mailing list