Accepting request 110430 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/110430 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Routes?expand=0&rev=3
This commit is contained in:
@@ -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
3
Routes-1.13.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc03d1a357cdb7af82e3909ee8ff93cb2b2afb48aca23bfde0117d6f49f624a7
|
||||
size 797539
|
||||
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Fix Obsoletes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 1 13:15:07 UTC 2011 - saschpe@suse.de
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-Routes
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 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
|
||||
@@ -11,12 +11,13 @@
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
#
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: python-Routes
|
||||
Version: 1.12.3
|
||||
Version: 1.13
|
||||
Release: 0
|
||||
Url: http://routes.groovie.org/
|
||||
Summary: Routing Recognition and Generation Tools
|
||||
@@ -26,16 +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
|
||||
Provides: python-routes = %{version}
|
||||
Obsoletes: python-routes < %{version}
|
||||
%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
|
||||
%endif
|
||||
Provides: python-routes = %{version}
|
||||
#TODO: Change back to '<' after next version update:
|
||||
Obsoletes: python-routes <= %{version}
|
||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
%description
|
||||
A Routing package for Python that matches URL's to dicts and vice versa.
|
||||
|
||||
Reference in New Issue
Block a user