2023-05-04 21:06:28 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 4 18:59:03 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 2.4.0:
|
|
|
|
* Drop official support for Python version 3.5 and 3.6, which
|
|
|
|
have reached end-of-life.
|
|
|
|
* Remove pytz dependency (#49)
|
|
|
|
|
2023-04-21 16:47:46 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 21 12:23:42 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- add sle15_python_module_pythons (jsc#PED-68)
|
|
|
|
|
- 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
2021-03-17 06:50:00 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2020-04-01 15:25:18 +02:00
|
|
|
-------------------------------------------------------------------
|
2020-05-04 12:38:59 +02:00
|
|
|
Mon May 4 10:38:40 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Do not restrict upper version on pytz for no reason.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2020-04-01 15:25:18 +02:00
|
|
|
Wed Apr 1 12:16:15 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- update to 2.2.0
|
|
|
|
* Repair Bahai intercalary days bug (#13, thanks @bchurchill)
|
|
|
|
* Replace pyephem, which is now in maintenance mode, with pymeeus.
|
|
|
|
* Remove shebangs and regularize licenses (thanks @fabaff)
|
|
|
|
* Convert readme to ascii (#16)
|
|
|
|
|
2019-10-18 08:56:30 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 18 06:56:11 UTC 2019 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- fix execution of tests on anything older than Tumbleweed
|
|
|
|
|
2019-09-13 15:49:32 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 13 13:31:50 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Use noun phrase.
|
|
|
|
|
2019-09-13 14:27:35 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 13 12:20:43 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Enable tests
|
|
|
|
- Format with spec-cleaner
|
|
|
|
|
2019-09-13 14:18:06 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 3 02:20:14 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
- Initial spec for v2.1.3
|