diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-evergreen-py.spec | 32 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 30 insertions, 5 deletions
@@ -1 +1,2 @@ /evergreen.py-3.5.5.tar.gz +/evergreen.py-3.5.6.tar.gz diff --git a/python-evergreen-py.spec b/python-evergreen-py.spec index d862510..3f502ca 100644 --- a/python-evergreen-py.spec +++ b/python-evergreen-py.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-evergreen.py -Version: 3.5.5 +Version: 3.5.6 Release: 1 Summary: Python client for the Evergreen API License: Apache-2.0 URL: https://github.com/evergreen-ci/evergreen.py -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e9/f7/f37558d088d8d37e79559a1759b78e75df5cad9773cd83345342a164b311/evergreen.py-3.5.5.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ae/88/4dd20e1184cc84cfe69a0f80151e2dd6046edb2534f924fde1c933cb1262/evergreen.py-3.5.6.tar.gz BuildArch: noarch Requires: python3-Click @@ -121,6 +121,14 @@ $ evg-api --json list-hosts } ``` +The `patch_from_diff` API requires the Evergreen CLI to be installed. Add the following to the host's DOCKERFILE: + +```bash +RUN wget https://evergreen.mongodb.com/clients/linux_amd64/evergreen +RUN chmod +x evergreen +ENV PATH="/project:$PATH" +``` + ## Documentation You can find the documentation [here](https://evergreen-ci.github.io/evergreen.py/). @@ -303,6 +311,14 @@ $ evg-api --json list-hosts } ``` +The `patch_from_diff` API requires the Evergreen CLI to be installed. Add the following to the host's DOCKERFILE: + +```bash +RUN wget https://evergreen.mongodb.com/clients/linux_amd64/evergreen +RUN chmod +x evergreen +ENV PATH="/project:$PATH" +``` + ## Documentation You can find the documentation [here](https://evergreen-ci.github.io/evergreen.py/). @@ -482,6 +498,14 @@ $ evg-api --json list-hosts } ``` +The `patch_from_diff` API requires the Evergreen CLI to be installed. Add the following to the host's DOCKERFILE: + +```bash +RUN wget https://evergreen.mongodb.com/clients/linux_amd64/evergreen +RUN chmod +x evergreen +ENV PATH="/project:$PATH" +``` + ## Documentation You can find the documentation [here](https://evergreen-ci.github.io/evergreen.py/). @@ -554,7 +578,7 @@ Deployment to production is automatically triggered on merges to master. %prep -%autosetup -n evergreen.py-3.5.5 +%autosetup -n evergreen.py-3.5.6 %build %py3_build @@ -594,5 +618,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 3.5.5-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 3.5.6-1 - Package Spec generated @@ -1 +1 @@ -2bbe47ad7c3f6553647941e0222d13e9 evergreen.py-3.5.5.tar.gz +2a1d03f0d06ec5e8d073bf760c88025b evergreen.py-3.5.6.tar.gz |
