15
0

Accepting request 1185797 from home:smolsheep:upgrades

- Replace deprecated %setup with %autosetup
- Fix source URL -- pythonhosted no longer includes setup.py
- Update to 0.12.1:
  * Flexmock Pytest plugin entrypoint missing from setup.py.
- Updates from 0.12.0:
  * Add tox.ini to sdist to make the downstream testing easier.
  * Add Python 3.12 and 3.13 support.
  * Drop Python 3.6 and 3.7 support.
  * Drop Pytest 5.x support.
  * Fixed the pytest integration by switching from wrapping of the
    test runner to the pytest plugin system.

OBS-URL: https://build.opensuse.org/request/show/1185797
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flexmock?expand=0&rev=18
This commit is contained in:
2024-07-09 13:27:49 +00:00
committed by Git OBS Bridge
parent c760d7c15d
commit b802008253
4 changed files with 22 additions and 7 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Jul 5 13:21:48 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
- Replace deprecated %setup with %autosetup
- Fix source URL -- pythonhosted no longer includes setup.py
- Update to 0.12.1:
* Flexmock Pytest plugin entrypoint missing from setup.py.
- Updates from 0.12.0:
* Add tox.ini to sdist to make the downstream testing easier.
* Add Python 3.12 and 3.13 support.
* Drop Python 3.6 and 3.7 support.
* Drop Pytest 5.x support.
* Fixed the pytest integration by switching from wrapping of the
test runner to the pytest plugin system.
-------------------------------------------------------------------
Mon Nov 27 18:51:02 UTC 2023 - Dirk Müller <dmueller@suse.com>