Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: holger krekel Newsgroups: comp.lang.python.announce Subject: devpi-server-2.5.2: fix for 2.5.1 regression Date: Fri, 20 Nov 2015 21:23:06 +0000 Lines: 16 Approved: python-announce-list@python.org Message-ID: References: <20151120171923.GU16107@merlinux.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.uni-berlin.de NnM4AX/3CrG0e5H8tIFDEg77uo5dC0NEwl5gMAF2BZGQ== Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.019 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'fixes': 0.05; 'regression': 0.09; 'received:eu': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:server': 0.16; 'fix': 0.21; 'to:2**1': 0.21; 'holger': 0.22; 'recognize': 0.22; 'header:In- Reply-To:1': 0.24; 'header': 0.24; 'header:User-Agent:1': 0.26; 'skip:u 20': 0.28; 'skip:- 10': 0.34; 'best,': 0.35; 'unicode': 0.35; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'subject:-': 0.39; 'to:addr:python.org': 0.40; 'where': 0.40; 'received:85': 0.60; 'skip:u 10': 0.61 Content-Disposition: inline In-Reply-To: <20151120171923.GU16107@merlinux.eu> User-Agent: Mutt/1.5.20 (2009-06-14) X-Mailman-Approved-At: Fri, 20 Nov 2015 16:24:00 -0500 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python.announce:1929 We have a devpi-server-2.5.2 out which fixes a python2-related regression of 2.5.1. best, holger 2.5.2 (2015-11-20) ------------------ - recognize "pex" for redirections of user/index/NAME to user/index/+simple/NAME just like we do with pip/setuptools. - fix py2 incompatibility introduced with 2.5.1 where we used a unicode header and pyramid only likes str-headers.