Skip to content

Commit

Permalink
Update all pypi.python.org URLs to pypi.org (celery#4669)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufresne authored and auvipy committed Apr 19, 2018
1 parent 3fe5a20 commit c26e30b
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ an overview of what's new in Celery 4.2.

Contributed by **Alex Hill**.

- **CI**: Run `Openstack Bandit <https://pypi.python.org/pypi/bandit/1.0.1>`_ in Travis CI in order to detect security issues.
- **CI**: Run `Openstack Bandit <https://pypi.org/project/bandit/1.0.1/>`_ in Travis CI in order to detect security issues.

Contributed by **Omer Katz**.

Expand Down
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

:Version: 4.2.0rc2 (latentcall)
:Web: http://celeryproject.org/
:Download: https://pypi.python.org/pypi/celery/
:Download: https://pypi.org/project/celery/
:Source: https://github.com/celery/celery/
:Keywords: task, queue, job, async, rabbitmq, amqp, redis,
python, distributed, actors
Expand Down Expand Up @@ -188,8 +188,8 @@ database connections at ``fork``.
.. _`web2py`: http://web2py.com/
.. _`Bottle`: https://bottlepy.org/
.. _`Pyramid`: http://docs.pylonsproject.org/en/latest/docs/pyramid.html
.. _`pyramid_celery`: https://pypi.python.org/pypi/pyramid_celery/
.. _`celery-pylons`: https://pypi.python.org/pypi/celery-pylons
.. _`pyramid_celery`: https://pypi.org/project/pyramid_celery/
.. _`celery-pylons`: https://pypi.org/project/celery-pylons/
.. _`web2py-celery`: https://code.google.com/p/web2py-celery/
.. _`Tornado`: http://www.tornadoweb.org/
.. _`tornado-celery`: https://github.com/mher/tornado-celery/
Expand Down Expand Up @@ -323,7 +323,7 @@ Downloading and installing from source

Download the latest version of Celery from PyPI:

https://pypi.python.org/pypi/celery/
https://pypi.org/project/celery/

You can install it by doing the following,:

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

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

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

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

.. |ocbackerbadge| image:: https://opencollective.com/celery/backers/badge.svg
:alt: Backers on Open Collective
Expand Down
2 changes: 1 addition & 1 deletion celery/backends/database/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
except ImportError: # pragma: no cover
raise ImproperlyConfigured(
'The database result backend requires SQLAlchemy to be installed.'
'See https://pypi.python.org/pypi/SQLAlchemy')
'See https://pypi.org/project/SQLAlchemy/')

logger = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion docs/includes/installation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Downloading and installing from source

Download the latest version of Celery from PyPI:

https://pypi.python.org/pypi/celery/
https://pypi.org/project/celery/

You can install it by doing the following,:

Expand Down
6 changes: 3 additions & 3 deletions docs/includes/introduction.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:Version: 4.2.0rc2 (latentcall)
:Web: http://celeryproject.org/
:Download: https://pypi.python.org/pypi/celery/
:Download: https://pypi.org/project/celery/
:Source: https://github.com/celery/celery/
:Keywords: task, queue, job, async, rabbitmq, amqp, redis,
python, distributed, actors
Expand Down Expand Up @@ -184,8 +184,8 @@ database connections at ``fork``.
.. _`web2py`: http://web2py.com/
.. _`Bottle`: https://bottlepy.org/
.. _`Pyramid`: http://docs.pylonsproject.org/en/latest/docs/pyramid.html
.. _`pyramid_celery`: https://pypi.python.org/pypi/pyramid_celery/
.. _`celery-pylons`: https://pypi.python.org/pypi/celery-pylons
.. _`pyramid_celery`: https://pypi.org/project/pyramid_celery/
.. _`celery-pylons`: https://pypi.org/project/celery-pylons/
.. _`web2py-celery`: https://code.google.com/p/web2py-celery/
.. _`Tornado`: http://www.tornadoweb.org/
.. _`tornado-celery`: https://github.com/mher/tornado-celery/
Expand Down
6 changes: 3 additions & 3 deletions docs/sec/CELERYSA-0001.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,19 @@ Users of the 2.4 series should upgrade to 2.4.4:

* ``pip install -U celery``, or
* ``easy_install -U celery``, or
* https://pypi.python.org/pypi/celery/2.4.4
* https://pypi.org/project/celery/2.4.4/

Users of the 2.3 series should upgrade to 2.3.4:

* ``pip install -U celery==2.3.4``, or
* ``easy_install -U celery==2.3.4``, or
* https://pypi.python.org/pypi/celery/2.3.4
* https://pypi.org/project/celery/2.3.4/

Users of the 2.2 series should upgrade to 2.2.8:

* ``pip install -U celery==2.2.8``, or
* ``easy_install -U celery==2.2.8``, or
* https://pypi.python.org/pypi/celery/2.2.8
* https://pypi.org/project/celery/2.2.8/

The 2.1 series is no longer being maintained, so we urge users
of that series to upgrade to a more recent version.
Expand Down
4 changes: 2 additions & 2 deletions docs/sec/CELERYSA-0002.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ Or you can upgrade to a more recent version:

* ``pip install -U celery``, or
* ``easy_install -U celery``, or
* https://pypi.python.org/pypi/celery/3.1.13
* https://pypi.org/project/celery/3.1.13/

- Users of the 3.0 series should upgrade to 3.0.25:

* ``pip install -U celery==3.0.25``, or
* ``easy_install -U celery==3.0.25``, or
* https://pypi.python.org/pypi/celery/3.0.25
* https://pypi.org/project/celery/3.0.25/

Distribution package maintainers are urged to provide their users
with updated packages.
Expand Down
6 changes: 3 additions & 3 deletions docs/templates/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@

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

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

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

0 comments on commit c26e30b

Please sign in to comment.