Package Release Info

python-itsdangerous-1.1.0-bp152.1.1

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-itsdangerous

Change Logs

* Tue Jun 11 2019 Marketa Calabkova <mcalabkova@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.
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package, but
  keep testsuite passing.
Version: 1.1.0-1.6
* Tue Jun 11 2019 mcalabkova@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.
* Tue Dec 04 2018 mcepl@suse.com
- Remove superfluous devel dependency for noarch package, but
  keep testsuite passing.
Version: 0.24-1.24
* Tue Apr 04 2017 jmatejek@suse.com
- update for singlespec
* Thu Nov 17 2016 rjschwei@suse.com
- Include in SLE 12 (FATE#320818, bsc#979331)
* Fri Jul 18 2014 toddrme2178@gmail.com
- Update to 0.24
  - Added a `BadHeader` exception that is used for bad headers
    that replaces the old `BadPayload` exception that was reused
    in those cases.
* Tue Sep 03 2013 cfarrell@suse.com
- license update: BSD-3-Clause
  See the LICENSE file
* Mon Sep 02 2013 speilicke@suse.com
- Initial version