15
0

- 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 @chiuczek
  * 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-convertdate?expand=0&rev=13
This commit is contained in:
2021-03-17 05:50:00 +00:00
committed by Git OBS Bridge
parent 1a24f37066
commit 36833afcd9
4 changed files with 27 additions and 6 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Mar 17 05:48:21 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- 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 @chiuczek
* 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 4 10:38:40 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>