diff --git a/python-zope.component.changes b/python-zope.component.changes index c3f20d3..fbf13aa 100644 --- a/python-zope.component.changes +++ b/python-zope.component.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri May 5 14:22:43 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-zope.component.spec b/python-zope.component.spec index 058985c..f53a821 100644 --- a/python-zope.component.spec +++ b/python-zope.component.spec @@ -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 diff --git a/zope.component-5.0.1.tar.gz b/zope.component-5.0.1.tar.gz deleted file mode 100644 index 1ba335f..0000000 --- a/zope.component-5.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32cbe426ba8fa7b62ce5b211f80f0718a0c749cc7ff09e3f4b43a57f7ccdf5e5 -size 91130 diff --git a/zope.component-6.0.tar.gz b/zope.component-6.0.tar.gz new file mode 100644 index 0000000..ea7f5f8 --- /dev/null +++ b/zope.component-6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a0a0472ad201b94b4fe6741ce9ac2c30b8bb22c516077bf03692dec4dfb6906 +size 90268