- update to 1.6.2 (bsc#1255764, CVE-2025-69277):

* Updated libsodium to 1.0.20-stable (2025-12-31 build) to
    resolve CVE-2025-69277.
- six is needed by testsuite
- Add missing runtime dependency on cffi
- add fix_tests.patch for new pytest

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyNaCl?expand=0&rev=32
This commit is contained in:
2026-01-26 07:58:42 +00:00
committed by Git OBS Bridge
parent cf6c0666b7
commit 3e433d3b16
4 changed files with 16 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-PyNaCl
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-PyNaCl
Version: 1.6.1
Version: 1.6.2
Release: 0
Summary: Python binding to the Networking and Cryptography (NaCl) library
License: Apache-2.0
@@ -34,7 +34,7 @@ BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: pkgconfig
BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(libsodium) >= 1.0.18
BuildRequires: pkgconfig(libsodium) >= 1.0.20
Requires: python-cffi
# SECTION test requirements
BuildRequires: %{python_module hypothesis >= 3.27.0}