From 61a1528232931f581cab655dc28842f0f81d7faa8562782495a55e17a51c57f9 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Tue, 11 Jul 2017 04:37:33 +0000 Subject: [PATCH] Accepting request 509266 from home:alois:branches:devel:languages:python Update to 2.6.1 OBS-URL: https://build.opensuse.org/request/show/509266 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-dateutil?expand=0&rev=11 --- python-dateutil-2.6.0.tar.gz | 3 --- python-dateutil-2.6.1.tar.gz | 3 +++ python-python-dateutil.changes | 49 ++++++++++++++++++++++++++++++++++ python-python-dateutil.spec | 4 +-- 4 files changed, 54 insertions(+), 5 deletions(-) delete mode 100644 python-dateutil-2.6.0.tar.gz create mode 100644 python-dateutil-2.6.1.tar.gz diff --git a/python-dateutil-2.6.0.tar.gz b/python-dateutil-2.6.0.tar.gz deleted file mode 100644 index c2945ca..0000000 --- a/python-dateutil-2.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62a2f8df3d66f878373fd0072eacf4ee52194ba302e00082828e0d263b0418d2 -size 258060 diff --git a/python-dateutil-2.6.1.tar.gz b/python-dateutil-2.6.1.tar.gz new file mode 100644 index 0000000..fef406d --- /dev/null +++ b/python-dateutil-2.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:891c38b2a02f5bb1be3e4793866c8df49c7d19baabf9c1bad62547e0b4866aca +size 241428 diff --git a/python-python-dateutil.changes b/python-python-dateutil.changes index c3c02c4..2260a1b 100644 --- a/python-python-dateutil.changes +++ b/python-python-dateutil.changes @@ -1,3 +1,52 @@ +------------------------------------------------------------------- +Mon Jul 10 18:55:45 UTC 2017 - aloisio@gmx.com + +- Update to version 2.6.1 + * Updated zoneinfo file to 2017b. (gh pr #395) + * Added Python 3.6 to CI testing (gh pr #365) + * Removed duplicate test name that was preventing a test from + being run. + * Reported and fixed by @jdufresne (gh pr #371) + * Fixed testing of folds and gaps, particularly on Windows (gh + pr #392) + * Fixed deprecated escape characters in regular expressions. + Reported by @nascheme and @thierryba (gh issue #361), fixed by + @thierryba (gh pr #358) + * Many PEP8 style violations and other code smells were fixed + by @jdufresne (gh prs #358, #363, #364, #366, #367, #368, #372, + #374, #379, #380, #398) + * Improved performance of tzutc and tzoffset objects. (gh pr + #391) + * Fixed issue with several time zone classes around DST + transitions in any zones with +0 standard offset (e.g. + Europe/London) (gh issue #321, pr #390) + * Fixed issue with fuzzy parsing where tokens similar to AM/PM + that are in the end skipped were dropped in the + fuzzy_with_tokens list. Reported and fixed by @jbrockmendel (gh + pr #332). + * Fixed issue with parsing dates of the form X m YY. Reported + by @jbrockmendel. (gh issue #333, pr #393) + * Added support for parser weekdays with less than 3 + characters. Reported by @arcadefoam (gh issue #343), fixed by + @jonemo (gh pr #382) + * Fixed issue with the addition and subtraction of certain + relativedeltas. Reported and fixed by @kootenpv (gh issue #346, + pr #347) + * Fixed issue where the COUNT parameter of rrules was ignored + if 0. Fixed by @mshenfield (gh pr #330), reported by @vaultah + (gh issue #329). + * Updated documentation to include the new tz methods. (gh pr + #324) + * Update documentation to reflect that the parser can raise + TypeError, reported and fixed by @tomchuk (gh issue #336, pr + #337) + * Fixed an incorrect year in a parser doctest. Fixed by + @xlotlu (gh pr #357) + * Moved version information into _version.py and set up the + versions more granularly. + +- Use recommended source URL format + ------------------------------------------------------------------- Sat May 6 03:31:54 UTC 2017 - toddrme2178@gmail.com diff --git a/python-python-dateutil.spec b/python-python-dateutil.spec index bf38db4..d7dd62a 100644 --- a/python-python-dateutil.spec +++ b/python-python-dateutil.spec @@ -19,13 +19,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-python-dateutil -Version: 2.6.0 +Version: 2.6.1 Release: 0 Summary: A Python Datetime Library License: BSD-3-Clause Group: Development/Libraries/Python Url: https://dateutil.readthedocs.org/en/latest/ -Source0: https://pypi.io/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 BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} >= 18.0.1 BuildRequires: %{python_module six} >= 1.9.0