Accepting request 969273 from home:bnavigator:branches:devel:languages:python
- Update to version 5.2.0 * Add support for Python 3.9 and 3.10. OBS-URL: https://build.opensuse.org/request/show/969273 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.security?expand=0&rev=15
This commit is contained in:
parent
0f1e3b5da6
commit
15a46ea923
@ -1,3 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
cp python-zope.security.changes python-zope.security-doc.changes
|
|
||||||
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 11 19:24:54 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to version 5.2.0
|
||||||
|
* Add support for Python 3.9 and 3.10.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 2 07:35:18 UTC 2020 - pgajdos@suse.com
|
Thu Apr 2 07:35:18 UTC 2020 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-zope.security
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2022 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.security%{psuffix}
|
Name: python-zope.security%{psuffix}
|
||||||
Version: 5.1.1
|
Version: 5.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Zope Security Framework
|
Summary: Zope Security Framework
|
||||||
License: ZPL-2.1
|
License: ZPL-2.1
|
||||||
@ -67,7 +67,6 @@ policies on Python objects.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n zope.security-%{version}
|
%setup -q -n zope.security-%{version}
|
||||||
rm -rf *.egg-info
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
@ -76,18 +75,22 @@ rm -rf *.egg-info
|
|||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
%python_install
|
%python_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
%python_expand rm %{buildroot}%{$python_sitearch}/zope/security/*.c
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
%check
|
%check
|
||||||
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} %{_bindir}/zope-testrunner-%{$python_bin_suffix} -vvv --test-path src
|
%python_expand %{_bindir}/zope-testrunner-%{$python_bin_suffix} -vvv --test-path src
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python_sitearch}/*
|
%dir %{python_sitearch}/zope
|
||||||
|
%{python_sitearch}/zope/security
|
||||||
|
%{python_sitearch}/zope.security-%{version}*-info
|
||||||
|
%{python_sitearch}/zope.security-%{version}*-nspkg.pth
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:10d4489fa88a24e67163aef44fc4910c8bbf591f461696ba724cbfc88ee18e86
|
|
||||||
size 123400
|
|
3
zope.security-5.2.tar.gz
Normal file
3
zope.security-5.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:465d8af691f44cf6f8aad19198d468d16c39d477e6507deddeab121de97cb4eb
|
||||||
|
size 125703
|
Loading…
x
Reference in New Issue
Block a user