From 93b876240fb8ce2be73e333edcc2f80623ab7b3803431fb75e3ad4164b711c7d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 13 Aug 2023 19:51:42 +0000 Subject: [PATCH] - update to 1.3.0: * Update to bundled capnproto-0.10.3 * Add Python 3.11 * Prevent race condition in example code (#305) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycapnp?expand=0&rev=9 --- pycapnp-1.2.2.tar.gz | 3 --- pycapnp-1.3.0.tar.gz | 3 +++ python-pycapnp.changes | 8 ++++++++ python-pycapnp.spec | 10 +++++----- 4 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 pycapnp-1.2.2.tar.gz create mode 100644 pycapnp-1.3.0.tar.gz diff --git a/pycapnp-1.2.2.tar.gz b/pycapnp-1.2.2.tar.gz deleted file mode 100644 index dec000d..0000000 --- a/pycapnp-1.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a68e7d9c164d50057c33688c13de3467010552f4f5be0ac3fb799f89e3a8ff47 -size 124642 diff --git a/pycapnp-1.3.0.tar.gz b/pycapnp-1.3.0.tar.gz new file mode 100644 index 0000000..cc921cb --- /dev/null +++ b/pycapnp-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6569164ae97a9b37432ee5e4011c17bd551b937b4e6afa08e281116a2c8d34 +size 124553 diff --git a/python-pycapnp.changes b/python-pycapnp.changes index 68e4f12..8fb9ec6 100644 --- a/python-pycapnp.changes +++ b/python-pycapnp.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Aug 13 19:51:17 UTC 2023 - Dirk Müller + +- update to 1.3.0: + * Update to bundled capnproto-0.10.3 + * Add Python 3.11 + * Prevent race condition in example code (#305) + ------------------------------------------------------------------- Wed Dec 7 20:52:44 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-pycapnp.spec b/python-pycapnp.spec index 7e298a1..67cc76f 100644 --- a/python-pycapnp.spec +++ b/python-pycapnp.spec @@ -1,7 +1,7 @@ # # spec file for package python-pycapnp # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,17 +16,17 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-pycapnp -Version: 1.2.2 +Version: 1.3.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_module Cython} +BuildRequires: %{python_module Cython with %python-Cython < 3} BuildRequires: %{python_module Jinja2} +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module pkgconfig} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools}