[arch-commits] Commit in python-path.py/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Sep 29 08:31:42 UTC 2018


    Date: Saturday, September 29, 2018 @ 08:31:41
  Author: felixonmars
Revision: 387688

upgpkg: python-path.py 11.4.1-1

Modified:
  python-path.py/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-29 08:31:06 UTC (rev 387687)
+++ PKGBUILD	2018-09-29 08:31:41 UTC (rev 387688)
@@ -2,7 +2,7 @@
 
 pkgbase=python-path.py
 pkgname=('python-path.py' 'python2-path.py')
-pkgver=11.4.0
+pkgver=11.4.1
 pkgrel=1
 pkgdesc='A module wrapper for os.path'
 arch=('any')
@@ -12,14 +12,11 @@
              'python2-importlib-metadata' 'python2-backports.os')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pytest-flake8' 'python2-pytest-flake8')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/jaraco/path.py/archive/$pkgver.tar.gz")
-sha512sums=('54cc5566f3243fff1158ceb555e1edc9c5ac12025574c20558ddb2998b5ff711a1bba248f59ea69c4b071f3afe34c1ea54d6653d41602ce1d0b89b21da7d9ffe')
+sha512sums=('6f4dd3b3c0d81b62a59d80ce807aa971c0266e7d4ebab1c1254fa5b4d81247deda6f589429330a6041042961b372acb809a2b1a8e472704918eca40289314ce3')
 
 prepare() {
   cp -a path.py-$pkgver{,-py2}
 
-  # https://github.com/jaraco/path.py/issues/153
-  sed -i 's/milliseconds=100/milliseconds=200/' path.py-$pkgver-py2/test_path.py
-
   export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 }
 



More information about the arch-commits mailing list