14
0

- update to 5.0.0:

* Add support for Python 3.12
  * BREAKING CHANGE: Arithmetic operations on `date`/`datetime`
    against an unknown type will now return `NotImplemented`
    instead of raising `TypeError`
  * Drop Python 3.7 support
  * Move jalali.py to jalali_core dependency due to licensing
    issues #148

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jdatetime?expand=0&rev=13
This commit is contained in:
2024-10-30 12:36:33 +00:00
committed by Git OBS Bridge
parent 7a4505f3bf
commit da38441cfe
4 changed files with 26 additions and 9 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Oct 30 12:34:59 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 5.0.0:
* Add support for Python 3.12
* BREAKING CHANGE: Arithmetic operations on `date`/`datetime`
against an unknown type will now return `NotImplemented`
instead of raising `TypeError`
* Drop Python 3.7 support
* Move jalali.py to jalali_core dependency due to licensing
issues #148
-------------------------------------------------------------------
Thu Dec 7 22:26:41 UTC 2023 - Dirk Müller <dmueller@suse.com>