summaryrefslogtreecommitdiff
path: root/scripts/internal
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2018-04-25 06:15:58 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2018-04-25 06:15:58 +0200
commit489422b9cccf55100a19e96135d05f8e01d48daa (patch)
treeac5ded4103b9b309bb9bf91e122970f26c8bfd81 /scripts/internal
parent70b330221b87ff9c42d5160c57efea8fd3804398 (diff)
downloadpsutil-489422b9cccf55100a19e96135d05f8e01d48daa.tar.gz
#1270: migrate URLs to new pypi site
Diffstat (limited to 'scripts/internal')
-rwxr-xr-xscripts/internal/print_announce.py2
-rw-r--r--scripts/internal/print_timeline.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/internal/print_announce.py b/scripts/internal/print_announce.py
index 1c2b9e11..018fb092 100755
--- a/scripts/internal/print_announce.py
+++ b/scripts/internal/print_announce.py
@@ -20,7 +20,7 @@ HISTORY = os.path.abspath(os.path.join(HERE, '../../HISTORY.rst'))
PRJ_NAME = 'psutil'
PRJ_URL_HOME = 'https://github.com/giampaolo/psutil'
PRJ_URL_DOC = 'http://psutil.readthedocs.io'
-PRJ_URL_DOWNLOAD = 'https://pypi.python.org/pypi/psutil'
+PRJ_URL_DOWNLOAD = 'https://pypi.org/project/psutil/#files'
PRJ_URL_WHATSNEW = \
'https://github.com/giampaolo/psutil/blob/master/HISTORY.rst'
diff --git a/scripts/internal/print_timeline.py b/scripts/internal/print_timeline.py
index ffcb8fe8..4bfe76b3 100644
--- a/scripts/internal/print_timeline.py
+++ b/scripts/internal/print_timeline.py
@@ -13,7 +13,7 @@ import subprocess
entry = """\
- {date}:
- `{ver} <https://pypi.python.org/pypi?name=psutil&version={ver}&:action=files>`__ -
+ `{ver} <https://pypi.org/project/psutil/#files>`__ -
`what's new <https://github.com/giampaolo/psutil/blob/master/HISTORY.rst#{nodotver}>`__ -
`diff <https://github.com/giampaolo/psutil/compare/{prevtag}...{tag}#files_bucket>`__""" # NOQA