Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-zope.security for
openSUSE:Factory checked in at 2022-12-09 13:16:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.security (Old)
and /work/SRC/openSUSE:Factory/.python-zope.security.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.security"
Fri Dec 9 13:16:31 2022 rev:10 rq:1041336 version:5.7
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-zope.security/python-zope.security.changes
2022-11-10 14:21:41.558148699 +0100
+++
/work/SRC/openSUSE:Factory/.python-zope.security.new.1835/python-zope.security.changes
2022-12-09 13:16:33.070609704 +0100
@@ -1,0 +2,9 @@
+Mon Dec 5 13:53:24 UTC 2022 - Yogalakshmi Arunachalam <[email protected]>
+
+- Update to version 5.7
+ * Release to rebuild full set of binary wheels.
+
+- Update to version 5.6
+ * Add support for building arm64 wheels on macOS.
+
+-------------------------------------------------------------------
Old:
----
zope.security-5.5.tar.gz
New:
----
zope.security-5.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.security.spec ++++++
--- /var/tmp/diff_new_pack.0Hr67D/_old 2022-12-09 13:16:33.630612679 +0100
+++ /var/tmp/diff_new_pack.0Hr67D/_new 2022-12-09 13:16:33.634612700 +0100
@@ -27,7 +27,7 @@
%bcond_with test
%endif
Name: python-zope.security%{psuffix}
-Version: 5.5
+Version: 5.7
Release: 0
Summary: Zope Security Framework
License: ZPL-2.1
++++++ zope.security-5.5.tar.gz -> zope.security-5.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.security-5.5/CHANGES.rst
new/zope.security-5.7/CHANGES.rst
--- old/zope.security-5.5/CHANGES.rst 2022-11-06 12:03:30.000000000 +0100
+++ new/zope.security-5.7/CHANGES.rst 2022-11-17 14:09:49.000000000 +0100
@@ -2,6 +2,18 @@
Changes
=========
+5.7 (2022-11-17)
+================
+
+- Release to rebuild full set of binary wheels.
+
+
+5.6 (2022-11-16)
+================
+
+- Add support for building arm64 wheels on macOS.
+
+
5.5 (2022-11-06)
================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.security-5.5/PKG-INFO
new/zope.security-5.7/PKG-INFO
--- old/zope.security-5.5/PKG-INFO 2022-11-08 11:22:09.607502500 +0100
+++ new/zope.security-5.7/PKG-INFO 2022-11-17 14:51:19.741837000 +0100
@@ -1,11 +1,14 @@
Metadata-Version: 2.1
Name: zope.security
-Version: 5.5
+Version: 5.7
Summary: Zope Security Framework
Home-page: http://github.com/zopefoundation/zope.security
Author: Zope Foundation and Contributors
Author-email: [email protected]
License: ZPL 2.1
+Project-URL: Documentation, https://zopesecurity.readthedocs.io
+Project-URL: Issue Tracker,
https://github.com/zopefoundation/zope.security/issues
+Project-URL: Sources, https://github.com/zopefoundation/zope.security
Keywords: zope security policy principal permission
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
@@ -36,21 +39,16 @@
Provides-Extra: docs
License-File: LICENSE.txt
-===============
- zope.security
-===============
-
-.. image:: https://img.shields.io/pypi/v/zope.security.svg
- :target: https://pypi.python.org/pypi/zope.security/
- :alt: Latest release
-
-.. image:: https://img.shields.io/pypi/pyversions/zope.security.svg
- :target: https://pypi.org/project/zope.security/
- :alt: Supported Python versions
+===================
+ ``zope.security``
+===================
.. image::
https://github.com/zopefoundation/zope.security/actions/workflows/tests.yml/badge.svg
:target:
https://github.com/zopefoundation/zope.security/actions/workflows/tests.yml
+.. image::
https://ci.appveyor.com/api/projects/status/github/zopefoundation/zope.security?branch=master&svg=true
+ :target: https://ci.appveyor.com/project/mgedmin/zope-security
+
.. image::
https://coveralls.io/repos/github/zopefoundation/zope.security/badge.svg?branch=master
:target:
https://coveralls.io/github/zopefoundation/zope.security?branch=master
@@ -58,6 +56,14 @@
:target: https://zopesecurity.readthedocs.io/en/latest/
:alt: Documentation Status
+.. image:: https://img.shields.io/pypi/v/zope.security.svg
+ :target: https://pypi.python.org/pypi/zope.security/
+ :alt: Latest release
+
+.. image:: https://img.shields.io/pypi/pyversions/zope.security.svg
+ :target: https://pypi.org/project/zope.security/
+ :alt: Supported Python versions
+
The Security framework provides a generic mechanism to implement security
policies on Python objects.
@@ -69,6 +75,18 @@
Changes
=========
+5.7 (2022-11-17)
+================
+
+- Release to rebuild full set of binary wheels.
+
+
+5.6 (2022-11-16)
+================
+
+- Add support for building arm64 wheels on macOS.
+
+
5.5 (2022-11-06)
================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.security-5.5/README.rst
new/zope.security-5.7/README.rst
--- old/zope.security-5.5/README.rst 2022-06-21 15:31:02.000000000 +0200
+++ new/zope.security-5.7/README.rst 2022-11-16 10:58:56.000000000 +0100
@@ -1,18 +1,13 @@
-===============
- zope.security
-===============
-
-.. image:: https://img.shields.io/pypi/v/zope.security.svg
- :target: https://pypi.python.org/pypi/zope.security/
- :alt: Latest release
-
-.. image:: https://img.shields.io/pypi/pyversions/zope.security.svg
- :target: https://pypi.org/project/zope.security/
- :alt: Supported Python versions
+===================
+ ``zope.security``
+===================
.. image::
https://github.com/zopefoundation/zope.security/actions/workflows/tests.yml/badge.svg
:target:
https://github.com/zopefoundation/zope.security/actions/workflows/tests.yml
+.. image::
https://ci.appveyor.com/api/projects/status/github/zopefoundation/zope.security?branch=master&svg=true
+ :target: https://ci.appveyor.com/project/mgedmin/zope-security
+
.. image::
https://coveralls.io/repos/github/zopefoundation/zope.security/badge.svg?branch=master
:target:
https://coveralls.io/github/zopefoundation/zope.security?branch=master
@@ -20,6 +15,14 @@
:target: https://zopesecurity.readthedocs.io/en/latest/
:alt: Documentation Status
+.. image:: https://img.shields.io/pypi/v/zope.security.svg
+ :target: https://pypi.python.org/pypi/zope.security/
+ :alt: Latest release
+
+.. image:: https://img.shields.io/pypi/pyversions/zope.security.svg
+ :target: https://pypi.org/project/zope.security/
+ :alt: Supported Python versions
+
The Security framework provides a generic mechanism to implement security
policies on Python objects.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.security-5.5/appveyor.yml
new/zope.security-5.7/appveyor.yml
--- old/zope.security-5.5/appveyor.yml 2022-11-08 10:59:49.000000000 +0100
+++ new/zope.security-5.7/appveyor.yml 2022-11-17 14:04:49.000000000 +0100
@@ -9,21 +9,13 @@
ZOPE_INTERFACE_STRICT_IRO: 1
matrix:
- - python: 27
- python: 27-x64
- - python: 35
- python: 35-x64
- - python: 36
- python: 36-x64
- - python: 37
- python: 37-x64
- - python: 38
- python: 38-x64
- - python: 39
- python: 39-x64
- - python: 310
- python: 310-x64
- - python: 311
- python: 311-x64
install:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.security-5.5/docs/_build/doctest/output.txt
new/zope.security-5.7/docs/_build/doctest/output.txt
--- old/zope.security-5.5/docs/_build/doctest/output.txt 2022-11-06
12:19:15.000000000 +0100
+++ new/zope.security-5.7/docs/_build/doctest/output.txt 2022-11-16
10:33:56.000000000 +0100
@@ -1,20 +1,17 @@
-Results of doctest builder run on 2022-11-06 12:19:15
+Results of doctest builder run on 2022-11-16 10:33:56
=====================================================
-Document: api/zcml
-------------------
+Document: api/decorator
+-----------------------
1 items passed all tests:
- 30 tests in default
-30 tests in 1 items.
-30 passed and 0 failed.
+ 53 tests in default
+53 tests in 1 items.
+53 passed and 0 failed.
Test passed.
-
-Document: proxy
----------------
1 items passed all tests:
- 36 tests in default
-36 tests in 1 items.
-36 passed and 0 failed.
+ 1 tests in default (cleanup code)
+1 tests in 1 items.
+1 passed and 0 failed.
Test passed.
Document: api/proxy
@@ -30,25 +27,28 @@
1 passed and 0 failed.
Test passed.
-Document: api/permission
-------------------------
+Document: proxy
+---------------
1 items passed all tests:
- 34 tests in default
-34 tests in 1 items.
-34 passed and 0 failed.
+ 36 tests in default
+36 tests in 1 items.
+36 passed and 0 failed.
Test passed.
+
+Document: api/checker
+---------------------
1 items passed all tests:
- 1 tests in default (cleanup code)
-1 tests in 1 items.
-1 passed and 0 failed.
+ 357 tests in default
+357 tests in 1 items.
+357 passed and 0 failed.
Test passed.
-Document: api/decorator
------------------------
+Document: api/permission
+------------------------
1 items passed all tests:
- 53 tests in default
-53 tests in 1 items.
-53 passed and 0 failed.
+ 34 tests in default
+34 tests in 1 items.
+34 passed and 0 failed.
Test passed.
1 items passed all tests:
1 tests in default (cleanup code)
@@ -56,12 +56,12 @@
1 passed and 0 failed.
Test passed.
-Document: api/checker
----------------------
+Document: api/zcml
+------------------
1 items passed all tests:
- 357 tests in default
-357 tests in 1 items.
-357 passed and 0 failed.
+ 30 tests in default
+30 tests in 1 items.
+30 passed and 0 failed.
Test passed.
Doctest summary
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.security-5.5/docs/conf.py
new/zope.security-5.7/docs/conf.py
--- old/zope.security-5.5/docs/conf.py 2021-11-02 09:53:39.000000000 +0100
+++ new/zope.security-5.7/docs/conf.py 2022-11-16 10:33:51.000000000 +0100
@@ -259,16 +259,16 @@
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
- 'https://docs.python.org/': None,
+ 'https://docs.python.org/3/': None,
'https://zopeinterface.readthedocs.io/en/latest': None,
'https://zopeproxy.readthedocs.io/en/latest': None,
'https://zopeschema.readthedocs.io/en/latest': None,
'https://zopelocation.readthedocs.io/en/latest': None,
}
-extlinks = {'issue':
('https://github.com/zopefoundation/zope.datetime/issues/%s',
+extlinks = {'issue':
('https://github.com/zopefoundation/zope.security/issues/%s',
'issue #'),
- 'pr': ('https://github.com/zopefoundation/zope.datetime/pull/%s',
+ 'pr': ('https://github.com/zopefoundation/zope.security/pull/%s',
'pull request #')}
autodoc_default_flags = [
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.security-5.5/setup.py
new/zope.security-5.7/setup.py
--- old/zope.security-5.5/setup.py 2022-11-06 12:14:34.000000000 +0100
+++ new/zope.security-5.7/setup.py 2022-11-17 14:10:05.000000000 +0100
@@ -130,7 +130,7 @@
setup(name='zope.security',
- version='5.5',
+ version='5.7',
author='Zope Foundation and Contributors',
author_email='[email protected]',
description='Zope Security Framework',
@@ -164,6 +164,12 @@
'Framework :: Zope :: 3',
],
url='http://github.com/zopefoundation/zope.security',
+ project_urls={
+ 'Documentation': 'https://zopesecurity.readthedocs.io',
+ 'Issue Tracker': ('https://github.com/zopefoundation'
+ '/zope.security/issues'),
+ 'Sources': 'https://github.com/zopefoundation/zope.security',
+ },
license='ZPL 2.1',
packages=find_packages('src'),
package_dir={'': 'src'},
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/zope.security-5.5/src/zope.security.egg-info/PKG-INFO
new/zope.security-5.7/src/zope.security.egg-info/PKG-INFO
--- old/zope.security-5.5/src/zope.security.egg-info/PKG-INFO 2022-11-08
11:22:09.000000000 +0100
+++ new/zope.security-5.7/src/zope.security.egg-info/PKG-INFO 2022-11-17
14:51:19.000000000 +0100
@@ -1,11 +1,14 @@
Metadata-Version: 2.1
Name: zope.security
-Version: 5.5
+Version: 5.7
Summary: Zope Security Framework
Home-page: http://github.com/zopefoundation/zope.security
Author: Zope Foundation and Contributors
Author-email: [email protected]
License: ZPL 2.1
+Project-URL: Documentation, https://zopesecurity.readthedocs.io
+Project-URL: Issue Tracker,
https://github.com/zopefoundation/zope.security/issues
+Project-URL: Sources, https://github.com/zopefoundation/zope.security
Keywords: zope security policy principal permission
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
@@ -36,21 +39,16 @@
Provides-Extra: docs
License-File: LICENSE.txt
-===============
- zope.security
-===============
-
-.. image:: https://img.shields.io/pypi/v/zope.security.svg
- :target: https://pypi.python.org/pypi/zope.security/
- :alt: Latest release
-
-.. image:: https://img.shields.io/pypi/pyversions/zope.security.svg
- :target: https://pypi.org/project/zope.security/
- :alt: Supported Python versions
+===================
+ ``zope.security``
+===================
.. image::
https://github.com/zopefoundation/zope.security/actions/workflows/tests.yml/badge.svg
:target:
https://github.com/zopefoundation/zope.security/actions/workflows/tests.yml
+.. image::
https://ci.appveyor.com/api/projects/status/github/zopefoundation/zope.security?branch=master&svg=true
+ :target: https://ci.appveyor.com/project/mgedmin/zope-security
+
.. image::
https://coveralls.io/repos/github/zopefoundation/zope.security/badge.svg?branch=master
:target:
https://coveralls.io/github/zopefoundation/zope.security?branch=master
@@ -58,6 +56,14 @@
:target: https://zopesecurity.readthedocs.io/en/latest/
:alt: Documentation Status
+.. image:: https://img.shields.io/pypi/v/zope.security.svg
+ :target: https://pypi.python.org/pypi/zope.security/
+ :alt: Latest release
+
+.. image:: https://img.shields.io/pypi/pyversions/zope.security.svg
+ :target: https://pypi.org/project/zope.security/
+ :alt: Supported Python versions
+
The Security framework provides a generic mechanism to implement security
policies on Python objects.
@@ -69,6 +75,18 @@
Changes
=========
+5.7 (2022-11-17)
+================
+
+- Release to rebuild full set of binary wheels.
+
+
+5.6 (2022-11-16)
+================
+
+- Add support for building arm64 wheels on macOS.
+
+
5.5 (2022-11-06)
================