17
0

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
This commit is contained in:
2022-10-29 11:52:42 +00:00
committed by Git OBS Bridge
parent 6871887538
commit 02fcdfedc9
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:038196b1f12c7397e38aad3d61588833257f6f552baa63a1499e6987fa8d42d9
size 284013

3
dateparser-1.1.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3821bf191f95b2658c4abd91571c09821ce7a2bc179bf6cefd8b4515c3ccf9ef
size 288404

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Oct 27 22:51:58 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <code@bnavigator.de>

View File

@@ -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