File python-jdatetime.changes of Package python-jdatetime
-------------------------------------------------------------------
Tue Feb 18 13:45:53 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 5.2.0
* Support for validating %A %a in strptime #161
-------------------------------------------------------------------
Wed Jan 22 12:35:47 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 5.1.0
* Fix compare datetime with diffrent timezones #159
* Drop Python 3.8 support
* Add support for Python 3.13
- Drop py313-support.patch, merged upstream
-------------------------------------------------------------------
Thu Nov 21 09:48:56 UTC 2024 - Dirk Müller <dmueller@suse.com>
- add py313-support.patch to fix tests with python 3.13
-------------------------------------------------------------------
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>
- update to 4.1.1:
* Add `fromisoformat` method to `jdatetime.date`
* Add support for Python 3.11
* Fix two chars month handling in jdatetime.datetime.strptime
-------------------------------------------------------------------
Thu Jun 23 01:06:35 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 4.1.0
* Add support for %z directive in ``jdatetime.datetime.strptime`
* Add support for %b and %B directive directive in ``jdatetime.datetime.strptime`
Changed
* Potential breaking change: Replace spaces with ZWNJ (نیمفاصله) in output of ``jdatetime.datetime.strftime`
- Update to 4.0.0:
* Add fold attribute to jdatetime.datetime
* Change
* Drop Python < 3.7 support
-------------------------------------------------------------------
Thu Jan 27 20:11:23 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 3.8.2:
* Fix older version objects unpickling problem
* Fixed pickle problem of jdate and jdatetime objects(#108)
* Fixed unicode literal problem in isoformat
* Add ZoneInfo support
* Add date.min based on cpython implementation
* Add date.max based on cpython implementation
* Run test and publish package from github action
-------------------------------------------------------------------
Mon Mar 2 04:02:53 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to version 3.6.2:
* Support for python 3.7 and 3.8
* Fixed %Y length in strptime
-------------------------------------------------------------------
Fri Sep 13 13:33:03 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use upstream description.
-------------------------------------------------------------------
Fri Sep 13 12:28:42 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.6.0:
* improve fromgregorian to handle date and datetime input in Pythonic way
* Adds support for '%-I' format token
* support subtraction with python datetime
* add isoformat for jdatetime.datetime
-------------------------------------------------------------------
Wed Apr 3 02:21:50 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Initial spec for v3.2.0