14
0

- update to 4.0.1:

* Remove testtools from requirements.txt as well
  * github: Add all pypy3 versions to test matrix
  * github: Add Python 3.11 betas to test matrix
  * tox: Add py311
  * Support Popen's process\_group argument from Python 3.11
  * Update classmethod expectations (again) for Python 3.11
  * Revert to the previous classmethod expectations for PyPy3.9

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=40
This commit is contained in:
2022-10-06 14:23:29 +00:00
committed by Git OBS Bridge
parent a78007d715
commit 0ffdfda7ab
4 changed files with 16 additions and 4 deletions

View File

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

BIN
fixtures-4.0.1.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Oct 6 14:21:21 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 4.0.1:
* Remove testtools from requirements.txt as well
* github: Add all pypy3 versions to test matrix
* github: Add Python 3.11 betas to test matrix
* tox: Add py311
* Support Popen's process\_group argument from Python 3.11
* Update classmethod expectations (again) for Python 3.11
* Revert to the previous classmethod expectations for PyPy3.9
-------------------------------------------------------------------
Wed May 11 06:35:26 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-fixtures
Version: 4.0.0
Version: 4.0.1
Release: 0
Summary: Fixtures, reusable state for writing clean tests and more
License: Apache-2.0 OR BSD-3-Clause