diff --git a/PyKMIP-0.8.0.tar.gz b/PyKMIP-0.8.0.tar.gz deleted file mode 100644 index 28d0fdc..0000000 --- a/PyKMIP-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ba25e01d3a4c5a5cfa676bf6c28499f9f15c9d4879c4f7759b7595f0352fc27 -size 407477 diff --git a/PyKMIP-0.9.1.tar.gz b/PyKMIP-0.9.1.tar.gz new file mode 100644 index 0000000..db082df --- /dev/null +++ b/PyKMIP-0.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597d290f4a34add300d5734f6afc0868890ddd3d04d2b033eefc5526f2f92ead +size 490719 diff --git a/python-PyKMIP.changes b/python-PyKMIP.changes index 96b3003..e468a9c 100644 --- a/python-PyKMIP.changes +++ b/python-PyKMIP.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Jul 25 11:33:13 UTC 2019 - Marketa Calabkova + +- 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 diff --git a/python-PyKMIP.spec b/python-PyKMIP.spec index 1d9d2ee..4d39580 100644 --- a/python-PyKMIP.spec +++ b/python-PyKMIP.spec @@ -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