14
0
forked from pool/python-tzdata

8 Commits

Author SHA256 Message Date
e31f603c26 Accepting request 1321493 from devel:languages:python
- Only require pytest-subtests with pytest < 9.

OBS-URL: https://build.opensuse.org/request/show/1321493
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tzdata?expand=0&rev=7
2025-12-09 11:46:36 +00:00
7308d75e6c - Only require pytest-subtests with pytest < 9.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tzdata?expand=0&rev=13
2025-12-08 04:32:23 +00:00
55289cc614 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
324c571050 - 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
b532501f28 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
407a6b203e python-tzdata 2025.1
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
e086c77985 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
d3cb43ae1e - 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/package/show/devel:languages:python/python-tzdata?expand=0&rev=7
2024-10-02 08:41:10 +00:00
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
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
# Copyright (c) 2025 SUSE LLC and contributors
#
# 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}
BuildRequires: %{python_module pytest-subtests if %python-pytest < 9}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools >= 40.8.0}
BuildRequires: %{python_module wheel}