Skip to content

Commit

Permalink
Update all pypi.python.org URLs to pypi.org (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufresne authored and auvipy committed Jun 10, 2018
1 parent c627c6d commit cb516bb
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
16 changes: 8 additions & 8 deletions README.rst
Expand Up @@ -6,7 +6,7 @@

:Version: 4.2.1
:Web: http://kombu.me/
:Download: https://pypi.python.org/pypi/kombu/
:Download: https://pypi.org/project/kombu/
:Source: https://github.com/celery/kombu/
:Keywords: messaging, amqp, rabbitmq, redis, mongodb, python, queue

Expand Down Expand Up @@ -64,16 +64,16 @@ and the `Wikipedia article about AMQP`_.

.. _`RabbitMQ`: https://www.rabbitmq.com/
.. _`AMQP`: https://amqp.org
.. _`py-amqp`: https://pypi.python.org/pypi/amqp/
.. _`qpid-python`: https://pypi.python.org/pypi/qpid-python/
.. _`py-amqp`: https://pypi.org/project/amqp/
.. _`qpid-python`: https://pypi.org/project/qpid-python/
.. _`Redis`: https://redis.io
.. _`Amazon SQS`: https://aws.amazon.com/sqs/
.. _`Zookeeper`: https://zookeeper.apache.org/
.. _`Rabbits and warrens`: http://web.archive.org/web/20160323134044/http://blogs.digitar.com/jjww/2009/01/rabbits-and-warrens/
.. _`amqplib`: https://barryp.org/software/py-amqplib/
.. _`Wikipedia article about AMQP`: https://en.wikipedia.org/wiki/AMQP
.. _`carrot`: https://pypi.python.org/pypi/carrot/
.. _`librabbitmq`: https://pypi.python.org/pypi/librabbitmq
.. _`carrot`: https://pypi.org/project/carrot/
.. _`librabbitmq`: https://pypi.org/project/librabbitmq/
.. _`Pyro`: https://pythonhosting.org/Pyro4
.. _`SoftLayer MQ`: https://sldn.softlayer.com/reference/messagequeueapi

Expand Down Expand Up @@ -346,14 +346,14 @@ file in the top distribution directory for the full license text.

.. |wheel| image:: https://img.shields.io/pypi/wheel/kombu.svg
:alt: Kombu can be installed via wheel
:target: https://pypi.python.org/pypi/kombu/
:target: https://pypi.org/project/kombu/

.. |pyversion| image:: https://img.shields.io/pypi/pyversions/kombu.svg
:alt: Supported Python versions.
:target: https://pypi.python.org/pypi/kombu/
:target: https://pypi.org/project/kombu/

.. |pyimp| image:: https://img.shields.io/pypi/implementation/kombu.svg
:alt: Support Python implementations.
:target: https://pypi.python.org/pypi/kombu/
:target: https://pypi.org/project/kombu/
--

10 changes: 5 additions & 5 deletions docs/includes/introduction.txt
@@ -1,6 +1,6 @@
:Version: 4.2.1
:Web: http://kombu.me/
:Download: http://pypi.python.org/pypi/kombu/
:Download: https://pypi.org/project/kombu/
:Source: https://github.com/celery/kombu/
:Keywords: messaging, amqp, rabbitmq, redis, mongodb, python, queue

Expand Down Expand Up @@ -58,16 +58,16 @@ and the `Wikipedia article about AMQP`_.

.. _`RabbitMQ`: https://www.rabbitmq.com/
.. _`AMQP`: https://amqp.org
.. _`py-amqp`: https://pypi.python.org/pypi/amqp/
.. _`qpid-python`: https://pypi.python.org/pypi/qpid-python/
.. _`py-amqp`: https://pypi.org/project/amqp/
.. _`qpid-python`: https://pypi.org/project/qpid-python/
.. _`Redis`: https://redis.io/
.. _`Amazon SQS`: https://aws.amazon.com/sqs/
.. _`Zookeeper`: https://zookeeper.apache.org/
.. _`Rabbits and warrens`: http://web.archive.org/web/20160323134044/http://blogs.digitar.com/jjww/2009/01/rabbits-and-warrens/
.. _`amqplib`: http://barryp.org/software/py-amqplib/
.. _`Wikipedia article about AMQP`: http://en.wikipedia.org/wiki/AMQP
.. _`carrot`: http://pypi.python.org/pypi/carrot/
.. _`librabbitmq`: http://pypi.python.org/pypi/librabbitmq
.. _`carrot`: https://pypi.org/project/carrot/
.. _`librabbitmq`: https://pypi.org/project/librabbitmq/
.. _`Pyro`: http://pythonhosted.org/Pyro4/
.. _`SoftLayer MQ`: http://www.softlayer.com/services/additional/message-queue

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/kombu.serialization.rst
Expand Up @@ -43,9 +43,9 @@

.. autodata:: registry

.. _`cjson`: https://pypi.python.org/pypi/python-cjson/
.. _`cjson`: https://pypi.org/project/python-cjson/
.. _`simplejson`: https://github.com/simplejson/simplejson
.. _`Python 2.7+`: https://docs.python.org/library/json.html
.. _`PyYAML`: https://pyyaml.org/
.. _`msgpack`: https://msgpack.org/
.. _`msgpack-python`: https://pypi.python.org/pypi/msgpack-python/
.. _`msgpack-python`: https://pypi.org/project/msgpack-python/
6 changes: 3 additions & 3 deletions docs/templates/readme.txt
Expand Up @@ -23,13 +23,13 @@

.. |wheel| image:: https://img.shields.io/pypi/wheel/kombu.svg
:alt: Kombu can be installed via wheel
:target: http://pypi.python.org/pypi/kombu/
:target: https://pypi.org/project/kombu/

.. |pyversion| image:: https://img.shields.io/pypi/pyversions/kombu.svg
:alt: Supported Python versions.
:target: http://pypi.python.org/pypi/kombu/
:target: https://pypi.org/project/kombu/

.. |pyimp| image:: https://img.shields.io/pypi/implementation/kombu.svg
:alt: Support Python implementations.
:target: http://pypi.python.org/pypi/kombu/
:target: https://pypi.org/project/kombu/
--
2 changes: 1 addition & 1 deletion kombu/compat.py
@@ -1,6 +1,6 @@
"""Carrot compatibility interface.
See https://pypi.python.org/pypi/carrot for documentation.
See https://pypi.org/project/carrot/ for documentation.
"""
from __future__ import absolute_import, unicode_literals

Expand Down
4 changes: 2 additions & 2 deletions kombu/transport/qpid.py
Expand Up @@ -24,8 +24,8 @@
tested and works with with Python 2.7.
.. _`Qpid`: https://qpid.apache.org/
.. _`qpid-python`: https://pypi.python.org/pypi/qpid-python/
.. _`qpid-tools`: https://pypi.python.org/pypi/qpid-tools/
.. _`qpid-python`: https://pypi.org/project/qpid-python/
.. _`qpid-tools`: https://pypi.org/project/qpid-tools/
Authentication
==============
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -66,7 +66,7 @@ def fullsplit(path, result=None):
if os.path.exists('README.rst'):
long_description = codecs.open('README.rst', 'r', 'utf-8').read()
else:
long_description = 'See https://pypi.python.org/pypi/kombu'
long_description = 'See https://pypi.org/project/kombu/'

# -*- Installation Requires -*-
py_version = sys.version_info
Expand Down

0 comments on commit cb516bb

Please sign in to comment.