forked from pool/python-PyKMIP
Accepting request 718534 from home:mcalabkova:branches:devel:languages:python
- update to 0.9.1 * Add various support for KMIP 2.0 * Add support for Python 3.7 * Add utilities to handle bit mask style enumerations * Update library logging defaults to log at INFO but still support DEBUG * Update the PyKMIP clients to support changing their KMIP version * Update the server TLS handshake handling to avoid thread hanging * Remove escape sequences to comply with Python 3.6 style deprecations * See upstream changelog for more OBS-URL: https://build.opensuse.org/request/show/718534 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyKMIP?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
c586b6dabe
commit
e169de38f3
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-PyKMIP
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,18 +12,18 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-PyKMIP
|
||||
Version: 0.8.0
|
||||
Version: 0.9.1
|
||||
Release: 0
|
||||
Summary: KMIP v11 library
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/OpenKMIP/PyKMIP
|
||||
URL: https://github.com/OpenKMIP/PyKMIP
|
||||
Source: https://files.pythonhosted.org/packages/source/P/PyKMIP/PyKMIP-%{version}.tar.gz
|
||||
BuildRequires: %{python_module SQLAlchemy}
|
||||
BuildRequires: %{python_module cryptography}
|
||||
@@ -47,7 +47,6 @@ Requires: python-enum34
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -70,7 +69,7 @@ Standards`_ (OASIS). PyKMIP supports a subset of features in versions
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%python_exec %{_bindir}/py.test kmip/tests/unit
|
||||
%pytest kmip/tests/unit
|
||||
|
||||
%post
|
||||
%python_install_alternative pykmip-server
|
||||
|
Reference in New Issue
Block a user