Changelog for
python310-jdatetime-4.1.0-qubes.2.1.noarch.rpm :
* Thu Jun 23 2022 Yogalakshmi Arunachalam
- 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 2022 Dirk Müller - 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 02 2020 Steve Kowalik - Update to version 3.6.2:
* Support for python 3.7 and 3.8
* Fixed %Y length in strptime
* Fri Sep 13 2019 Jan Engelhardt - Use upstream description.
* Fri Sep 13 2019 Tomáš Chvátal - 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 03 2019 John Vandenberg - Initial spec for v3.2.0