devpi-server-2.0.3: fix for plain "setup.py register"

holger krekel holger at merlinux.eu
Fri Aug 8 15:56:31 CEST 2014


Florian Schulze and me just released devpi-server-2.0.3 fixing a regression
from the 1.X series preventing a plain "python setup.py register -r NAME"
to succeed.  

have fun,

holger


On Wed, Aug 06, 2014 at 21:41 +0000, holger krekel wrote:
> The new devpi releases (devpi-server-2.0.2, devpi-web-2.0.1, devpi-client-2.0.1)
> contain several fixes for the private github-style pypi caching server, 
> see the changelog below for details.  Find all the documentation at
> 
>     http://doc.devpi.net/latest
> 
> with tutorials and quickstart documents for particular scenarios.
> 
> Note that no export/import procedure is needed if you are already running
> a 2.X devpi-server.  If upgrading from a 1.2 devpi-server install, you need
> to upgrade using these instructions:
> 
> http://doc.devpi.net/latest/quickstart-server.html#versioning-exporting-and-importing-server-state
> 
> many thanks to Florian Schulze who again helped a lot with this release.
> 
> have fun,
> 
> holger krekel
> 
> devpi-2.0.1 (metapackage)
> ---------------------------------
> 
> devpi-server-2.0.2:
>    
> - fix issue120: link to "upgrade" section from main index page.
> 
> - preserve http reason string for setup.py submit through replica proxying
> 
> - proper error message when "devpi push X" uses an X that comes from 
>   a base index or is not existent
> 
> - fix issue121: depend on py-1.4.23 to fix python3.4 compatibility
>   for a venusian/py34/py interaction import oddity.
> 
> - fix issue126: handle deletion of pypi project cache entries correctly 
>   (i.e. ones that are triggered by "refresh" on simple page).
> 
> - Add special handling of ":ANONYMOUS:" user in acl_upload to allow anonymous
>   submit.
> 
> - fix nginx template so that when used in a replica setting the master
>   always answers HEAD requests without nginx short-cirtcuiting it.
> 
> - increase internal cache size to improve performance when many indexes
>   and projects are served.
> 
> devpi-web-2.0.1:
> 
> - fix issue125: javascript for embedded doc view didn't work correctly.
> 
> - fix issue118: rendering of description with unicode.
> 
> devpi-client-2.0.1:
>  
> - fix a test to expect a 403 instead of a 401 from devpi server from
>   unauthorized access 
> 
> - fix error message on API version client/server mismatch
> 
> - fix issue124: package name url matching for the "devpi test" command
> 
> 
> _______________________________________________
> Distutils-SIG maillist  -  Distutils-SIG at python.org
> https://mail.python.org/mailman/listinfo/distutils-sig
> 


More information about the Python-announce-list mailing list