From 654cf1e1cf4275704466312ae32f3cace19dfa4564c2684719cbf663007a7368 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 15 Feb 2023 19:44:11 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=201.1.7:=20=20=20*=20Add=20an?= =?UTF-8?q?=20=E2=80=9Cago=E2=80=9D=20synonym=20for=20Arabic=20=20=20*=20I?= =?UTF-8?q?mproved=20date=20parsing=20for=20Czech=20=20=20*=20Improved=20d?= =?UTF-8?q?ate=20parsing=20for=20Indonesian?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dateparser?expand=0&rev=28 --- dateparser-1.1.6.tar.gz | 3 --- dateparser-1.1.7.tar.gz | 3 +++ python-dateparser.changes | 8 ++++++++ python-dateparser.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 dateparser-1.1.6.tar.gz create mode 100644 dateparser-1.1.7.tar.gz diff --git a/dateparser-1.1.6.tar.gz b/dateparser-1.1.6.tar.gz deleted file mode 100644 index 493b507..0000000 --- a/dateparser-1.1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e703db1815270c020552f4b3e3a981937b48b2cbcfcef5347071b74788dd9214 -size 295659 diff --git a/dateparser-1.1.7.tar.gz b/dateparser-1.1.7.tar.gz new file mode 100644 index 0000000..94c18e7 --- /dev/null +++ b/dateparser-1.1.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff047d9cffad4d3113ead8ec0faf8a7fc43bab7d853ac8715e071312b53c465a +size 295818 diff --git a/python-dateparser.changes b/python-dateparser.changes index 6d202a9..472a2d5 100644 --- a/python-dateparser.changes +++ b/python-dateparser.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Feb 15 19:43:54 UTC 2023 - Dirk Müller + +- update to 1.1.7: + * Add an “ago” synonym for Arabic + * Improved date parsing for Czech + * Improved date parsing for Indonesian + ------------------------------------------------------------------- Fri Jan 13 09:39:35 UTC 2023 - Dirk Müller diff --git a/python-dateparser.spec b/python-dateparser.spec index 224eac4..a1cfea3 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.6 +Version: 1.1.7 Release: 0 Summary: Date parsing library designed to parse dates from HTML pages License: BSD-3-Clause