Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.041 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'matches': 0.07; 'pypi': 0.07; '__init__': 0.09; '"real"': 0.16; 'krekel,': 0.16; 'merlinux': 0.16; 'received:eu': 0.16; 'sees': 0.16; 'sorting': 0.16; 'to:addr:python-announce-list': 0.16; 'fix': 0.17; 'gmbh': 0.22; 'header:User-Agent:1': 0.23; 'holger': 0.24; 'gets': 0.27; '(which': 0.31; 'ago': 0.33; 'test': 0.35; 'add': 0.35; 'version': 0.36; 'fun,': 0.36; 'charset:us-ascii': 0.36; 'thanks': 0.36; 'skip:- 20': 0.37; 'project': 0.37; 'recent': 0.39; 'to:addr:python.org': 0.39; 'release': 0.40; 'days': 0.60; 'content-disposition:inline': 0.62; 'to:addr:distutils-sig': 0.63; 'name': 0.63; 'to:2**2': 0.65; 'effectively': 0.66; 'timothy': 0.84; 'canonical': 0.91 Date: Mon, 1 Sep 2014 10:50:25 +0000 From: holger krekel To: devpi-dev , disutils-sig , python announce Subject: devpi-server-2.0.4 hotfix for pypi.python.org change 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, 01 Sep 2014 13:16:49 +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: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1409570210 news.xs4all.nl 2855 [2001:888:2000:d::a6]:39818 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:1372 devpi-server-2.0.4 is a hotfix release to adapt to a pypi.python.org change from three days ago which would cause devpi to fail installations for packages like "Sphinx", "Django" ... because pypi now serves them under their canonical name instead of the registered one. As usual, docs for the devpi system are at http://doc.devpi.net best and have fun, Holger Krekel, merlinux GmbH devpi-server 2.0.4 -------------------- - fix issue139: adapt to a recent change in pypi which now serves under URLs using normalized project names instead of the "real" registered name Thanks Timothy Allen and others for sorting this out. - fix issue129: fix __init__ provided version and add a test that it always matches the one which pkg_resources sees (which gets it effectively from setup.py)