Hello community,

here is the log from the commit of package python-itsdangerous for 
openSUSE:Leap:15.2 checked in at 2020-05-26 18:32:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-itsdangerous (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-itsdangerous.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-itsdangerous"

Tue May 26 18:32:11 2020 rev:12 rq:808218 version:1.1.0

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/python-itsdangerous/python-itsdangerous.changes    
    2020-01-15 15:49:24.363459057 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-itsdangerous.new.2738/python-itsdangerous.changes
      2020-05-26 18:32:17.509564189 +0200
@@ -1,0 +2,18 @@
+Tue Jun 11 07:52:22 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- update to version 1.1.0 
+  * Drop support for Python 2.6 and 3.3. 
+  * Optimize how timestamps are serialized and deserialized.
+  * base64_decode raises BadData when it is passed invalid data.
+  * More compact JSON dumps for unicode strings.
+  * Use the full timestamp rather than an offset, allowing dates 
+    before 2011. To retain compatibility with signers from previous 
+    versions, consider using shim from issue #120.
+
+-------------------------------------------------------------------
+Tue Dec  4 12:49:25 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package, but
+  keep testsuite passing.
+
+-------------------------------------------------------------------

Old:
----
  itsdangerous-0.24.tar.gz

New:
----
  itsdangerous-1.1.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-itsdangerous.spec ++++++
--- /var/tmp/diff_new_pack.8JrW08/_old  2020-05-26 18:32:17.945565141 +0200
+++ /var/tmp/diff_new_pack.8JrW08/_new  2020-05-26 18:32:17.949565149 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-itsdangerous
 #
-# Copyright (c) 2017 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,22 +12,24 @@
 # 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-itsdangerous
-Version:        0.24
+Version:        1.1.0
 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:            http://github.com/mitsuhiko/itsdangerous
 Source:         
https://files.pythonhosted.org/packages/source/i/itsdangerous/itsdangerous-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module freezegun}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 %python_subpackages
 
@@ -52,10 +54,14 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+
+%check
+%pytest tests
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc CHANGES LICENSE README
+%license LICENSE.rst
+%doc CHANGES.rst README.rst
 %{python_sitelib}/*
 
 %changelog

++++++ itsdangerous-0.24.tar.gz -> itsdangerous-1.1.0.tar.gz ++++++
++++ 5698 lines of diff (skipped)


Reply via email to