Hello community, here is the log from the commit of package python-py2pack for openSUSE:Factory checked in at 2014-02-11 11:03:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-py2pack (Old) and /work/SRC/openSUSE:Factory/.python-py2pack.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-py2pack" Changes: -------- --- /work/SRC/openSUSE:Factory/python-py2pack/python-py2pack.changes 2013-06-25 14:44:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-py2pack.new/python-py2pack.changes 2014-02-11 11:03:32.000000000 +0100 @@ -1,0 +2,11 @@ +Mon Feb 10 10:03:53 UTC 2014 - [email protected] + +- 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 + ... + +------------------------------------------------------------------- Old: ---- py2pack-0.4.4.tar.gz New: ---- py2pack-0.4.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-py2pack.spec ++++++ --- /var/tmp/diff_new_pack.QuRbdv/_old 2014-02-11 11:03:32.000000000 +0100 +++ /var/tmp/diff_new_pack.QuRbdv/_new 2014-02-11 11:03:32.000000000 +0100 @@ -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 @@ 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 @@ %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 @@ %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 ++++++ py2pack-0.4.4.tar.gz -> py2pack-0.4.9.tar.gz ++++++ ++++ 5711 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
