forked from pool/python-flaky
		
	- Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flaky?expand=0&rev=21
This commit is contained in:
		| @@ -1,3 +1,8 @@ | ||||
| ------------------------------------------------------------------- | ||||
| Fri Oct 20 10:26:48 UTC 2023 - Matej Cepl <mcepl@cepl.eu> | ||||
|  | ||||
| - Clean up the SPEC file | ||||
|  | ||||
| ------------------------------------------------------------------- | ||||
| Fri Apr 21 12:25:08 UTC 2023 - Dirk Müller <dmueller@suse.com> | ||||
|  | ||||
|   | ||||
| @@ -16,7 +16,7 @@ | ||||
| # | ||||
|  | ||||
|  | ||||
| %{?!python_module:%define python_module() python-%{**} python3-%{**}} | ||||
| %{?sle15_python_module_pythons} | ||||
| %global flavor @BUILD_FLAVOR@%{nil} | ||||
| %if "%{flavor}" == "test" | ||||
| %define psuffix -test | ||||
| @@ -24,7 +24,6 @@ | ||||
| %else | ||||
| %bcond_with test | ||||
| %endif | ||||
| %{?sle15_python_module_pythons} | ||||
| Name:           python-flaky%{?psuffix} | ||||
| Version:        3.7.0 | ||||
| Release:        0 | ||||
| @@ -88,7 +87,8 @@ export PYTEST_ADDOPTS="--force-flaky --max-runs 2" | ||||
| %files %{python_files} | ||||
| %doc README.rst | ||||
| %license LICENSE | ||||
| %{python_sitelib}/* | ||||
| %{python_sitelib}/flaky | ||||
| %{python_sitelib}/flaky-%{version}*-info | ||||
| %endif | ||||
|  | ||||
| %changelog | ||||
|   | ||||
		Reference in New Issue
	
	Block a user