[pystache/f18] Disable py3 support for F18

Ankur Sinha ankursinha at fedoraproject.org
Sun May 19 11:59:54 UTC 2013


commit fe88ba69d115d45c54b8a23473173696721ca439
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur at gmail.com>
Date:   Sun May 19 21:59:44 2013 +1000

    Disable py3 support for F18

 pystache.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pystache.spec b/pystache.spec
index 293fecd..cab9644 100644
--- a/pystache.spec
+++ b/pystache.spec
@@ -1,7 +1,7 @@
-%global with_python3 1
+%global with_python3 0
 Name:           pystache
 Version:        0.5.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Mustache for Python
 
 License:        MIT
@@ -98,6 +98,9 @@ popd
 %endif # with_python3
 
 %changelog
+* Sun May 19 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.5.3-2
+- Disable py3 support for F18 since python3-simplejson isn't available
+
 * Sun May 19 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.5.3-1
 - Update to 0.5.3
 - Add py3 support


More information about the scm-commits mailing list