Skip to content

Commit c631201

Browse files
Merge pull request #19 from klehman-rally/pinebow
workspace name urlencode and test_update addition done in pinebow branch
2 parents bc212bf + 0843a84 commit c631201

32 files changed

+180
-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: 5 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

@@ -282,6 +282,9 @@ Prerequisites
282282

283283
Versions
284284
--------
285+
**1.3.2**
286+
Allow for initial connection using a workspace name containing chars that need to be urlencoded.
287+
285288
**1.3.1**
286289
Adjusted getAllowedValues so that custom fields with an allowedValues endpoint get resolved.
287290
Disqualifed a group of standard attributes whose allowedValue is of type COLLECTION when retrieving

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

VERSIONS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,6 @@
130130
origin of the integration.
131131
Updated official name to reference Agile Central in setup.py, mention threads keyword arg in the
132132
get method in the the interface.rst file.
133+
134+
1.3.2 - Aug 2017
135+
Allow for initial connection using a workspace name containing chars that need to be urlencoded.

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.1 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.

0 commit comments

Comments
 (0)