-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop Python 3.7 support since requests 2.32 requires 3.8
Signed-off-by: Timothy Johnson <[email protected]>
- Loading branch information
Showing
9 changed files
with
17 additions
and
19 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 |
---|---|---|
|
@@ -10,15 +10,15 @@ | |
name="zowe_core_for_zowe_sdk", | ||
version=__version__, | ||
description="Zowe Python SDK - Core package", | ||
long_description=open("README.md", 'r').read(), | ||
long_description=open("README.md", "r").read(), | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/zowe/zowe-client-python-sdk", | ||
author="Guilherme Cartier", | ||
author_email="[email protected]", | ||
license="EPL-2.0", | ||
classifiers=[ | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)", | ||
], | ||
install_requires=[ | ||
|
@@ -29,8 +29,6 @@ | |
"requests~=2.32.0", | ||
"urllib3~=1.26.18", | ||
], | ||
extras_require={ | ||
"secrets": [resolve_sdk_dep("secrets", "~=" + __version__)] | ||
}, | ||
extras_require={"secrets": [resolve_sdk_dep("secrets", "~=" + __version__)]}, | ||
packages=find_namespace_packages(include=["zowe.*"]), | ||
) |
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 |
---|---|---|
|
@@ -24,15 +24,15 @@ def resolve_sdk_dep(sdk_name, version_spec): | |
name="zowe", | ||
version=__version__, | ||
description="Zowe Python SDK", | ||
long_description=open("../README.md", 'r').read(), | ||
long_description=open("../README.md", "r").read(), | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/zowe/zowe-client-python-sdk", | ||
author="Guilherme Cartier", | ||
author_email="[email protected]", | ||
license="EPL-2.0", | ||
classifiers=[ | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)", | ||
], | ||
install_requires=[ | ||
|
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 |
---|---|---|
|
@@ -10,15 +10,15 @@ | |
name="zowe_zos_console_for_zowe_sdk", | ||
version=__version__, | ||
description="Zowe Python SDK - z/OS Console package", | ||
long_description=open("README.md", 'r').read(), | ||
long_description=open("README.md", "r").read(), | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/zowe/zowe-client-python-sdk", | ||
author="Guilherme Cartier", | ||
author_email="[email protected]", | ||
license="EPL-2.0", | ||
classifiers=[ | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)", | ||
], | ||
install_requires=[resolve_sdk_dep("core", "~=" + __version__)], | ||
|
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 |
---|---|---|
|
@@ -10,15 +10,15 @@ | |
name="zowe_zos_files_for_zowe_sdk", | ||
version=__version__, | ||
description="Zowe Python SDK - z/OS Files package", | ||
long_description=open("README.md", 'r').read(), | ||
long_description=open("README.md", "r").read(), | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/zowe/zowe-client-python-sdk", | ||
author="Guilherme Cartier", | ||
author_email="[email protected]", | ||
license="EPL-2.0", | ||
classifiers=[ | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)", | ||
], | ||
install_requires=[resolve_sdk_dep("core", "~=" + __version__)], | ||
|
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 |
---|---|---|
|
@@ -10,15 +10,15 @@ | |
name="zowe_zos_jobs_for_zowe_sdk", | ||
version=__version__, | ||
description="Zowe Python SDK - z/OS Jobs package", | ||
long_description=open("README.md", 'r').read(), | ||
long_description=open("README.md", "r").read(), | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/zowe/zowe-client-python-sdk", | ||
author="Guilherme Cartier", | ||
author_email="[email protected]", | ||
license="EPL-2.0", | ||
classifiers=[ | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)", | ||
], | ||
install_requires=[resolve_sdk_dep("core", "~=" + __version__)], | ||
|
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 |
---|---|---|
|
@@ -10,15 +10,15 @@ | |
name="zowe_zos_tso_for_zowe_sdk", | ||
version=__version__, | ||
description="Zowe Python SDK - z/OS TSO package", | ||
long_description=open("README.md", 'r').read(), | ||
long_description=open("README.md", "r").read(), | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/zowe/zowe-client-python-sdk", | ||
author="Guilherme Cartier", | ||
author_email="[email protected]", | ||
license="EPL-2.0", | ||
classifiers=[ | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)", | ||
], | ||
install_requires=[resolve_sdk_dep("core", "~=" + __version__)], | ||
|
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 |
---|---|---|
|
@@ -10,15 +10,15 @@ | |
name="zowe_zosmf_for_zowe_sdk", | ||
version=__version__, | ||
description="Zowe Python SDK - z/OSMF package", | ||
long_description=open("README.md", 'r').read(), | ||
long_description=open("README.md", "r").read(), | ||
long_description_content_type="text/markdown", | ||
url="https://github.com/zowe/zowe-client-python-sdk", | ||
author="Guilherme Cartier", | ||
author_email="[email protected]", | ||
license="EPL-2.0", | ||
classifiers=[ | ||
"Programming Language :: Python :: 3", | ||
"Programming Language :: Python :: 3.7", | ||
"Programming Language :: Python :: 3.8", | ||
"License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)", | ||
], | ||
install_requires=[resolve_sdk_dep("core", "~=" + __version__)], | ||
|