diff --git a/3.2.2.tar.gz b/3.2.2.tar.gz deleted file mode 100644 index ce9a527..0000000 --- a/3.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4297aa53cd223e6b29afd3ea9a26762497d62d52afc6a41e3c8cfba1e575e17 -size 570921 diff --git a/3.2.3.tar.gz b/3.2.3.tar.gz new file mode 100644 index 0000000..9a5b2f5 --- /dev/null +++ b/3.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa493a34157115b6013aa70ab83d5da1e8a4ed75e7b9914ce0defbedaf1b6836 +size 571485 diff --git a/python-mutmut.changes b/python-mutmut.changes index 49fd4a7..5d2bbd7 100644 --- a/python-mutmut.changes +++ b/python-mutmut.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Feb 11 12:36:12 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-mutmut.spec b/python-mutmut.spec index 7c0dc8a..25c7afd 100644 --- a/python-mutmut.spec +++ b/python-mutmut.spec @@ -1,7 +1,7 @@ # # spec file for package python-mutmut # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-mutmut -Version: 3.2.2 +Version: 3.2.3 Release: 0 Summary: Python mutation testing License: BSD-3-Clause @@ -89,6 +89,7 @@ sed -i '1{/^#!/d}' mutmut/__main__.py %doc README.rst %license LICENSE %python_alternative %{_bindir}/mutmut +%exclude %{python_sitelib}/tests %{python_sitelib}/mutmut %{python_sitelib}/mutmut-%{version}.dist-info