From da4280338cb575177e8b06c07d1ae8ee4d286242e8c01e501464d01e589ef6cb Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 25 Jan 2011 14:19:00 +0000 Subject: [PATCH 1/5] - Update to version 0.3.9 * Automatically install egg-info on non-SUSE distros - Recompressed with bzip2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=20 --- py2pack-0.3.7.tar.gz | 3 --- py2pack-0.3.9.tar.bz2 | 3 +++ python-py2pack.changes | 7 +++++++ python-py2pack.spec | 11 +++++------ 4 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 py2pack-0.3.7.tar.gz create mode 100644 py2pack-0.3.9.tar.bz2 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 From ed89e56fa9bd472df90773d957568b4e746b381424ecaf9717a4205f13953a0e Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 26 Jan 2011 17:37:00 +0000 Subject: [PATCH 2/5] - Update to version 0.3.10 * Removed SUSE-specific %files section * Added README.rst OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=21 --- py2pack-0.3.10.tar.gz | 3 +++ python-py2pack.changes | 7 +++++++ python-py2pack.spec | 8 +++----- 3 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 py2pack-0.3.10.tar.gz diff --git a/py2pack-0.3.10.tar.gz b/py2pack-0.3.10.tar.gz new file mode 100644 index 0000000..861a1f2 --- /dev/null +++ b/py2pack-0.3.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32eee0d4da736e2c262899f84782fc99e382061a9d038243b567df851a97c39d +size 12289 diff --git a/python-py2pack.changes b/python-py2pack.changes index 6bfb9e1..c22d5ca 100644 --- a/python-py2pack.changes +++ b/python-py2pack.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jan 26 17:31:40 UTC 2011 - saschpe@gmx.de + +- Update to version 0.3.10 + * Removed SUSE-specific %files section + * Added README.rst + ------------------------------------------------------------------- Tue Jan 25 14:13:51 UTC 2011 - saschpe@suse.de diff --git a/python-py2pack.spec b/python-py2pack.spec index 27fbdd0..3b746a5 100644 --- a/python-py2pack.spec +++ b/python-py2pack.spec @@ -22,7 +22,7 @@ %define mod_name py2pack Name: python-%{mod_name} -Version: 0.3.9 +Version: 0.3.10 Release: 0 Url: http://github.com/saschpe/py2pack Summary: Generate distribution packages from Python packages on PyPI @@ -56,16 +56,14 @@ export CFLAGS="%{optflags}" python setup.py build %install -python setup.py install --prefix=%{_prefix} --root=%{buildroot} %{?suse_version: --record-rpm=INSTALLED_FILES} +python setup.py install --prefix=%{_prefix} --root=%{buildroot} %clean rm -rf %{buildroot} -%files %{?suse_version: -f INSTALLED_FILES} +%files %defattr(-,root,root,-) -%if 0%{!?suse_version:1} %{_bindir}/%{mod_name} %python_sitelib/%{mod_name}* -%endif %changelog From ba397ab723d6f40494c3866dbe7c9aedf5eb868cf684704571a28adb144d3485 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 26 Jan 2011 17:37:14 +0000 Subject: [PATCH 3/5] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=22 --- py2pack-0.3.9.tar.bz2 | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 py2pack-0.3.9.tar.bz2 diff --git a/py2pack-0.3.9.tar.bz2 b/py2pack-0.3.9.tar.bz2 deleted file mode 100644 index 5cc914f..0000000 --- a/py2pack-0.3.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68a51af07b176d1a8565259c01d555541ea89b7dd4f6ea933b978a5b5059acda -size 11738 From d5b6ed0c201c49acc78597368bdfe912627bbd818678963c0096cd04459599ad Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 26 Jan 2011 17:55:31 +0000 Subject: [PATCH 4/5] Proper compression OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=23 --- py2pack-0.3.10.tar.bz2 | 3 +++ py2pack-0.3.10.tar.gz | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 py2pack-0.3.10.tar.bz2 delete mode 100644 py2pack-0.3.10.tar.gz diff --git a/py2pack-0.3.10.tar.bz2 b/py2pack-0.3.10.tar.bz2 new file mode 100644 index 0000000..b2c9bb1 --- /dev/null +++ b/py2pack-0.3.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b795f013c4b46f26236c829f59728005ab48f8e9459f36c5804e207a3f0a38c +size 11687 diff --git a/py2pack-0.3.10.tar.gz b/py2pack-0.3.10.tar.gz deleted file mode 100644 index 861a1f2..0000000 --- a/py2pack-0.3.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32eee0d4da736e2c262899f84782fc99e382061a9d038243b567df851a97c39d -size 12289 From 4ee38bdfaf303b5b2a5f6197fed3ad2610cc3b3cd528e3f77df6da9ba213458d Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Fri, 28 Jan 2011 15:24:46 +0000 Subject: [PATCH 5/5] Fixed year in copyright line OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=24 --- python-py2pack.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-py2pack.spec b/python-py2pack.spec index 3b746a5..3a2bc09 100644 --- a/python-py2pack.spec +++ b/python-py2pack.spec @@ -1,7 +1,7 @@ # # spec file for package python-py2pack # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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