forked from pool/python-Paste
Accepting request 305908 from home:benoit_monin:branches:devel:languages:python
- update to version 2.0.1 - add python-six as dependency - add python-flup, python-nose and python-python-openid as test dependencies - remove test requiring internet access: test_proxy.py - reenable the tests OBS-URL: https://build.opensuse.org/request/show/305908 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=8
This commit is contained in:
committed by
Git OBS Bridge
parent
c483a013be
commit
364bb1fdcf
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11645842ba8ec986ae8cfbe4c6cacff5c35f0f4527abf4f5581ae8b4ad49c0b6
|
||||
size 523304
|
||||
3
Paste-2.0.1.tar.gz
Normal file
3
Paste-2.0.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28383e843cb46a9375a90da6e2ec5fcd7704ed9f3f3b5e954928beb52b0e5b41
|
||||
size 629554
|
||||
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 8 09:10:53 UTC 2015 - benoit.monin@gmx.fr
|
||||
|
||||
- update to version 2.0.1:
|
||||
* Fix setup.py for six dependency: move the six dependency from
|
||||
extras_require to install_requires
|
||||
* Port paste.proxy to Python 3
|
||||
* Fix paste.exceptions.serial_number_generator.hash_identifier()
|
||||
on Python 3
|
||||
* Fix paste.util.threadedprint.uninstall()
|
||||
* Add README.rst file
|
||||
- additional changes from version 2.0:
|
||||
* Experimental Python 3 support
|
||||
* paste now requires the six module
|
||||
* Drop support of Python 2.5 and older
|
||||
* Fixed egg:Paste#cgi
|
||||
* In paste.httpserver: give a 100 Continue response even when the
|
||||
server has been configured as an HTTP/1.0 server
|
||||
* Fixed parsing of paths beginning with multiple forward slashes
|
||||
* Add tox.ini to run tests with tox on Python 2.6, 2.7 and 3.4
|
||||
- add python-six as dependency
|
||||
- add python-flup, python-nose and python-python-openid as test
|
||||
dependencies
|
||||
- remove test requiring internet access: test_proxy.py
|
||||
- reenable the tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 11:09:46 UTC 2013 - speilicke@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-Paste
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-Paste
|
||||
Version: 1.7.5.1
|
||||
Version: 2.0.1
|
||||
Release: 0
|
||||
Url: http://pythonpaste.org
|
||||
Summary: Tools for using a Web Server Gateway Interface stack
|
||||
@@ -30,9 +30,13 @@ BuildRequires: python-setuptools
|
||||
# Documentation build requirements:
|
||||
BuildRequires: python-Sphinx
|
||||
# Test build requirements:
|
||||
#BuildRequires: python-nose
|
||||
BuildRequires: python-flup
|
||||
BuildRequires: python-nose
|
||||
BuildRequires: python-python-openid
|
||||
BuildRequires: python-six
|
||||
Requires: python-flup
|
||||
Requires: python-python-openid
|
||||
Requires: python-six
|
||||
Provides: python-paste = %{version}
|
||||
Obsoletes: python-paste < %{version}
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
@@ -49,6 +53,8 @@ interfaces.
|
||||
|
||||
%prep
|
||||
%setup -q -n Paste-%{version}
|
||||
# remove test requiring internet access
|
||||
rm tests/test_proxy.py
|
||||
|
||||
%build
|
||||
python setup.py build
|
||||
@@ -57,8 +63,8 @@ python setup.py build_sphinx && rm build/sphinx/html/.buildinfo
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
#%%check
|
||||
#python setup.py test
|
||||
%check
|
||||
python setup.py -q test
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
Reference in New Issue
Block a user