Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jwcrypto for openSUSE:Factory
checked in at 2021-07-10 22:53:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jwcrypto (Old)
and /work/SRC/openSUSE:Factory/.python-jwcrypto.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jwcrypto"
Sat Jul 10 22:53:30 2021 rev:10 rq:899662 version:0.9.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jwcrypto/python-jwcrypto.changes
2020-09-09 17:48:54.806522676 +0200
+++
/work/SRC/openSUSE:Factory/.python-jwcrypto.new.2625/python-jwcrypto.changes
2021-07-10 22:53:31.640210115 +0200
@@ -1,0 +2,28 @@
+Sat Jun 12 16:31:12 UTC 2021 - Michael Str??der <[email protected]>
+
+- added Requires: python-Deprecated
+- update to upstream release 0.9.1
+ * Create codeql-analysis.yml
+ * Add back ppc64le CI
+ * Actually add the split out ppc64le action
+ * Silence a test warning
+ * Remove the _params abstraction and simplify JWK
+ * Fix crash in exception handler
+ * Add test for Issue 209
+ * Fix keyset import with similar keys
+ * Test fix for Issue 208
+ * Add __repr__() to mask keys
+ * Adding Power support(ppc64le) with ci and testing to the project for
architecture independent
+ * Added six as a dependency to avoid import error
+ * Make sure an empty dict is a valid JWT payload
+ * Turn JWK into a dict-like object
+ * Go one step further and provide access as attrs
+ * Drop support for py34 as it stopped working on F33
+ * Deprecate RSA1_5 and remove from defaults
+ * Make PBES2 behave like all other algorithms
+ * Enforce protected header in compact serilization
+ * Fix importing Public EC keys from PEM files
+ * Installation instructions + extra badges
+ * RFC 8812 - Add Default allowed algorithms
+
+-------------------------------------------------------------------
Old:
----
jwcrypto-0.8.tar.gz
New:
----
jwcrypto-0.9.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jwcrypto.spec ++++++
--- /var/tmp/diff_new_pack.JsMP3x/_old 2021-07-10 22:53:32.272205238 +0200
+++ /var/tmp/diff_new_pack.JsMP3x/_new 2021-07-10 22:53:32.272205238 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-jwcrypto
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,21 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+
Name: python-jwcrypto
-Version: 0.8
+Version: 0.9.1
Release: 0
Summary: Python module package implementing JOSE Web standards
License: LGPL-3.0-only
URL: https://github.com/latchset/jwcrypto
Source:
https://files.pythonhosted.org/packages/source/j/jwcrypto/jwcrypto-%{version}.tar.gz
+BuildRequires: %{python_module Deprecated}
BuildRequires: %{python_module cryptography >= 2.3}
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-Deprecated
Requires: python-cryptography >= 2.3
BuildArch: noarch
%python_subpackages
++++++ jwcrypto-0.8.tar.gz -> jwcrypto-0.9.1.tar.gz ++++++
++++ 2558 lines of diff (skipped)