Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-zope.interface for openSUSE:Factory checked in at 2022-12-07 17:34:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-zope.interface (Old) and /work/SRC/openSUSE:Factory/.python-zope.interface.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.interface" Wed Dec 7 17:34:15 2022 rev:31 rq:1040463 version:5.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-zope.interface/python-zope.interface.changes 2022-11-12 17:40:28.941922675 +0100 +++ /work/SRC/openSUSE:Factory/.python-zope.interface.new.1835/python-zope.interface.changes 2022-12-07 17:35:07.776593208 +0100 @@ -1,0 +2,6 @@ +Mon Dec 5 13:50:37 UTC 2022 - Yogalakshmi Arunachalam <yarunacha...@suse.com> + +- Update to version 5.5.2 + * Add support for building arm64 wheels on macOS. + +------------------------------------------------------------------- Old: ---- zope.interface-5.5.1.tar.gz New: ---- zope.interface-5.5.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-zope.interface.spec ++++++ --- /var/tmp/diff_new_pack.MtWMlC/_old 2022-12-07 17:35:08.984599822 +0100 +++ /var/tmp/diff_new_pack.MtWMlC/_new 2022-12-07 17:35:08.988599844 +0100 @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test @@ -28,7 +27,7 @@ %global modname zope.interface %define oldpython python Name: python-zope.interface%{psuffix} -Version: 5.5.1 +Version: 5.5.2 Release: 0 Summary: Interfaces for Python License: ZPL-2.1 @@ -89,7 +88,11 @@ %files %{python_files} %license LICENSE.txt COPYRIGHT.txt %doc CHANGES.rst README.rst -%{python_sitearch}/* +%{python_sitearch}/zope.interface-%{version}*-info +%{python_sitearch}/zope.interface-%{version}*-nspkg.pth +%dir %{python_sitearch}/zope +%{python_sitearch}/zope/interface + %endif %changelog ++++++ zope.interface-5.5.1.tar.gz -> zope.interface-5.5.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zope.interface-5.5.1/CHANGES.rst new/zope.interface-5.5.2/CHANGES.rst --- old/zope.interface-5.5.1/CHANGES.rst 2022-11-03 13:48:53.000000000 +0100 +++ new/zope.interface-5.5.2/CHANGES.rst 2022-11-17 15:24:45.000000000 +0100 @@ -2,6 +2,12 @@ Changes ========= +5.5.2 (2022-11-17) +================== + +- Add support for building arm64 wheels on macOS. + + 5.5.1 (2022-11-03) ================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zope.interface-5.5.1/PKG-INFO new/zope.interface-5.5.2/PKG-INFO --- old/zope.interface-5.5.1/PKG-INFO 2022-11-03 13:57:55.823948400 +0100 +++ new/zope.interface-5.5.2/PKG-INFO 2022-11-17 16:08:47.121322900 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: zope.interface -Version: 5.5.1 +Version: 5.5.2 Summary: Interfaces for Python Home-page: https://github.com/zopefoundation/zope.interface Author: Zope Foundation and Contributors @@ -68,6 +68,12 @@ Changes ========= +5.5.2 (2022-11-17) +================== + +- Add support for building arm64 wheels on macOS. + + 5.5.1 (2022-11-03) ================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zope.interface-5.5.1/appveyor.yml new/zope.interface-5.5.2/appveyor.yml --- old/zope.interface-5.5.1/appveyor.yml 2022-11-03 13:49:59.000000000 +0100 +++ new/zope.interface-5.5.2/appveyor.yml 2022-11-17 15:09:39.000000000 +0100 @@ -10,21 +10,13 @@ secure: aoZC/+rvJKg8B5GMGIxd1X2q2bz7SMl8G3810BID9U8PXFqM0FbWaK9fZ9qcU0UyG2xJsK56Fb6+L6g27I0Lg8UFNhlU1zLAuMSgJQbHsqawFgSY067IdJB68pp34d/oEyxMrJvAKENHH77Fe4KGDssLlk5WnnYS3DA9b66p5imP+1DTtkq5/gMtoG4nZTBtVos7J2kkYTQ5t4BjzTQxPMC3bStNnvuuB0orX4AoCyTrOR1wdZFiNKLzbVnrJCNn24t/n3kG9WrxbnKlrbOm4A== 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.interface-5.5.1/setup.py new/zope.interface-5.5.2/setup.py --- old/zope.interface-5.5.1/setup.py 2022-11-03 13:49:06.000000000 +0100 +++ new/zope.interface-5.5.2/setup.py 2022-11-17 15:24:56.000000000 +0100 @@ -100,7 +100,7 @@ ) setup(name='zope.interface', - version='5.5.1', + version='5.5.2', url='https://github.com/zopefoundation/zope.interface', license='ZPL 2.1', description='Interfaces for Python', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/zope.interface-5.5.1/src/zope.interface.egg-info/PKG-INFO new/zope.interface-5.5.2/src/zope.interface.egg-info/PKG-INFO --- old/zope.interface-5.5.1/src/zope.interface.egg-info/PKG-INFO 2022-11-03 13:57:55.000000000 +0100 +++ new/zope.interface-5.5.2/src/zope.interface.egg-info/PKG-INFO 2022-11-17 16:08:47.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: zope.interface -Version: 5.5.1 +Version: 5.5.2 Summary: Interfaces for Python Home-page: https://github.com/zopefoundation/zope.interface Author: Zope Foundation and Contributors @@ -68,6 +68,12 @@ Changes ========= +5.5.2 (2022-11-17) +================== + +- Add support for building arm64 wheels on macOS. + + 5.5.1 (2022-11-03) ==================