1
0

Accepting request 241528 from home:TheBlackCat:branches:devel:languages:python

Update to 0.24

OBS-URL: https://build.opensuse.org/request/show/241528
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-itsdangerous?expand=0&rev=4
This commit is contained in:
Todd R 2014-07-18 15:08:54 +00:00 committed by Git OBS Bridge
parent ae007f497a
commit e7bb110434
4 changed files with 13 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:71c0bf6bde4dcc93d838415e728a961a7b16f324b8ae182525fbdadde9f55d62
size 46176

3
itsdangerous-0.24.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519
size 46541

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
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

View File

@ -1,7 +1,7 @@
#
# spec file for package python-itsdangerous
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,7 +16,7 @@
Name: python-itsdangerous
Version: 0.23
Version: 0.24
Release: 0
License: BSD-3-Clause
Summary: Various helpers to pass trusted data to untrusted environments and back