1
0

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

- Don't do mypy static type checking of the sources in order to
  avoid mypy in Ring1. The functionality of the binary rpm package
  is not affected by properly typed python sources.
- Remove obsolete setup.py sed fix
- Don't catchall sitearch files in %files section

OBS-URL: https://build.opensuse.org/request/show/998729
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-immutables?expand=0&rev=19
This commit is contained in:
2022-08-23 09:42:56 +00:00
committed by Git OBS Bridge
parent 9cb90a5fcc
commit 9275771367
2 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Aug 22 22:16:34 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Don't do mypy static type checking of the sources in order to
avoid mypy in Ring1. The functionality of the binary rpm package
is not affected by properly typed python sources.
- Remove obsolete setup.py sed fix
- Don't catchall sitearch files in %files section
-------------------------------------------------------------------
Tue Jul 19 12:26:30 UTC 2022 - Dirk Müller <dmueller@suse.com>