15
0

Accepting request 998354 from home:bnavigator:branches:devel:languages:python

- Package only supports Python >= 3.7
- Remove linter flake8 and static type checker mypy from build
  requirements: Not used and not necessary during rpm packaging.
- Remove stray build dependency for six
- Remove entrypoint2 build dependency: only required for building
  docs
- Don't catchall in files section

OBS-URL: https://build.opensuse.org/request/show/998354
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-EasyProcess?expand=0&rev=43
This commit is contained in:
2022-08-22 06:36:25 +00:00
committed by Git OBS Bridge
parent f15dbed865
commit f74952bc0e
2 changed files with 15 additions and 7 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Aug 20 13:01:54 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Package only supports Python >= 3.7
- Remove linter flake8 and static type checker mypy from build
requirements: Not used and not necessary during rpm packaging.
- Remove stray build dependency for six
- Remove entrypoint2 build dependency: only required for building
docs
- Don't catchall in files section
-------------------------------------------------------------------
Wed Aug 10 07:46:11 UTC 2022 - Otto Hollmann <otto.hollmann@suse.com>