Skip to content

Commit

Permalink
Backport support for ed25519 arithmetic.
Browse files Browse the repository at this point in the history
Backport ed25519 arithmetic from upstream master. This can
be consumed in PyMySQL to implementing mariadb's ed25519
authentication in Openstack.

This backport can be dropped once a new version of pynacl
is released.

Related-Bug: #1868454
  • Loading branch information
dciabrin authored and amoralej committed Apr 6, 2020
1 parent 818bc76 commit 416364b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion python-pynacl.spec
Expand Up @@ -5,7 +5,7 @@

Name: python-%{modname}
Version: 1.3.0
Release: 6%{?dist}
Release: 6%{?dist}.rdo.1
Summary: Python binding to the Networking and Cryptography (NaCl) library

License: ASL 2.0
Expand All @@ -14,6 +14,9 @@ Source0: %{url}/archive/%{version}/%{modname}-%{version}.tar.gz

# hypothesis 4 support
Patch1: %{url}/pull/480.patch
# ed25519 support
Patch2: %{url}/pull/493.patch
Patch3: %{url}/pull/528.patch

BuildRequires: gcc
BuildRequires: libsodium-devel
Expand Down Expand Up @@ -72,6 +75,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} py.test-3 -v
%{python3_sitearch}/nacl/

%changelog
* Fri Mar 27 2020 Damien Ciabrini <dciabrin@redhat.com> - 1.3.0-6.rdo.1
- Added support for ed25519 arithmetic operations (#493 and #528)

* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

Expand Down

0 comments on commit 416364b

Please sign in to comment.