From 58e89017e96ae4a22df71e0df1fa62fffbacd115e94d81b83320e5a11934b97d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 6 Jun 2016 11:12:51 +0000 Subject: [PATCH] Accepting request 399996 from home:tbechtold:branches:devel:languages:python - update to 2.3.1: * Backwards compatability fix - connect should work with mandatory routename and optional path. Patch by Davanum Srinivas (PR #65). * Fix sub_domain equivalence check. Patch by Nikita Uvarov * Add support for protocol-relative URLs generation (i.e. starting with double slash ``//``). PR #60. Patch by Sviatoslav Sydorenko. * Add support for the ``middleware`` extra requirement, making possible to depend on ``webob`` optionally. PR #59. Patch by Sviatoslav Sydorenko. * Fix matching of an empty string route, which led to exception in earlier versions. PR #58. Patch by Sviatoslav Sydorenko. * Add support for the ``requirements`` option when using mapper.resource to create routes. PR #57. Patch by Sean Dague. * Concatenation fix when using submappers with path prefixes. Multiple submappers combined the path prefix inside the controller argument in non-obvious ways. The controller argument will now be properly carried through when using submappers. PR #28. OBS-URL: https://build.opensuse.org/request/show/399996 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Routes?expand=0&rev=18 --- Routes-2.2.tar.gz | 3 --- Routes-2.3.1.tar.gz | 3 +++ python-Routes.changes | 20 ++++++++++++++++++++ python-Routes.spec | 4 ++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 Routes-2.2.tar.gz create mode 100644 Routes-2.3.1.tar.gz diff --git a/Routes-2.2.tar.gz b/Routes-2.2.tar.gz deleted file mode 100644 index bedbd4d..0000000 --- a/Routes-2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fa78373d63e36c3d8af6e33cfcad743f70c012c7ad6f2c3bf89ad973b9ab514 -size 180011 diff --git a/Routes-2.3.1.tar.gz b/Routes-2.3.1.tar.gz new file mode 100644 index 0000000..f09a5a0 --- /dev/null +++ b/Routes-2.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c380b5dc1190b873463be07383728ada18f66d2615531963004b9d6fb90351 +size 181694 diff --git a/python-Routes.changes b/python-Routes.changes index 2b06534..ac7d4c1 100644 --- a/python-Routes.changes +++ b/python-Routes.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Jun 3 15:51:22 UTC 2016 - tbechtold@suse.com + +- update to 2.3.1: + * Backwards compatability fix - connect should work with mandatory + routename and optional path. Patch by Davanum Srinivas (PR #65). + * Fix sub_domain equivalence check. Patch by Nikita Uvarov + * Add support for protocol-relative URLs generation (i.e. starting with double + slash ``//``). PR #60. Patch by Sviatoslav Sydorenko. + * Add support for the ``middleware`` extra requirement, making possible to + depend on ``webob`` optionally. PR #59. Patch by Sviatoslav Sydorenko. + * Fix matching of an empty string route, which led to exception in earlier + versions. PR #58. Patch by Sviatoslav Sydorenko. + * Add support for the ``requirements`` option when using + mapper.resource to create routes. PR #57. Patch by Sean Dague. + * Concatenation fix when using submappers with path prefixes. Multiple + submappers combined the path prefix inside the controller argument in + non-obvious ways. The controller argument will now be properly carried + through when using submappers. PR #28. + ------------------------------------------------------------------- Fri Aug 7 08:03:53 UTC 2015 - hpj@urpla.net diff --git a/python-Routes.spec b/python-Routes.spec index 034d801..5ffa6a8 100644 --- a/python-Routes.spec +++ b/python-Routes.spec @@ -1,7 +1,7 @@ # # spec file for package python-Routes # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX 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-Routes -Version: 2.2 +Version: 2.3.1 Release: 0 Url: http://routes.groovie.org/ Summary: Routing Recognition and Generation Tools