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,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1ba25e01d3a4c5a5cfa676bf6c28499f9f15c9d4879c4f7759b7595f0352fc27
|
|
||||||
size 407477
|
|
3
PyKMIP-0.9.1.tar.gz
Normal file
3
PyKMIP-0.9.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:597d290f4a34add300d5734f6afc0868890ddd3d04d2b033eefc5526f2f92ead
|
||||||
|
size 490719
|
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 25 11:33:13 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 6 11:57:50 UTC 2019 - Dirk Mueller <dmueller@suse.com>
|
Sun Jan 6 11:57:50 UTC 2019 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-PyKMIP
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-PyKMIP
|
Name: python-PyKMIP
|
||||||
Version: 0.8.0
|
Version: 0.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: KMIP v11 library
|
Summary: KMIP v11 library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
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
|
Source: https://files.pythonhosted.org/packages/source/P/PyKMIP/PyKMIP-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module SQLAlchemy}
|
BuildRequires: %{python_module SQLAlchemy}
|
||||||
BuildRequires: %{python_module cryptography}
|
BuildRequires: %{python_module cryptography}
|
||||||
@@ -47,7 +47,6 @@ Requires: python-enum34
|
|||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -70,7 +69,7 @@ Standards`_ (OASIS). PyKMIP supports a subset of features in versions
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_exec %{_bindir}/py.test kmip/tests/unit
|
%pytest kmip/tests/unit
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%python_install_alternative pykmip-server
|
%python_install_alternative pykmip-server
|
||||||
|
Reference in New Issue
Block a user