11Metadata-Version: 1.1
22Name: pyral
3- Version: 1.5.0
3+ Version: 1.5.1
44Summary: Python toolkit for Rally REST API
55Home-page: https://github.com/RallyTools/RallyRestToolkitForPython
66Author: Kip Lehman (Broadcom, Enterprise Software Division)
77License: BSD
8- Download-URL: https://github.com/RallyTools/RallyRestToolkitForPython/raw/master/dists/pyral-1.5.0 .zip
8+ Download-URL: https://github.com/RallyTools/RallyRestToolkitForPython/raw/master/dists/pyral-1.5.1 .zip
99Description: This is the README file for pyral, a package implementing a
1010 Pythonic interface to the Rally REST API
1111
@@ -28,7 +28,7 @@ Description: This is the README file for pyral, a package implementing a
2828 The pyral package requires the use of Kenneth Reitz's requests package using version 2.12.0 or better.
2929 As of requests version 2.0.0, there is support for HTTPS over HTTP proxy via the CONNECT request.
3030 The requests package can be found via the Python Package Index site (http://pypi/python.org/index).
31- The most recent release of pyral (1.5.0 ) has been tested with requests 2.22.0.
31+ The most recent release of pyral (1.5.1 ) has been tested with requests 2.22.0.
3232 The six module is also required.
3333
3434
@@ -73,7 +73,7 @@ Description: This is the README file for pyral, a package implementing a
7373
7474Keywords: rally,api
7575Requires: six
76- Requires: requests>=2.12.5
76+ Requires: requests>=2.18.0
7777Platform: any
7878Classifier: Development Status :: 5 - Production/Stable
7979Classifier: Environment :: Web Environment
@@ -85,5 +85,6 @@ Classifier: Programming Language :: Python :: 3.5
8585Classifier: Programming Language :: Python :: 3.6
8686Classifier: Programming Language :: Python :: 3.7
8787Classifier: Programming Language :: Python :: 3.8
88+ Classifier: Programming Language :: Python :: 3.9
8889Classifier: Topic :: Internet :: WWW/HTTP
8990Classifier: Topic :: Software Development :: Libraries
0 commit comments