update documentation for 0.5.0 release

This commit is contained in:
Ralf Schmitt 2011-12-05 22:30:31 +01:00
parent 9aa6f69ff5
commit 4560c64433
1 changed files with 10 additions and 4 deletions

View File

@ -6,8 +6,8 @@ pypiserver - minimal PyPI server for use with pip/easy_install
:Authors: Ralf Schmitt <ralf@systemexit.de> :Authors: Ralf Schmitt <ralf@systemexit.de>
:Version: 0.4.1 :Version: 0.5.0
:Date: 2011-11-23 :Date: 2011-12-05
:Download: http://pypi.python.org/pypi/pypiserver :Download: http://pypi.python.org/pypi/pypiserver
:Code: https://github.com/schmir/pypiserver :Code: https://github.com/schmir/pypiserver
@ -38,8 +38,6 @@ The git repository contains a 'pypi-server-standalone.py' script,
which is a single python file ready to be executed without any other which is a single python file ready to be executed without any other
dependencies. dependencies.
This does *not* work when you're using Python 3.0 or up!
Run the following commands to download the script with wget:: Run the following commands to download the script with wget::
wget https://raw.github.com/schmir/pypiserver/standalone/pypi-server-standalone.py wget https://raw.github.com/schmir/pypiserver/standalone/pypi-server-standalone.py
@ -312,6 +310,14 @@ EggBasket (http://pypi.python.org/pypi/EggBasket)
Changelog Changelog
========= =========
0.5.0 (2011-12-05)
------------------
- make setup.py install without calling 2to3 by changing source code
to be compatible with both python 2 and python 3. We now ship a
slightly patched version of bottle. The upcoming bottle 0.11
also contains these changes.
- make the single-file pypi-server-standalone.py work with python 3
0.4.1 (2011-11-23) 0.4.1 (2011-11-23)
------------------ ------------------
- upgrade bottle to 0.9.7, fixes possible installation issues with - upgrade bottle to 0.9.7, fixes possible installation issues with