17
0

Accepting request 1034379 from home:yarunachalam:branches:devel:languages:python

- 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
This commit is contained in:
2022-11-08 09:33:54 +00:00
committed by Git OBS Bridge
parent 02fcdfedc9
commit 746a8bd55c
4 changed files with 19 additions and 4 deletions

View File

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