%global _empty_manifest_terminate_build 0 Name: python-whatsmyip Version: 0.1.4 Release: 1 Summary: A tool to find your public IP address. License: MIT URL: https://github.com/Ecno92/whatsmyip Source0: https://mirrors.aliyun.com/pypi/web/packages/29/7f/bccd8bbae53f892b85f8a305ea244d3bcbfc726aa73e9faf4ad14e6e01fe/whatsmyip-0.1.4.tar.gz BuildArch: noarch Requires: python3-dnspython Requires: python3-requests Requires: python3-urllib3 Requires: python3-click %description # whatsmyip | myip [![Build Status](https://travis-ci.org/Ecno92/myip.svg?branch=master)](https://travis-ci.org/Ecno92/myip) [![pypi release](https://img.shields.io/pypi/v/whatsmyip.svg)](https://pypi.org/project/whatsmyip/) [![Coverage Status](https://coveralls.io/repos/github/Ecno92/myip/badge.svg?branch=master)](https://coveralls.io/github/Ecno92/myip?branch=master) ## Installation and usage As a CLI tool: ``` $ pip3 install whatsmyip $ myip 240.0.0.0 ``` As a library: ``` >>> from whatsmyip.ip import get_ip >>> from whatsmyip.providers import GoogleDnsProvider # Or any other provider >>> get_ip(GoogleDnsProvider) '240.0.0.0' ``` ## Supported providers * Google DNS * httpbin.org * Cloudflare - DNS - HTTP ## Goal of this project The goal of this project is not to become the best tool to check your IP address. In that case I recommend you to use something more simple like: `curl https://httpbin.org/ip` I've developed this project to have something simple to experiment with when explorering new ideas or techniques. # LICENSE Copyright 2018 Therry van Neerven Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # Release History ## 0.1.4 * Security: urllib3 version should be larger than 1.24.1. ## 0.1.3 * Improved README for using whatsmyip as a module in your project. ## 0.1.2 * Added Cloudfront HTTP and DNS providers ## 0.1.1 * New release with Markdown description on PYPI ## 0.1.0 * Release of initial version to PYPI for public testing. %package -n python3-whatsmyip Summary: A tool to find your public IP address. Provides: python-whatsmyip BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-whatsmyip # whatsmyip | myip [![Build Status](https://travis-ci.org/Ecno92/myip.svg?branch=master)](https://travis-ci.org/Ecno92/myip) [![pypi release](https://img.shields.io/pypi/v/whatsmyip.svg)](https://pypi.org/project/whatsmyip/) [![Coverage Status](https://coveralls.io/repos/github/Ecno92/myip/badge.svg?branch=master)](https://coveralls.io/github/Ecno92/myip?branch=master) ## Installation and usage As a CLI tool: ``` $ pip3 install whatsmyip $ myip 240.0.0.0 ``` As a library: ``` >>> from whatsmyip.ip import get_ip >>> from whatsmyip.providers import GoogleDnsProvider # Or any other provider >>> get_ip(GoogleDnsProvider) '240.0.0.0' ``` ## Supported providers * Google DNS * httpbin.org * Cloudflare - DNS - HTTP ## Goal of this project The goal of this project is not to become the best tool to check your IP address. In that case I recommend you to use something more simple like: `curl https://httpbin.org/ip` I've developed this project to have something simple to experiment with when explorering new ideas or techniques. # LICENSE Copyright 2018 Therry van Neerven Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # Release History ## 0.1.4 * Security: urllib3 version should be larger than 1.24.1. ## 0.1.3 * Improved README for using whatsmyip as a module in your project. ## 0.1.2 * Added Cloudfront HTTP and DNS providers ## 0.1.1 * New release with Markdown description on PYPI ## 0.1.0 * Release of initial version to PYPI for public testing. %package help Summary: Development documents and examples for whatsmyip Provides: python3-whatsmyip-doc %description help # whatsmyip | myip [![Build Status](https://travis-ci.org/Ecno92/myip.svg?branch=master)](https://travis-ci.org/Ecno92/myip) [![pypi release](https://img.shields.io/pypi/v/whatsmyip.svg)](https://pypi.org/project/whatsmyip/) [![Coverage Status](https://coveralls.io/repos/github/Ecno92/myip/badge.svg?branch=master)](https://coveralls.io/github/Ecno92/myip?branch=master) ## Installation and usage As a CLI tool: ``` $ pip3 install whatsmyip $ myip 240.0.0.0 ``` As a library: ``` >>> from whatsmyip.ip import get_ip >>> from whatsmyip.providers import GoogleDnsProvider # Or any other provider >>> get_ip(GoogleDnsProvider) '240.0.0.0' ``` ## Supported providers * Google DNS * httpbin.org * Cloudflare - DNS - HTTP ## Goal of this project The goal of this project is not to become the best tool to check your IP address. In that case I recommend you to use something more simple like: `curl https://httpbin.org/ip` I've developed this project to have something simple to experiment with when explorering new ideas or techniques. # LICENSE Copyright 2018 Therry van Neerven Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # Release History ## 0.1.4 * Security: urllib3 version should be larger than 1.24.1. ## 0.1.3 * Improved README for using whatsmyip as a module in your project. ## 0.1.2 * Added Cloudfront HTTP and DNS providers ## 0.1.1 * New release with Markdown description on PYPI ## 0.1.0 * Release of initial version to PYPI for public testing. %prep %autosetup -n whatsmyip-0.1.4 %build %py3_build %install %py3_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %files -n python3-whatsmyip -f filelist.lst %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog * Thu Jun 08 2023 Python_Bot - 0.1.4-1 - Package Spec generated