Skip to content

Commit

Permalink
Merge pull request #21 from splunk-soar-connectors/next
Browse files Browse the repository at this point in the history
Merging next to main for release 2.5.2
  • Loading branch information
sodle-splunk authored Apr 2, 2024
2 parents 3abec13 + 8243fe2 commit 6134570
Show file tree
Hide file tree
Showing 36 changed files with 7 additions and 109 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/phantomcyber/dev-cicd-tools
rev: v1.16
rev: v1.17
hooks:
- id: org-hook
- id: package-app-dependencies
Expand Down
17 changes: 1 addition & 16 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Splunk SOAR G Suite for GMail
Copyright (c) 2017-2023 Splunk Inc.
Copyright (c) 2017-2024 Splunk Inc.

Third-party Software Attributions:

Expand Down Expand Up @@ -32,11 +32,6 @@ Version: 0.0.3
License: Apache 2.0
Unknown copyright

Library: httplib2
Version: 0.19.1
License: MIT
Copyright 2006 by Joe Gregorio

Library: oauth2client
Version: 4.1.2
License: Apache 2.0
Expand All @@ -52,16 +47,6 @@ Version: 0.4.18
License: MIT
Copyright 2001-2014 Adam Hupp

Library: requests
Version: 2.25.0
License: Apache 2.0
Kenneth Reitz

Library: rsa
Version: 4.7.2
License: Apache 2.0
Copyright 2011 Sybren A

Library: uritemplate
Version: 3.0.1
License: Apache 2.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# G Suite for GMail

Publisher: Splunk
Connector Version: 2.5.1
Connector Version: 2.5.2
Product Vendor: Google
Product Name: GMail
Product Version Supported (regex): ".\*"
Expand Down
94 changes: 3 additions & 91 deletions gsgmail.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,98 +16,10 @@
"latest_tested_versions": [
"Cloud, May 26, 2023"
],
"app_version": "2.5.1",
"app_version": "2.5.2",
"product_version_regex": ".*",
"license": "Copyright (c) 2017-2024 Splunk Inc.",
"utctime_updated": "2024-03-18T08:57:36.000000Z",
"pip_dependencies": {
"wheel": [
{
"module": "beautifulsoup4",
"input_file": "wheels/py3/beautifulsoup4-4.9.1-py3-none-any.whl"
},
{
"module": "cachetools",
"input_file": "wheels/py3/cachetools-4.0.0-py3-none-any.whl"
},
{
"module": "certifi",
"input_file": "wheels/py3/certifi-2022.12.7-py3-none-any.whl"
},
{
"module": "chardet",
"input_file": "wheels/shared/chardet-3.0.4-py2.py3-none-any.whl"
},
{
"module": "google_api_python_client",
"input_file": "wheels/py3/google_api_python_client-1.7.11-py3-none-any.whl"
},
{
"module": "google_auth",
"input_file": "wheels/shared/google_auth-1.30.2-py2.py3-none-any.whl"
},
{
"module": "google_auth_httplib2",
"input_file": "wheels/shared/google_auth_httplib2-0.0.3-py2.py3-none-any.whl"
},
{
"module": "httplib2",
"input_file": "wheels/py3/httplib2-0.19.1-py3-none-any.whl"
},
{
"module": "idna",
"input_file": "wheels/shared/idna-2.10-py2.py3-none-any.whl"
},
{
"module": "oauth2client",
"input_file": "wheels/shared/oauth2client-4.1.2-py2.py3-none-any.whl"
},
{
"module": "pyasn1",
"input_file": "wheels/shared/pyasn1-0.4.8-py2.py3-none-any.whl"
},
{
"module": "pyasn1_modules",
"input_file": "wheels/shared/pyasn1_modules-0.2.8-py2.py3-none-any.whl"
},
{
"module": "pyparsing",
"input_file": "wheels/shared/pyparsing-2.4.7-py2.py3-none-any.whl"
},
{
"module": "python_magic",
"input_file": "wheels/shared/python_magic-0.4.18-py2.py3-none-any.whl"
},
{
"module": "requests",
"input_file": "wheels/shared/requests-2.25.0-py2.py3-none-any.whl"
},
{
"module": "rsa",
"input_file": "wheels/py3/rsa-4.7.2-py3-none-any.whl"
},
{
"module": "setuptools",
"input_file": "wheels/py3/setuptools-59.6.0-py3-none-any.whl"
},
{
"module": "six",
"input_file": "wheels/shared/six-1.16.0-py2.py3-none-any.whl"
},
{
"module": "soupsieve",
"input_file": "wheels/py3/soupsieve-2.3.2.post1-py3-none-any.whl"
},
{
"module": "uritemplate",
"input_file": "wheels/shared/uritemplate-3.0.1-py2.py3-none-any.whl"
},
{
"module": "urllib3",
"input_file": "wheels/shared/urllib3-1.26.13-py2.py3-none-any.whl"
}
]
},
"configuration": {
"login_email": {
"required": true,
Expand Down Expand Up @@ -1349,7 +1261,7 @@
},
{
"module": "pyparsing",
"input_file": "wheels/py3/pyparsing-3.0.9-py3-none-any.whl"
"input_file": "wheels/py3/pyparsing-3.1.2-py3-none-any.whl"
},
{
"module": "python_magic",
Expand All @@ -1369,4 +1281,4 @@
}
]
}
}
}
1 change: 1 addition & 0 deletions release_notes/2.5.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Updated certifi, requests, urllib3 dependencies in order to use platform packages [PAPP-31096, PAPP-30822, PAPP-33451]
Binary file not shown.
Binary file not shown.
Binary file removed wheels/google_auth-1.11.2-py2.py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file removed wheels/httplib2-0.17.0-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed wheels/oauth2client_wheel/rsa-4.7.2-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/beautifulsoup4-4.9.1-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/cachetools-4.0.0-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/certifi-2022.12.7-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file removed wheels/py3/httplib2-0.19.1-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/pyparsing-3.0.9-py3-none-any.whl
Binary file not shown.
Binary file added wheels/py3/pyparsing-3.1.2-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/rsa-4.7.2-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/setuptools-59.6.0-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/py3/soupsieve-2.3.2.post1-py3-none-any.whl
Binary file not shown.
Binary file removed wheels/rsa-4.0-py2.py3-none-any.whl
Binary file not shown.
Binary file removed wheels/rsa_wheel/rsa-3.4.2-py2.py3-none-any.whl
Binary file not shown.
Binary file removed wheels/shared/chardet-3.0.4-py2.py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed wheels/shared/idna-2.10-py2.py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file removed wheels/shared/pyparsing-2.4.7-py2.py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file removed wheels/shared/requests-2.25.0-py2.py3-none-any.whl
Binary file not shown.
Binary file removed wheels/shared/urllib3-1.26.13-py2.py3-none-any.whl
Binary file not shown.
Binary file not shown.

0 comments on commit 6134570

Please sign in to comment.