14
0

Accepting request 320145 from home:frispete:python

rephrased changelog

OBS-URL: https://build.opensuse.org/request/show/320145
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=20
This commit is contained in:
Todd R
2015-08-03 12:34:16 +00:00
committed by Git OBS Bridge
parent 3e484e8ebb
commit b7f3f45b80
5 changed files with 51 additions and 44 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyramid
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2015 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -18,14 +18,13 @@
Name: python-pyramid
Version: 1.5.2
Version: 1.5.7
Release: 0
Url: http://pylonsproject.org
Summary: The Pyramid web application development framework, a Pylons project
Summary: The Pyramid web application development framework
License: BSD-4-Clause and ZPL-2.1 and MIT
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/p/pyramid/pyramid-%{version}.tar.gz
Patch1: fix_mimetype_tests.patch
Requires: python-PasteDeploy >= 1.5.0
Requires: python-WebOb >= 1.3.1
Requires: python-repoze.lru >= 0.4
@@ -74,7 +73,7 @@ Pyramid is the newest web framework produced by the Pylons Project
Pyramid was previously known as repoze.bfg (http://bfg.repoze.org).
%package doc
Summary: The Pyramid web application development framework, a Pylons project
Summary: The Pyramid web application development framework
Group: Development/Languages/Python
Requires: %{name} = %{version}
@@ -83,7 +82,6 @@ This package contains documentation files for %{name}.
%prep
%setup -q -n pyramid-%{version}
%patch1 -p1
%build
python setup.py build