1
0
mirror of https://github.com/pypiserver/pypiserver synced 2025-02-22 19:19:37 +01:00

update README for 0.4.1 release

This commit is contained in:
Ralf Schmitt 2011-11-23 22:29:35 +01:00
parent 0229f80ef4
commit 7134ffc966

@ -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.0 :Version: 0.4.1
:Date: 2011-11-19 :Date: 2011-11-23
: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
@ -182,8 +182,8 @@ available versions on pypi. A dot means the package is up-to-date, 'u'
means the package can be updated and 'e' means the list of releases on means the package can be updated and 'e' means the list of releases on
pypi is empty. After that it show a pip command line which can be used pypi is empty. After that it show a pip command line which can be used
to update a one package. Either copy and paste that or run to update a one package. Either copy and paste that or run
"pypi-server -Ux" in order to really execute those "pypi-server -Ux" in order to really execute those commands. You need
commands. to have pip installed for that to work however.
Specifying an additional '-u' option will also allow alpha, beta and Specifying an additional '-u' option will also allow alpha, beta and
release candidates to be downloaded. Without this option these release candidates to be downloaded. Without this option these
@ -312,6 +312,12 @@ EggBasket (http://pypi.python.org/pypi/EggBasket)
Changelog Changelog
========= =========
0.4.1 (2011-11-23)
------------------
- upgrade bottle to 0.9.7, fixes possible installation issues with
python 3
- remove dependency on pkg_resources module when running
'pypi-server -U'
0.4.0 (2011-11-19) 0.4.0 (2011-11-19)
------------------ ------------------