Hello community,

here is the log from the commit of package python-itsdangerous for 
openSUSE:Factory checked in at 2019-06-24 21:48:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-itsdangerous (Old)
 and      /work/SRC/openSUSE:Factory/.python-itsdangerous.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-itsdangerous"

Mon Jun 24 21:48:22 2019 rev:7 rq:709086 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-itsdangerous/python-itsdangerous.changes  
2018-12-14 20:46:50.981553913 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-itsdangerous.new.4615/python-itsdangerous.changes
        2019-06-24 21:48:24.167875318 +0200
@@ -1,0 +2,12 @@
+Tue Jun 11 07:52:22 UTC 2019 - Marketa Calabkova <mcalabk...@suse.com>
+
+- 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.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-itsdangerous.spec ++++++
--- /var/tmp/diff_new_pack.2vaV4o/_old  2019-06-24 21:48:25.575876406 +0200
+++ /var/tmp/diff_new_pack.2vaV4o/_new  2019-06-24 21:48:25.599876425 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-itsdangerous
 #
-# 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
@@ -18,13 +18,15 @@
 
 %{?!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
 Source:         
https://files.pythonhosted.org/packages/source/i/itsdangerous/itsdangerous-%{version}.tar.gz
+BuildRequires:  %{python_module freezegun}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -54,9 +56,12 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+%pytest tests
+
 %files %{python_files}
-%license LICENSE
-%doc CHANGES 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