Hello community, here is the log from the commit of package python-dateutil for openSUSE:Factory checked in at 2012-11-28 14:32:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-dateutil (Old) and /work/SRC/openSUSE:Factory/.python-dateutil.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dateutil", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/python-dateutil/python3-dateutil.changes 2012-06-12 07:09:59.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-dateutil.new/python3-dateutil.changes 2012-11-28 14:33:00.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Nov 22 13:47:34 UTC 2012 - [email protected] + +- Removed openSUSE 11.4 spec file workarounds + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-dateutil.spec ++++++ --- /var/tmp/diff_new_pack.PvTp8C/_old 2012-11-28 14:33:01.000000000 +0100 +++ /var/tmp/diff_new_pack.PvTp8C/_new 2012-11-28 14:33:01.000000000 +0100 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %define modname dateutil Name: python-%{modname} Summary: A Python Datetime Library @@ -35,6 +36,8 @@ BuildArch: noarch %py_requires %endif +#TODO: Temporary, until the package gets renamed: +Provides: python-python-dateutil = %{version} %description The python dateutil module provides powerful extensions to the standard ++++++ python3-dateutil.spec ++++++ --- /var/tmp/diff_new_pack.PvTp8C/_old 2012-11-28 14:33:01.000000000 +0100 +++ /var/tmp/diff_new_pack.PvTp8C/_new 2012-11-28 14:33:01.000000000 +0100 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %define modname dateutil Name: python3-%{modname} %define tarname python-%{modname} @@ -31,16 +32,8 @@ BuildRequires: python3-devel BuildRequires: python3-distribute BuildRequires: python3-six -%if 0%{?suse_version} <= 1140 -%{!?python3_sitelib: %global python3_sitelib %(python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} -%{!?py3_ver: %global py3_ver %(python3 -c "import sys; version=str(sys.version_info[0]) + '.' + str(sys.version_info[1]); print(version)" 2>/dev/null || echo PYTHON-NOT-FOUND)} -%ifarch x86_64 -# to allow ownership of noarch python directories -BuildRequires: python3-32bit -%endif -%endif BuildArch: noarch -Requires: python3 >= %{py3_ver} +Requires: python(abi) = %{py3_ver} Requires: python3-six %description -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
