From 746a8bd55c4ce3fc7c09ebfef67a2402efe1a4c27b329c47dc6b6a6c285ec3a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 8 Nov 2022 09:33:54 +0000 Subject: [PATCH] Accepting request 1034379 from home:yarunachalam:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 1.1.3 New features: * Add support for fractional units (#876) Improvements: * Fix the returned datetime skipping a day with time+timezone input and PREFER_DATES_FROM = 'future' (#1002) * Fix input translation breaking keep_formatting (#720) * English: support "till date" (#1005) * English: support “after” and “before” in relative dates (#1008) Cleanups: * Reorganize internal data (#1090) * CI updates (#1088 OBS-URL: https://build.opensuse.org/request/show/1034379 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dateparser?expand=0&rev=22 --- dateparser-1.1.2.tar.gz | 3 --- dateparser-1.1.3.tar.gz | 3 +++ python-dateparser.changes | 15 +++++++++++++++ python-dateparser.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 dateparser-1.1.2.tar.gz create mode 100644 dateparser-1.1.3.tar.gz diff --git a/dateparser-1.1.2.tar.gz b/dateparser-1.1.2.tar.gz deleted file mode 100644 index e0ddea6..0000000 --- a/dateparser-1.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3821bf191f95b2658c4abd91571c09821ce7a2bc179bf6cefd8b4515c3ccf9ef -size 288404 diff --git a/dateparser-1.1.3.tar.gz b/dateparser-1.1.3.tar.gz new file mode 100644 index 0000000..f9ad2eb --- /dev/null +++ b/dateparser-1.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7a7de30f26983d09fff802c1f9d35d54e1c11d7ab52ae904a1f3fc037ecba5 +size 293781 diff --git a/python-dateparser.changes b/python-dateparser.changes index d3ae320..630e837 100644 --- a/python-dateparser.changes +++ b/python-dateparser.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Nov 7 21:15:24 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 1.1.3 + New features: + * Add support for fractional units (#876) + Improvements: + * Fix the returned datetime skipping a day with time+timezone input and PREFER_DATES_FROM = 'future' (#1002) + * Fix input translation breaking keep_formatting (#720) + * English: support "till date" (#1005) + * English: support “after” and “before” in relative dates (#1008) + Cleanups: + * Reorganize internal data (#1090) + * CI updates (#1088 + ------------------------------------------------------------------- Thu Oct 27 22:51:58 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-dateparser.spec b/python-dateparser.spec index 36113a2..d0bd75d 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.2 +Version: 1.1.3 Release: 0 Summary: Date parsing library designed to parse dates from HTML pages License: BSD-3-Clause