Hello community, here is the log from the commit of package python-dateutil for openSUSE:Factory checked in at 2012-05-07 22:49:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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/python-dateutil.changes 2011-09-23 12:42:33.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-dateutil.new/python-dateutil.changes 2012-05-07 22:49:49.000000000 +0200 @@ -1,0 +2,10 @@ +Fri Apr 27 14:07:19 UTC 2012 - [email protected] + +- Fix building python 3 package on openSUSE 11.4 + +------------------------------------------------------------------- +Thu Apr 26 12:11:38 UTC 2012 - [email protected] + +- Add python 3 package + +------------------------------------------------------------------- New Changes file: --- /dev/null 2012-05-03 01:24:41.895590051 +0200 +++ /work/SRC/openSUSE:Factory/.python-dateutil.new/python3-dateutil.changes 2012-05-07 22:49:49.000000000 +0200 @@ -0,0 +1,10 @@ +------------------------------------------------------------------- +Fri Apr 27 14:07:19 UTC 2012 - [email protected] + +- Fix building python 3 package on openSUSE 11.4 + +------------------------------------------------------------------- +Thu Apr 26 12:11:38 UTC 2012 - [email protected] + +- Add python 3 package + New: ---- python3-dateutil.changes python3-dateutil.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-dateutil.spec ++++++ --- /var/tmp/diff_new_pack.haIHMo/_old 2012-05-07 22:49:51.000000000 +0200 +++ /var/tmp/diff_new_pack.haIHMo/_new 2012-05-07 22:49:51.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package python-dateutil (Version 1.5) +# spec file for package python-dateutil # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 ++++++ python3-dateutil.spec ++++++ # # spec file for package python3-dateutil # # Copyright (c) 2012 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: python3-dateutil Summary: A Python Datetime Library Version: 1.5 Release: 1 Source0: python-dateutil-%{version}.tar.gz License: Python-2.0 Group: Development/Libraries/Python BuildRoot: %{_tmppath}/%{name}-%{version}-build Url: http://labix.org/python-dateutil BuildRequires: python3 BuildRequires: python3-2to3 BuildRequires: python3-devel BuildRequires: python3-distribute %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} %description The python dateutil module provides powerful extensions to the standard datetime module. * Computing of relative deltas (next month, next year, next monday, last week of month, etc.) * Computing of relative deltas between two given dates and/or datetime objects * Computing of dates based on very flexible recurrence rules, using a superset of the iCalendar specification. Parsing of RFC strings is supported as well. * Generic parsing of dates in almost any string format. * Timezone (tzinfo) implementations for tzfile(5) format files (/etc/localtime, /usr/share/zoneinfo, etc.), TZ environment string (in all known formats), iCalendar format files, given ranges (with help from relative deltas), local machine timezone, fixed offset timezone, UTC timezone, and Windows registry-based time zones. * Internal up-to-date world timezone information based on Olson's database. * Computing of Easter Sunday dates for any given year, using Western, Orthodox or Julian algorithms. %prep %setup -q -n python-dateutil-%{version} %build rm setup.cfg CFLAGS="%{optflags}" python3 setup.py build %install python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root) %doc LICENSE NEWS PKG-INFO README %{python3_sitelib}/dateutil/ %{python3_sitelib}/python_dateutil-%{version}-py%{py3_ver}.egg-info/ %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
