Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.023 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'fixes': 0.07; 'pypi': 0.07; 'changes': 0.15; 'krekel': 0.16; 'md5': 0.16; 'new:': 0.16; 'received:eu': 0.16; 'splitting': 0.16; 'to:addr:python-announce- list': 0.16; 'two.': 0.16; 'fix': 0.17; 'all,': 0.19; 'header :User-Agent:1': 0.23; 'holger': 0.24; 'header': 0.24; 'cheers,': 0.24; 'subject:/': 0.26; 'to:2**1': 0.27; 'errors': 0.30; 'file': 0.32; 'charset:us-ascii': 0.36; 'thanks': 0.36; 'skip:- 20': 0.37; 'christian': 0.38; 'server': 0.38; 'richard': 0.38; 'files': 0.38; 'support,': 0.39; 'to:addr:python.org': 0.39; 'remove': 0.60; 'content-disposition:inline': 0.62; 'finally': 0.65; 'latest': 0.67; 'avoids': 0.84; 'wheel': 0.84 Date: Sun, 30 Mar 2014 06:44:04 +0000 From: holger krekel To: devpi-dev , python announce Subject: devpi client/server 1.2.2 releases MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Mailman-Approved-At: Mon, 31 Mar 2014 10:10:27 +0200 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: python-list@python.org List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 36 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1396253428 news.xs4all.nl 2965 [2001:888:2000:d::a6]:44008 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:1249 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.