From 519940401bfb069824ef910e3ce48cdbde99f53b Mon Sep 17 00:00:00 2001 From: Abhi Shah Date: Fri, 23 Jun 2023 14:30:42 +0530 Subject: [PATCH 1/4] Update README.md * removed RTD references. * updated Build Status to read from the GitHub CI * added Reference doc's link --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e28232d9..b8133ac1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -[![Build Status](https://travis-ci.org/splunk/splunk-sdk-python.svg?branch=master)](https://travis-ci.org/splunk/splunk-sdk-python) -[![Documentation Status](https://readthedocs.org/projects/splunk-python-sdk/badge/?version=latest)](https://splunk-python-sdk.readthedocs.io/en/latest/?badge=latest) +[![Build Status](https://github.com/splunk/splunk-sdk-python/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/splunk/splunk-sdk-python/actions/workflows/test.yml) + +[Reference Docs](https://dev.splunk.com/enterprise/reference) # The Splunk Enterprise Software Development Kit for Python From 75a76418a8e8778b8697b6a2b1b1372b45f82f3d Mon Sep 17 00:00:00 2001 From: Abhi Shah Date: Fri, 23 Jun 2023 14:38:30 +0530 Subject: [PATCH 2/4] Update test.yml - python 2.7 support removed from GH Actions --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 560e8bc0..03d3d4dd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: matrix: os: - ubuntu-latest - python: [ 2.7, 3.7 ] + python: 3.7 splunk-version: - "8.1" - "8.2" From 92c112d6f20b448d6e0e8e6b3e2d229cd9bb2270 Mon Sep 17 00:00:00 2001 From: Abhi Shah Date: Fri, 23 Jun 2023 14:41:23 +0530 Subject: [PATCH 3/4] Update test.yml --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 03d3d4dd..019babf1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,3 +35,4 @@ jobs: - name: Test Execution run: tox -e py + \ No newline at end of file From 9dd4f05f9c488b7ef5802c906772ff88a7cc464e Mon Sep 17 00:00:00 2001 From: Abhi Shah Date: Fri, 23 Jun 2023 14:42:35 +0530 Subject: [PATCH 4/4] Update test.yml --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 019babf1..66c1aaa9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: matrix: os: - ubuntu-latest - python: 3.7 + python: [3.7] splunk-version: - "8.1" - "8.2" @@ -35,4 +35,3 @@ jobs: - name: Test Execution run: tox -e py - \ No newline at end of file