#3 python-pykmip-0.8.0-9
Merged 3 years ago by amoralej. Opened 3 years ago by apevec.
rpms/ apevec/python-pykmip rawhide  into  rawhide

python-pykmip-0.8.0-9
Alan Pevec • 3 years ago  
file added
+11
@@ -0,0 +1,11 @@ 

+ --- PyKMIP-0.8.0/setup.py.orig	2017-12-08 18:36:18.000000000 +0100

+ +++ PyKMIP-0.8.0/setup.py	2021-03-06 09:29:23.492782922 +0100

+ @@ -43,7 +43,7 @@

+      },

+      install_requires=[

+          "cryptography",

+ -        "enum34",

+ +        "enum34; python_version < '3.4'",

+          "six",

+          "sqlalchemy"

+      ],

file modified
+6 -1
@@ -11,12 +11,13 @@ 

  

  Name:           python-%{sname}

  Version:        0.8.0

- Release:        8%{?dist}

+ Release:        9%{?dist}

  Summary:        Python implementation of the Key Management Interoperability Protocol

  

  License:        ASL 2.0

  URL:            https://github.com/OpenKMIP/PyKMIP

  Source0:        https://pypi.python.org/packages/source/P/%{pypi_name}/%{pypi_name}-%{version}.tar.gz

+ Patch0:         enum34.patch

  BuildArch:      noarch

  

  %description
@@ -126,6 +127,10 @@ 

  %endif

  

  %changelog

+ * Sat Mar 06 2021 Alan Pevec <apevec AT gmail.com> 0.8.0-9

+ - Drop bogus enum34 requirement

+   Resolves: rhbz#1924317 - F34FailsToInstall: python3-pykmip

+ 

  * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-8

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

  

Changelog:
- Drop bogus enum34 requirement
- Resolves: rhbz#1924317 - F34FailsToInstall: python3-pykmip

Resolves: rhbz#1924317

Metadata Update from @apevec:
- Request assigned

3 years ago

Build succeeded.

$ rpm -qp --requires python3-pykmip-0.8.0-9.fc35.noarch.rpm 
/usr/bin/python3
python(abi) = 3.9
python3-cryptography
python3-requests
python3-six
python3-sqlalchemy
python3.9dist(cryptography)
python3.9dist(setuptools)
python3.9dist(six)
python3.9dist(sqlalchemy)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1

Note that the manual requires should be dropped, but that is not required to fix the bug.

Pull-Request has been merged by amoralej

3 years ago