From 70a99fd0a9332e1e25ca35292a27147192ea62a2b47e9f8b9a33ea321a013f44 Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Sat, 8 Aug 2015 15:05:09 +0000 Subject: [PATCH] Accepting request 321256 from home:frispete:python - update to 2.2: * Fix Python 3 support. Patch by Victor Stinner. - spell python-WebTest and python-WebOb correctly OBS-URL: https://build.opensuse.org/request/show/321256 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Routes?expand=0&rev=16 --- Routes-2.1.tar.gz | 3 --- Routes-2.2.tar.gz | 3 +++ python-Routes.changes | 8 ++++++++ python-Routes.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 Routes-2.1.tar.gz create mode 100644 Routes-2.2.tar.gz diff --git a/Routes-2.1.tar.gz b/Routes-2.1.tar.gz deleted file mode 100644 index 55e2b00..0000000 --- a/Routes-2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebf4126e244cf11414653b5ba5f27ed4abfad38b906a01e5d4c93d3ce5568ea3 -size 179737 diff --git a/Routes-2.2.tar.gz b/Routes-2.2.tar.gz new file mode 100644 index 0000000..bedbd4d --- /dev/null +++ b/Routes-2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fa78373d63e36c3d8af6e33cfcad743f70c012c7ad6f2c3bf89ad973b9ab514 +size 180011 diff --git a/python-Routes.changes b/python-Routes.changes index 7be3630..2b06534 100644 --- a/python-Routes.changes +++ b/python-Routes.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Aug 7 08:03:53 UTC 2015 - hpj@urpla.net + +- update to 2.2: + * Fix Python 3 support. Patch by Victor Stinner. + +- spell python-WebTest and python-WebOb correctly + ------------------------------------------------------------------- Mon Apr 20 12:57:47 UTC 2015 - tbechtold@suse.com diff --git a/python-Routes.spec b/python-Routes.spec index 20130c5..034d801 100644 --- a/python-Routes.spec +++ b/python-Routes.spec @@ -17,7 +17,7 @@ Name: python-Routes -Version: 2.1 +Version: 2.2 Release: 0 Url: http://routes.groovie.org/ Summary: Routing Recognition and Generation Tools @@ -28,11 +28,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-setuptools # for testing +BuildRequires: python-WebOb +BuildRequires: python-WebTest BuildRequires: python-coverage BuildRequires: python-nose BuildRequires: python-repoze.lru >= 0.3 -BuildRequires: python-webob -BuildRequires: python-webtest Requires: python-repoze.lru >= 0.3 Provides: python-routes = %{version}