]> git.pld-linux.org Git - packages/python-ipwhois.git/blob - python.patch
Initial.
[packages/python-ipwhois.git] / python.patch
1 --- ipwhois-1.2.0/setup.py~     2020-09-17 20:58:26.000000000 +0200
2 +++ ipwhois-1.2.0/setup.py      2022-01-25 10:26:32.086556142 +0100
3 @@ -67,7 +67,7 @@ PACKAGES = ['ipwhois']
4  
5  PACKAGE_DATA = {'ipwhois': ['data/*.xml', 'data/*.csv']}
6  
7 -INSTALL_REQUIRES = ['dnspython<=2.0.0', 'ipaddr==2.2.0;python_version<"3.3"']
8 +INSTALL_REQUIRES = ['dnspython', 'ipaddr==2.2.0;python_version<"3.3"']
9  
10  setup(
11      name=NAME,
12 --- ipwhois-1.2.0/ipwhois/scripts/ipwhois_cli.py~       2020-09-17 20:58:26.000000000 +0200
13 +++ ipwhois-1.2.0/ipwhois/scripts/ipwhois_cli.py        2022-01-25 10:28:25.753222795 +0100
14 @@ -1,3 +1,5 @@
15 +#!/usr/bin/python3
16 +
17  # Copyright (c) 2013-2020 Philip Hane
18  # All rights reserved.
19  #
20 --- ipwhois-1.2.0/ipwhois/scripts/ipwhois_utils_cli.py~ 2020-09-17 20:58:26.000000000 +0200
21 +++ ipwhois-1.2.0/ipwhois/scripts/ipwhois_utils_cli.py  2022-01-25 10:29:29.213222774 +0100
22 @@ -1,3 +1,5 @@
23 +#!/usr/bin/python3
24 +
25  # Copyright (c) 2013-2020 Philip Hane
26  # All rights reserved.
27  #
This page took 0.07298 seconds and 3 git commands to generate.