Accepting request 1085176 from devel:languages:python

- update to 6.0:
  * Drop support for Python 2.7, 3.5, 3.6.
  * Fix crash when the environment variable `PYTHONOPTIMIZED` is
    set to `2` and docstrings are set to `None` by the interpreter.
  * Add support for Python 3.10 and 3.11.

OBS-URL: https://build.opensuse.org/request/show/1085176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.component?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2023-05-09 11:07:00 +00:00 committed by Git OBS Bridge
commit 2df1518680
4 changed files with 15 additions and 7 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri May 5 14:22:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 6.0:
* Drop support for Python 2.7, 3.5, 3.6.
* Fix crash when the environment variable `PYTHONOPTIMIZED` is
set to `2` and docstrings are set to `None` by the interpreter.
* Add support for Python 3.10 and 3.11.
-------------------------------------------------------------------
Sat Jul 10 00:31:03 UTC 2021 - Jason Craig <os@jacraig.com>

View File

@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@ -27,13 +27,12 @@
%bcond_with test
%endif
Name: python-zope.component%{psuffix}
Version: 5.0.1
Version: 6.0
Release: 0
Summary: Zope Component Architecture
License: ZPL-2.1
Group: Development/Languages/Python
URL: http://www.python.org/pypi/zope.component
URL: https://github.com/zopefoundation/zope.component
Source: https://files.pythonhosted.org/packages/source/z/zope.component/zope.component-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes

View File

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

BIN
zope.component-6.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.