Skip to content

Commit 812b481

Browse files
committed
altered ContextHelper to allow for initial connection using a workspace whose name includes chars that need to be urlencoded
1 parent bc212bf commit 812b481

31 files changed

+174
-50
lines changed

PKG-INFO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Metadata-Version: 1.1
22
Name: pyral
3-
Version: 1.3.1
3+
Version: 1.3.2
44
Summary: Python toolkit for Agile Central (Rally) REST API
55
Home-page: https://github.com/RallyTools/RallyRestToolkitForPython
66
Author: Kip Lehman (CA Technologies, AgileCentral Business Unit)
77
License: BSD
8-
Download-URL: https://github.com/RallyTools/RallyRestToolkitForPython/raw/master/dists/pyral-1.3.1.zip
8+
Download-URL: https://github.com/RallyTools/RallyRestToolkitForPython/raw/master/dists/pyral-1.3.2.zip
99
Description: This is the README file for pyral, a package implementing a
1010
Pythonic interface to the Agile Central (formerly 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.8.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.3.1) has been tested with requests 2.12.5.
31+
The most recent release of pyral (1.3.2) has been tested with requests 2.12.5.
3232
The six module is also required.
3333

3434

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Obtain the requests_ package and install it according to that package's directio
4848
As of requests-2.0.0, there is support for HTTPS over HTTP proxy via the CONNECT request.
4949
Use of requests-2.x or better is recommended for use with pyral.
5050
The requests_ package can be found via the Python Package Index site (http://pypi/python.org/index).
51-
The most recent release of pyral (1.3.1) has been tested using requests 2.12.5.
51+
The most recent release of pyral (1.3.2) has been tested using requests 2.12.5.
5252

5353
Obtain and install the six_ module (available from PyPI at https://pypi.python.org/pypi/six)
5454

@@ -76,7 +76,7 @@ relevant packages.
7676
>> import requests
7777
>> import pyral
7878
>> pyral.__version__
79-
(1, 3, 1)
79+
(1, 3, 2)
8080

8181

8282

README.short

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Requirements
2020
The pyral package requires the use of Kenneth Reitz's requests package using version 2.8.0 or better.
2121
As of requests version 2.0.0, there is support for HTTPS over HTTP proxy via the CONNECT request.
2222
The requests package can be found via the Python Package Index site (http://pypi/python.org/index).
23-
The most recent release of pyral (1.3.1) has been tested with requests 2.12.5.
23+
The most recent release of pyral (1.3.2) has been tested with requests 2.12.5.
2424
The six module is also required.
2525

2626

build_dist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import re
1515

1616
PACKAGE_NAME = "pyral"
17-
VERSION = "1.3.1"
17+
VERSION = "1.3.2"
1818

1919
AUX_FILES = ['MANIFEST.in',
2020
'PKG-INFO',
75 KB
Binary file not shown.

dist/pyral-1.3.2.docs.html.zip

874 KB
Binary file not shown.

dist/pyral-1.3.2.tar.gz

950 KB
Binary file not shown.
-1.93 KB
Binary file not shown.

doc/build/doctrees/index.doctree

-21 Bytes
Binary file not shown.
27 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)