Remove local dnspython submodule since the latest dnspython (as of 1.15.0) supports all the requirements
This commit is contained in:
parent
2715f42722
commit
66e5d5acef
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,6 +1,3 @@
|
|||||||
[submodule "cymruwhois"]
|
[submodule "cymruwhois"]
|
||||||
path = cymruwhois
|
path = cymruwhois
|
||||||
url = https://github.com/JustinAzoff/python-cymruwhois.git
|
url = https://github.com/JustinAzoff/python-cymruwhois.git
|
||||||
[submodule "dnspython-orig"]
|
|
||||||
path = dnspython
|
|
||||||
url = https://github.com/rthalley/dnspython/
|
|
||||||
|
@ -130,8 +130,3 @@ Babak Farrokhi
|
|||||||
|
|
||||||
dnsdiag is released under a 2 clause BSD license.
|
dnsdiag is released under a 2 clause BSD license.
|
||||||
|
|
||||||
### Credits
|
|
||||||
|
|
||||||
- [@rthalley](https://github.com/rthalley) for invaluable [dnspython](https://github.com/rthalley/dnspython) library
|
|
||||||
- [@JustinAzoff](https://github.com/JustinAzoff) for [python-cymruwhois](https://github.com/JustinAzoff/python-cymruwhois) library
|
|
||||||
- [@bortzmeyer](https://github.com/bortzmeyer) for his feedback and patches
|
|
||||||
|
3
TODO.md
3
TODO.md
@ -1,6 +1,3 @@
|
|||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
- implement basic DNS client functionality into dnstraceroute to eliminate need
|
|
||||||
of modified dnspython module
|
|
||||||
- add support for python 2.x for the conservatives and faint-hearted ;-)
|
|
||||||
- dnsfingerprint.py tool to fingerprint DNS servers
|
- dnsfingerprint.py tool to fingerprint DNS servers
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Subproject commit a55e23fbc4b960ca7f88342a89404fc07293096c
|
|
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="dnsdiag",
|
name="dnsdiag",
|
||||||
version="1.5.0",
|
version="1.5.1",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Topic :: System :: Networking",
|
"Topic :: System :: Networking",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user