[python-plyvel] Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4

Bohuslav Kabrda bkabrda at fedoraproject.org
Fri May 16 09:59:18 UTC 2014


commit 8dcdea6fced3044ee4731d37d2bad62b9ca9d353
Author: Slavek Kabrda <bkabrda at redhat.com>
Date:   Fri May 16 11:59:06 2014 +0200

    Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4

 python-plyvel.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-plyvel.spec b/python-plyvel.spec
index 1ad3f19..b66e334 100644
--- a/python-plyvel.spec
+++ b/python-plyvel.spec
@@ -9,7 +9,7 @@
 
 Name:           python-%{upstream_name}
 Version:        0.8
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python interface to the LevelDB embedded database library
 License:        BSD
 URL:            https://github.com/wbolster/plyvel
@@ -81,7 +81,7 @@ py.test
 %if %{with python3}
 pushd %{py3dir}
 %{__python3} setup.py build_ext --inplace
-py.test-3.3
+py.test-%{python3_version}
 popd
 %endif
 
@@ -98,6 +98,9 @@ popd
 %endif
 
 %changelog
+* Wed May 14 2014 Bohuslav Kabrda <bkabrda at redhat.com> - 0.8-2
+- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
+
 * Thu Dec 19 2013 Dan Callaghan <dcallagh at redhat.com> - 0.8-1
 - new upstream release 0.8
 


More information about the scm-commits mailing list