17
0

25 Commits

Author SHA256 Message Date
b5126a4e61 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
97e0fc1af5 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
b3bb4edda1 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
3a89836cf3 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
27d717075c 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
e1eb7e33ff - 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
5ab3ff1359 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
9287fc171e - 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
92d50172b8 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
a58a85dbb4 - 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
1b0fda3e44 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
beacbbc325 - 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
5cd5117251 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
fb9c06a3de - 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
1cbdce101d 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
e0d2c43a9b - 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
276a234240 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
c8876ca0f6 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
78f539bf51 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
e089879039 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
d44d8eec03 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
ec5b6d3d96 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
651d191bb4 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
9f818708b4 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
88b67b0b36 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