From e7bb11043490743ed29d63474b0da314744832c3e68b3fd633800f97e4121cb3 Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 18 Jul 2014 15:08:54 +0000 Subject: [PATCH] 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 --- itsdangerous-0.23.tar.gz | 3 --- itsdangerous-0.24.tar.gz | 3 +++ python-itsdangerous.changes | 8 ++++++++ python-itsdangerous.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 itsdangerous-0.23.tar.gz create mode 100644 itsdangerous-0.24.tar.gz diff --git a/itsdangerous-0.23.tar.gz b/itsdangerous-0.23.tar.gz deleted file mode 100644 index 536870c..0000000 --- a/itsdangerous-0.23.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71c0bf6bde4dcc93d838415e728a961a7b16f324b8ae182525fbdadde9f55d62 -size 46176 diff --git a/itsdangerous-0.24.tar.gz b/itsdangerous-0.24.tar.gz new file mode 100644 index 0000000..8f68187 --- /dev/null +++ b/itsdangerous-0.24.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519 +size 46541 diff --git a/python-itsdangerous.changes b/python-itsdangerous.changes index 3ed4280..3e82209 100644 --- a/python-itsdangerous.changes +++ b/python-itsdangerous.changes @@ -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 diff --git a/python-itsdangerous.spec b/python-itsdangerous.spec index eadd71a..782b8cd 100644 --- a/python-itsdangerous.spec +++ b/python-itsdangerous.spec @@ -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