From 2915c08d51d5d95559a6cf275e83d11208877f223efd35ba45d58496ab062a81 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 5 Jan 2024 17:32:47 +0000 Subject: [PATCH] - update to 25.1.2: * Fix builds with some recent compilers and bundled libzmq * Fix builds with upcoming Cython 3.1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyzmq?expand=0&rev=117 --- pytest.ini | 1 + python-pyzmq.changes | 7 +++++++ python-pyzmq.spec | 4 ++-- pyzmq-25.1.1.tar.gz | 3 --- pyzmq-25.1.2.tar.gz | 3 +++ 5 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 pyzmq-25.1.1.tar.gz create mode 100644 pyzmq-25.1.2.tar.gz diff --git a/pytest.ini b/pytest.ini index 8066716..b445f2a 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,4 +1,5 @@ [pytest] +addopts = --durations 10 markers = large: these tests use a lot of memory new_console: these tests create a new console diff --git a/python-pyzmq.changes b/python-pyzmq.changes index e31a534..8093d77 100644 --- a/python-pyzmq.changes +++ b/python-pyzmq.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jan 5 17:31:56 UTC 2024 - Dirk Müller + +- update to 25.1.2: + * Fix builds with some recent compilers and bundled libzmq + * Fix builds with upcoming Cython 3.1 + ------------------------------------------------------------------- Thu Aug 10 21:58:06 UTC 2023 - Arun Persaud diff --git a/python-pyzmq.spec b/python-pyzmq.spec index b9f63f4..7d425d9 100644 --- a/python-pyzmq.spec +++ b/python-pyzmq.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyzmq # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ %bcond_with tests %endif Name: python-pyzmq -Version: 25.1.1 +Version: 25.1.2 Release: 0 Summary: Python bindings for 0MQ License: BSD-3-Clause AND LGPL-3.0-or-later diff --git a/pyzmq-25.1.1.tar.gz b/pyzmq-25.1.1.tar.gz deleted file mode 100644 index 258d53c..0000000 --- a/pyzmq-25.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:259c22485b71abacdfa8bf79720cd7bcf4b9d128b30ea554f01ae71fdbfdaa23 -size 1365724 diff --git a/pyzmq-25.1.2.tar.gz b/pyzmq-25.1.2.tar.gz new file mode 100644 index 0000000..d182c46 --- /dev/null +++ b/pyzmq-25.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f1aa311e8bb912e34f004cf186407a4e90eec4f0ecc0efd26056bf7eda0226 +size 1402339