Skip to content

Commit

Permalink
Removed cryptography module and update copyright (#35)
Browse files Browse the repository at this point in the history
* removed cryptography module and update copyright

* updated release notes

* Update README.md

* Update Latest Tested Version and Release Notes

---------

Co-authored-by: splunk-soar-connectors-admin <admin@splunksoar>
Co-authored-by: dhwanis-crest <[email protected]>
  • Loading branch information
3 people authored Apr 15, 2024
1 parent 5009457 commit 2af3b46
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 18 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
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Jira

Publisher: Splunk
Connector Version: 3.7.1
Connector Version: 3.7.2
Product Vendor: Atlassian
Product Name: Jira
Product Version Supported (regex): ".\*"
Expand Down
18 changes: 3 additions & 15 deletions jira.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"type": "ticketing",
"main_module": "jira_connector.py",
"app_version": "3.7.1",
"app_version": "3.7.2",
"utctime_updated": "2024-02-19T12:22:11.000000Z",
"package_name": "phantom_jira",
"product_vendor": "Atlassian",
Expand Down Expand Up @@ -10673,14 +10673,6 @@
"module": "beautifulsoup4",
"input_file": "wheels/py3/beautifulsoup4-4.9.1-py3-none-any.whl"
},
{
"module": "cffi",
"input_file": "wheels/py39/cffi-1.16.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl"
},
{
"module": "cryptography",
"input_file": "wheels/py36/cryptography-40.0.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
},
{
"module": "defusedxml",
"input_file": "wheels/shared/defusedxml-0.7.1-py2.py3-none-any.whl"
Expand All @@ -10695,16 +10687,12 @@
},
{
"module": "packaging",
"input_file": "wheels/py3/packaging-23.2-py3-none-any.whl"
"input_file": "wheels/py3/packaging-24.0-py3-none-any.whl"
},
{
"module": "pbr",
"input_file": "wheels/shared/pbr-5.4.4-py2.py3-none-any.whl"
},
{
"module": "pycparser",
"input_file": "wheels/shared/pycparser-2.21-py2.py3-none-any.whl"
},
{
"module": "python_dateutil",
"input_file": "wheels/shared/python_dateutil-2.8.1-py2.py3-none-any.whl"
Expand All @@ -10731,4 +10719,4 @@
}
]
}
}
}
1 change: 1 addition & 0 deletions release_notes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
**Unreleased**
* Removed cryptography dependencies in order to use platform packages [PAPP-31088, PAPP-33451]
Binary file removed wheels/py3/packaging-23.2-py3-none-any.whl
Binary file not shown.
Binary file added wheels/py3/packaging-24.0-py3-none-any.whl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed wheels/shared/pycparser-2.21-py2.py3-none-any.whl
Binary file not shown.

0 comments on commit 2af3b46

Please sign in to comment.