- Remove python_module macro definition

- Add python-py dependency
- More specific python_sitelib in %files
- Update to 2.3.1:
  * Replace --strict command-line option with --strict-markers (#95)
  * Test with Python 3.11 (#101)
  * Update MANIFEST.in to add tests and Makefile to sdist (#100)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-pycodestyle?expand=0&rev=10
This commit is contained in:
2022-11-30 11:34:51 +00:00
committed by Git OBS Bridge
parent ce7b31acc9
commit bcfe2965af
4 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Nov 30 11:33:22 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Remove python_module macro definition
- Add python-py dependency
- More specific python_sitelib in %files
- Update to 2.3.1:
* Replace --strict command-line option with --strict-markers (#95)
* Test with Python 3.11 (#101)
* Update MANIFEST.in to add tests and Makefile to sdist (#100)
-------------------------------------------------------------------
Tue Aug 16 14:09:38 UTC 2022 - Axel Braun <axel.braun@gmx.de>