I’m (still) not used to updating python packages…
I’ve heard (perhaps gossip/rumor-level) that Message Digest for DNS Zones (aka RFC 8976 to IETF participants) is/will/might be implemented in dnspython 2.2.0. So I tried to update my dnspython to 2.2.0 and this happened:
pip3 install dnspython==2.2.0 --user
ERROR: Could not find a version that satisfies the requirement dnspython==2.2.0 (from versions: 1.11.0, 1.11.1, 1.12.0, 1.13.0, 1.14.0, 1.15.0, 1.16.0, 2.0.0rc1, 2.0.0rc2, 2.0.0, 2.1.0rc1, 2.1.0)
ERROR: No matching distribution found for dnspython==2.2.0
(Lead in - will Message Digest be in 2.2.0? Am I asking for the right thing?)
(Assuming the answer to the previous question is ‘yes’:) Is 2.2.0 not yet available? Or do I need to go somewhere other than my pip3 default package repository to get it (until the default package repository itself gets 2.2.0)?
Ancillary - In my environment, pip3’s default version for dnspython is 2.0.0. I did request 2.1.0 and got that, so I think, in general, the upgrading “works”.