Hello community, here is the log from the commit of package python-argparse for openSUSE:Factory checked in at 2015-08-23 15:42:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-04-22 01:17:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-argparse.new/python-argparse.changes 2015-08-23 15:42:35.000000000 +0200 @@ -1,0 +2,8 @@ +Fri Aug 21 09:28:31 UTC 2015 - [email protected] + +- Add python-argparse-backport provides + For some distros, the "python" package provides python-argparse. + This allows packages to explicitly define that it needs this + backported version rather than the included version. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-argparse.spec ++++++ --- /var/tmp/diff_new_pack.K9Gyms/_old 2015-08-23 15:42:35.000000000 +0200 +++ /var/tmp/diff_new_pack.K9Gyms/_new 2015-08-23 15:42:35.000000000 +0200 @@ -36,6 +36,11 @@ %endif Provides: python-argparse-doc = %{version} Obsoletes: python-argparse-doc < %{version} +# For some distros, the "python" package provides python-argparse. +# This allows packages to explicitly define that it needs this +# backported version rather than the included version. +Provides: python-argparse-backport = %{version} +Obsoletes: python-argparse-backport < %{version} %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %description
