python-ipify icon indicating copy to clipboard operation
python-ipify copied to clipboard

The official client library for ipify: A Simple IP Address API.

Results 9 python-ipify issues
Sort by recently updated
recently updated
newest added

Bugs with `linux_distribution` have not been fixed for years.

As it turns out, python3.8+ no longer ships with the `linux_distribution` function in the `platform` module (see https://bugs.python.org/issue28167). The docs recommend instead to use the homonym function from the [`distro`...

linux_distribution() has been removed from the platform library. This pull request uses platform.release() for the user agent string for linux clients. #7 is also a viable alternative, but requiring a...

linux_distribution in platform is deprecated in Python 3.5 and removed in Python 3.8 Remove linux_distribution import. Replace the call to linux_distribution for Linux systems with the human readable output of...

platform.linux_distribution was removed in Python 3.8 and Distro is the recommended replacement. I'm still pretty new to this so I can't figure out why when I run `python setup.py test`...

Trying to use latest ipify-1.0.0 with python 3.10.2 on macOS 11.6.5. Returns "ImportError: cannot import name 'linux_distribution' from 'platform'" ``` ╭─[zephyr] as buckley in ~ using node v17.8.0 ╰──➤ python3...

DeprecationWarning: distro.linux_distribution() is deprecated. It should only be used as a compatibility shim with Python's platform.linux_distribution(). Please use distro.id(), distro.version() and distro.name() instead. distribution_info = distro.linux_distribution() cannot import name 'linux_distribution'...

![snyk-top-banner](https://res.cloudinary.com/snyk/image/upload/r-d/scm-platform/snyk-pull-requests/pr-banner-default.svg) ### Snyk has created this PR to fix 2 vulnerabilities in the pip dependencies of this project. #### Snyk changed the following file(s): - `requirements.txt` --- > [!IMPORTANT] >...

![snyk-top-banner](https://res.cloudinary.com/snyk/image/upload/r-d/scm-platform/snyk-pull-requests/pr-banner-default.svg) ### Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this project. #### Snyk changed the following file(s): - `requirements.txt` ⚠️ Warning ``` python-coveralls...