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

Bohuslav Kabrda bkabrda at fedoraproject.org
Fri May 16 11:15:33 UTC 2014


commit 7c09dee374266d14cfeccc9a5c62d0ab984aa484
Author: Slavek Kabrda <bkabrda at redhat.com>
Date:   Fri May 16 13:15:22 2014 +0200

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

 python-sanction.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-sanction.spec b/python-sanction.spec
index 70ec6f9..aa305bd 100644
--- a/python-sanction.spec
+++ b/python-sanction.spec
@@ -6,7 +6,7 @@
 
 Name:               python-sanction
 Version:            0.3.1
-Release:            1%{?dist}
+Release:            2%{?dist}
 Summary:            A simple, lightweight OAuth2 client
 Group:              Development/Libraries
 License:            MIT
@@ -123,7 +123,7 @@ popd
 %check
 %if 0%{?with_python3}
 pushd %{py3dir}
-PYTHONPATH=$(pwd) nosetests-3.3
+PYTHONPATH=$(pwd) nosetests-%{python3_version}
 popd
 %endif
 
@@ -142,6 +142,9 @@ PYTHONPATH=$(pwd) nosetests
 %endif
 
 %changelog
+* Wed May 14 2014 Bohuslav Kabrda <bkabrda at redhat.com> - 0.3.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
+
 * Mon Oct 07 2013 Ralph Bean <rbean at redhat.com> - 0.3.1-1
 - Latest upstream.
 - Added python3 subpackage.


More information about the scm-commits mailing list