#2 Drop python2-pycryptodomex
Merged 3 years ago by churchyard. Opened 3 years ago by churchyard.
rpms/ churchyard/python-pycryptodomex nopy2  into  master

file modified
+5 -2
@@ -27,12 +27,12 @@ 

  Note: all modules are installed under the Cryptodome package to avoid conflicts\

  with the PyCrypto library.

  

- %global _with_python2 1

+ %global _with_python2 0

  %global _with_tests 1

  

  Name:           python-%{srcname}

  Version:        3.9.7

- Release:        2%{?dist}

+ Release:        3%{?dist}

  Summary:        A self-contained cryptographic library for Python

  

  # PyCrypto-based code is public domain, further PyCryptodome contributions are
@@ -182,6 +182,9 @@ 

  

  

  %changelog

+ * Fri Jun 05 2020 Miro Hrončok <mhroncok@redhat.com> - 3.9.7-3

+ - Drop python2-pycryptodomex (#1785783)

+ 

  * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 3.9.7-2

  - Rebuilt for Python 3.9

  

I plan to merge this next week, if there is no outcry.

Pull-Request has been merged by churchyard

3 years ago