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

Felix Yan felixonmars at archlinux.org
Fri Jan 3 05:04:24 UTC 2020


    Date: Friday, January 3, 2020 @ 05:04:24
  Author: felixonmars
Revision: 546890

upgpkg: python-py 1.8.1-1

Modified:
  python-py/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-03 04:57:08 UTC (rev 546889)
+++ PKGBUILD	2020-01-03 05:04:24 UTC (rev 546890)
@@ -7,8 +7,8 @@
 
 pkgbase=python-py
 pkgname=('python-py' 'python2-py')
-pkgver=1.8.0
-pkgrel=3
+pkgver=1.8.1
+pkgrel=1
 pkgdesc="library with cross-python path, ini-parsing, io, code, log facilities"
 arch=('any')
 license=('MIT')
@@ -17,10 +17,13 @@
              'python2-setuptools-scm' 'python-iniconfig' 'python2-iniconfig'
              'python-apipkg' 'python2-apipkg')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/py/archive/$pkgver.tar.gz")
-sha512sums=('83c7de6cfe89f5064f5f7266739b16adf61fd8f4f77ead787e17e41b7fb4d5f68fa242eab9a04c0c1a88cc7c47e68c78256e4432c5f8eeff5ac3dc36a90cfa3a')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/py/archive/$pkgver.tar.gz"
+        py-pytest-4.patch::https://github.com/pytest-dev/py/pull/222.patch)
+sha512sums=('6ebe06c50e1279e1a73cf0ef97d75bafc8cd4c7d7990ed5add84aaba52523046f989cf29a11ae86ec56acbb5f0cb43147a0738108902c5eeaddaa8497e5ab32e'
+            'cabfdb8cd2e229bfbd5e770a145dde60f9e649f683f8e3d57d2cf393a4d246fcb0eae4596cbbee010de97bfca26470a5dd4280d0f9e34d7f30df19b09f5ea8b6')
 
 prepare() {
+  patch -d py-$pkgver -p1 -i ../py-pytest-4.patch
   rm -r py-$pkgver/py/_vendored_packages
   cp -a py-$pkgver{,-py2}
 



More information about the arch-commits mailing list