From fe72454f3dd3c7b7833c2a74df9d39aba13a2906fa6d42b7ee7da42c3fedcbec Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 20 Feb 2023 07:32:59 +0000 Subject: [PATCH] - Update to 3.6.1: * Add support for Python 3.11. * Drop support for Python 3.4. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ZConfig?expand=0&rev=17 --- ZConfig-3.6.0.tar.gz | 3 --- ZConfig-3.6.1.tar.gz | 3 +++ python-ZConfig.changes | 7 +++++++ python-ZConfig.spec | 12 ++++++------ 4 files changed, 16 insertions(+), 9 deletions(-) delete mode 100644 ZConfig-3.6.0.tar.gz create mode 100644 ZConfig-3.6.1.tar.gz diff --git a/ZConfig-3.6.0.tar.gz b/ZConfig-3.6.0.tar.gz deleted file mode 100644 index 2bc94eb..0000000 --- a/ZConfig-3.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a28e95a0ae335795747eccad35b2cb708f37d44c7f325e2acb201e98330b16e5 -size 134559 diff --git a/ZConfig-3.6.1.tar.gz b/ZConfig-3.6.1.tar.gz new file mode 100644 index 0000000..89e4ba8 --- /dev/null +++ b/ZConfig-3.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4422c7d663af762cd7795775366bc6a67ab440a1ab796eb0f7425b0e9034f076 +size 147047 diff --git a/python-ZConfig.changes b/python-ZConfig.changes index 01d662f..b43b911 100644 --- a/python-ZConfig.changes +++ b/python-ZConfig.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Feb 20 07:30:20 UTC 2023 - Daniel Garcia + +- Update to 3.6.1: + * Add support for Python 3.11. + * Drop support for Python 3.4. + ------------------------------------------------------------------- Sun Jul 11 19:18:44 UTC 2021 - Jason Craig diff --git a/python-ZConfig.spec b/python-ZConfig.spec index a3a4c9a..edefcbb 100644 --- a/python-ZConfig.spec +++ b/python-ZConfig.spec @@ -1,7 +1,7 @@ # # spec file for package python-ZConfig # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,8 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ZConfig -Version: 3.6.0 +Version: 3.6.1 Release: 0 Summary: Structured Configuration Library License: ZPL-2.1 @@ -65,7 +64,7 @@ This package contains documentation files for %{name}. %prep %setup -q -n ZConfig-%{version} rm -rf ZConfig.egg-info -rm doc/make.bat +rm docs/make.bat # test works only in git repo rm -f ZConfig/tests/test_readme.py @@ -93,9 +92,10 @@ export LANG=en_US.UTF8 %doc CHANGES.rst COPYRIGHT.txt PKG-INFO README.rst %python_alternative %{_bindir}/zconfig %python_alternative %{_bindir}/zconfig_schema2html -%{python_sitelib}/* +%{python_sitelib}/ZConfig +%{python_sitelib}/ZConfig-%{version}*-info %files %{python_files doc} -%doc doc/ +%doc docs/ %changelog