[python3/nightly] Bump the version to 3.5

Miro Hrončok churchyard at fedoraproject.org
Sat Jun 7 10:06:47 UTC 2014


commit 8c8bf1e3272b1abb7056f841f16f7820e034e3cf
Author: Miro Hrončok <miro at hroncok.cz>
Date:   Sat Jun 7 12:06:28 2014 +0200

    Bump the version to 3.5

 python3.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/python3.spec b/python3.spec
index 024c834..4f85d67 100644
--- a/python3.spec
+++ b/python3.spec
@@ -4,10 +4,10 @@
 
 %global with_rewheel 1
 
-%global pybasever 3.4
+%global pybasever 3.5
 
 # pybasever without the dot:
-%global pyshortver 34
+%global pyshortver 35
 
 %global pylibdir %{_libdir}/python%{pybasever}
 %global dynload_dir %{pylibdir}/lib-dynload
@@ -39,7 +39,7 @@
 # now has bytecode at:
 #   foo/__pycache__/bar.cpython-34.pyc
 #   foo/__pycache__/bar.cpython-34.pyo
-%global bytecode_suffixes .cpython-34.py?
+%global bytecode_suffixes .cpython-35.py?
 
 # Python's configure script defines SOVERSION, and this is used in the Makefile
 # to determine INSTSONAME, the name of the libpython DSO:


More information about the scm-commits mailing list