Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pycapnp for openSUSE:Factory checked in at 2022-10-08 01:25:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pycapnp (Old) and /work/SRC/openSUSE:Factory/.python-pycapnp.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pycapnp" Sat Oct 8 01:25:16 2022 rev:2 rq:1008698 version:1.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pycapnp/python-pycapnp.changes 2021-04-06 17:32:45.067325281 +0200 +++ /work/SRC/openSUSE:Factory/.python-pycapnp.new.2275/python-pycapnp.changes 2022-10-08 01:25:30.610268900 +0200 @@ -1,0 +2,27 @@ +Tue Oct 4 23:56:00 UTC 2022 - Yogalakshmi Arunachalam <yarunacha...@suse.com> + +- Update to v1.2.0 (2022-08-29) + Added support for Apple Silicon + +- Update to v1.1.1 (2022-05-23) + Added Python 3.10 support + aarch64 wheel support + Fix doc string for _DynamicResizableListBuilder + fix for unreleased buffers under mmap (issue 280) + +- Update to v1.1.0 (2021-06-09) + Validated compatibility with Python 3.10.0b2 + Remove all bare except + Improve _StructModuleWhich to inherit from enum.Enum + Add Union on top level union messages + Fixed memory leak in _SegmentArrayMessageReader + Removed many pycodestyle warnings + Avoid crash if __file__ is not set by importer + Fixed module.pyx _set_<field> for boolean fields + Fixed setup.py.tmpl support for *.c++ files + Fixed _gen.py for python3 as dict_keys object are not indexable. + Add test data to sdist + Add pyproject.yaml + Add missing inheritance to _Schema for _StructSchema + +------------------------------------------------------------------- Old: ---- pycapnp-1.0.0.tar.gz New: ---- pycapnp-1.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pycapnp.spec ++++++ --- /var/tmp/diff_new_pack.GcpMok/_old 2022-10-08 01:25:31.274270422 +0200 +++ /var/tmp/diff_new_pack.GcpMok/_new 2022-10-08 01:25:31.282270441 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pycapnp # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,21 +19,21 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-pycapnp -Version: 1.0.0 +Version: 1.2.0 Release: 0 Summary: Cython wrapping of the C++ Cap'n Proto library License: BSD-2-Clause URL: https://github.com/capnproto/pycapnp Source: https://github.com/capnproto/pycapnp/archive/refs/tags/v%{version}.tar.gz#/pycapnp-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module Cython} -BuildRequires: %{python_module pytest} +BuildRequires: %{python_module Jinja2} BuildRequires: %{python_module pkgconfig} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module Jinja2} -BuildRequires: pkgconfig(capnp) BuildRequires: fdupes BuildRequires: gcc-c++ +BuildRequires: python-rpm-macros +BuildRequires: pkgconfig(capnp) %python_subpackages %description ++++++ pycapnp-1.0.0.tar.gz -> pycapnp-1.2.0.tar.gz ++++++ ++++ 11524 lines of diff (skipped)