[arch-commits] Commit in python-decorator/trunk (PKGBUILD print_unittest.patch)

Jelle van der Waa jelle at archlinux.org
Fri Dec 11 12:49:51 UTC 2015


    Date: Friday, December 11, 2015 @ 13:49:51
  Author: jelle
Revision: 153009

upgpkg: python-decorator 4.0.6-1

Modified:
  python-decorator/trunk/PKGBUILD
Deleted:
  python-decorator/trunk/print_unittest.patch

----------------------+
 PKGBUILD             |   10 ++++------
 print_unittest.patch |    9 ---------
 2 files changed, 4 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-11 12:21:29 UTC (rev 153008)
+++ PKGBUILD	2015-12-11 12:49:51 UTC (rev 153009)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Chapuis <catwell at archlinux dot us>
 
 pkgname=('python-decorator' 'python2-decorator')
-pkgver=4.0.5
+pkgver=4.0.6
 pkgrel=1
 pkgdesc='Python Decorator module'
 arch=('any')
@@ -11,10 +11,9 @@
 license=('BSD')
 makedepends=('python2' 'python' 'python-setuptools' 'python2-setuptools')
 source=("http://pypi.python.org/packages/source/d/decorator/decorator-${pkgver}.tar.gz"
-        'LICENSE.txt' 'print_unittest.patch')
-md5sums=('1dc49f53cede079788fa8db0e1c561df'
-         '0ca76d2c707f09dbb04acc425ea1a08b'
-         'ce7b145ff6b667a84d7e9004095a9c15')
+        'LICENSE.txt')
+md5sums=('b17bfa17c294d33022a89de0f61d38fe'
+         '0ca76d2c707f09dbb04acc425ea1a08b')
 
 build() {
   # Make python and python2 builds possible
@@ -51,7 +50,6 @@
 
 check() {
   cd "$srcdir/decorator-$pkgver"
-  patch -Np1 -i $srcdir/print_unittest.patch
 
   python3 setup.py test
 

Deleted: print_unittest.patch
===================================================================
--- print_unittest.patch	2015-12-11 12:21:29 UTC (rev 153008)
+++ print_unittest.patch	2015-12-11 12:49:51 UTC (rev 153009)
@@ -1,9 +0,0 @@
-diff -aur decorator-4.0.4/src/tests/x.py decorator-4.0.4.new/src/tests/x.py
---- decorator-4.0.4/src/tests/x.py	2015-09-21 16:59:07.000000000 +0200
-+++ decorator-4.0.4.new/src/tests/x.py	2015-10-03 12:25:25.140912675 +0200
-@@ -31,4 +31,4 @@
-     for instance in instances:
-         instance.f()
-     del instances
--    print C.f.cache
-+    print(C.f.cache)



More information about the arch-commits mailing list