From 02fcdfedc9cb0bf66164db8b90341ebcae28141832fd8840cddaa3fd4290708c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 29 Oct 2022 11:52:42 +0000 Subject: [PATCH] Accepting request 1031664 from home:yarunachalam:branches:devel:languages:python - Update to 1.1.2 * Added support for negative timestamp (#1060) * Fixed PytzUsageWarning for Python versions >= 3.6 (#1062) * Added support for dates with dots and spaces (#1028) * Improved support for Ukrainian, Croatian and Russian (#1072, #1074, #1079, #1082, #1073, #1083) * Added support for parsing Unix timestamps consistently regardless of timezones (#954) * Improved tests (#1086) OBS-URL: https://build.opensuse.org/request/show/1031664 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dateparser?expand=0&rev=20 --- dateparser-1.1.1.tar.gz | 3 --- dateparser-1.1.2.tar.gz | 3 +++ python-dateparser.changes | 11 +++++++++++ python-dateparser.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 dateparser-1.1.1.tar.gz create mode 100644 dateparser-1.1.2.tar.gz diff --git a/dateparser-1.1.1.tar.gz b/dateparser-1.1.1.tar.gz deleted file mode 100644 index b3d4621..0000000 --- a/dateparser-1.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:038196b1f12c7397e38aad3d61588833257f6f552baa63a1499e6987fa8d42d9 -size 284013 diff --git a/dateparser-1.1.2.tar.gz b/dateparser-1.1.2.tar.gz new file mode 100644 index 0000000..e0ddea6 --- /dev/null +++ b/dateparser-1.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3821bf191f95b2658c4abd91571c09821ce7a2bc179bf6cefd8b4515c3ccf9ef +size 288404 diff --git a/python-dateparser.changes b/python-dateparser.changes index d1ce12b..d3ae320 100644 --- a/python-dateparser.changes +++ b/python-dateparser.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Oct 27 22:51:58 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 1.1.2 + * Added support for negative timestamp (#1060) + * Fixed PytzUsageWarning for Python versions >= 3.6 (#1062) + * Added support for dates with dots and spaces (#1028) + * Improved support for Ukrainian, Croatian and Russian (#1072, #1074, #1079, #1082, #1073, #1083) + * Added support for parsing Unix timestamps consistently regardless of timezones (#954) + * Improved tests (#1086) + ------------------------------------------------------------------- Thu Aug 18 16:25:26 UTC 2022 - Ben Greiner diff --git a/python-dateparser.spec b/python-dateparser.spec index 9ca53d2..36113a2 100644 --- a/python-dateparser.spec +++ b/python-dateparser.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-dateparser -Version: 1.1.1 +Version: 1.1.2 Release: 0 Summary: Date parsing library designed to parse dates from HTML pages License: BSD-3-Clause