17
0

Accepting request 733872 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/733872
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dateparser?expand=0&rev=2
This commit is contained in:
2019-09-30 13:57:06 +00:00
committed by Git OBS Bridge
4 changed files with 35 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:42d51be54e74a8e80a4d76d1fa6e4edd997098fce24ad2d94a2eab5ef247193e
size 309095

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

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

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Sat Sep 21 19:14:39 UTC 2019 - Arun Persaud <arun@gmx.de>
- specfile:
* be more precise in %file section
- update to version 0.7.2:
* Features:
+ Extended Czech support
+ Added time to valid periods
+ Added timezone information to dates found with search_dates()
+ Support strings as date formats
* Improvements:
+ Fixed Collections ABCs depreciation warning
+ Fixed dates with trailing colons not being parsed
+ Fixed date format override on any settings change
+ Fixed parsing current weekday as past date, regardless of
settings
+ Added UTC -2:30 as a valid offset
+ Added Python 3.7 to supported versions, dropped support for
Python 3.3 and 3.4
+ Moved to importlib from imp where possible
+ Improved support for Catalan
+ Documentation improvements
-------------------------------------------------------------------
Fri Sep 13 12:39:48 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-dateparser
Version: 0.7.1
Version: 0.7.2
Release: 0
Summary: Date parsing library designed to parse dates from HTML pages
License: BSD-3-Clause
@@ -74,6 +74,11 @@ rm dateparser/calendars/hijri*
%files %{python_files}
%doc AUTHORS.rst README.rst
%license LICENSE
%{python_sitelib}/*
%dir %{python_sitelib}/dateparser
%{python_sitelib}/dateparser/*
%dir %{python_sitelib}/dateparser_data
%{python_sitelib}/dateparser_data/*
%dir %{python_sitelib}/dateparser-%{version}-py*.egg-info
%{python_sitelib}/dateparser-%{version}-py*.egg-info
%changelog