14
0

Accepting request 999188 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/999188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-time-machine?expand=0&rev=8
This commit is contained in:
2022-08-25 13:09:25 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3587f0913f8fa326a7dc8452b31cf1fe77307acb0bb1805e2915dfcc08cc77b8
size 26242

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c895e05fc1bca768c4954727f35e3de17219441b93fd56a87a176152bffb8a0
size 27135

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Aug 18 07:00:08 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 2.8.1:
- Actually build Python 3.11 wheels.
- update to version 2.8.0:
- Build Python 3.11 wheels.
- update to version 2.7.1:
- Fix usage of ``ZoneInfo`` from the ``backports.zoneinfo`` package.
This makes ``ZoneInfo`` support work for Python < 3.9.
- update to version 2.7.0:
- Support Python 3.11 (no wheels yet, they will only be available when Python 3.11 is RC when the ABI is stable).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 11 10:01:09 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at> Tue Jan 11 10:01:09 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@@ -19,7 +19,7 @@
%define skip_python2 1 %define skip_python2 1
Name: python-time-machine Name: python-time-machine
Group: Development/Languages/Python Group: Development/Languages/Python
Version: 2.6.0 Version: 2.8.1
Release: 0 Release: 0
Summary: Travel through time in your tests Summary: Travel through time in your tests
License: MIT License: MIT
@@ -29,10 +29,11 @@ Source: https://github.com/adamchainz/time-machine/archive/refs/tags/%{v
BuildRequires: %{python_module devel >= 3.7} BuildRequires: %{python_module devel >= 3.7}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
# SECTION # SECTION tests
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module dateutil} BuildRequires: %{python_module dateutil}
BuildRequires: %{python_module pytzdata} BuildRequires: %{python_module pytzdata}
BuildRequires: python38-backports.zoneinfo
# /SECTION # /SECTION
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-generators BuildRequires: python-rpm-generators