forked from pool/python-pyramid
Accepting request 265045 from home:tbechtold:branches:devel:languages:python
New upstream release OBS-URL: https://build.opensuse.org/request/show/265045 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid?expand=0&rev=16
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pyramid
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -18,17 +18,18 @@
|
||||
|
||||
|
||||
Name: python-pyramid
|
||||
Version: 1.4.5
|
||||
Version: 1.5.2
|
||||
Release: 0
|
||||
Url: http://pylonsproject.org
|
||||
Summary: The Pyramid web application development framework, a Pylons project
|
||||
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-Chameleon >= 1.2.3
|
||||
Requires: python-Mako >= 0.3.6
|
||||
Requires: python-PasteDeploy >= 1.5.0
|
||||
Requires: python-WebOb >= 1.2b3
|
||||
Requires: python-WebOb >= 1.3.1
|
||||
Requires: python-repoze.lru >= 0.4
|
||||
Requires: python-translationstring >= 0.4
|
||||
Requires: python-venusian >= 1.0a3
|
||||
@@ -38,7 +39,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-Chameleon >= 1.2.3
|
||||
BuildRequires: python-Mako >= 0.3.6
|
||||
BuildRequires: python-PasteDeploy >= 1.5.0
|
||||
BuildRequires: python-WebOb >= 1.2b3
|
||||
BuildRequires: python-WebOb >= 1.3.1
|
||||
BuildRequires: python-repoze.lru >= 0.4
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python-translationstring >= 0.4
|
||||
@@ -85,6 +86,7 @@ This package contains documentation files for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n pyramid-%{version}
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
python setup.py build
|
||||
@@ -96,12 +98,11 @@ rm -rf %{buildroot}%{python_sitelib}/pyramid/tests # Big, hidden files, fdupes -
|
||||
%fdupes %{buildroot}%{python_sitelib}
|
||||
|
||||
%check
|
||||
python setup.py nosetests --with-coverage
|
||||
LANG=en_US.UTF-8 python setup.py nosetests --with-coverage -vvv
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc *.txt *.rst
|
||||
%{_bindir}/bfg2pyramid
|
||||
%{_bindir}/pcreate
|
||||
%{_bindir}/prequest
|
||||
%{_bindir}/proutes
|
||||
@@ -109,6 +110,7 @@ python setup.py nosetests --with-coverage
|
||||
%{_bindir}/pshell
|
||||
%{_bindir}/ptweens
|
||||
%{_bindir}/pviews
|
||||
%{_bindir}/pdistreport
|
||||
%{python_sitelib}/*
|
||||
|
||||
%files doc
|
||||
|
Reference in New Issue
Block a user