~noskcaj/ubuntu/vivid/webtest/merge2

« back to all changes in this revision

Viewing changes to WebTest.egg-info/PKG-INFO

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski, Jakub Wilk, Piotr Ożarowski
  • Date: 2013-10-02 19:37:14 UTC
  • mfrom: (1.2.1) (14.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20131002193714-t0na13dhqrskvvff
Tags: 2.0.9-1
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.

[ Piotr Ożarowski ]
* New upstream release
  - bump minimum required Python version to 2.6
  - add python-six, python-waitress and python-bs4 to Depends
  - remove python-pastescript from Depends
  - remove python-simplejson and python-beautifulsoup from Recommends
  - add python-pyquery to Recommends
* Update debian/watch file to check for zip files
* Standards-Version bumped to 3.9.4 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Metadata-Version: 1.0
 
1
Metadata-Version: 1.1
2
2
Name: WebTest
3
 
Version: 1.3.4
 
3
Version: 2.0.9
4
4
Summary: Helper to test WSGI applications
5
5
Home-page: http://webtest.pythonpaste.org/
6
6
Author: Gael Pasgrimaud
7
7
Author-email: gael@gawel.org
8
8
License: MIT
9
 
Description: This wraps any WSGI application and makes it easy to send test
 
9
Description: =======
 
10
        WebTest
 
11
        =======
 
12
        
 
13
        This wraps any WSGI application and makes it easy to send test
10
14
        requests to that application, without starting up an HTTP server.
11
15
        
12
16
        This provides convenient full-stack testing of applications written
13
17
        with any WSGI-compatible framework.
14
18
        
15
 
        This is based on ``paste.fixture.TestApp``.
 
19
        Full docs can be found at https://webtest.readthedocs.org/en/latest/
16
20
        
17
21
Keywords: wsgi test unit tests web
18
22
Platform: UNKNOWN
22
26
Classifier: License :: OSI Approved :: MIT License
23
27
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
24
28
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
25
 
Classifier: Programming Language :: Python :: 2.5
 
29
Classifier: Programming Language :: Python :: 2
26
30
Classifier: Programming Language :: Python :: 2.6
27
31
Classifier: Programming Language :: Python :: 2.7
28
32
Classifier: Programming Language :: Python :: 3
 
33
Classifier: Programming Language :: Python :: 3.2
 
34
Classifier: Programming Language :: Python :: 3.3