From baf68badb53def204a6532b3c30c86bc64a6d9e42715ee3271cd895866b55ec6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 4 May 2023 18:59:00 +0000 Subject: [PATCH] - 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 --- configobj-5.0.6.tar.gz | 3 --- configobj-5.0.8.tar.gz | 3 +++ python-configobj.changes | 9 +++++++++ python-configobj.spec | 10 +++------- 4 files changed, 15 insertions(+), 10 deletions(-) delete mode 100644 configobj-5.0.6.tar.gz create mode 100644 configobj-5.0.8.tar.gz diff --git a/configobj-5.0.6.tar.gz b/configobj-5.0.6.tar.gz deleted file mode 100644 index 3667ed9..0000000 --- a/configobj-5.0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902 -size 33248 diff --git a/configobj-5.0.8.tar.gz b/configobj-5.0.8.tar.gz new file mode 100644 index 0000000..3222fd4 --- /dev/null +++ b/configobj-5.0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f704434a07dc4f4dc7c9a745172c1cad449feb548febd9f7fe362629c627a97 +size 38012 diff --git a/python-configobj.changes b/python-configobj.changes index 0807561..c5fe8eb 100644 --- a/python-configobj.changes +++ b/python-configobj.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu May 4 18:56:05 UTC 2023 - Dirk Müller + +- 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 + ------------------------------------------------------------------- Fri Apr 21 12:23:30 UTC 2023 - Dirk Müller diff --git a/python-configobj.spec b/python-configobj.spec index aa8a502..00eb318 100644 --- a/python-configobj.spec +++ b/python-configobj.spec @@ -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