Skip to content

Commit

Permalink
Fix version numbers of download packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
doerwalter committed Nov 18, 2021
1 parent 97a111b commit db4fc8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/DOWNLOAD.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ File
`ll-xist-5.69.tar.gz <http://python-downloads.livinglogic.de/download/xist/ll-xist-5.69.tar.gz>`_ Source 731K
`ll-xist-5.69.win-amd64-py3.10.msi <http://python-downloads.livinglogic.de/download/xist/ll-xist-5.69.win-amd64-py3.10.msi>`_ Windows installer (Python 3.10) 1332K
`ll-xist-5.69.win32-py3.10.msi <http://python-downloads.livinglogic.de/download/xist/ll-xist-5.69.win32-py3.10.msi>`_ Windows installer (Python 3.10) 1280K
`ll_xist-5.69-cp310-cp310-macosx_11_0_x86_64.whl <http://python-downloads.livinglogic.de/download/xist/ll_xist-5.69-cp310-cp310-macosx_11_0_x86_64.whl>`_ Mac wheel (Python 3.1.0) 554K
`ll_xist-5.69-cp310-cp310-win32.whl <http://python-downloads.livinglogic.de/download/xist/ll_xist-5.69-cp310-cp310-win32.whl>`_ Windows wheel (Python 3.1.0) 553K
`ll_xist-5.69-cp310-cp310-win_amd64.whl <http://python-downloads.livinglogic.de/download/xist/ll_xist-5.69-cp310-cp310-win_amd64.whl>`_ Windows wheel (Python 3.1.0) 556K
`ll_xist-5.69-cp310-cp310-macosx_11_0_x86_64.whl <http://python-downloads.livinglogic.de/download/xist/ll_xist-5.69-cp310-cp310-macosx_11_0_x86_64.whl>`_ Mac wheel (Python 3.10) 554K
`ll_xist-5.69-cp310-cp310-win32.whl <http://python-downloads.livinglogic.de/download/xist/ll_xist-5.69-cp310-cp310-win32.whl>`_ Windows wheel (Python 3.10) 553K
`ll_xist-5.69-cp310-cp310-win_amd64.whl <http://python-downloads.livinglogic.de/download/xist/ll_xist-5.69-cp310-cp310-win_amd64.whl>`_ Windows wheel (Python 3.10) 556K
`ll_xist-5.69-cp38-cp38-win32.whl <http://python-downloads.livinglogic.de/download/xist/ll_xist-5.69-cp38-cp38-win32.whl>`_ Windows wheel (Python 3.8) 553K
`ll_xist-5.69-cp38-cp38-win_amd64.whl <http://python-downloads.livinglogic.de/download/xist/ll_xist-5.69-cp38-cp38-win_amd64.whl>`_ Windows wheel (Python 3.8) 556K
`ll_xist-5.69-cp39-cp39-win32.whl <http://python-downloads.livinglogic.de/download/xist/ll_xist-5.69-cp39-cp39-win32.whl>`_ Windows wheel (Python 3.9) 553K
Expand All @@ -46,8 +46,8 @@ File
`ll-xist-5.68.1.tar.gz <http://python-downloads.livinglogic.de/download/xist/ll-xist-5.68.1.tar.gz>`_ Source 730K
`ll-xist-5.68.1.win-amd64-py3.10.msi <http://python-downloads.livinglogic.de/download/xist/ll-xist-5.68.1.win-amd64-py3.10.msi>`_ Windows installer (Python 3.10) 1332K
`ll-xist-5.68.1.win32-py3.10.msi <http://python-downloads.livinglogic.de/download/xist/ll-xist-5.68.1.win32-py3.10.msi>`_ Windows installer (Python 3.10) 1280K
`ll_xist-5.68.1-cp310-cp310-win32.whl <http://python-downloads.livinglogic.de/download/xist/ll_xist-5.68.1-cp310-cp310-win32.whl>`_ Windows wheel (Python 3.1.0) 553K
`ll_xist-5.68.1-cp310-cp310-win_amd64.whl <http://python-downloads.livinglogic.de/download/xist/ll_xist-5.68.1-cp310-cp310-win_amd64.whl>`_ Windows wheel (Python 3.1.0) 555K
`ll_xist-5.68.1-cp310-cp310-win32.whl <http://python-downloads.livinglogic.de/download/xist/ll_xist-5.68.1-cp310-cp310-win32.whl>`_ Windows wheel (Python 3.10) 553K
`ll_xist-5.68.1-cp310-cp310-win_amd64.whl <http://python-downloads.livinglogic.de/download/xist/ll_xist-5.68.1-cp310-cp310-win_amd64.whl>`_ Windows wheel (Python 3.10) 555K
`ll_xist-5.68.1-cp36-cp36m-win32.whl <http://python-downloads.livinglogic.de/download/xist/ll_xist-5.68.1-cp36-cp36m-win32.whl>`_ Windows wheel (Python 3.6) 556K
`ll_xist-5.68.1-cp36-cp36m-win_amd64.whl <http://python-downloads.livinglogic.de/download/xist/ll_xist-5.68.1-cp36-cp36m-win_amd64.whl>`_ Windows wheel (Python 3.6) 559K
`ll_xist-5.68.1-cp37-cp37m-win32.whl <http://python-downloads.livinglogic.de/download/xist/ll_xist-5.68.1-cp37-cp37m-win32.whl>`_ Windows wheel (Python 3.7) 553K
Expand Down
2 changes: 1 addition & 1 deletion docs/makedownloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(self, url_):
pos = name.find("-cp")
if pos >= 0:
version = name[pos+3:].split("-")[0]
version = ".".join(version)
version = f"{version[0]}.{version[1:]}"
self.type += f" (Python {version})"
elif name.endswith((".exe", ".msi")):
self.type = "Windows installer"
Expand Down

0 comments on commit db4fc8a

Please sign in to comment.