Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-avro for openSUSE:Factory checked in at 2021-04-17 00:01:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-avro (Old) and /work/SRC/openSUSE:Factory/.python-avro.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-avro" Sat Apr 17 00:01:44 2021 rev:9 rq:885901 version:1.10.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-avro/python-avro.changes 2021-01-19 16:03:03.671458505 +0100 +++ /work/SRC/openSUSE:Factory/.python-avro.new.12324/python-avro.changes 2021-04-17 00:01:54.217607171 +0200 @@ -1,0 +2,8 @@ +Fri Apr 16 08:45:49 UTC 2021 - Mark??ta Machov?? <[email protected]> + +- update to 1.10.2 + * Python: AVRO-2656 The standard avro package supports Python 3, and + the avro-python3 package is in the process of being deprecated. + * Threading.is_alive Spelling for Py3.9 + +------------------------------------------------------------------- Old: ---- avro-1.10.1.tar.gz New: ---- avro-1.10.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-avro.spec ++++++ --- /var/tmp/diff_new_pack.k82UDl/_old 2021-04-17 00:01:54.633607826 +0200 +++ /var/tmp/diff_new_pack.k82UDl/_new 2021-04-17 00:01:54.641607839 +0200 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-avro -Version: 1.10.1 +Version: 1.10.2 Release: 0 Summary: A serialization and RPC framework for Python License: Apache-2.0 @@ -30,7 +30,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives Requires: python-Twisted Requires: python-zope.interface Suggests: python-python-snappy ++++++ avro-1.10.1.tar.gz -> avro-1.10.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/avro-1.10.1/PKG-INFO new/avro-1.10.2/PKG-INFO --- old/avro-1.10.1/PKG-INFO 2020-12-03 15:54:43.000000000 +0100 +++ new/avro-1.10.2/PKG-INFO 2021-03-17 11:32:51.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: avro -Version: 1.10.1 +Version: 1.10.2 Summary: Avro is a serialization and RPC framework. Home-page: https://avro.apache.org/ Author: Apache Avro @@ -15,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 +Classifier: Development Status :: 5 - Production/Stable Requires-Python: >=2.7 -Provides-Extra: zstandard Provides-Extra: snappy +Provides-Extra: zstandard diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/avro-1.10.1/avro/VERSION.txt new/avro-1.10.2/avro/VERSION.txt --- old/avro-1.10.1/avro/VERSION.txt 2020-11-18 11:17:57.000000000 +0100 +++ new/avro-1.10.2/avro/VERSION.txt 2021-03-09 18:30:40.000000000 +0100 @@ -1 +1 @@ -1.10.1 \ No newline at end of file +1.10.2 \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/avro-1.10.1/avro/test/test_tether_task_runner.py new/avro-1.10.2/avro/test/test_tether_task_runner.py --- old/avro-1.10.1/avro/test/test_tether_task_runner.py 2020-11-18 09:06:53.000000000 +0100 +++ new/avro-1.10.2/avro/test/test_tether_task_runner.py 2021-03-09 17:45:45.000000000 +0100 @@ -133,7 +133,7 @@ time.sleep(1) # make sure the other thread terminated - self.assertFalse(sthread.isAlive()) + self.assertFalse(sthread.is_alive()) # shutdown the logging logging.shutdown() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/avro-1.10.1/avro/tether/tether_task.py new/avro-1.10.2/avro/tether/tether_task.py --- old/avro-1.10.1/avro/tether/tether_task.py 2020-11-18 09:06:53.000000000 +0100 +++ new/avro-1.10.2/avro/tether/tether_task.py 2021-03-09 17:45:45.000000000 +0100 @@ -54,7 +54,7 @@ taskschema = inputProtocol.types_dict["TaskType"] # Mypy cannot statically type check a dynamically constructed named tuple. # Since InputProtocol.avpr is hard-coded here, we can hard-code the symbols. - _ttype = collections.namedtuple("_tasktype", ("MAP", "REDUCE")) + _ttype = collections.namedtuple("_ttype", ("MAP", "REDUCE")) TaskType = _ttype(*taskschema.symbols) if (outputProtocol is None): diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/avro-1.10.1/avro.egg-info/PKG-INFO new/avro-1.10.2/avro.egg-info/PKG-INFO --- old/avro-1.10.1/avro.egg-info/PKG-INFO 2020-12-03 15:54:43.000000000 +0100 +++ new/avro-1.10.2/avro.egg-info/PKG-INFO 2021-03-17 11:32:51.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: avro -Version: 1.10.1 +Version: 1.10.2 Summary: Avro is a serialization and RPC framework. Home-page: https://avro.apache.org/ Author: Apache Avro @@ -15,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 +Classifier: Development Status :: 5 - Production/Stable Requires-Python: >=2.7 -Provides-Extra: zstandard Provides-Extra: snappy +Provides-Extra: zstandard diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/avro-1.10.1/setup.cfg new/avro-1.10.2/setup.cfg --- old/avro-1.10.1/setup.cfg 2020-12-03 15:54:43.000000000 +0100 +++ new/avro-1.10.2/setup.cfg 2021-03-17 11:32:51.000000000 +0100 @@ -2,7 +2,7 @@ name = avro version = file: avro/VERSION.txt description = Avro is a serialization and RPC framework. -long_description = file: README.txt +long_description = file: avro/README.md keywords = avro serialization @@ -18,6 +18,7 @@ Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 + Development Status :: 5 - Production/Stable [options] packages = @@ -39,9 +40,10 @@ avro = HandshakeRequest.avsc HandshakeResponse.avsc - VERSION.txt LICENSE NOTICE + README.md + VERSION.txt avro.tether = InputProtocol.avpr OutputProtocol.avpr
