Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-wrapt for openSUSE:Factory checked in at 2021-11-09 23:54:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-wrapt (Old) and /work/SRC/openSUSE:Factory/.python-wrapt.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wrapt" Tue Nov 9 23:54:07 2021 rev:14 rq:929911 version:1.13.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-wrapt/python-wrapt.changes 2021-10-29 22:33:02.571655143 +0200 +++ /work/SRC/openSUSE:Factory/.python-wrapt.new.1890/python-wrapt.changes 2021-11-09 23:54:21.607944969 +0100 @@ -1,0 +2,7 @@ +Sat Nov 6 18:18:03 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- update to 1.13.3: + * Adds wheels for Python 3.10 on PyPi and where possible also now + generating binary wheels for ``musllinux``. + +------------------------------------------------------------------- Old: ---- 1.13.2.tar.gz New: ---- 1.13.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-wrapt.spec ++++++ --- /var/tmp/diff_new_pack.RpOuPw/_old 2021-11-09 23:54:22.139945241 +0100 +++ /var/tmp/diff_new_pack.RpOuPw/_new 2021-11-09 23:54:22.139945241 +0100 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-wrapt -Version: 1.13.2 +Version: 1.13.3 Release: 0 Summary: A Python module for decorators, wrappers and monkey patching License: BSD-2-Clause ++++++ 1.13.2.tar.gz -> 1.13.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/wrapt-1.13.2/.github/workflows/main.yml new/wrapt-1.13.3/.github/workflows/main.yml --- old/wrapt-1.13.2/.github/workflows/main.yml 2021-10-13 04:46:57.000000000 +0200 +++ new/wrapt-1.13.3/.github/workflows/main.yml 2021-10-29 22:47:10.000000000 +0200 @@ -18,7 +18,8 @@ - 3.7 - 3.8 - 3.9 - - 3.10-dev + - "3.10" + #- 3.11-dev - pypy-2.7 - pypy-3.6 - pypy-3.7 @@ -55,7 +56,8 @@ - 3.7 - 3.8 - 3.9 - - 3.10-dev + - "3.10" + #- 3.11-dev - pypy-2.7 #- pypy-3.6 - pypy-3.7 @@ -114,7 +116,8 @@ - 3.7 - 3.8 - 3.9 - - 3.10-dev + - "3.10" + #- 3.11-dev - pypy-2.7 - pypy-3.6 - pypy-3.7 @@ -156,8 +159,8 @@ name: dist path: dist/* - bdist_wheel: - name: Build wheels on ${{ matrix.os }} + bdist_wheel_legacy: + name: Build wheels (2.7-3.5) on ${{ matrix.os }} needs: - test_linux - test_macos @@ -174,8 +177,36 @@ with: output-dir: dist env: - WRAPT_INSTALL_EXTENSIONS: true # Require extensions. - CIBW_SKIP: pp* cp27-win* # Skip wheels for PyPy and Python 2.7 on Windows. + WRAPT_INSTALL_EXTENSIONS: true + CIBW_BUILD: cp27* cp35* + CIBW_SKIP: cp27-win* + CIBW_BUILD_VERBOSITY: 1 + - uses: actions/upload-artifact@v2 + with: + name: dist + path: dist/*.whl + + bdist_wheel: + name: Build wheels (3.6+) on ${{ matrix.os }} + needs: + - test_linux + - test_macos + - test_windows_py27 + - test_windows + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-latest, windows-latest, macos-latest] + steps: + - uses: actions/checkout@v2 + - name: Build wheels + uses: pypa/cibuildwheel@v2.2.0 + with: + output-dir: dist + env: + WRAPT_INSTALL_EXTENSIONS: true + CIBW_SKIP: pp* + CIBW_BUILD_VERBOSITY: 1 - uses: actions/upload-artifact@v2 with: name: dist @@ -187,6 +218,7 @@ needs: - test_linux - test_macos + - test_windows_py27 - test_windows runs-on: ubuntu-latest steps: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/wrapt-1.13.2/docs/changes.rst new/wrapt-1.13.3/docs/changes.rst --- old/wrapt-1.13.2/docs/changes.rst 2021-10-13 04:46:57.000000000 +0200 +++ new/wrapt-1.13.3/docs/changes.rst 2021-10-29 22:47:10.000000000 +0200 @@ -1,6 +1,14 @@ Release Notes ============= +Version 1.13.3 +-------------- + +**New Features** + +* Adds wheels for Python 3.10 on PyPi and where possible also now + generating binary wheels for ``musllinux``. + Version 1.13.2 -------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/wrapt-1.13.2/setup.cfg new/wrapt-1.13.3/setup.cfg --- old/wrapt-1.13.2/setup.cfg 2021-10-13 04:46:57.000000000 +0200 +++ new/wrapt-1.13.3/setup.cfg 2021-10-29 22:47:10.000000000 +0200 @@ -71,8 +71,8 @@ [tox:tox] envlist = - py{27,35,36,37,38,39,310} - py{27,35,36,37,38,39,310}-{without,install,disable}-extensions, + py{27,35,36,37,38,39,310,311} + py{27,35,36,37,38,39,310,311}-{without,install,disable}-extensions, pypy-without-extensions [gh-actions] @@ -84,6 +84,7 @@ 3.8: py38, py38-without-extensions, py38-install-extensions, py38-disable-extensions 3.9: py39, py39-without-extensions, py39-install-extensions, py39-disable-extensions 3.10: py310, py310-without-extensions, py310-install-extensions, py310-disable-extensions + 3.11: py311, py311-without-extensions, py311-install-extensions, py311-disable-extensions pypy-2.7: pypy-without-extensions pypy-3.6: pypy-without-extensions pypy-3.7: pypy-without-extensions diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/wrapt-1.13.2/src/wrapt/__init__.py new/wrapt-1.13.3/src/wrapt/__init__.py --- old/wrapt-1.13.2/src/wrapt/__init__.py 2021-10-13 04:46:57.000000000 +0200 +++ new/wrapt-1.13.3/src/wrapt/__init__.py 2021-10-29 22:47:10.000000000 +0200 @@ -1,4 +1,4 @@ -__version_info__ = ('1', '13', '2') +__version_info__ = ('1', '13', '3') __version__ = '.'.join(__version_info__) from .wrappers import (ObjectProxy, CallableObjectProxy, FunctionWrapper,