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 +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>