Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-txaio for openSUSE:Factory checked in at 2021-03-02 12:36:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-txaio (Old) and /work/SRC/openSUSE:Factory/.python-txaio.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-txaio" Tue Mar 2 12:36:08 2021 rev:11 rq:876089 version:21.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-txaio/python-txaio.changes 2021-01-18 14:46:03.654041709 +0100 +++ /work/SRC/openSUSE:Factory/.python-txaio.new.2378/python-txaio.changes 2021-03-02 14:28:46.098115229 +0100 @@ -1,0 +2,7 @@ +Tue Mar 2 00:23:51 UTC 2021 - Dirk M??ller <[email protected]> + +- update to 21.2.1: + - fix: update minimum dependencies (here, and in other crossbar packages) in an + attempt to tame the new pip dep resolver madness. + +------------------------------------------------------------------- Old: ---- txaio-20.12.1.tar.gz New: ---- txaio-21.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-txaio.spec ++++++ --- /var/tmp/diff_new_pack.Nfktjb/_old 2021-03-02 14:28:46.602115838 +0100 +++ /var/tmp/diff_new_pack.Nfktjb/_new 2021-03-02 14:28:46.606115843 +0100 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-txaio -Version: 20.12.1 +Version: 21.2.1 Release: 0 Summary: WebSocket and WAMP in Python for Twisted and asyncio License: MIT @@ -33,12 +33,12 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Recommends: python-Twisted >= 20.3.0 -Recommends: python-zope.interface >= 3.6 +Recommends: python-zope.interface >= 5.2 BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Twisted >= 20.3.0} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module zope.interface >= 3.6} +BuildRequires: %{python_module zope.interface >= 5.2} # /SECTION %python_subpackages ++++++ txaio-20.12.1.tar.gz -> txaio-21.2.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txaio-20.12.1/PKG-INFO new/txaio-21.2.1/PKG-INFO --- old/txaio-20.12.1/PKG-INFO 2020-12-19 18:29:43.518034500 +0100 +++ new/txaio-21.2.1/PKG-INFO 2021-02-20 15:35:10.133086200 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: txaio -Version: 20.12.1 +Version: 21.2.1 Summary: Compatibility API between asyncio/Twisted/Trollius Home-page: https://github.com/crossbario/txaio Author: Crossbar.io Technologies GmbH @@ -9,7 +9,7 @@ Description: txaio ===== - | |Version| |Build Status| |Coverage| |Docs| + | |Version| |Build| |Deploy| |Coverage| |Docs| -------------- @@ -73,9 +73,13 @@ :target: https://pypi.python.org/pypi/txaio :alt: Version - .. |Build Status| image:: https://github.com/crossbario/txaio/workflows/main/badge.svg + .. |Build| image:: https://github.com/crossbario/txaio/workflows/main/badge.svg :target: https://github.com/crossbario/txaio/actions?query=workflow%3Amain - :alt: Build Status + :alt: Build Workflow + + .. |Deploy| image:: https://github.com/crossbario/txaio/workflows/deploy/badge.svg + :target: https://github.com/crossbario/txaio/actions?query=workflow%3Adeploy + :alt: Deploy Workflow .. |Coverage| image:: https://codecov.io/github/crossbario/txaio/coverage.svg?branch=master :target: https://codecov.io/github/crossbario/txaio diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txaio-20.12.1/README.rst new/txaio-21.2.1/README.rst --- old/txaio-20.12.1/README.rst 2020-12-19 16:22:52.000000000 +0100 +++ new/txaio-21.2.1/README.rst 2021-01-08 12:15:53.000000000 +0100 @@ -1,7 +1,7 @@ txaio ===== -| |Version| |Build Status| |Coverage| |Docs| +| |Version| |Build| |Deploy| |Coverage| |Docs| -------------- @@ -65,9 +65,13 @@ :target: https://pypi.python.org/pypi/txaio :alt: Version -.. |Build Status| image:: https://github.com/crossbario/txaio/workflows/main/badge.svg +.. |Build| image:: https://github.com/crossbario/txaio/workflows/main/badge.svg :target: https://github.com/crossbario/txaio/actions?query=workflow%3Amain - :alt: Build Status + :alt: Build Workflow + +.. |Deploy| image:: https://github.com/crossbario/txaio/workflows/deploy/badge.svg + :target: https://github.com/crossbario/txaio/actions?query=workflow%3Adeploy + :alt: Deploy Workflow .. |Coverage| image:: https://codecov.io/github/crossbario/txaio/coverage.svg?branch=master :target: https://codecov.io/github/crossbario/txaio diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txaio-20.12.1/docs/index.rst new/txaio-21.2.1/docs/index.rst --- old/txaio-20.12.1/docs/index.rst 2020-12-19 16:22:52.000000000 +0100 +++ new/txaio-21.2.1/docs/index.rst 2021-01-08 12:15:53.000000000 +0100 @@ -1,7 +1,7 @@ txaio ===== -| |Version| |Build Status| |Coverage| |Docs| +| |Version| |Build| |Deploy| |Coverage| |Docs| -------------- @@ -65,9 +65,13 @@ :target: https://pypi.python.org/pypi/txaio :alt: Version -.. |Build Status| image:: https://github.com/crossbario/txaio/workflows/main/badge.svg +.. |Build| image:: https://github.com/crossbario/txaio/workflows/main/badge.svg :target: https://github.com/crossbario/txaio/actions?query=workflow%3Amain - :alt: Build Status + :alt: Build Workflow + +.. |Deploy| image:: https://github.com/crossbario/txaio/workflows/deploy/badge.svg + :target: https://github.com/crossbario/txaio/actions?query=workflow%3Adeploy + :alt: Deploy Workflow .. |Coverage| image:: https://codecov.io/github/crossbario/txaio/coverage.svg?branch=master :target: https://codecov.io/github/crossbario/txaio diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txaio-20.12.1/docs/releases.rst new/txaio-21.2.1/docs/releases.rst --- old/txaio-20.12.1/docs/releases.rst 2020-12-19 16:22:52.000000000 +0100 +++ new/txaio-21.2.1/docs/releases.rst 2021-02-20 15:34:08.000000000 +0100 @@ -1,6 +1,11 @@ txio releases ============= +21.2.1 +------ + +- fix: update minimum dependencies (here, and in other crossbar packages) in an attempt to tame the new pip dep resolver madness. + 20.12.1 ------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txaio-20.12.1/setup.py new/txaio-21.2.1/setup.py --- old/txaio-20.12.1/setup.py 2020-12-19 16:22:52.000000000 +0100 +++ new/txaio-21.2.1/setup.py 2021-02-20 15:34:08.000000000 +0100 @@ -41,7 +41,7 @@ # Twisted dependencies # extras_require_twisted = [ - 'zope.interface>=3.6', # Zope Public License + 'zope.interface>=5.2.0', # Zope Public License 'twisted>=20.3.0', # MIT ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txaio-20.12.1/txaio/_version.py new/txaio-21.2.1/txaio/_version.py --- old/txaio-20.12.1/txaio/_version.py 2020-12-19 05:45:28.000000000 +0100 +++ new/txaio-21.2.1/txaio/_version.py 2021-02-20 15:34:08.000000000 +0100 @@ -24,4 +24,4 @@ # ############################################################################### -__version__ = '20.12.1' +__version__ = '21.2.1' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txaio-20.12.1/txaio.egg-info/PKG-INFO new/txaio-21.2.1/txaio.egg-info/PKG-INFO --- old/txaio-20.12.1/txaio.egg-info/PKG-INFO 2020-12-19 18:29:43.000000000 +0100 +++ new/txaio-21.2.1/txaio.egg-info/PKG-INFO 2021-02-20 15:35:10.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: txaio -Version: 20.12.1 +Version: 21.2.1 Summary: Compatibility API between asyncio/Twisted/Trollius Home-page: https://github.com/crossbario/txaio Author: Crossbar.io Technologies GmbH @@ -9,7 +9,7 @@ Description: txaio ===== - | |Version| |Build Status| |Coverage| |Docs| + | |Version| |Build| |Deploy| |Coverage| |Docs| -------------- @@ -73,9 +73,13 @@ :target: https://pypi.python.org/pypi/txaio :alt: Version - .. |Build Status| image:: https://github.com/crossbario/txaio/workflows/main/badge.svg + .. |Build| image:: https://github.com/crossbario/txaio/workflows/main/badge.svg :target: https://github.com/crossbario/txaio/actions?query=workflow%3Amain - :alt: Build Status + :alt: Build Workflow + + .. |Deploy| image:: https://github.com/crossbario/txaio/workflows/deploy/badge.svg + :target: https://github.com/crossbario/txaio/actions?query=workflow%3Adeploy + :alt: Deploy Workflow .. |Coverage| image:: https://codecov.io/github/crossbario/txaio/coverage.svg?branch=master :target: https://codecov.io/github/crossbario/txaio diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/txaio-20.12.1/txaio.egg-info/requires.txt new/txaio-21.2.1/txaio.egg-info/requires.txt --- old/txaio-20.12.1/txaio.egg-info/requires.txt 2020-12-19 18:29:43.000000000 +0100 +++ new/txaio-21.2.1/txaio.egg-info/requires.txt 2021-02-20 15:35:10.000000000 +0100 @@ -1,6 +1,6 @@ [all] -zope.interface>=3.6 +zope.interface>=5.2.0 twisted>=20.3.0 [asyncio] @@ -20,5 +20,5 @@ tox-gh-actions>=2.2.0 [twisted] -zope.interface>=3.6 +zope.interface>=5.2.0 twisted>=20.3.0
