Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1249

devpi client/server 1.2.2 releases

Date 2014-03-30 06:44 +0000
From holger krekel <holger@merlinux.eu>
Subject devpi client/server 1.2.2 releases
Newsgroups comp.lang.python.announce
Message-ID <mailman.8734.1396253428.18130.python-announce-list@python.org> (permalink)

Show all headers | View raw


Hi all,

finally i got around to do 1.2.2 releases of the devpi pypi server tools
with a few fixes and improvements.  See http://doc.devpi.net for docs
and instructions and below for the changelog.

cheers,
holger krekel


1.2.2
----------------------------

devpi-server:

- fix issue78: create less directories for pypi package files by
  splitting the md5 part into two. Avoids TooManyLinks errors in
  large installations.

- fix --stop on windows.  Thanks to Christian Ullrich for the PR.

- fix issue79: interoperate with pip-1.5 by interpreting accept
  header as "*/*" as html_preferred.  Thanks Richard Jones.

- use latest virtualenv-1.11.2 when bootstrapping on jenkins

- fix issue89: adapt for bottle changes in 0.12.1.  Thanks 
  Alexey Sveshnikov.

devpi-client:

- depend on pkginfo>1.2b1 for wheel metadata reading support, 
  remove twine dependency. Thanks Tres Seaver.

- new: also write buildout configuration file with --set-cfg.
  Thanks Christian Ullrich for the PR.

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

devpi client/server 1.2.2 releases holger krekel <holger@merlinux.eu> - 2014-03-30 06:44 +0000

csiph-web