From 406fb4ff7bfd05e48129f4b28d9a1a2093916a6bc5a6d3c0f33819f8fef49758 Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Mon, 9 Feb 2015 15:20:36 +0000 Subject: [PATCH 1/2] Accepting request 284451 from home:frispete:python - update to version 1.5.2 changes: https://bitbucket.org/ianb/pastedeploy/commits/all OBS-URL: https://build.opensuse.org/request/show/284451 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=16 --- PasteDeploy-1.5.0.tar.gz | 3 --- PasteDeploy-1.5.2.tar.gz | 3 +++ python-PasteDeploy.changes | 6 ++++++ python-PasteDeploy.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 PasteDeploy-1.5.0.tar.gz create mode 100644 PasteDeploy-1.5.2.tar.gz diff --git a/PasteDeploy-1.5.0.tar.gz b/PasteDeploy-1.5.0.tar.gz deleted file mode 100644 index c600dd6..0000000 --- a/PasteDeploy-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61c205633adae996cd0e306451c8a28deca0499524e2a38c65ff1570f35a8a53 -size 23063 diff --git a/PasteDeploy-1.5.2.tar.gz b/PasteDeploy-1.5.2.tar.gz new file mode 100644 index 0000000..6746139 --- /dev/null +++ b/PasteDeploy-1.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5858f89a255e6294e63ed46b73613c56e3b9a2d82a42f1df4d06c8421a9e3cb +size 24006 diff --git a/python-PasteDeploy.changes b/python-PasteDeploy.changes index 5a8953a..ae96c79 100644 --- a/python-PasteDeploy.changes +++ b/python-PasteDeploy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 6 10:54:44 UTC 2015 - hpj@urpla.net + +- update to version 1.5.2 + changes: https://bitbucket.org/ianb/pastedeploy/commits/all + ------------------------------------------------------------------- Thu Oct 24 11:09:48 UTC 2013 - speilicke@suse.com diff --git a/python-PasteDeploy.spec b/python-PasteDeploy.spec index a770291..3a600ad 100644 --- a/python-PasteDeploy.spec +++ b/python-PasteDeploy.spec @@ -1,7 +1,7 @@ # # spec file for package python-PasteDeploy # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -17,7 +17,7 @@ Name: python-PasteDeploy -Version: 1.5.0 +Version: 1.5.2 Release: 0 Url: http://pythonpaste.org/deploy/ Summary: Load, configure, and compose WSGI applications and servers From f3ba575f5f058edbf753bfca51046137ca66a4c8929cc7d2c4756a4c936b6fed Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Mon, 9 Feb 2015 15:20:50 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=17 --- python-PasteDeploy.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-PasteDeploy.changes b/python-PasteDeploy.changes index ae96c79..dd02960 100644 --- a/python-PasteDeploy.changes +++ b/python-PasteDeploy.changes @@ -2,7 +2,7 @@ Fri Feb 6 10:54:44 UTC 2015 - hpj@urpla.net - update to version 1.5.2 - changes: https://bitbucket.org/ianb/pastedeploy/commits/all + * Fixed Python 3 issue in paste.deploy.util.fix_type_error() ------------------------------------------------------------------- Thu Oct 24 11:09:48 UTC 2013 - speilicke@suse.com