Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-itsdangerous for openSUSE:Factory checked in at 2021-07-10 22:53:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-itsdangerous (Old) and /work/SRC/openSUSE:Factory/.python-itsdangerous.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-itsdangerous" Sat Jul 10 22:53:42 2021 rev:8 rq:901105 version:2.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-itsdangerous/python-itsdangerous.changes 2019-06-24 21:48:24.167875318 +0200 +++ /work/SRC/openSUSE:Factory/.python-itsdangerous.new.2625/python-itsdangerous.changes 2021-07-10 22:53:46.760093421 +0200 @@ -1,0 +2,30 @@ +Sat Jun 19 07:34:21 UTC 2021 - Michael Str??der <mich...@stroeder.com> + +- update to version 2.0.1 + * Version 2.0.1 + - Mark top-level names as exported so type checking understands imports + in user projects. #240 + - The salt argument to Serializer and Signer can be None again. #237 + * Version 2.0.0 + - Drop support for Python 2 and 3.5. + - JWS support (JSONWebSignatureSerializer, + TimedJSONWebSignatureSerializer) is deprecated. Use a dedicated JWS/JWT + library such as authlib instead. #129 + - Importing itsdangerous.json is deprecated. Import Python???s json module instead. #152 + - Simplejson is no longer used if it is installed. To use a different + library, pass it as Serializer(serializer=...). #146 + - datetime values are timezone-aware with timezone.utc. Code using + TimestampSigner.unsign(return_timestamp=True) or + BadTimeSignature.date_signed may need to change. #150 + - If a signature has an age less than 0, it will raise SignatureExpired + rather than appearing valid. This can happen if the timestamp offset is + changed. #126 + - BadTimeSignature.date_signed is always a datetime object rather than an + int in some cases. #124 + - Added support for key rotation. A list of keys can be passed as + secret_key, oldest to newest. The newest key is used for signing, all + keys are tried for unsigning. #141 + - Removed the default SHA-512 fallback signer from default_fallback_signers. #155 + - Add type information for static typing tools. #186 + +------------------------------------------------------------------- Old: ---- itsdangerous-1.1.0.tar.gz New: ---- itsdangerous-2.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-itsdangerous.spec ++++++ --- /var/tmp/diff_new_pack.NAaMfz/_old 2021-07-10 22:53:47.568087185 +0200 +++ /var/tmp/diff_new_pack.NAaMfz/_new 2021-07-10 22:53:47.568087185 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-itsdangerous # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -16,14 +16,16 @@ # +%define oldpython python +%define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-itsdangerous -Version: 1.1.0 +Version: 2.0.1 Release: 0 Summary: Various helpers to pass trusted data to untrusted environments and back License: BSD-3-Clause Group: Development/Languages/Python -URL: http://github.com/mitsuhiko/itsdangerous +URL: https://itsdangerous.palletsprojects.com Source: https://files.pythonhosted.org/packages/source/i/itsdangerous/itsdangerous-%{version}.tar.gz BuildRequires: %{python_module freezegun} BuildRequires: %{python_module pytest} ++++++ itsdangerous-1.1.0.tar.gz -> itsdangerous-2.0.1.tar.gz ++++++ ++++ 3398 lines of diff (skipped)