14
0

- 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
This commit is contained in:
2023-08-13 19:51:42 +00:00
committed by Git OBS Bridge
parent 2167e71f4f
commit 93b876240f
4 changed files with 16 additions and 8 deletions

View File

@@ -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}