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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a68e7d9c164d50057c33688c13de3467010552f4f5be0ac3fb799f89e3a8ff47
size 124642

3
pycapnp-1.3.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bf6569164ae97a9b37432ee5e4011c17bd551b937b4e6afa08e281116a2c8d34
size 124553

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Aug 13 19:51:17 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <yarunachalam@suse.com> Wed Dec 7 20:52:44 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pycapnp # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,17 @@
# #
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?sle15_python_module_pythons}
%define skip_python2 1
Name: python-pycapnp Name: python-pycapnp
Version: 1.2.2 Version: 1.3.0
Release: 0 Release: 0
Summary: Cython wrapping of the C++ Cap'n Proto library Summary: Cython wrapping of the C++ Cap'n Proto library
License: BSD-2-Clause License: BSD-2-Clause
URL: https://github.com/capnproto/pycapnp URL: https://github.com/capnproto/pycapnp
Source: https://github.com/capnproto/pycapnp/archive/refs/tags/v%{version}.tar.gz#/pycapnp-%{version}.tar.gz 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 Jinja2}
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module pkgconfig} BuildRequires: %{python_module pkgconfig}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}