15
0

- 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
This commit is contained in:
2022-05-24 22:08:18 +00:00
committed by Git OBS Bridge
parent 7ab03605f9
commit a9d415f903
6 changed files with 122 additions and 12 deletions

View File

@@ -1,3 +1,43 @@
-------------------------------------------------------------------
Tue May 24 18:05:23 UTC 2022 - Matej Cepl <mcepl@suse.com>
- 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
- Sort 'skip' keys in yaml files
- Improve test coverage
- Code cleanup
- Add patches:
- incompatible-regex-pattern.patch (gh#scrapinghub/dateparser#1052)
- mark-network-tests.patch (gh#scrapinghub/dateparser#1059)
-------------------------------------------------------------------
Thu Mar 17 09:59:26 UTC 2022 - pgajdos@suse.com