diff --git a/py2pack-0.3.7.tar.gz b/py2pack-0.3.7.tar.gz deleted file mode 100644 index bbacae5..0000000 --- a/py2pack-0.3.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e33db1d007ebb91f43f0b8de7b56d9f2e5d233df3f77629b6acd234eb062718 -size 12247 diff --git a/py2pack-0.3.9.tar.bz2 b/py2pack-0.3.9.tar.bz2 new file mode 100644 index 0000000..5cc914f --- /dev/null +++ b/py2pack-0.3.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a51af07b176d1a8565259c01d555541ea89b7dd4f6ea933b978a5b5059acda +size 11738 diff --git a/python-py2pack.changes b/python-py2pack.changes index 8892381..6bfb9e1 100644 --- a/python-py2pack.changes +++ b/python-py2pack.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 25 14:13:51 UTC 2011 - saschpe@suse.de + +- Update to version 0.3.9 + * Automatically install egg-info on non-SUSE distros +- Recompressed with bzip2 + ------------------------------------------------------------------- Tue Jan 18 12:44:40 UTC 2011 - saschpe@suse.de diff --git a/python-py2pack.spec b/python-py2pack.spec index f5e3727..27fbdd0 100644 --- a/python-py2pack.spec +++ b/python-py2pack.spec @@ -1,7 +1,7 @@ # # spec file for package python-py2pack # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -11,25 +11,24 @@ # 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.7 -Release: 1 +Version: 0.3.9 +Release: 0 Url: http://github.com/saschpe/py2pack Summary: Generate distribution packages from Python packages on PyPI License: GPLv2 Group: Development/Languages/Python -Source: %{mod_name}-%{version}.tar.gz +Source: %{mod_name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-jinja2