-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Missing '_new_api_token' rename from ClearPassAPILogin (common.py) and in sync with Pypi.
- Loading branch information
Showing
4 changed files
with
6 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Metadata-Version: 2.1 | ||
Name: pyclearpass | ||
Version: 1.0.2 | ||
Version: 1.0.3 | ||
Summary: This package contains all of the API functions to work with the ClearPass API. This package been built based on Aruba ClearPass v6.11.4 | ||
Project-URL: Homepage, https://github.com/aruba/pyclearpass | ||
Author-email: Aruba Automation <[email protected]> | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ requires = ["hatchling"] | |
build-backend = "hatchling.build" | ||
[project] | ||
name = "pyclearpass" | ||
version = "1.0.2" | ||
version = "1.0.3" | ||
authors = [{ name="Aruba Automation", email="[email protected]" }] | ||
dependencies = ["requests >=2.24","urllib3 >=1.25.10"] | ||
description = "Aruba ClearPass SDK has been developed in Python v3.9 to utilise the full functionality of the Aruba ClearPass REST API environment. Each available REST API command is available for use in this module." | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
author_email='[email protected]', | ||
packages=['pyclearpass'], | ||
install_requires=['requests >=2.24','urllib3 >=1.25.10'], | ||
version='1.0.2', | ||
version='1.0.3', | ||
license='MIT', | ||
description='Aruba ClearPass SDK has been developed in Python v3.9 to utilise the full functionality of the Aruba ClearPass REST API environment. Each available REST API command is available for use in this module.', | ||
long_description=open('README.md').read(), | ||
|