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