diff --git a/py2pack-0.3.10.tar.bz2 b/py2pack-0.3.10.tar.bz2 deleted file mode 100644 index b2c9bb1..0000000 --- a/py2pack-0.3.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b795f013c4b46f26236c829f59728005ab48f8e9459f36c5804e207a3f0a38c -size 11687 diff --git a/py2pack-0.3.11.tar.bz2 b/py2pack-0.3.11.tar.bz2 new file mode 100644 index 0000000..10624b9 --- /dev/null +++ b/py2pack-0.3.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f85f5e0c50a39e64e4801ba5c50bb83c9a9032639243aa566fb169bb807538c0 +size 11706 diff --git a/python-py2pack.changes b/python-py2pack.changes index c22d5ca..8ebb7aa 100644 --- a/python-py2pack.changes +++ b/python-py2pack.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Feb 16 08:42:27 UTC 2011 - saschpe@suse.de + +- Update to version 0.3.11 + * Remove newer Python features (allow running on older Distros, + namely RHEL5 and SLES9) + ------------------------------------------------------------------- Wed Jan 26 17:31:40 UTC 2011 - saschpe@gmx.de diff --git a/python-py2pack.spec b/python-py2pack.spec index 4076575..3437124 100644 --- a/python-py2pack.spec +++ b/python-py2pack.spec @@ -11,20 +11,19 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. - +# # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild - %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define mod_name py2pack Name: python-%{mod_name} -Version: 0.3.10 -Release: 1 +Version: 0.3.11 +Release: 0 Url: http://github.com/saschpe/py2pack Summary: Generate distribution packages from Python packages on PyPI License: GPLv2