Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-zope.hookable for
openSUSE:Factory checked in at 2022-12-07 17:33:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.hookable (Old)
and /work/SRC/openSUSE:Factory/.python-zope.hookable.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.hookable"
Wed Dec 7 17:33:57 2022 rev:13 rq:1040338 version:5.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-zope.hookable/python-zope.hookable.changes
2022-11-09 12:56:15.919952126 +0100
+++
/work/SRC/openSUSE:Factory/.python-zope.hookable.new.1835/python-zope.hookable.changes
2022-12-07 17:34:31.628395277 +0100
@@ -1,0 +2,6 @@
+Mon Dec 5 13:47:44 UTC 2022 - Yogalakshmi Arunachalam <[email protected]>
+
+- Update to version 5.4
+ * Add support for building arm64 wheels on macOS.
+
+-------------------------------------------------------------------
Old:
----
zope.hookable-5.3.tar.gz
New:
----
zope.hookable-5.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.hookable.spec ++++++
--- /var/tmp/diff_new_pack.8ZEnbt/_old 2022-12-07 17:34:32.144398103 +0100
+++ /var/tmp/diff_new_pack.8ZEnbt/_new 2022-12-07 17:34:32.148398124 +0100
@@ -26,7 +26,7 @@
%bcond_with test
%endif
Name: python-zope.hookable%{psuffix}
-Version: 5.3
+Version: 5.4
Release: 0
Summary: Zope hookable
License: ZPL-2.1
++++++ zope.hookable-5.3.tar.gz -> zope.hookable-5.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.hookable-5.3/CHANGES.rst
new/zope.hookable-5.4/CHANGES.rst
--- old/zope.hookable-5.3/CHANGES.rst 2022-11-03 15:31:08.000000000 +0100
+++ new/zope.hookable-5.4/CHANGES.rst 2022-11-17 15:27:46.000000000 +0100
@@ -2,6 +2,12 @@
Changes
=========
+5.4 (2022-11-17)
+================
+
+- Add support for building arm64 wheels on macOS.
+
+
5.3 (2022-11-03)
================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.hookable-5.3/PKG-INFO
new/zope.hookable-5.4/PKG-INFO
--- old/zope.hookable-5.3/PKG-INFO 2022-11-06 11:44:26.243773700 +0100
+++ new/zope.hookable-5.4/PKG-INFO 2022-11-17 16:15:14.511259600 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: zope.hookable
-Version: 5.3
+Version: 5.4
Summary: Zope hookable
Home-page: http://github.com/zopefoundation/zope.hookable
Author: Zope Foundation and Contributors
@@ -70,6 +70,12 @@
Changes
=========
+5.4 (2022-11-17)
+================
+
+- Add support for building arm64 wheels on macOS.
+
+
5.3 (2022-11-03)
================
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zope.hookable-5.3/appveyor.yml
new/zope.hookable-5.4/appveyor.yml
--- old/zope.hookable-5.3/appveyor.yml 2022-11-03 15:30:30.000000000 +0100
+++ new/zope.hookable-5.4/appveyor.yml 2022-11-17 15:09:56.000000000 +0100
@@ -9,21 +9,13 @@
secure:
aoZC/+rvJKg8B5GMGIxd1VVAqNNBjVQeFnBhHb5CSR6SETwd7qeNIP92xgZA2hhgiZH3KVFYEID+OR7j6TTVLVZLHP3EXKP+/sccqPjs3DDgDKuGjU5iovqpJnXiTPNI1LlGqUMM7neCvljjLkcW1InVbygB5p/V1YE8Zs8PjZ8j7Ny84EalvWprAO/xB1hawCIydi1bpq0WZbw8H+IvmDYYkVa1jgSBfHhsA3/S7943QWzPCRtUPuIXziAhdMUgnhj/1N/RPXRMYoNG/Se5Kg==
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.hookable-5.3/setup.py
new/zope.hookable-5.4/setup.py
--- old/zope.hookable-5.3/setup.py 2022-11-03 15:31:45.000000000 +0100
+++ new/zope.hookable-5.4/setup.py 2022-11-17 15:27:55.000000000 +0100
@@ -85,7 +85,7 @@
]
setup(name='zope.hookable',
- version='5.3',
+ version='5.4',
url='http://github.com/zopefoundation/zope.hookable',
license='ZPL 2.1',
description='Zope hookable',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/zope.hookable-5.3/src/zope.hookable.egg-info/PKG-INFO
new/zope.hookable-5.4/src/zope.hookable.egg-info/PKG-INFO
--- old/zope.hookable-5.3/src/zope.hookable.egg-info/PKG-INFO 2022-11-06
11:44:26.000000000 +0100
+++ new/zope.hookable-5.4/src/zope.hookable.egg-info/PKG-INFO 2022-11-17
16:15:14.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: zope.hookable
-Version: 5.3
+Version: 5.4
Summary: Zope hookable
Home-page: http://github.com/zopefoundation/zope.hookable
Author: Zope Foundation and Contributors
@@ -70,6 +70,12 @@
Changes
=========
+5.4 (2022-11-17)
+================
+
+- Add support for building arm64 wheels on macOS.
+
+
5.3 (2022-11-03)
================