Skip to content

Commit

Permalink
Add IDNA again, update certifi with latest library, remove requests, …
Browse files Browse the repository at this point in the history
…update notice file, update requirement.txt
  • Loading branch information
ishans-crest committed Jan 9, 2024
1 parent f4afe1e commit ac98172
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 19 deletions.
17 changes: 0 additions & 17 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,11 @@ Copyright (c) 2016-2024 Splunk Inc.

Third-party Software Attributions:

Library: certifi
Version: 2019.11.28
License: Mozilla 2.0
PyPA

Library: geoip2
Version: 2.9.0
License: Apache 2.0
MaxMind

Library: idna
Version: 2.8
License: BSD 3
Copyright 1991-2014 Unicode, Inc
Copyright 2001-2014 Python Software Foundation; All Rights Reserved
Copyright 2013-2018 Kim Davies

Library: maxminddb
Version: 1.5.1
License: Apache 2.0
Expand All @@ -37,11 +25,6 @@ Copyright 2015 - dateutil contributors (see AUTHORS file)
Copyright 2017 Paul Ganssle <[email protected]>
Copyright 2017 dateutil contributors (see AUTHORS file)

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

Library: urllib3
Version: 1.26.6
License: MIT
Expand Down
16 changes: 16 additions & 0 deletions maxmind.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,18 @@
},
"pip3_dependencies": {
"wheel": [
{
"module": "certifi",
"input_file": "wheels/py3/certifi-2022.12.7-py3-none-any.whl"
},
{
"module": "geoip2",
"input_file": "wheels/shared/geoip2-2.9.0-py2.py3-none-any.whl"
},
{
"module": "idna",
"input_file": "wheels/shared/idna-2.8-py2.py3-none-any.whl"
},
{
"module": "maxminddb",
"input_file": "wheels/py3/maxminddb-1.5.1-py3-none-any.whl"
Expand Down Expand Up @@ -490,10 +498,18 @@
],
"pip39_dependencies": {
"wheel": [
{
"module": "certifi",
"input_file": "wheels/py3/certifi-2022.12.7-py3-none-any.whl"
},
{
"module": "geoip2",
"input_file": "wheels/shared/geoip2-2.9.0-py2.py3-none-any.whl"
},
{
"module": "idna",
"input_file": "wheels/shared/idna-2.8-py2.py3-none-any.whl"
},
{
"module": "maxminddb",
"input_file": "wheels/py3/maxminddb-1.5.1-py3-none-any.whl"
Expand Down
2 changes: 1 addition & 1 deletion maxmind_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def _handle_test_connectivity(self, param):

# Create a ActionResult object to store the result
self.save_progress('In action handler for: {0}'.format(self.get_action_identifier()))
self.save_progress('Querying the Maxmind DB for the IP: {}'.format(self._ip_address))
self.save_progress('Querying the MaxMind DB for the IP: {}'.format(self._ip_address))

try:
_ = self.reader.city(self._ip_address)
Expand Down
2 changes: 1 addition & 1 deletion release_notes/unreleased.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
**Unreleased**
* Updated requests, certifi dependencies in order to use platform packages [PAPP-31087, PAPP-31082, PAPP-31096, PAPP-30822]
* Updated requests, certifi dependencies in order to use platform packages [PAPP-31096,PAPP-30822]
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
certifi==2022.12.07
geoip2==2.9.0
idna==2.8
maxminddb==1.5.1
python-dateutil==2.8.1
urllib3==1.26.18
Binary file added wheels/py3/certifi-2022.12.7-py3-none-any.whl
Binary file not shown.
Binary file added wheels/shared/idna-2.8-py2.py3-none-any.whl
Binary file not shown.

0 comments on commit ac98172

Please sign in to comment.