summaryrefslogtreecommitdiff
path: root/python-evergreen-py.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-evergreen-py.spec')
-rw-r--r--python-evergreen-py.spec32
1 files changed, 28 insertions, 4 deletions
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