1
0

2 Commits

Author SHA256 Message Date
de91c33525 - update to 1.2.0:
* New ``PREFER_MONTH_OF_YEAR`` setting (#1146)
  * Absolute years in Russian are no longer being treated as a
    number of years in the past (#1129)
  * Cleanups and internal improvements:
  * Removed the use of ``datetime.utcnow``, deprecated on Python
    3.12 (#1179)
  * Applied Black formatting to the code base (#1158)
  * Initial integration with OSSFuzz (#1198)
  * Extended test cases (#1191)
- Update to 1.1.3
- Update to 1.1.2
  * Implement a PARSERS setting
  * Add support for `PREFER_DATES_FROM` in relative/freshness parser
  * Add support for `PREFER_DAY_OF_MONTH` in base-formats parser
  * Added UTC -00:00 as a valid offset
  * Fix support for “one”
  * Fix tokenizer for non recognized characters
  * Prevent installing regex 2019.02.19

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dateparser?expand=0&rev=38
2023-12-07 20:46:55 +00:00
a9d415f903 - Update to 1.1.1:
- Improvements:
    - Fixed issue with regex library by pinning dependencies to
      an earlier version
    - Extended support for Russian language dates starting with
      lowercase
    - Allowed to use_given_order for languages too
    - Fixed link to settings section
    - Defined UTF-8 encoding for Windows
    - Fixed directories creation error in CLI utils
- Update to 1.1.0:
  - New features:
    - Support language detection based on langdetect, fastText,
      or a custom implementation
    - Add support for 'by '
    - Sort default language list by internet usage
  - Improvements:
    - Improved support of Chinese
    - Improvements in search_dates
    - Make order of previous locales deterministic
    - Fix parsing with trailing space
    - Consider RETURN_TIME_AS_PERIOD for timestamp times
    - Exclude failing regex version
    - Ongoing work multithreading support
    - Add demo URL
  - QA:
    - Migrate pipelines from Travis CI to Github Actions
    - Use versioned CLDR data
    - Add a script to update table of supported languages and
      locales

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dateparser?expand=0&rev=14
2022-05-24 22:08:18 +00:00