Skip to content

Commit

Permalink
PAPP-34684: Bumping pre-commit hooks and cleaning up wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
bbielinski-splunk committed Sep 10, 2024
1 parent b92702d commit a15ecf4
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 42 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/phantomcyber/dev-cicd-tools
rev: v1.17
rev: v1.18
hooks:
- id: org-hook
- id: package-app-dependencies
- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
rev: v1.5.0
hooks:
- id: detect-secrets
args: ['--no-verify', '--exclude-files', '^splunk.json$']
40 changes: 0 additions & 40 deletions splunk.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@
"license": "Copyright (c) 2016-2024 Splunk Inc.",
"pip_dependencies": {
"wheel": [
{
"module": "beautifulsoup4",
"input_file": "wheels/py3/beautifulsoup4-4.9.1-py3-none-any.whl"
},
{
"module": "deprecation",
"input_file": "wheels/shared/deprecation-2.1.0-py2.py3-none-any.whl"
Expand All @@ -68,10 +64,6 @@
"module": "pyparsing",
"input_file": "wheels/py3/pyparsing-3.1.4-py3-none-any.whl"
},
{
"module": "python_dateutil",
"input_file": "wheels/shared/python_dateutil-2.8.1-py2.py3-none-any.whl"
},
{
"module": "pytz",
"input_file": "wheels/shared/pytz-2021.1-py2.py3-none-any.whl"
Expand All @@ -80,21 +72,9 @@
"module": "simplejson",
"input_file": "wheels/py36/simplejson-3.17.2-cp36-cp36m-manylinux2010_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.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": "splunk_sdk",
"input_file": "wheels/py3/splunk_sdk-2.0.1-py3-none-any.whl"
},
{
"module": "xmltodict",
"input_file": "wheels/shared/xmltodict-0.13.0-py2.py3-none-any.whl"
}
]
},
Expand Down Expand Up @@ -1286,10 +1266,6 @@
],
"pip39_dependencies": {
"wheel": [
{
"module": "beautifulsoup4",
"input_file": "wheels/py3/beautifulsoup4-4.9.1-py3-none-any.whl"
},
{
"module": "deprecation",
"input_file": "wheels/shared/deprecation-2.1.0-py2.py3-none-any.whl"
Expand All @@ -1298,10 +1274,6 @@
"module": "packaging",
"input_file": "wheels/py3/packaging-24.1-py3-none-any.whl"
},
{
"module": "python_dateutil",
"input_file": "wheels/shared/python_dateutil-2.8.1-py2.py3-none-any.whl"
},
{
"module": "pytz",
"input_file": "wheels/shared/pytz-2021.1-py2.py3-none-any.whl"
Expand All @@ -1310,21 +1282,9 @@
"module": "simplejson",
"input_file": "wheels/py39/simplejson-3.17.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"module": "six",
"input_file": "wheels/shared/six-1.16.0-py2.py3-none-any.whl"
},
{
"module": "soupsieve",
"input_file": "wheels/py3/soupsieve-2.6-py3-none-any.whl"
},
{
"module": "splunk_sdk",
"input_file": "wheels/py3/splunk_sdk-2.0.1-py3-none-any.whl"
},
{
"module": "xmltodict",
"input_file": "wheels/shared/xmltodict-0.13.0-py2.py3-none-any.whl"
}
]
}
Expand Down
Binary file removed wheels/py3/beautifulsoup4-4.9.1-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/py3/soupsieve-2.6-py3-none-any.whl
Binary file not shown.
Binary file modified wheels/py3/splunk_sdk-2.0.1-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed wheels/shared/six-1.16.0-py2.py3-none-any.whl
Binary file not shown.
Binary file removed wheels/shared/xmltodict-0.13.0-py2.py3-none-any.whl
Binary file not shown.

0 comments on commit a15ecf4

Please sign in to comment.