summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-21 13:26:03 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-21 13:26:03 +0000
commitc0f3ec3d6c95bf2d94f4e636a9d41a33450db443 (patch)
treeb04b0613586d810f3b5049c52d50b24c2c7f2db8
parentff27c63f88e8329539a1c5b967109604fe44cf50 (diff)
automatic import of python-evergreen-pyopeneuler20.03
-rw-r--r--.gitignore1
-rw-r--r--python-evergreen-py.spec32
-rw-r--r--sources2
3 files changed, 30 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index d2e4936..a6ec932 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/sources b/sources
index dc003a7..430aed9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2bbe47ad7c3f6553647941e0222d13e9 evergreen.py-3.5.5.tar.gz
+2a1d03f0d06ec5e8d073bf760c88025b evergreen.py-3.5.6.tar.gz