Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
a4e99e96a0 | |||
8eb9756dd4 | |||
96aba822f2 | |||
6a3af70fe6 |
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 6 13:45:01 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- Convert to pip-based build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 21 12:21:05 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Fri Apr 21 12:21:05 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
@@ -13,6 +18,11 @@ Fri Sep 16 12:01:41 UTC 2022 - pgajdos@suse.com
|
|||||||
|
|
||||||
- python-six not required
|
- python-six not required
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 21 10:16:18 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update in SLE-15 (bsc#1199282, jsc#PM-3243, jsc#SLE-24629)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 9 18:54:14 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
Sun Jan 9 18:54:14 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||||
|
|
||||||
@@ -61,6 +71,12 @@ Fri Apr 17 06:48:28 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|||||||
- Fix tests with latest hypothesis:
|
- Fix tests with latest hypothesis:
|
||||||
* hypothesis-no-unilmited.patch
|
* hypothesis-no-unilmited.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 21 13:46:13 UTC 2020 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- python-PyNaCl requires python-cffi as demonstrated by python-dkimpy
|
||||||
|
tests [SLE-7686] [bsc#1161557]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 25 14:15:57 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
Wed Sep 25 14:15:57 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-PyNaCl
|
# spec file for package python-PyNaCl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 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
|
||||||
@@ -30,6 +30,7 @@ Source: https://pypi.org/packages/source/P/PyNaCl/PyNaCl-%{version}.tar.
|
|||||||
# https://github.com/pyca/pynacl/commit/a8c08b18f3a2e8f2140c531afaf42715fcab68e7
|
# https://github.com/pyca/pynacl/commit/a8c08b18f3a2e8f2140c531afaf42715fcab68e7
|
||||||
BuildRequires: %{python_module cffi}
|
BuildRequires: %{python_module cffi}
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pycparser}
|
BuildRequires: %{python_module pycparser}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
@@ -55,10 +56,10 @@ rm -Rf src/libsodium
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export SODIUM_INSTALL="system"
|
export SODIUM_INSTALL="system"
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}/%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}/%{$python_sitearch}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -67,6 +68,7 @@ export SODIUM_INSTALL="system"
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python_sitearch}/*
|
%{python_sitearch}/nacl
|
||||||
|
%{python_sitearch}/[Pp]y[Nn]a[Cc]l-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user