Hello community, here is the log from the commit of package python-argparse for openSUSE:Factory checked in at 2016-09-20 13:21:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-argparse (Old) and /work/SRC/openSUSE:Factory/.python-argparse.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-argparse" Changes: -------- --- /work/SRC/openSUSE:Factory/python-argparse/python-argparse.changes 2015-08-23 15:42:35.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-argparse.new/python-argparse.changes 2016-09-20 13:21:47.000000000 +0200 @@ -1,0 +2,13 @@ +Thu Sep 15 22:58:55 UTC 2016 - [email protected] + +- Update to 1.4.0 + - make argparse behave for default args aka + issue #12776, #11839: call argparse type function only once. + - move to github:ThomasWaldmann/argparse + - add TW as maintainer / give TW's email + - add some usecase to README, clarify issue tracking + - add a note to tox.ini about testing on dead snakes +- Remove ancient documentation file +- Clean up documentation handling + +------------------------------------------------------------------- Old: ---- argparse-1.1.pdf argparse-1.3.0.tar.gz New: ---- argparse-1.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-argparse.spec ++++++ --- /var/tmp/diff_new_pack.k5oT0z/_old 2016-09-20 13:21:48.000000000 +0200 +++ /var/tmp/diff_new_pack.k5oT0z/_new 2016-09-20 13:21:48.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-argparse # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,23 +17,15 @@ Name: python-argparse -Version: 1.3.0 +Version: 1.4.0 Release: 0 -Url: http://code.google.com/p/argparse/ +Url: https://github.com/ThomasWaldmann/argparse/ Summary: Python command-line parsing library License: Python-2.0 Group: Development/Languages/Python -Source: https://pypi.python.org/packages/source/a/argparse/argparse-%{version}.tar.gz -Source1: argparse-1.1.pdf -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Source: https://files.pythonhosted.org/packages/source/a/argparse/argparse-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-setuptools -%if 0%{?suse_version} -%py_requires -%if 0%{?suse_version} > 1110 -BuildArch: noarch -%endif -%endif Provides: python-argparse-doc = %{version} Obsoletes: python-argparse-doc < %{version} # For some distros, the "python" package provides python-argparse. @@ -41,7 +33,11 @@ # backported version rather than the included version. Provides: python-argparse-backport = %{version} Obsoletes: python-argparse-backport < %{version} +%if 0%{?suse_version} > 1110 +BuildArch: noarch +%else %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%endif %description The argparse module provides an easy, declarative interface for @@ -64,13 +60,7 @@ %prep %setup -n argparse-%{version} -mkdir html -pushd doc - mv * ../html/ - mv ../html . -popd sed -i "s/\r//" NEWS.txt # Avoid warning wrong-file-end-of-line-encoding -cp %{SOURCE1} doc/ %build python setup.py build @@ -80,7 +70,8 @@ %files %defattr(-,root,root,-) -%doc NEWS.txt README.txt doc/* -%python_sitelib/* +%doc NEWS.txt README.txt +%doc doc/source/Python-License.txt doc/source/license.rst +%{python_sitelib}/* %changelog ++++++ argparse-1.3.0.tar.gz -> argparse-1.4.0.tar.gz ++++++ ++++ 5285 lines of diff (skipped)
