Merge "Update pypi url to new url"

This commit is contained in:
Zuul 2018-06-05 02:08:48 +00:00 committed by Gerrit Code Review
commit b19dd14878
3 changed files with 4 additions and 4 deletions

View File

@ -120,7 +120,7 @@ blacklist_calls:
level: "LOW"
# Most of this is based off of Christian Heimes' work on defusedxml:
# https://pypi.python.org/pypi/defusedxml/#defusedxml-sax
# https://pypi.org/project/defusedxml/#defusedxml-sax
# TODO(jaegerandi): Enable once defusedxml is in global requirements.
#- xml_bad_cElementTree:
@ -191,7 +191,7 @@ blacklist_imports:
message: "Consider possible security implications associated with {module} module."
# Most of this is based off of Christian Heimes' work on defusedxml:
# https://pypi.python.org/pypi/defusedxml/#defusedxml-sax
# https://pypi.org/project/defusedxml/#defusedxml-sax
- xml_libs:
imports: [xml.etree.cElementTree,

View File

@ -146,7 +146,7 @@ Glossary
https://uwsgi-docs.readthedocs.io/en/latest/index.html
https://pypi.python.org/pypi/uWSGI
https://pypi.org/project/uWSGI/
https://github.com/unbit/uwsgi

View File

@ -22,5 +22,5 @@ through the python-glanceclient project. Explore the following resources
for more information:
* `Official Docs <http://docs.openstack.org/developer/python-glanceclient/>`_
* `Pypi Page <http://pypi.python.org/pypi/python-glanceclient>`_
* `Pypi Page <https://pypi.org/project/python-glanceclient/>`_
* `GitHub Project <http://github.com/openstack/python-glanceclient>`_