14
0

- update to 5.6.0:

* Removed dependency on pytz.
  * In utc.now(), bind late to allow for monkeypatching.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tempora?expand=0&rev=49
This commit is contained in:
2024-07-02 15:22:04 +00:00
committed by Git OBS Bridge
parent 0c0933e404
commit 2a039495ea
4 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jul 2 15:18:11 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 5.6.0:
* Removed dependency on pytz.
* In utc.now(), bind late to allow for monkeypatching.
-------------------------------------------------------------------
Sat Mar 16 14:39:37 UTC 2024 - Dirk Müller <dmueller@suse.com>