Trivial: Update pypi url to new url
Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/<package> [2] https://pypi.org/project/<package> Change-Id: Ic639298e83189410395f31cc9ef60076af479efd
This commit is contained in:
parent
87dad294cc
commit
9b90498b07
@ -1709,7 +1709,7 @@ swift (1.11.0)
|
||||
from the codebase and is now in its own repository at
|
||||
https://github.com/openstack/swift-bench. New swift-bench
|
||||
binaries and packages may be found on PyPI at
|
||||
https://pypi.python.org/pypi/swift-bench
|
||||
https://pypi.org/project/swift-bench
|
||||
|
||||
* Bulk delete now also supports the POST verb, in addition to DELETE
|
||||
|
||||
|
@ -10,7 +10,7 @@ Application Bindings
|
||||
|
||||
* OpenStack supported binding:
|
||||
|
||||
* `Python-SwiftClient <https://pypi.python.org/pypi/python-swiftclient>`_
|
||||
* `Python-SwiftClient <https://pypi.org/project/python-swiftclient>`_
|
||||
|
||||
* Unofficial libraries and bindings:
|
||||
|
||||
|
@ -199,7 +199,7 @@ automated and not get `caught` by Jenkins.
|
||||
|
||||
For example for Vim the `syntastic`_ plugin can do this for you.
|
||||
|
||||
.. _`hacking`: https://pypi.python.org/pypi/hacking
|
||||
.. _`hacking`: https://pypi.org/project/hacking
|
||||
.. _`syntastic`: https://github.com/scrooloose/syntastic
|
||||
|
||||
------------------------
|
||||
|
@ -39,7 +39,7 @@ There are many clients in the :ref:`ecosystem <application-bindings>`. The offic
|
||||
and SDK is python-swiftclient.
|
||||
|
||||
* `Source code <https://github.com/openstack/python-swiftclient>`_
|
||||
* `Python Package Index <https://pypi.python.org/pypi/python-swiftclient>`_
|
||||
* `Python Package Index <https://pypi.org/project/python-swiftclient>`_
|
||||
|
||||
----------
|
||||
Production
|
||||
|
@ -334,7 +334,7 @@ Encryption scheme
|
||||
|
||||
Plaintext data is encrypted to ciphertext using the AES cipher with 256-bit
|
||||
keys implemented by the python `cryptography package
|
||||
<https://pypi.python.org/pypi/cryptography>`_. The cipher is used in counter
|
||||
<https://pypi.org/project/cryptography>`_. The cipher is used in counter
|
||||
(CTR) mode so that any byte or range of bytes in the ciphertext may be
|
||||
decrypted independently of any other bytes in the ciphertext. This enables very
|
||||
simple handling of ranged GETs.
|
||||
|
Loading…
Reference in New Issue
Block a user