- Remove python_module macro definition

- More specific python_sitelib in %files
- Update to 0.9.6:
  * Remove py.std calls (thanks @alexcjohnson)
- 0.9.5:
  * Fix distutils deprecation warning (thanks @tgagor)
  * Fix incompatibility with pytest-timeout (thanks @graingert)
  * Update pytest naming convention in documentation (thanks @avallbona)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-sugar?expand=0&rev=12
This commit is contained in:
2022-11-30 11:41:28 +00:00
committed by Git OBS Bridge
parent 6698fb882b
commit 9e37634822
4 changed files with 20 additions and 7 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Nov 30 11:39:52 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Remove python_module macro definition
- More specific python_sitelib in %files
- Update to 0.9.6:
* Remove py.std calls (thanks @alexcjohnson)
- 0.9.5:
* Fix distutils deprecation warning (thanks @tgagor)
* Fix incompatibility with pytest-timeout (thanks @graingert)
* Update pytest naming convention in documentation (thanks @avallbona)
-------------------------------------------------------------------
Thu Nov 5 14:51:01 UTC 2020 - Marketa Machova <mmachova@suse.com>