17
0

24 Commits

Author SHA256 Message Date
a4bcc005a0 Accepting request 1300246 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1300246
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-convertdate?expand=0&rev=11
2025-08-20 11:25:16 +00:00
a119593b34 - Make the libalternatives transition conditional
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-convertdate?expand=0&rev=23
2025-08-12 08:17:55 +00:00
562ee44454 Accepting request 1288525 from devel:languages:python
- Convert to libalternatives

OBS-URL: https://build.opensuse.org/request/show/1288525
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-convertdate?expand=0&rev=10
2025-06-26 09:34:33 +00:00
9ef36b55a6 - Convert to libalternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-convertdate?expand=0&rev=21
2025-06-25 12:06:29 +00:00
d212ef6650 Accepting request 1284018 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1284018
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-convertdate?expand=0&rev=9
2025-06-10 06:56:51 +00:00
bb53bf8953 Accepting request 1283764 from home:bmwiedemann:branches:devel:languages:python
Replace usage of %jobs (boo#1237231)

OBS-URL: https://build.opensuse.org/request/show/1283764
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-convertdate?expand=0&rev=19
2025-06-09 08:23:33 +00:00
7cfea5c1c1 Accepting request 1084847 from devel:languages:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/1084847
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-convertdate?expand=0&rev=8
2023-05-09 11:05:53 +00:00
eae00a9d4f - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-convertdate?expand=0&rev=17
2023-05-04 19:06:28 +00:00
3492aa751b Accepting request 1081958 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081958
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-convertdate?expand=0&rev=7
2023-04-22 20:01:32 +00:00
2d825ab9a5 Accepting request 1081373 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081373
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-convertdate?expand=0&rev=15
2023-04-21 14:47:46 +00:00
Richard Brown
aaa682ca2d Accepting request 879557 from devel:languages:python
- 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/request/show/879557
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-convertdate?expand=0&rev=6
2021-03-19 15:40:05 +00:00
57493eb09d - 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 05:50:00 +00:00
35493401d6 Accepting request 800019 from devel:languages:python
- Do not restrict upper version on pytz for no reason.

OBS-URL: https://build.opensuse.org/request/show/800019
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-convertdate?expand=0&rev=5
2020-05-04 16:33:28 +00:00
Tomáš Chvátal
8d3296b7ca - Do not restrict upper version on pytz for no reason.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-convertdate?expand=0&rev=11
2020-05-04 10:38:59 +00:00
7ebd15d293 Accepting request 790809 from devel:languages:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/790809
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-convertdate?expand=0&rev=4
2020-04-07 08:21:05 +00:00
Tomáš Chvátal
7ca7a3af8b Accepting request 790799 from home:mcalabkova:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/790799
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-convertdate?expand=0&rev=9
2020-04-02 08:21:08 +00:00
Tomáš Chvátal
0d0b171ecf Accepting request 790575 from home:mcalabkova:branches:devel:languages:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/790575
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-convertdate?expand=0&rev=8
2020-04-01 13:25:18 +00:00
4e3c3d4929 Accepting request 740976 from devel:languages:python
- fix execution of tests on anything older than Tumbleweed

OBS-URL: https://build.opensuse.org/request/show/740976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-convertdate?expand=0&rev=3
2019-11-04 16:06:42 +00:00
7138861622 - fix execution of tests on anything older than Tumbleweed
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-convertdate?expand=0&rev=6
2019-10-18 06:56:30 +00:00
4038c2ce23 Accepting request 732665 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/732665
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-convertdate?expand=0&rev=2
2019-09-25 06:14:22 +00:00
3b8f2d45cb Accepting request 730705 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/730705
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-convertdate?expand=0&rev=1
2019-09-23 10:16:30 +00:00
Tomáš Chvátal
423f41b841 Accepting request 730741 from home:jengelh:branches:devel:languages:python
- Use noun phrase.

OBS-URL: https://build.opensuse.org/request/show/730741
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-convertdate?expand=0&rev=3
2019-09-13 13:49:32 +00:00
Tomáš Chvátal
f5d594c130 - Enable tests
- Format with spec-cleaner

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-convertdate?expand=0&rev=2
2019-09-13 12:27:35 +00:00
Tomáš Chvátal
236a452dc1 osc copypac from project:home:jayvdb:py-new package:python-convertdate revision:1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-convertdate?expand=0&rev=1
2019-09-13 12:18:06 +00:00