14
0
forked from pool/python-mutmut

Accepting request 1245092 from home:glaubitz:branches:devel:languages:python

- Update to 3.2.3
  * Crash with error message on invalid imports for src module
  * Autodetect simpler project configurations with test_*.py in the dir directly
  * Handle filenames (as opposed to dirnames) in paths_to_mutate
  * Also copy setup.cfg and pyproject.toml by default
  * Handle single line paths_to_mutate
- Exclude tests directory from %{python_sitelib} in %files section

OBS-URL: https://build.opensuse.org/request/show/1245092
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mutmut?expand=0&rev=19
This commit is contained in:
2025-02-11 13:42:26 +00:00
committed by Git OBS Bridge
parent 55c76cd072
commit 91d7faf1d0
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Feb 11 12:36:12 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.2.3
* Crash with error message on invalid imports for src module
* Autodetect simpler project configurations with test_*.py in the dir directly
* Handle filenames (as opposed to dirnames) in paths_to_mutate
* Also copy setup.cfg and pyproject.toml by default
* Handle single line paths_to_mutate
- Exclude tests directory from %{python_sitelib} in %files section
-------------------------------------------------------------------
Sat Nov 23 01:17:23 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>