14
0

- update to 5.2:

* Cast int to float in compare methods.
  * Fix compare methods between DateTime instances and None.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-DateTime?expand=0&rev=16
This commit is contained in:
2023-07-24 20:22:12 +00:00
committed by Git OBS Bridge
parent 2157432cae
commit 190c206989
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jul 24 20:22:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 5.2:
* Cast int to float in compare methods.
* Fix compare methods between DateTime instances and None.
-------------------------------------------------------------------
Wed May 3 15:43:22 UTC 2023 - Dirk Müller <dmueller@suse.com>