ocket8888 opened a new pull request #4418: Some tiny Python-client-related fixes
URL: https://github.com/apache/trafficcontrol/pull/4418
 
 
   ## What does this PR (Pull Request) do?
   - [x] This PR is not related to any Issue
   
   * Addresses inaccuracies, bad formatting in the clients/README.md file
   * Fixed the warning in `setup.py` reporting that "3.4 <= version 3.6" being 
supported (3.4 isn't even receiving security fixes anymore)
   * Removed an unused import from the toaccess scripts
   * Added `-v`/`--version` support to the toaccess scripts
   * Fixed a bug when formatting the API version that caused all toaccess 
scripts to be unusable (now using fstrings)
   * Incremented micro version to account for bugfix
   * Removed admonition about dropping support for Python 2 - that's been done 
and the package will now refuse to build for Python 2.
   
   ## Which Traffic Control components are affected by this PR?
   - Documentation
   - Traffic Control Client (Python) - but really mostly just toaccess
   
   ## What is the best way to verify this PR?
   Install the client and try to use the toaccess scripts. I tried `toget -fkp 
ping` and got the expected output (my environment variables are set).
   
   ## If this is a bug fix, what versions of Traffic Control are affected?
   - master
   
   ## The following criteria are ALL met by this PR
   - [x] Python client is untested
   - [x] This PR includes documentation
   - [x] An update to CHANGELOG.md is not necessary
   - [x] This PR includes any and all required license headers
   - [x] This PR does not include a database migration
   - [x] This PR **DOES NOT FIX A SERIOUS SECURITY VULNERABILITY**

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to