~ubuntu-branches/ubuntu/utopic/requests/utopic-security

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Barry Warsaw
  • Date: 2014-05-22 18:33:19 UTC
  • Revision ID: package-import@ubuntu.com-20140522183319-r6pxt61kwliinaus
Tags: 2.2.1-3
* Team upload.
* d/control:
  - Fix python-requests-whl Depends.
  - Fix typo in python-requests-whl description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Uploaders: Daniele Tricoli <eriol@mornie.org>
4
4
Section: python
5
5
Priority: optional
6
 
Build-Depends:
7
 
 debhelper (>= 9),
8
 
 dh-python,
9
 
 python-all (>= 2.6.6-3),
10
 
 python-chardet,
11
 
 python-urllib3 (>= 1.7.1),
12
 
 python3-all,
13
 
 python3-chardet,
14
 
 python3-urllib3 (>= 1.7.1)
 
6
Build-Depends: debhelper (>= 9),
 
7
               dh-python,
 
8
               python-all (>= 2.6.6-3),
 
9
               python-chardet,
 
10
               python-setuptools,
 
11
               python-urllib3 (>= 1.7.1),
 
12
               python3-all,
 
13
               python3-chardet,
 
14
               python3-setuptools,
 
15
               python3-urllib3 (>= 1.7.1),
 
16
               python3-wheel
15
17
Standards-Version: 3.9.5
16
18
X-Python-Version: >= 2.7
17
19
X-Python3-Version: >= 3.0
21
23
 
22
24
Package: python-requests
23
25
Architecture: all
24
 
Depends:
25
 
 ${misc:Depends},
26
 
 ${python:Depends},
27
 
 ca-certificates,
28
 
 python-chardet,
29
 
 python-urllib3 (>= 1.7.1),
 
26
Depends: ca-certificates,
 
27
         python-chardet,
 
28
         python-urllib3 (>= 1.7.1),
 
29
         ${misc:Depends},
 
30
         ${python:Depends}
30
31
Description: elegant and simple HTTP library for Python, built for human beings
31
32
 Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
32
 
 multipart files, and parameters with simple Python dictionaries, and access the
33
 
 response data in the same way. It's powered by httplib and urllib3, but it does
34
 
 all the hard work and crazy hacks for you.
 
33
 multipart files, and parameters with simple Python dictionaries, and access
 
34
 the response data in the same way. It's powered by httplib and urllib3, but
 
35
 it does all the hard work and crazy hacks for you.
35
36
 .
36
37
 Features
37
38
 .
48
49
 
49
50
Package: python3-requests
50
51
Architecture: all
51
 
Depends:
52
 
 ${misc:Depends},
53
 
 ${python3:Depends},
54
 
 ca-certificates,
55
 
 python3-chardet,
56
 
 python3-urllib3 (>= 1.5)
57
 
Description: elegant and simple HTTP library for Python3, built for human beings
 
52
Depends: ca-certificates,
 
53
         python3-chardet,
 
54
         python3-urllib3 (>= 1.5),
 
55
         ${misc:Depends},
 
56
         ${python3:Depends}
 
57
Description: elegant and simple HTTP library for Python, built for human beings
58
58
 Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
59
 
 multipart files, and parameters with simple Python dictionaries, and access the
60
 
 response data in the same way. It's powered by httplib and urllib3, but it does
61
 
 all the hard work and crazy hacks for you.
 
59
 multipart files, and parameters with simple Python dictionaries, and access
 
60
 the response data in the same way. It's powered by httplib and urllib3, but
 
61
 it does all the hard work and crazy hacks for you.
62
62
 .
63
63
 Features
64
64
 .
74
74
   - Connection Timeouts
75
75
 .
76
76
 This package contains the Python 3 version of the library.
 
77
 
 
78
Package: python-requests-whl
 
79
Architecture: all
 
80
Depends: ca-certificates,
 
81
         python-urllib3-whl,
 
82
         ${misc:Depends},
 
83
         ${python3:Depends}
 
84
Description: elegant and simple HTTP library for Python, built for human beings
 
85
 Requests allow you to send HTTP/1.1 requests. You can add headers, form data,
 
86
 multipart files, and parameters with simple Python dictionaries, and access
 
87
 the response data in the same way. It's powered by httplib and urllib3, but
 
88
 it does all the hard work and crazy hacks for you.
 
89
 .
 
90
 Features
 
91
 .
 
92
   - International Domains and URLs
 
93
   - Keep-Alive & Connection Pooling
 
94
   - Sessions with Cookie Persistence
 
95
   - Browser-style SSL Verification
 
96
   - Basic/Digest Authentication
 
97
   - Elegant Key/Value Cookies
 
98
   - Automatic Decompression
 
99
   - Unicode Response Bodies
 
100
   - Multipart File Uploads
 
101
   - Connection Timeouts
 
102
 .
 
103
 This package provides the universal wheel.