-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update cryptography requirement on pyOpenSSL
- Loading branch information
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
Name: python-%{pypi_name} | ||
Version: 24.2.1 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
Summary: Python wrapper module around the OpenSSL library | ||
|
||
License: Apache License, Version 2.0 | ||
|
@@ -26,7 +26,7 @@ BuildRequires: python%{python3_pkgversion}-setuptools | |
Summary: %{summary} | ||
%{?python_provide:%python_provide python%{python3_pkgversion}-%{pypi_name}} | ||
Requires: python%{python3_pkgversion}-cryptography >= 41.0.5 | ||
Requires: python%{python3_pkgversion}-cryptography < 43 | ||
Requires: python%{python3_pkgversion}-cryptography < 44 | ||
|
||
|
||
%description -n python%{python3_pkgversion}-%{pypi_name} | ||
|
@@ -58,6 +58,9 @@ set -ex | |
|
||
|
||
%changelog | ||
* Thu Nov 14 2024 Odilon Sousa <[email protected]> - 24.2.1-2 | ||
- Update requirement for cryptography | ||
|
||
* Wed Sep 18 2024 Foreman Packaging Automation <[email protected]> - 24.2.1-1 | ||
- Update to 24.2.1 | ||
|
||
|