6 Commits

Author SHA256 Message Date
994cf5981a Accepting request 1265371 from devel:languages:python
- update to 2025.2:
  * Upstream version 2025b released 2025-03-22T20:40:46+00:00
  * New zone for Aysén Region in Chile which moves from -04/-03
    to -03.
  * Chile's Aysén Region moves from -04/-03 to -03 year-round,
    joining Magallanes Region.
  * Iran switched from +04 to +0330 on 1978-11-10 at 24:00, not
    at year end.

OBS-URL: https://build.opensuse.org/request/show/1265371
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tzdata?expand=0&rev=6
2025-04-11 14:44:35 +00:00
a66ed7d2d4 - update to 2025.2:
* Upstream version 2025b released 2025-03-22T20:40:46+00:00
  * New zone for Aysén Region in Chile which moves from -04/-03
    to -03.
  * Chile's Aysén Region moves from -04/-03 to -03 year-round,
    joining Magallanes Region.
  * Iran switched from +04 to +0330 on 1978-11-10 at 24:00, not
    at year end.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tzdata?expand=0&rev=11
2025-03-29 09:41:18 +00:00
b58e4e88b2 Accepting request 1240447 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1240447
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tzdata?expand=0&rev=5
2025-01-28 13:58:19 +00:00
55d5bb4744 Accepting request 1240390 from home:AndreasStieger:branches:devel:languages:python
python-tzdata 2025.1

OBS-URL: https://build.opensuse.org/request/show/1240390
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tzdata?expand=0&rev=9
2025-01-27 08:24:29 +00:00
1ae9307af9 Accepting request 1205114 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1205114
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tzdata?expand=0&rev=4
2024-10-02 19:32:13 +00:00
0f33069d37 Accepting request 1205108 from home:glaubitz:branches:devel:languages:python
- Update to 2024.2
  * Improve historical data for Mexico, Mongolia, and Portugal.
  * System V names are now obsolescent.
  * The main data form now uses %z.
  * The code now conforms to RFC 8536 for early timestamps.
  * Support POSIX.1-2024, which removes asctime_r and ctime_r.
  * Assume POSIX.2-1992 or later for shell scripts.
  * SUPPORT_C89 now defaults to 1.

OBS-URL: https://build.opensuse.org/request/show/1205108
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tzdata?expand=0&rev=7
2024-10-02 08:41:10 +00:00
2 changed files with 2 additions and 7 deletions

View File

@@ -1,8 +1,3 @@
-------------------------------------------------------------------
Mon Dec 8 04:29:17 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Only require pytest-subtests with pytest < 9.
-------------------------------------------------------------------
Sat Mar 29 09:39:10 UTC 2025 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-tzdata
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,7 @@ License: Apache-2.0
URL: https://github.com/python/tzdata
Source: https://files.pythonhosted.org/packages/source/t/tzdata/tzdata-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest-subtests if %python-pytest < 9}
BuildRequires: %{python_module pytest-subtests}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools >= 40.8.0}
BuildRequires: %{python_module wheel}