Changelog for
python310-convertdate-2.3.2-qubes.2.31.noarch.rpm :
* Wed Mar 17 2021 Steve Kowalik
- Update to 2.3.2:
* Switch Persian calendar to astronomical computation (was non-canonical algorithmic method)
* Fix inappropriate uses of trunc, which caused several errors before the Julian Day epoch (#39, #40, #42)
* Fix bug in julian.leap (#43)
* Add official suppport and tests for Python 3.9
* Raise ValueError for attempted conversion of dates before the Mayan epoch
* Fix bug in Bahai calculations during Ayyám-i-Há (#32). Thanks AATTchiuczek
* Regularize variable names:
* coptic: rename MONTH_NAMES to MONTHS, rename DAY_NAMES to WEEKDAYS
* french_republican: add MONTHS
* mayan: rename HAAB_MONTHS to HAAB, rename TZOLKIN_NAMES to TZOLKIN
* Add some Jewish and Islamic holidays to holidays: shemini_azeret, lag_baomer, tu_beshvat, tisha_bav, ramadan, ashura, eid_alfitr, eid_aladha
* Add docs. See https://convertdate.readthedocs.io/
* Fix December 31st bug in ordinal (#34)
* Add Indigenous Peoples\' Day and Juneteenth to holidays, deprecate Columbus day- Switch to using pytest
* Mon May 04 2020 Tomáš Chvátal - Do not restrict upper version on pytz for no reason.
* Wed Apr 01 2020 Marketa Calabkova - update to 2.2.0
* Repair Bahai intercalary days bug (#13, thanks AATTbchurchill)
* Replace pyephem, which is now in maintenance mode, with pymeeus.
* Remove shebangs and regularize licenses (thanks AATTfabaff)
* Convert readme to ascii (#16)
* Fri Oct 18 2019 Dirk Mueller - fix execution of tests on anything older than Tumbleweed
* Fri Sep 13 2019 Jan Engelhardt - Use noun phrase.
* Fri Sep 13 2019 Tomáš Chvátal - Enable tests- Format with spec-cleaner
* Wed Apr 03 2019 John Vandenberg - Initial spec for v2.1.3