15
0

- update to version 2.2.0:

- Include type hints.
 - Convert C module to use PEP 489 multi-phase extension module initialization.
   This makes the module ready for Python sub-interpreters.
 - Release now includes a universal2 wheel for Python 3.9 on macOS, to work on
   Apple Silicon.
 - Stop distributing tests to reduce package size. Tests are not intended to be
   run outside of the tox setup in the repository. Repackagers can use GitHub's
   tarballs per tag.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-time-machine?expand=0&rev=3
This commit is contained in:
2021-07-03 13:24:34 +00:00
committed by Git OBS Bridge
parent 0a9048c7a8
commit 675ee40d51
4 changed files with 19 additions and 5 deletions

View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Jul 3 13:17:35 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 2.2.0:
- Include type hints.
- Convert C module to use PEP 489 multi-phase extension module initialization.
This makes the module ready for Python sub-interpreters.
- Release now includes a universal2 wheel for Python 3.9 on macOS, to work on
Apple Silicon.
- Stop distributing tests to reduce package size. Tests are not intended to be
run outside of the tox setup in the repository. Repackagers can use GitHub's
tarballs per tag.
-------------------------------------------------------------------
Sat May 29 07:50:49 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@@ -20,12 +20,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-time-machine
Group: Development/Languages/Python
Version: 2.1.0
Version: 2.2.0
Release: 0
Summary: Travel through time in your tests
License: MIT
URL: https://github.com/adamchainz/time-machine
Source: https://files.pythonhosted.org/packages/source/t/time_machine/time-machine-%{version}.tar.gz
# pypi packages don't contain the tests anymore since 2.2.0, see changelog
Source: https://github.com/adamchainz/time-machine/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros

View File

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