14
0

25 Commits

Author SHA256 Message Date
6fe0ad23f1 Accepting request 1274798 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1274798
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-DateTime?expand=0&rev=12
2025-05-06 14:42:41 +00:00
59f3c9e615 Accepting request 1274655 from home:mcalabkova:branches:devel:languages:python
- Convert to pip-based build

OBS-URL: https://build.opensuse.org/request/show/1274655
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-DateTime?expand=0&rev=24
2025-05-06 07:37:04 +00:00
be9e5166a7 Accepting request 1159998 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1159998
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-DateTime?expand=0&rev=11
2024-03-21 16:00:56 +00:00
76219f33a1 Accepting request 1159990 from home:bmwiedemann:branches:devel:languages:python
update to 5.5:
  * Change pickle format to export the microseconds as an int, to
    solve a problem with dates after 2038.

OBS-URL: https://build.opensuse.org/request/show/1159990
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-DateTime?expand=0&rev=22
2024-03-21 08:08:38 +00:00
0b90737d3e Accepting request 1135232 from devel:languages:python
- update to 5.4:
  * Fix ``UnknownTimeZoneError`` when unpickling
    ``DateTime.DateTime().asdatetime()``.
  * Repair equality comparison between DateTime instances and
    other types.

- Update to version 4.7:
- Update to version 4.6:
  * Fix __format__ method for DateTime objects (#39)

OBS-URL: https://build.opensuse.org/request/show/1135232
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-DateTime?expand=0&rev=10
2023-12-28 22:01:02 +00:00
a6df766361 - update to 5.4:
* Fix ``UnknownTimeZoneError`` when unpickling
    ``DateTime.DateTime().asdatetime()``.
  * Repair equality comparison between DateTime instances and
    other types.
- Update to version 4.7:
- Update to version 4.6:
  * Fix __format__ method for DateTime objects (#39)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-DateTime?expand=0&rev=20
2023-12-27 09:22:42 +00:00
2ca949adc6 Accepting request 1125873 from devel:languages:python
- update to 5.3:
  * Add support for Python 3.12.
  * Add preliminary support for Python 3.13a2.

OBS-URL: https://build.opensuse.org/request/show/1125873
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-DateTime?expand=0&rev=9
2023-11-14 20:43:34 +00:00
cfd645024b - update to 5.3:
* Add support for Python 3.12.
  * Add preliminary support for Python 3.13a2.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-DateTime?expand=0&rev=18
2023-11-14 12:39:31 +00:00
fe77b8e16a Accepting request 1100472 from devel:languages:python
- update to 5.2:
  * Cast int to float in compare methods.
  * Fix compare methods between DateTime instances and None.

OBS-URL: https://build.opensuse.org/request/show/1100472
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-DateTime?expand=0&rev=8
2023-07-27 14:50:49 +00:00
190c206989 - update to 5.2:
* Cast int to float in compare methods.
  * Fix compare methods between DateTime instances and None.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-DateTime?expand=0&rev=16
2023-07-24 20:22:12 +00:00
2bf455289b Accepting request 1084453 from devel:languages:python
- update to 5.1:
  * Add missing ``python_requires`` to ``setup.py``.

OBS-URL: https://build.opensuse.org/request/show/1084453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-DateTime?expand=0&rev=7
2023-05-04 15:10:41 +00:00
2157432cae - update to 5.1:
* Add missing ``python_requires`` to ``setup.py``.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-DateTime?expand=0&rev=14
2023-05-03 15:43:46 +00:00
16a6a0f470 Accepting request 1058185 from devel:languages:python
- update to 5.0:
  * Drop support for Python 2.7, 3.5, 3.6.

OBS-URL: https://build.opensuse.org/request/show/1058185
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-DateTime?expand=0&rev=6
2023-01-13 23:03:10 +00:00
1568492e53 - update to 5.0:
* Drop support for Python 2.7, 3.5, 3.6.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-DateTime?expand=0&rev=12
2023-01-13 09:42:06 +00:00
a161c793ff Accepting request 1055952 from devel:languages:python
- update to 4.9:
  * Fix regression in 4.7 on Python 2 when calling ``asdatetime``.
  (`#47 <https://github.com/zopefoundation/DateTime/issues/47>`_)
  * Fix insidious buildout configuration bug that prevented tests on Python
    2.7 and 3.5, and fix test code that was incompatible with Python 3.5.
  * Add support for Python 3.11.

OBS-URL: https://build.opensuse.org/request/show/1055952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-DateTime?expand=0&rev=5
2023-01-04 19:18:27 +00:00
e5374b801c - update to 4.9:
* Fix regression in 4.7 on Python 2 when calling ``asdatetime``.
  (`#47 <https://github.com/zopefoundation/DateTime/issues/47>`_)
  * Fix insidious buildout configuration bug that prevented tests on Python
    2.7 and 3.5, and fix test code that was incompatible with Python 3.5.
  * Add support for Python 3.11.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-DateTime?expand=0&rev=10
2023-01-04 16:25:01 +00:00
1772ba53c1 Accepting request 1032485 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1032485
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-DateTime?expand=0&rev=4
2022-11-01 12:42:09 +00:00
f3e5187125 Accepting request 1032252 from home:yarunachalam:branches:devel:languages:python
- Update to version 4.7: 
  * Fix rounding problem with DateTime addition beyond the year 2038 (#41)

- Update to version 4.6: 
  * Fix __format__ method for DateTime objects (#39)

OBS-URL: https://build.opensuse.org/request/show/1032252
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-DateTime?expand=0&rev=8
2022-10-31 13:10:40 +00:00
cbc99e78df Accepting request 992336 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/992336
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-DateTime?expand=0&rev=3
2022-08-02 20:09:39 +00:00
24622d481e Accepting request 992319 from home:ohollmann:branches:devel:languages:python
Update to 4.5

OBS-URL: https://build.opensuse.org/request/show/992319
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-DateTime?expand=0&rev=6
2022-08-02 13:40:14 +00:00
2f58a2d84a Accepting request 894335 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/894335
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-DateTime?expand=0&rev=2
2021-05-19 15:49:42 +00:00
aefea85b9e Accepting request 894270 from home:pgajdos:python
- use %pytest macro in %check

OBS-URL: https://build.opensuse.org/request/show/894270
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-DateTime?expand=0&rev=4
2021-05-19 12:10:00 +00:00
01b27fb4b4 Accepting request 720478 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/720478
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-DateTime?expand=0&rev=1
2019-08-05 08:38:47 +00:00
Tomáš Chvátal
b93f3e053f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-DateTime?expand=0&rev=2 2019-08-02 08:00:23 +00:00
Tomáš Chvátal
e2587bbf02 Accepting request 720135 from home:jayvdb:py-new
Dependency of https://build.opensuse.org/package/show/home:jayvdb:py-new/python-pyfortified-requests

OBS-URL: https://build.opensuse.org/request/show/720135
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-DateTime?expand=0&rev=1
2019-08-02 07:59:56 +00:00