commit python3-dateutil for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package python3-dateutil for 
openSUSE:Factory checked in at 2016-05-25 21:23:46

Comparing /work/SRC/openSUSE:Factory/python3-dateutil (Old)
 and  /work/SRC/openSUSE:Factory/.python3-dateutil.new (New)


Package is "python3-dateutil"

Changes:

--- /work/SRC/openSUSE:Factory/python3-dateutil/python3-dateutil.changes
2016-03-31 13:02:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-dateutil.new/python3-dateutil.changes   
2016-05-25 21:24:02.0 +0200
@@ -1,0 +2,20 @@
+Sun May  8 06:59:41 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * changed to https for source url
+  * updated source url to files.pythonhosted.org
+
+
+---
+Fri Apr 22 01:27:36 UTC 2016 - a...@gmx.de
+
+- update to version 2.5.3:
+  * Updated zoneinfo to 2016d
+  * Fixed parser bug where unambiguous datetimes fail to parse when
+dayfirst is set to true. (gh issue #233, pr #234)
+  * Bug in zoneinfo file on platforms such as Google App Engine which
+do not do not allow importing of subprocess.check_call was
+reported and fixed by @savraj (gh issue #239, gh pr #240)
+  * Fixed incorrect version in documentation (gh issue #235, pr #243)
+
+---

Old:

  python-dateutil-2.5.2.tar.gz

New:

  python-dateutil-2.5.3.tar.gz



Other differences:
--
++ python3-dateutil.spec ++
--- /var/tmp/diff_new_pack.kpOIpv/_old  2016-05-25 21:24:03.0 +0200
+++ /var/tmp/diff_new_pack.kpOIpv/_new  2016-05-25 21:24:03.0 +0200
@@ -20,9 +20,9 @@
 Summary:A Python Datetime Library
 License:BSD-3-Clause
 Group:  Development/Libraries/Python
-Version:2.5.2
+Version:2.5.3
 Release:0
-Source0:
http://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-dateutil/python-dateutil-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:https://dateutil.readthedocs.org/en/latest/
 BuildRequires:  python3-devel

++ python-dateutil-2.5.2.tar.gz -> python-dateutil-2.5.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-dateutil-2.5.2/NEWS 
new/python-dateutil-2.5.3/NEWS
--- old/python-dateutil-2.5.2/NEWS  2016-03-27 17:39:30.0 +0200
+++ new/python-dateutil-2.5.3/NEWS  2016-04-21 02:07:59.0 +0200
@@ -1,3 +1,13 @@
+Version 2.5.3
+-
+- Updated zoneinfo to 2016d
+- Fixed parser bug where unambiguous datetimes fail to parse when dayfirst is
+  set to true. (gh issue #233, pr #234)
+- Bug in zoneinfo file on platforms such as Google App Engine which do not
+  do not allow importing of subprocess.check_call was reported and fixed by
+  @savraj (gh issue #239, gh pr #240)
+- Fixed incorrect version in documentation (gh issue #235, pr #243)
+
 Version 2.5.2
 -
 - Updated zoneinfo to 2016c
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-dateutil-2.5.2/PKG-INFO 
new/python-dateutil-2.5.3/PKG-INFO
--- old/python-dateutil-2.5.2/PKG-INFO  2016-03-27 17:40:33.0 +0200
+++ new/python-dateutil-2.5.3/PKG-INFO  2016-04-21 02:09:05.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-dateutil
-Version: 2.5.2
+Version: 2.5.3
 Summary: Extensions to the standard Python datetime module
 Home-page: https://dateutil.readthedocs.org
 Author: Paul Ganssle, Yaron de Leeuw
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-dateutil-2.5.2/dateutil/__init__.py 
new/python-dateutil-2.5.3/dateutil/__init__.py
--- old/python-dateutil-2.5.2/dateutil/__init__.py  2016-03-27 
17:36:37.0 +0200
+++ new/python-dateutil-2.5.3/dateutil/__init__.py  2016-04-21 
02:08:08.0 +0200
@@ -1,2 +1,2 @@
 # -*- coding: utf-8 -*-
-__version__ = "2.5.2"
+__version__ = "2.5.3"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-dateutil-2.5.2/dateutil/parser.py 
new/python-dateutil-2.5.3/dateutil/parser.py
--- old/python-dateutil-2.5.2/dateutil/parser.py2016-03-27 
17:33:17.0 +0200
+++ new/python-dateutil-2.5.3/dateutil/parser.py2016-04-19 
19:11:40.0 +0200
@@ -464,7 +464,7 @@
 self.find_probable_year_index(_timelex.split(self.tzstr)) 
== 0 or \
(yearfirst and self[1] <= 12 and self[2] <= 31):
 # 99-01-01
-if dayfirst:
+if 

commit python3-dateutil for openSUSE:Factory

2016-03-31 Thread h_root
Hello community,

here is the log from the commit of package python3-dateutil for 
openSUSE:Factory checked in at 2016-03-31 13:02:26

Comparing /work/SRC/openSUSE:Factory/python3-dateutil (Old)
 and  /work/SRC/openSUSE:Factory/.python3-dateutil.new (New)


Package is "python3-dateutil"

Changes:

--- /work/SRC/openSUSE:Factory/python3-dateutil/python3-dateutil.changes
2016-03-21 12:45:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-dateutil.new/python3-dateutil.changes   
2016-03-31 13:02:26.0 +0200
@@ -1,0 +2,9 @@
+Tue Mar 29 02:11:42 UTC 2016 - a...@gmx.de
+
+- update to version 2.5.2:
+  * Updated zoneinfo to 2016c
+  * Fixed parser bug where yearfirst and dayfirst parameters were not
+being respected when no separator was present. (gh issue #81 and
+#217, pr #229)
+
+---

Old:

  python-dateutil-2.5.1.tar.gz

New:

  python-dateutil-2.5.2.tar.gz



Other differences:
--
++ python3-dateutil.spec ++
--- /var/tmp/diff_new_pack.z526qZ/_old  2016-03-31 13:02:27.0 +0200
+++ /var/tmp/diff_new_pack.z526qZ/_new  2016-03-31 13:02:27.0 +0200
@@ -20,7 +20,7 @@
 Summary:A Python Datetime Library
 License:BSD-3-Clause
 Group:  Development/Libraries/Python
-Version:2.5.1
+Version:2.5.2
 Release:0
 Source0:
http://pypi.python.org/packages/source/p/python-dateutil/python-dateutil-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ python-dateutil-2.5.1.tar.gz -> python-dateutil-2.5.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-dateutil-2.5.1/NEWS 
new/python-dateutil-2.5.2/NEWS
--- old/python-dateutil-2.5.1/NEWS  2016-03-17 16:08:44.0 +0100
+++ new/python-dateutil-2.5.2/NEWS  2016-03-27 17:39:30.0 +0200
@@ -1,3 +1,9 @@
+Version 2.5.2
+-
+- Updated zoneinfo to 2016c
+- Fixed parser bug where yearfirst and dayfirst parameters were not being
+  respected when no separator was present. (gh issue #81 and #217, pr #229)
+
 Version 2.5.1
 -
 - Updated zoneinfo to 2016b
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-dateutil-2.5.1/PKG-INFO 
new/python-dateutil-2.5.2/PKG-INFO
--- old/python-dateutil-2.5.1/PKG-INFO  2016-03-17 16:09:42.0 +0100
+++ new/python-dateutil-2.5.2/PKG-INFO  2016-03-27 17:40:33.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-dateutil
-Version: 2.5.1
+Version: 2.5.2
 Summary: Extensions to the standard Python datetime module
 Home-page: https://dateutil.readthedocs.org
 Author: Paul Ganssle, Yaron de Leeuw
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-dateutil-2.5.1/dateutil/__init__.py 
new/python-dateutil-2.5.2/dateutil/__init__.py
--- old/python-dateutil-2.5.1/dateutil/__init__.py  2016-03-17 
15:45:31.0 +0100
+++ new/python-dateutil-2.5.2/dateutil/__init__.py  2016-03-27 
17:36:37.0 +0200
@@ -1,2 +1,2 @@
 # -*- coding: utf-8 -*-
-__version__ = "2.5.1"
+__version__ = "2.5.2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-dateutil-2.5.1/dateutil/parser.py 
new/python-dateutil-2.5.2/dateutil/parser.py
--- old/python-dateutil-2.5.1/dateutil/parser.py2016-03-14 
23:35:25.0 +0100
+++ new/python-dateutil-2.5.2/dateutil/parser.py2016-03-27 
17:33:17.0 +0200
@@ -464,7 +464,10 @@
 self.find_probable_year_index(_timelex.split(self.tzstr)) 
== 0 or \
(yearfirst and self[1] <= 12 and self[2] <= 31):
 # 99-01-01
-year, month, day = self
+if dayfirst:
+year, day, month = self
+else:
+year, month, day = self
 elif self[0] > 12 or (dayfirst and self[1] <= 12):
 # 13-01-01
 day, month, year = self
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-dateutil-2.5.1/dateutil/test/test_parser.py 
new/python-dateutil-2.5.2/dateutil/test/test_parser.py
--- old/python-dateutil-2.5.1/dateutil/test/test_parser.py  2016-03-15 
18:30:35.0 +0100
+++ new/python-dateutil-2.5.2/dateutil/test/test_parser.py  2016-03-27 
17:33:17.0 +0200
@@ -777,3 +777,40 @@
 self.assertEqual(parse(pstring),
  datetime(1924, 8, 29))
 
+def testNoYearFirstNoDayFirst(self):
+dtstr = '090107'
+
+# 

commit python3-dateutil for openSUSE:Factory

2016-03-21 Thread h_root
Hello community,

here is the log from the commit of package python3-dateutil for 
openSUSE:Factory checked in at 2016-03-21 12:45:15

Comparing /work/SRC/openSUSE:Factory/python3-dateutil (Old)
 and  /work/SRC/openSUSE:Factory/.python3-dateutil.new (New)


Package is "python3-dateutil"

Changes:

--- /work/SRC/openSUSE:Factory/python3-dateutil/python3-dateutil.changes
2015-10-25 19:13:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-dateutil.new/python3-dateutil.changes   
2016-03-21 12:45:16.0 +0100
@@ -1,0 +2,135 @@
+Fri Mar 18 16:18:02 UTC 2016 - a...@gmx.de
+
+- update to version 2.5.1:
+  * Updated zoneinfo to 2016b
+  * Changed MANIFEST.in to explicitly include test suite in source
+distributions, with help from @koobs (gh issue #193, pr #194,
+#201, #221)
+  * Explicitly set all line-endings to LF, except for the NEWS file,
+on a per-repository basis (gh pr #218)
+  * Fixed an issue with improper caching behavior in rruleset objects
+(gh issue #104, pr #207)
+  * Changed to an explicit error when rrulestr strings contain a
+missing BYDAY (gh issue #162, pr #211)
+  * tzfile now correctly handles files containing leapcnt (although
+the leapcnt information is not actually used). Contributed by
+@hjoukl (gh issue #146, pr #147)
+  * Fixed recursive import issue with tz module (gh pr #204)
+  * Added compatibility between tzwin objects and datetime.time
+objects (gh issue #216, gh pr #219)
+  * Refactored monolithic test suite by module (gh issue #61, pr #200
+and #206)
+  * Improved test coverage in the relativedelta module (gh pr #215)
+  * Adjusted documentation to reflect possibly counter-intuitive
+properties of RFC-5545-compliant rrules, and other documentation
+improvements in the rrule module (gh issue #105, gh issue #149 -
+pointer to the solution by @phep, pr #213).
+
+---
+Sat Mar  5 15:36:40 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 2.5.0:
+  * Updated zoneinfo to 2016a
+  * zoneinfo_metadata file version increased to 2.0 - the updated
+updatezinfo.py script will work with older zoneinfo_metadata.json
+files, but new metadata files will not work with older
+updatezinfo.py versions. Additionally, we have started hosting our
+own mirror of the Olson databases on a github pages site
+(https://dateutil.github.io/tzdata/) (gh pr #183)
+  * dateutil zoneinfo tarballs now contain the full zoneinfo_metadata
+file used to generate them. (gh issue #27, gh pr #85)
+  * relativedelta can now be safely subclassed without derived objects
+reverting to base relativedelta objects as a result of arithmetic
+operations.  (lp:1010199, gh issue #44, pr #49)
+  * relativedelta 'weeks' parameter can now be set and retrieved as a
+property of relativedelta instances. (lp: 727525, gh issue #45, pr
+#49)
+  * relativedelta now explicitly supports fractional relative weeks,
+days, hours, minutes and seconds. Fractional values in absolute
+parameters (year, day, etc) are now deprecated. (gh issue #40, pr
+#190)
+  * relativedelta objects previously did not use microseconds to
+determine of two relativedelta objects were equal. This oversight
+has been corrected.  Contributed by @elprans (gh pr #113)
+  * rrule now has an xafter() method for retrieving multiple
+recurrences after a specified date. (gh pr #38)
+  * str(rrule) now returns an RFC2445-compliant rrule string,
+contributed by @schinckel and @armicron (lp:1406305, gh issue #47,
+prs #50, #62 and #160)
+  * rrule performance under certain conditions has been significantly
+improved thanks to a patch contributed by @dekoza, based on an
+article by Brian Beck (@exogen) (gh pr #136)
+  * The use of both the 'until' and 'count' parameters is now
+deprecated as inconsistent with RFC2445 (gh pr #62, #185)
+  * Parsing an empty string will now raise a ValueError, rather than
+returning the datetime passed to the 'default' parameter. (gh
+issue #78, pr #187)
+  * tzwinlocal objects now have a meaningful repr() and str()
+implementation (gh issue #148, prs #184 and #186)
+  * Added equality logic for tzwin and tzwinlocal objects. (gh issue
+#151, pr #180, #184)
+  * Added some flexibility in subclassing timelex, and switched the
+default behavior over to using string methods rather than
+comparing against a fixed list. (gh pr #122, #139)
+  * An issue causing tzstr() to crash on Python 2.x was fixed. (lp:
+1331576, gh issue #51, pr #55)
+  * An issue with string encoding causing exceptions under certain
+circumstances when tzname() is called was fixed. (gh issue #60,
+#74, pr #75)
+  * Parser issue where calling 

commit python3-dateutil for openSUSE:Factory

2015-10-25 Thread h_root
Hello community,

here is the log from the commit of package python3-dateutil for 
openSUSE:Factory checked in at 2015-10-25 19:13:23

Comparing /work/SRC/openSUSE:Factory/python3-dateutil (Old)
 and  /work/SRC/openSUSE:Factory/.python3-dateutil.new (New)


Package is "python3-dateutil"

Changes:

--- /work/SRC/openSUSE:Factory/python3-dateutil/python3-dateutil.changes
2015-04-10 09:52:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-dateutil.new/python3-dateutil.changes   
2015-10-25 19:13:27.0 +0100
@@ -1,0 +2,5 @@
+Fri Oct 23 10:16:02 UTC 2015 - toddrme2...@gmail.com
+
+- Enable unit tests.
+
+---



Other differences:
--
++ python3-dateutil.spec ++
--- /var/tmp/diff_new_pack.MYvS8Q/_old  2015-10-25 19:13:28.0 +0100
+++ /var/tmp/diff_new_pack.MYvS8Q/_new  2015-10-25 19:13:28.0 +0100
@@ -65,13 +65,13 @@
 
 %build
 rm setup.cfg
-CFLAGS="%{optflags}" python3 setup.py build
+python3 setup.py build
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%clean
-rm -rf %{buildroot}
+%check
+python3 setup.py test
 
 %files
 %defattr(-,root,root)




commit python3-dateutil for openSUSE:Factory

2014-01-07 Thread h_root
Hello community,

here is the log from the commit of package python3-dateutil for 
openSUSE:Factory checked in at 2014-01-07 14:38:19

Comparing /work/SRC/openSUSE:Factory/python3-dateutil (Old)
 and  /work/SRC/openSUSE:Factory/.python3-dateutil.new (New)


Package is python3-dateutil

Changes:

--- /work/SRC/openSUSE:Factory/python3-dateutil/python3-dateutil.changes
2013-06-21 19:01:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-dateutil.new/python3-dateutil.changes   
2014-01-07 14:38:20.0 +0100
@@ -1,0 +2,11 @@
+Mon Jan  6 15:15:36 UTC 2014 - ocef...@gmail.com
+
+- Dropped python3-dateutil-utf8.patch.  Fixed in upstream
+- Replace python3-distribute with python3-setuptools
+- Removed Requires:python(abi) = %{py3_ver}
+- Updated to version 2.2
+  - Updated zoneinfo to 2013h
+  - fuzzy_with_tokens parse addon from Christopher Corley
+  - Bug with LANG=C fixed by Mike Gilbert
+
+---

Old:

  python-dateutil-2.1.tar.gz
  python3-dateutil-utf8.patch

New:

  python-dateutil-2.2.tar.gz



Other differences:
--
++ python3-dateutil.spec ++
--- /var/tmp/diff_new_pack.6RNL02/_old  2014-01-07 14:38:20.0 +0100
+++ /var/tmp/diff_new_pack.6RNL02/_new  2014-01-07 14:38:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-dateutil
 #
-# 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
@@ -22,18 +22,16 @@
 Summary:A Python Datetime Library
 License:BSD-3-Clause
 Group:  Development/Libraries/Python
-Version:2.1
+Version:2.2
 Release:0
 Source0:
http://pypi.python.org/packages/source/p/%{tarname}/%{tarname}-%{version}.tar.gz
-Patch0: %{name}-utf8.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://labix.org/python-dateutil
 BuildRequires:  python3
 BuildRequires:  python3-devel
-BuildRequires:  python3-distribute
+BuildRequires:  python3-setuptools
 BuildRequires:  python3-six
 BuildArch:  noarch
-Requires:   python(abi) = %{py3_ver}
 Requires:   python3-six
 
 %description
@@ -67,7 +65,6 @@
 
 %prep
 %setup -q -n %{tarname}-%{version}
-%patch0 -p1
 
 %build
 rm setup.cfg

++ python-dateutil-2.1.tar.gz - python-dateutil-2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-dateutil-2.1/NEWS new/python-dateutil-2.2/NEWS
--- old/python-dateutil-2.1/NEWS2012-03-28 17:57:55.0 +0200
+++ new/python-dateutil-2.2/NEWS2013-10-31 15:00:03.0 +0100
@@ -1,3 +1,12 @@
+Version 2.2
+---
+
+- Updated zoneinfo to 2013h
+
+- fuzzy_with_tokens parse addon from Christopher Corley
+
+- Bug with LANG=C fixed by Mike Gilbert
+
 Version 2.1
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-dateutil-2.1/PKG-INFO 
new/python-dateutil-2.2/PKG-INFO
--- old/python-dateutil-2.1/PKG-INFO2012-03-28 18:03:08.0 +0200
+++ new/python-dateutil-2.2/PKG-INFO2013-11-01 09:33:53.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-dateutil
-Version: 2.1
+Version: 2.2
 Summary: Extensions to the standard Python datetime module
 Home-page: http://labix.org/python-dateutil
 Author: Tomi Pievilaeinen
@@ -10,4 +10,15 @@
 datetime module available in the Python standard library.
 
 Platform: UNKNOWN
+Classifier: Development Status :: 5 - Production/Stable
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: BSD License
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 2.6
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.2
+Classifier: Programming Language :: Python :: 3.3
+Classifier: Topic :: Software Development :: Libraries
 Requires: six
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-dateutil-2.1/README 
new/python-dateutil-2.2/README
--- old/python-dateutil-2.1/README  2012-03-28 16:25:43.0 +0200
+++ new/python-dateutil-2.2/README  2013-11-01 09:31:13.0 +0100
@@ -80,7 +80,9 @@
   * attachment:python-dateutil-1.0-1.noarch.rpm
 
 == Author ==
-The dateutil module was written by GustavoNiemeyer gust...@niemeyer.net.
+The dateutil module was 

commit python3-dateutil for openSUSE:Factory

2012-05-08 Thread h_root
Hello community,

here is the log from the commit of package python3-dateutil for 
openSUSE:Factory checked in at 2012-05-08 11:46:23

Comparing /work/SRC/openSUSE:Factory/python3-dateutil (Old)
 and  /work/SRC/openSUSE:Factory/.python3-dateutil.new (New)


Package is python3-dateutil, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=python-dateutil cicount=copy /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org