17
0

Accepting request 1304811 from home:mcalabkova:branches:devel:languages:python

- Update to 1.2.2
  * Fix PytzUsageWarning
  * Avoid repeated loop over timezones
  * Migrate from hijri-converter to hijridate
  * Set minimum versions for dependencies
  * Limited numpy to 1.x when installing dateparser[fasttext]
  * Handle the Russian preposition “с”
  * Fix weekday search
  * Add Python 3.14 support
  * Cache timezone offsets to improve import time

OBS-URL: https://build.opensuse.org/request/show/1304811
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dateparser?expand=0&rev=45
This commit is contained in:
2025-09-15 14:12:26 +00:00
committed by Git OBS Bridge
parent dbeab1dd05
commit de945cfe9d
5 changed files with 37 additions and 22 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Sep 15 11:38:15 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to 1.2.2
* Fix PytzUsageWarning
* Avoid repeated loop over timezones
* Migrate from hijri-converter to hijridate
* Set minimum versions for dependencies
* Limited numpy to 1.x when installing dateparser[fasttext]
* Handle the Russian preposition “с”
* Fix weekday search
* Add Python 3.14 support
* Cache timezone offsets to improve import time
-------------------------------------------------------------------
Thu Aug 14 12:44:20 UTC 2025 - Markéta Machová <mmachova@suse.com>