15
0

Accepting request 1067286 from devel:languages:python

- Update to 3.6.1:
  * Add support for Python 3.11.
  * Drop support for Python 3.4.

OBS-URL: https://build.opensuse.org/request/show/1067286
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ZConfig?expand=0&rev=9
This commit is contained in:
2023-02-23 15:29:20 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a28e95a0ae335795747eccad35b2cb708f37d44c7f325e2acb201e98330b16e5
size 134559

3
ZConfig-3.6.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4422c7d663af762cd7795775366bc6a67ab440a1ab796eb0f7425b0e9034f076
size 147047

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Feb 20 07:30:20 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- 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 <os@jacraig.com>

View File

@@ -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