From 190a3d4b5953f131c47dce526958e230389b50263464fa447739e961fd48bc32 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 7 Oct 2022 07:53:26 +0000 Subject: [PATCH] Accepting request 1008637 from home:yarunachalam:branches:devel:languages:python - 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_ 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 OBS-URL: https://build.opensuse.org/request/show/1008637 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycapnp?expand=0&rev=3 --- pycapnp-1.0.0.tar.gz | 3 --- pycapnp-1.2.0.tar.gz | 3 +++ python-pycapnp.changes | 27 +++++++++++++++++++++++++++ python-pycapnp.spec | 14 +++++++------- 4 files changed, 37 insertions(+), 10 deletions(-) delete mode 100644 pycapnp-1.0.0.tar.gz create mode 100644 pycapnp-1.2.0.tar.gz diff --git a/pycapnp-1.0.0.tar.gz b/pycapnp-1.0.0.tar.gz deleted file mode 100644 index 3cdaeae..0000000 --- a/pycapnp-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4bc4e948b02c159eb7c268e3179a1b6709351281f4758245d700012e0ff0bc75 -size 120069 diff --git a/pycapnp-1.2.0.tar.gz b/pycapnp-1.2.0.tar.gz new file mode 100644 index 0000000..192f4d2 --- /dev/null +++ b/pycapnp-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd7c7f4150bf7364edd9f949e5ce7a68bf93363ed0664a941c08e8a41943fc9 +size 124604 diff --git a/python-pycapnp.changes b/python-pycapnp.changes index 8071fc7..c1b4ebc 100644 --- a/python-pycapnp.changes +++ b/python-pycapnp.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Oct 4 23:56:00 UTC 2022 - Yogalakshmi Arunachalam + +- 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_ 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 + ------------------------------------------------------------------- Wed Mar 10 07:15:37 AM UTC 2021 - John Vandenberg diff --git a/python-pycapnp.spec b/python-pycapnp.spec index 1275999..e178b34 100644 --- a/python-pycapnp.spec +++ b/python-pycapnp.spec @@ -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 pkgconfig} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module Jinja2} -BuildRequires: pkgconfig(capnp) +BuildRequires: %{python_module pkgconfig} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: gcc-c++ +BuildRequires: python-rpm-macros +BuildRequires: pkgconfig(capnp) %python_subpackages %description