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

Felix Yan felixonmars at archlinux.org
Thu Jan 19 07:37:43 UTC 2017


    Date: Thursday, January 19, 2017 @ 07:37:42
  Author: felixonmars
Revision: 207983

upgpkg: python-mox3 0.19.0-1

Modified:
  python-mox3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-19 07:37:31 UTC (rev 207982)
+++ PKGBUILD	2017-01-19 07:37:42 UTC (rev 207983)
@@ -3,8 +3,8 @@
 
 pkgbase=python-mox3
 pkgname=('python-mox3' 'python2-mox3')
-pkgver=0.18.0
-pkgrel=2
+pkgver=0.19.0
+pkgrel=1
 arch=('any')
 pkgdesc='Mock object framework for Python'
 url='http://docs.openstack.org/developer/mox3'
@@ -16,6 +16,9 @@
 sha512sums=('SKIP')
 
 prepare() {
+  # Python 3.6 fixes
+  sed -i 's/, flags=4//' mox3/mox3/tests/test_mox.py
+
   cp -a mox3{,-py2}
 }
 



More information about the arch-commits mailing list