commit python-PyKMIP for openSUSE:Factory

2020-04-21 Thread root
Hello community,

here is the log from the commit of package python-PyKMIP for openSUSE:Factory 
checked in at 2020-04-21 13:08:56

Comparing /work/SRC/openSUSE:Factory/python-PyKMIP (Old)
 and  /work/SRC/openSUSE:Factory/.python-PyKMIP.new.2738 (New)


Package is "python-PyKMIP"

Tue Apr 21 13:08:56 2020 rev:4 rq:795772 version:0.10.0

Changes:

--- /work/SRC/openSUSE:Factory/python-PyKMIP/python-PyKMIP.changes  
2020-03-18 12:40:02.776751786 +0100
+++ /work/SRC/openSUSE:Factory/.python-PyKMIP.new.2738/python-PyKMIP.changes
2020-04-21 13:09:14.956642597 +0200
@@ -1,0 +2,5 @@
+Mon Apr 20 10:38:03 UTC 2020 - Tomáš Chvátal 
+
+- Fix build without python2
+
+---



Other differences:
--
++ python-PyKMIP.spec ++
--- /var/tmp/diff_new_pack.NY4f0r/_old  2020-04-21 13:09:15.956644592 +0200
+++ /var/tmp/diff_new_pack.NY4f0r/_new  2020-04-21 13:09:15.956644592 +0200
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
 Name:   python-PyKMIP
 Version:0.10.0
 Release:0
@@ -36,17 +37,19 @@
 BuildRequires:  %{python_module testtools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  python2-enum34
 Requires:   python-SQLAlchemy
 Requires:   python-cryptography
 Requires:   python-requests
 Requires:   python-six
-%ifpython2
-Requires:   python-enum34
-%endif
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 BuildArch:  noarch
+%if %{with python2}
+BuildRequires:  python-enum34
+%endif
+%ifpython2
+Requires:   python-enum34
+%endif
 %python_subpackages
 
 %description




commit python-PyKMIP for openSUSE:Factory

2020-03-18 Thread root
Hello community,

here is the log from the commit of package python-PyKMIP for openSUSE:Factory 
checked in at 2020-03-18 12:27:07

Comparing /work/SRC/openSUSE:Factory/python-PyKMIP (Old)
 and  /work/SRC/openSUSE:Factory/.python-PyKMIP.new.3160 (New)


Package is "python-PyKMIP"

Wed Mar 18 12:27:07 2020 rev:3 rq:785582 version:0.10.0

Changes:

--- /work/SRC/openSUSE:Factory/python-PyKMIP/python-PyKMIP.changes  
2019-07-26 12:41:48.677869621 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyKMIP.new.3160/python-PyKMIP.changes
2020-03-18 12:40:02.776751786 +0100
@@ -1,0 +2,24 @@
+Mon Mar 16 10:39:58 UTC 2020 - Dirk Mueller 
+
+- update to 0.10.0
+  * Add server debug logging for message encodings
+  * Add server Locate filtering for all currently supported attributes
+  * Add server Locate filtering using offset and maximum item constraints
+  * Add server cryptography engine support for AES GCM mode
+  * Add server support for the SplitKey object
+  * Add client/server support for the ApplicationSpecificInformation attribute
+  * Add client/server support for the ObjectGroup and Sensitive attributes
+  * Add client/server support for the DeleteAttribute operation
+  * Add client/server support for the SetAttribute operation
+  * Add client/server support for the ModifyAttribute operation
+  * Add a variety of unit and integration tests to cover all new functionality
+  * Add new ProxyKmipClient demo scripts to show how to use the new operations
+  * Add pending deprecation warnings for Python 2.7 and 3.4 due to their EOL
+  * Update server Locate filtering to return results sorted by creation date
+  * Update encoding support for SplitKey objects
+  * Update the Travis CI configuration to better support default Python 
versions
+  * Update library and testing dependencies to maintain Python 3.4 support
+  * Update the library documentation to reflect new features and security 
details
+  * Fix a bug with how key pair names are handled by the client for KMIP 2.0
+
+---

Old:

  PyKMIP-0.9.1.tar.gz

New:

  PyKMIP-0.10.0.tar.gz



Other differences:
--
++ python-PyKMIP.spec ++
--- /var/tmp/diff_new_pack.VAeho4/_old  2020-03-18 12:40:05.996753823 +0100
+++ /var/tmp/diff_new_pack.VAeho4/_new  2020-03-18 12:40:05.996753823 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyKMIP
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-PyKMIP
-Version:0.9.1
+Version:0.10.0
 Release:0
 Summary:KMIP v11 library
 License:Apache-2.0

++ PyKMIP-0.9.1.tar.gz -> PyKMIP-0.10.0.tar.gz ++
 21944 lines of diff (skipped)




commit python-PyKMIP for openSUSE:Factory

2019-07-26 Thread root
Hello community,

here is the log from the commit of package python-PyKMIP for openSUSE:Factory 
checked in at 2019-07-26 12:41:44

Comparing /work/SRC/openSUSE:Factory/python-PyKMIP (Old)
 and  /work/SRC/openSUSE:Factory/.python-PyKMIP.new.4126 (New)


Package is "python-PyKMIP"

Fri Jul 26 12:41:44 2019 rev:2 rq:718536 version:0.9.1

Changes:

--- /work/SRC/openSUSE:Factory/python-PyKMIP/python-PyKMIP.changes  
2019-01-08 12:31:23.400081827 +0100
+++ /work/SRC/openSUSE:Factory/.python-PyKMIP.new.4126/python-PyKMIP.changes
2019-07-26 12:41:48.677869621 +0200
@@ -1,0 +2,13 @@
+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
+
+---

Old:

  PyKMIP-0.8.0.tar.gz

New:

  PyKMIP-0.9.1.tar.gz



Other differences:
--
++ python-PyKMIP.spec ++
--- /var/tmp/diff_new_pack.7evX25/_old  2019-07-26 12:41:49.501869276 +0200
+++ /var/tmp/diff_new_pack.7evX25/_new  2019-07-26 12:41:49.505869274 +0200
@@ -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(post): update-alternatives
 Requires(postun): update-alternatives
 BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -70,7 +69,7 @@
 %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

++ PyKMIP-0.8.0.tar.gz -> PyKMIP-0.9.1.tar.gz ++
 50646 lines of diff (skipped)