Accepting request 905641 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/905641 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.component?expand=0&rev=10
This commit is contained in:
commit
9fc002c139
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 10 00:31:03 UTC 2021 - Jason Craig <os@jacraig.com>
|
||||||
|
|
||||||
|
- Update to 5.0.1
|
||||||
|
* Add support for Python 3.9.
|
||||||
|
* Many other changes, see CHANGES.rst
|
||||||
|
- Update requirements as changed in setup.py.
|
||||||
|
- Mark LICENSE.txt, COPYRIGHT.txt with %license.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 21 09:07:11 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
Tue Jul 21 09:07:11 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-zope.component
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
|
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -27,7 +27,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-zope.component%{psuffix}
|
Name: python-zope.component%{psuffix}
|
||||||
Version: 4.6.2
|
Version: 5.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
Summary: Zope Component Architecture
|
Summary: Zope Component Architecture
|
||||||
@ -38,11 +38,9 @@ Source: https://files.pythonhosted.org/packages/source/z/zope.component/
|
|||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-zope.deferredimport >= 4.2.1
|
|
||||||
Requires: python-zope.deprecation >= 4.3.0
|
|
||||||
Requires: python-zope.event
|
Requires: python-zope.event
|
||||||
Requires: python-zope.hookable >= 4.2.0
|
Requires: python-zope.hookable >= 4.2.0
|
||||||
Requires: python-zope.interface >= 4.1.0
|
Requires: python-zope.interface >= 5.3.0a1
|
||||||
#test requirements
|
#test requirements
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module persistent}
|
BuildRequires: %{python_module persistent}
|
||||||
@ -89,7 +87,8 @@ rm -rf src/zope.component.egg-info
|
|||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc CHANGES.rst COPYRIGHT.txt LICENSE.txt README.rst
|
%license LICENSE.txt COPYRIGHT.txt
|
||||||
|
%doc CHANGES.rst README.rst
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:91628918218b3e6f6323de2a7b845e09ddc5cae131c034896c051b084bba3c92
|
|
||||||
size 90951
|
|
3
zope.component-5.0.1.tar.gz
Normal file
3
zope.component-5.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:32cbe426ba8fa7b62ce5b211f80f0718a0c749cc7ff09e3f4b43a57f7ccdf5e5
|
||||||
|
size 91130
|
Loading…
x
Reference in New Issue
Block a user