17
0

- update to 5.0.8:

* 5.0.7 originally did this work, but 5.0.8 fixes a regression
  * update testing to validate against python version 2.7 and
    3.5-3.11
  * update broken links / non-existent services and references

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-configobj?expand=0&rev=40
This commit is contained in:
2023-05-04 18:59:00 +00:00
committed by Git OBS Bridge
parent 983d1c4a1f
commit ed4b7badc2
4 changed files with 15 additions and 10 deletions

View File

@@ -20,7 +20,7 @@
%define oldpython python
%{?sle15_python_module_pythons}
Name: python-configobj
Version: 5.0.6
Version: 5.0.8
Release: 0
Summary: Config file reading, writing and validation
License: BSD-3-Clause
@@ -70,12 +70,8 @@ It has lots of other features though:
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%{python_sitelib}/configobj.py*
%{python_sitelib}/validate.py*
%{python_sitelib}/_version.py*
%pycache_only %{python_sitelib}/__pycache__/configobj.*.py*
%pycache_only %{python_sitelib}/__pycache__/validate.*.py*
%pycache_only %{python_sitelib}/__pycache__/_version.*.py*
%{python_sitelib}/configobj
%{python_sitelib}/validate
%{python_sitelib}/configobj-%{version}-py*.egg-info
%changelog