From 4ae82904d5d410ba43a2c1c39835894321cc3e6ca9b6b4ee8ce911a2c5de8f5f Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 10 Feb 2014 10:13:31 +0000 Subject: [PATCH] - Update to version 0.4.9: + Fix coverage report source + Add cssselect setup_requires + Update SPDX license map + Change 'flake8' to 'pep8' target + Fix recursive-include for doc ... OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=41 --- py2pack-0.4.4.tar.gz | 3 --- py2pack-0.4.9.tar.gz | 3 +++ python-py2pack.changes | 11 +++++++++++ python-py2pack.spec | 16 +++++++++------- 4 files changed, 23 insertions(+), 10 deletions(-) delete mode 100644 py2pack-0.4.4.tar.gz create mode 100644 py2pack-0.4.9.tar.gz diff --git a/py2pack-0.4.4.tar.gz b/py2pack-0.4.4.tar.gz deleted file mode 100644 index 6471a1b..0000000 --- a/py2pack-0.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2acc0f5f6936c7bbfa37e13dfaad0902406352213e89925c3be366bbc74ebad4 -size 25167 diff --git a/py2pack-0.4.9.tar.gz b/py2pack-0.4.9.tar.gz new file mode 100644 index 0000000..1a2b5f6 --- /dev/null +++ b/py2pack-0.4.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef034ebf62afaaa69d40051549795da79158509efa026e54ffb691bd29c5fba +size 30052 diff --git a/python-py2pack.changes b/python-py2pack.changes index 7ccf9d2..17771b1 100644 --- a/python-py2pack.changes +++ b/python-py2pack.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Feb 10 10:03:53 UTC 2014 - speilicke@suse.com + +- Update to version 0.4.9: + + Fix coverage report source + + Add cssselect setup_requires + + Update SPDX license map + + Change 'flake8' to 'pep8' target + + Fix recursive-include for doc + ... + ------------------------------------------------------------------- Mon Jun 24 12:13:21 UTC 2013 - speilicke@suse.com diff --git a/python-py2pack.spec b/python-py2pack.spec index 451159d..76167cb 100644 --- a/python-py2pack.spec +++ b/python-py2pack.spec @@ -1,7 +1,7 @@ # # spec file for package python-py2pack # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -15,8 +15,9 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python-py2pack -Version: 0.4.4 +Version: 0.4.9 Release: 0 Url: http://github.com/saschpe/py2pack Summary: Generate distribution packages from Python packages on PyPI @@ -24,9 +25,9 @@ License: GPL-2.0+ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/p/py2pack/py2pack-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: python-Jinja2 BuildRequires: python-argparse BuildRequires: python-devel -BuildRequires: python-Jinja2 Requires: python-Jinja2 %if 0%{?suse_version} && 0%{?suse_version} <= 1110 Requires: python-argparse @@ -43,7 +44,7 @@ universal tool to package Python modules. %prep %setup -q -n py2pack-%{version} -sed -i "1d" py2pack/py2pack.py # Fix non-executable script +#sed -i "1d" py2pack/py2pack.py # Fix non-executable script %build python setup.py build @@ -58,9 +59,10 @@ mv %{buildroot}/usr/share/doc/py2pack/* %{buildroot}%{_docdir}/%{name} %files %defattr(-,root,root,-) -%{_docdir}/%{name} -%{_mandir}/man?/py2pack.* %{_bindir}/py2pack -%{python_sitelib}/* +%{_mandir}/man1/py2pack.1* +%{_docdir}/%{name} +%{python_sitelib}/py2pack-%{version}-py%{py_ver}.egg-info +%{python_sitelib}/py2pack %changelog