[packages/python-pycryptodome] - updated to 3.23.0 (fixes CVE-2023-52323)
qboosh
qboosh at pld-linux.org
Sun Jul 13 14:31:40 CEST 2025
commit ed13af23068e9996dec793eca18b81a32bb9b144
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Jul 13 14:33:17 2025 +0200
- updated to 3.23.0 (fixes CVE-2023-52323)
python-pycryptodome.spec | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/python-pycryptodome.spec b/python-pycryptodome.spec
index 799b6fa..9078c1b 100644
--- a/python-pycryptodome.spec
+++ b/python-pycryptodome.spec
@@ -9,28 +9,28 @@
Summary: Package of low-level cryptographic primitives
Summary(pl.UTF-8): Pakiet niskopoziomowych funkcji kryptograficznych
Name: python-%{module}
-Version: 3.19.0
+Version: 3.23.0
Release: 1
-License: BSD
+License: BSD, Public Domain
Group: Libraries/Python
Source0: https://files.pythonhosted.org/packages/source/p/pycryptodome/%{module}-%{version}.tar.gz
-# Source0-md5: b6f99715010bbb3f5e0400adc0063dfb
+# Source0-md5: ced642c05c66d98d90bafcf558f4415e
URL: https://www.pycryptodome.org/
%if %{with python2}
BuildRequires: python-devel >= 1:2.7
BuildRequires: python-setuptools
%endif
%if %{with python3}
-BuildRequires: python3-devel >= 1:3.5
+BuildRequires: python3-devel >= 1:3.7
BuildRequires: python3-setuptools
%endif
BuildRequires: rpm-build >= 4.6
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.714
%if %{with doc}
+BuildRequires: python3-sphinx_autodoc_typehints >= 3.1.0
BuildRequires: python3-sphinx_rtd_theme
-BuildRequires: sphinx-pdg-3 >= 4.5
-# >= 7.1.0 when available
+BuildRequires: sphinx-pdg-3 >= 8.2.3
%endif
Requires: python-modules >= 1:2.7
Conflicts: python-Crypto
@@ -96,7 +96,7 @@ Moduł pycryptodome jest dostępny pod nazwą pakietu Crypto.
Summary: Package of low-level cryptographic primitives
Summary(pl.UTF-8): Pakiet niskopoziomowych funkcji kryptograficznych
Group: Libraries/Python
-Requires: python3-modules >= 1:3.5
+Requires: python3-modules >= 1:3.7
Conflicts: python3-Crypto
%description -n python3-%{module}
@@ -204,7 +204,7 @@ rm -rf $RPM_BUILD_ROOT
%if %{with python2}
%files
%defattr(644,root,root,755)
-%doc {AUTHORS,Changelog,FuturePlans,README}.rst
+%doc {AUTHORS,Changelog,LICENSE,README}.rst
%dir %{py_sitedir}/Crypto
%{py_sitedir}/Crypto/*.py[coi]
%{py_sitedir}/Crypto/py.typed
@@ -236,7 +236,7 @@ rm -rf $RPM_BUILD_ROOT
%if %{with python3}
%files -n python3-%{module}
%defattr(644,root,root,755)
-%doc {AUTHORS,Changelog,FuturePlans,README}.rst
+%doc {AUTHORS,Changelog,LICENSE,README}.rst
%dir %{py3_sitedir}/Crypto
%{py3_sitedir}/Crypto/*.py
%{py3_sitedir}/Crypto/*.pyi
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-pycryptodome.git/commitdiff/ed13af23068e9996dec793eca18b81a32bb9b144
More information about the pld-cvs-commit
mailing list