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:
		| @@ -1,3 +0,0 @@ | |||||||
| version https://git-lfs.github.com/spec/v1 |  | ||||||
| oid sha256:d4297aa53cd223e6b29afd3ea9a26762497d62d52afc6a41e3c8cfba1e575e17 |  | ||||||
| size 570921 |  | ||||||
							
								
								
									
										3
									
								
								3.2.3.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								3.2.3.tar.gz
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | |||||||
|  | version https://git-lfs.github.com/spec/v1 | ||||||
|  | oid sha256:aa493a34157115b6013aa70ab83d5da1e8a4ed75e7b9914ce0defbedaf1b6836 | ||||||
|  | size 571485 | ||||||
| @@ -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> | Sat Nov 23 01:17:23 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| # | # | ||||||
| # spec file for package python-mutmut | # 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 | # All modifications and additions to the file contributed by third parties | ||||||
| # remain the property of their copyright owners, unless otherwise agreed | # remain the property of their copyright owners, unless otherwise agreed | ||||||
| @@ -18,7 +18,7 @@ | |||||||
|  |  | ||||||
| %{?sle15_python_module_pythons} | %{?sle15_python_module_pythons} | ||||||
| Name:           python-mutmut | Name:           python-mutmut | ||||||
| Version:        3.2.2 | Version:        3.2.3 | ||||||
| Release:        0 | Release:        0 | ||||||
| Summary:        Python mutation testing | Summary:        Python mutation testing | ||||||
| License:        BSD-3-Clause | License:        BSD-3-Clause | ||||||
| @@ -89,6 +89,7 @@ sed -i '1{/^#!/d}' mutmut/__main__.py | |||||||
| %doc README.rst | %doc README.rst | ||||||
| %license LICENSE | %license LICENSE | ||||||
| %python_alternative %{_bindir}/mutmut | %python_alternative %{_bindir}/mutmut | ||||||
|  | %exclude %{python_sitelib}/tests | ||||||
| %{python_sitelib}/mutmut | %{python_sitelib}/mutmut | ||||||
| %{python_sitelib}/mutmut-%{version}.dist-info | %{python_sitelib}/mutmut-%{version}.dist-info | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user