- Update to version 1.13:

* Fix bug with dots forcing extension by default. The portion with the dot
    can now be recognized. Patch by Michael Basnight.
- Simplified macro usage

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Routes?expand=0&rev=8
This commit is contained in:
Sascha Peilicke
2012-03-14 13:53:47 +00:00
committed by Git OBS Bridge
parent aaa98df5a0
commit b815db945e
4 changed files with 17 additions and 12 deletions

View File

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

3
Routes-1.13.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Mar 14 13:47:48 UTC 2012 - saschpe@suse.de
- Update to version 1.13:
* Fix bug with dots forcing extension by default. The portion with the dot
can now be recognized. Patch by Michael Basnight.
- Simplified macro usage
-------------------------------------------------------------------
Tue Jan 24 14:14:03 UTC 2012 - bwiedemann@suse.com

View File

@@ -16,9 +16,8 @@
#
Name: python-Routes
Version: 1.12.3
Version: 1.13
Release: 0
Url: http://routes.groovie.org/
Summary: Routing Recognition and Generation Tools
@@ -28,15 +27,13 @@ Source: http://pypi.python.org/packages/source/R/Routes/Routes-%{version
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-distribute
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1110
BuildArch: noarch
%endif
%endif
Provides: python-routes = %{version}
Obsoletes: python-routes < %{version}
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch: noarch
%endif
%description
A Routing package for Python that matches URL's to dicts and vice versa.