- Update to 1.8.0:

* Drop support for Python 2 and <3.6, removing compatibility code.
  * Use stdlib unittest.mock instead of mock package.
  * Removed usage of path.py and path in favour of pathlib.
- Modify python-pytest-pyramid-server-no-six.patch to remove the
  requirement completly.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-pyramid-server?expand=0&rev=5
This commit is contained in:
2024-10-22 06:10:44 +00:00
committed by Git OBS Bridge
parent ae1a1144bf
commit 4a61add495
5 changed files with 42 additions and 16 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Oct 22 06:08:51 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.8.0:
* Drop support for Python 2 and <3.6, removing compatibility code.
* Use stdlib unittest.mock instead of mock package.
* Removed usage of path.py and path in favour of pathlib.
- Modify python-pytest-pyramid-server-no-six.patch to remove the
requirement completly.
- No more greedy globs in %files.
-------------------------------------------------------------------
Thu Dec 8 12:05:36 UTC 2022 - pgajdos@suse.com