- Remove python_module macro definition

- More specific python_sitelib in %files
- Update to 2.3.0:
  * Update azure-pipelines template repositories
  * stricter mypy settings
  * exit(main()) -> raise SystemExit(main()) pt2
  * drop python3.6 support
  * coloring changes for pytest 7.2

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pygments-pytest?expand=0&rev=21
This commit is contained in:
2022-11-30 06:34:26 +00:00
committed by Git OBS Bridge
parent 87b8a498eb
commit f4713ca5ad
4 changed files with 20 additions and 7 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Nov 30 06:28:21 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Remove python_module macro definition
- More specific python_sitelib in %files
- Update to 2.3.0:
* Update azure-pipelines template repositories
* stricter mypy settings
* exit(main()) -> raise SystemExit(main()) pt2
* drop python3.6 support
* coloring changes for pytest 7.2
-------------------------------------------------------------------
Wed Jan 6 14:32:15 UTC 2021 - Markéta Machová <mmachova@suse.com>