forked from pool/python-itsdangerous
- 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.
OBS-URL: https://build.opensuse.org/request/show/709070
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-itsdangerous?expand=0&rev=15
48 lines
1.7 KiB
Plaintext
48 lines
1.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Jun 11 07:52:22 UTC 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 4 12:49:25 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package, but
|
|
keep testsuite passing.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 4 15:53:02 UTC 2017 - jmatejek@suse.com
|
|
|
|
- update for singlespec
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 17 13:03:00 UTC 2016 - rjschwei@suse.com
|
|
|
|
- Include in SLE 12 (FATE#320818, bsc#979331)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 18 15:08:08 UTC 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 3 13:23:20 UTC 2013 - cfarrell@suse.com
|
|
|
|
- license update: BSD-3-Clause
|
|
See the LICENSE file
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 2 14:55:53 UTC 2013 - speilicke@suse.com
|
|
|
|
- Initial version
|
|
|