Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pyspnego for openSUSE:Factory
checked in at 2023-05-10 16:18:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyspnego (Old)
and /work/SRC/openSUSE:Factory/.python-pyspnego.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyspnego"
Wed May 10 16:18:38 2023 rev:13 rq:1085986 version:0.9.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyspnego/python-pyspnego.changes
2022-11-12 17:41:08.826160115 +0100
+++
/work/SRC/openSUSE:Factory/.python-pyspnego.new.1533/python-pyspnego.changes
2023-05-10 16:18:39.919024690 +0200
@@ -1,0 +2,42 @@
+Wed May 10 07:03:54 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 0.9.0:
+ * Added the `spnego.ContextReq.dce_style` flag to enable DCE
+ authentication mode
+ * The value for `spnego.iov.BufferType.sign_only` on SSPI has
+ changed from representing `SECBUFFER_MECHLIST` to
+ `SECBUFFER_READONLY_WITH_CHECKSUM`
+ * Added the IOV buffer type
+ `spnego.iov.BufferType.data_readonly`
+ * Added limited support for `wrap_iov` and `unwrap_iov` in the
+ Python NTLM context provider.
+ * Added the `query_message_sizes()` function on a context to
+ retrieve the important message sizes
+ Currently this only contains the size of the message
+ `header`, also known as the signature or security trailer
+ * Added the `spnego.ContextReq.no_integrity` flag to disable
+ integrity/confidentiality on Kerberos/Negotiate contexts
+ * Added optional kwargs to `step()` on a security context
+ `channel_bindings`
+ * Added support for decoding the following TLS payloads with
+ `python -m spnego --token ...`
+ * Client Hello
+ * Server Hello
+ * Certificate
+ * Server Key Exchange
+ * Client Key Exchange
+ * Certificate Request
+ * Added the `new_context()` method on the context proxies to
+ provide an easy and efficient way to re-use the context
+ credentials and options for a new context
+ * Removed use of `gssntlmssp` to simplify codebase and ensure a
+ consistent experience across OS versions
+ * Using NTLM on a non-Windows system will use the Python NTLM
+ implementation instead
+
+-------------------------------------------------------------------
+Tue May 9 13:49:10 UTC 2023 - Johannes Kastl <[email protected]>
+
+- add sle15_python_module_pythons
+
+-------------------------------------------------------------------
Old:
----
pyspnego-0.6.3.tar.gz
New:
----
pyspnego-0.9.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyspnego.spec ++++++
--- /var/tmp/diff_new_pack.Fxx2oj/_old 2023-05-10 16:18:40.463027908 +0200
+++ /var/tmp/diff_new_pack.Fxx2oj/_new 2023-05-10 16:18:40.471027955 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pyspnego
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,9 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
+%{?sle15_python_module_pythons}
Name: python-pyspnego
-Version: 0.6.3
+Version: 0.9.0
Release: 0
Summary: Python SPNEGO authentication library
License: MIT
++++++ pyspnego-0.6.3.tar.gz -> pyspnego-0.9.0.tar.gz ++++++
++++ 7611 lines of diff (skipped)