forked from globus/globus-compute
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release and changelog documentation (globus#1106)
* Release and changelog documentation alpha release for testing change to allowlist_external * PR comments
- Loading branch information
Showing
25 changed files
with
1,365 additions
and
87 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
REQUIRES = [ | ||
"requests>=2.20.0,<3", | ||
"globus-sdk", # version will be bounded by `globus-compute-sdk` | ||
"globus-compute-sdk>=2.0.0", | ||
"globus-compute-sdk>=2.0.1", | ||
"globus-compute-common==0.1.0", | ||
# table printing used in list-endpoints | ||
"texttable>=1.6.4,<2", | ||
|
@@ -93,4 +93,8 @@ | |
author_email="[email protected]", | ||
license="Apache License, Version 2.0", | ||
url="https://github.com/funcx-faas/funcx", | ||
project_urls={ | ||
"Changelog": "https://globus-compute.readthedocs.io/en/latest/changelog.html", # noqa: E501 | ||
"Upgrade to Globus Compute": "https://globus-compute.readthedocs.io/en/latest/funcx_upgrade.html", # noqa: E501 | ||
}, | ||
) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
from setuptools import find_packages, setup | ||
|
||
REQUIRES = [ | ||
"globus-compute-endpoint>=2.0.0", | ||
"globus-compute-endpoint>=2.0.1", | ||
] | ||
|
||
version_ns = {} | ||
|
@@ -51,4 +51,8 @@ | |
author_email="[email protected]", | ||
license="Apache License, Version 2.0", | ||
url="https://github.com/funcx-faas/funcx", | ||
project_urls={ | ||
"Changelog": "https://globus-compute.readthedocs.io/en/latest/changelog_funcx.html", # noqa: E501 | ||
"Upgrade to Globus Compute": "https://globus-compute.readthedocs.io/en/latest/funcx_upgrade.html", # noqa: E501 | ||
}, | ||
) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
from setuptools import find_packages, setup | ||
|
||
REQUIRES = [ | ||
"globus-compute-sdk>=2.0.0", | ||
"globus-compute-sdk>=2.0.1", | ||
] | ||
|
||
|
||
|
@@ -52,4 +52,8 @@ def parse_version(): | |
author_email="[email protected]", | ||
license="Apache License, Version 2.0", | ||
url="https://github.com/funcx-faas/funcx", | ||
project_urls={ | ||
"Changelog": "https://globus-compute.readthedocs.io/en/latest/changelog_funcx.html", # noqa: E501 | ||
"Upgrade to Globus Compute": "https://globus-compute.readthedocs.io/en/latest/funcx_upgrade.html", # noqa: E501 | ||
}, | ||
) |
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 |
---|---|---|
|
@@ -92,4 +92,8 @@ def parse_version(): | |
author_email="[email protected]", | ||
license="Apache License, Version 2.0", | ||
url="https://github.com/funcx-faas/funcx", | ||
project_urls={ | ||
"Changelog": "https://globus-compute.readthedocs.io/en/latest/changelog.html", # noqa: E501 | ||
"Upgrade to Globus Compute": "https://globus-compute.readthedocs.io/en/latest/funcx_upgrade.html", # noqa: E501 | ||
}, | ||
) |
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.