-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release/1.6.3: (41 commits) Update changelog Update version number Using string_types for python3 compatibility. Using basestring instead of str so that unicode values are also accepted. Remove Python 2.6 from CI removed comments drop support for python 2.6 fix test_service authentication tests fix test_service authentication tests fix test_service tests update server cert file fix test failures update splunk version to 6.6 and 7.0 update travis.yml update travis splunk version to 6.6 and 7.0 Added carry returns back to sum.map.output One more fix Fix last two unit tests distrubuted commands are streaming Strip new line chars to normalize different line separators ...
- Loading branch information
Showing
130 changed files
with
3,130 additions
and
1,928 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[](https://travis-ci.org/splunk/splunk-sdk-python) | ||
# The Splunk Software Development Kit for Python | ||
|
||
#### Version 1.6.2 | ||
#### Version 1.6.3 | ||
|
||
The Splunk Software Development Kit (SDK) for Python contains library code and | ||
examples designed to enable developers to build applications using Splunk. | ||
|
@@ -36,7 +36,7 @@ Here's what you need to get going with the Splunk SDK for Python. | |
|
||
#### Python | ||
|
||
The Splunk SDK for Python requires Python 2.6+. | ||
The Splunk SDK for Python requires Python 2.7+. | ||
|
||
#### Splunk | ||
|
||
|
@@ -168,9 +168,7 @@ prompt in the **/splunk-sdk-python/tests** subdirectory and enter: | |
python test_app.py | ||
|
||
The test suite uses Python's standard library and the built-in `unittest` | ||
library. If you're using Python 2.7, you're all set. However, if you are using | ||
Python 2.6, you'll also need to install the `unittest2` library to | ||
get the additional features that were added to Python 2.7. | ||
library. | ||
|
||
You can read more about our testing framework on | ||
[GitHub](https://github.com/splunk/splunk-sdk-python/tree/master/tests). | ||
|
@@ -315,7 +313,3 @@ You can reach the Developer Platform team at [email protected]_. | |
The Splunk Software Development Kit for Python is licensed under the Apache | ||
License 2.0. Details can be found in the file LICENSE. | ||
|
||
For compatibility with Python 2.6, The Splunk Software Development Kit | ||
for Python ships with ordereddict.py from the ordereddict package on | ||
[PyPI](http://pypi.python.org/pypi/ordereddict/1.1), which is licensed | ||
under the MIT license (see the top of splunklib/ordereddict.py). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.