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!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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'cache': 0.07; 'fixes': 0.07; 'pypi': 0.07; 'string': 0.09; 'http': 0.09; 'indexes': 0.09; 'release.': 0.09; 'setup.py': 0.09; 'api': 0.11; 'template': 0.14; 'caching': 0.16; 'deletion': 0.16; 'krekel': 0.16; 'preserve': 0.16; 'received:eu': 0.16; 'subject:fixes': 0.16; 'subject:upload': 0.16; 'to:addr:python-announce-list': 0.16; 'unicode.': 0.16; 'index': 0.16; 'fix': 0.17; 'server,': 0.19; 'command': 0.22; 'import': 0.22; 'header:User-Agent:1': 0.23; 'error': 0.23; '2.x': 0.24; 'entries': 0.24; 'holger': 0.24; 'handling': 0.26; 'push': 0.26; 'tutorials': 0.26; 'subject:/': 0.26; 'matching': 0.30; 'skip:( 20': 0.30; 'page.': 0.31; 'requests': 0.31; 'anonymous': 0.31; 'correctly.': 0.31; 'doc': 0.31; 'install,': 0.31; 'skip:- 30': 0.32; 'running': 0.33; '(i.e.': 0.33; 'test': 0.35; 'add': 0.35; 'version': 0.36; 'fun,': 0.36; 'interaction': 0.36; "didn't": 0.36; 'charset:us-ascii': 0.36; 'thanks': 0.36; 'project': 0.37; 'performance': 0.37; 'subject:new': 0.38; 'server': 0.38; 'handle': 0.38; 'needed': 0.38; 'expect': 0.39; 'embedded': 0.39; 'to:addr:python.org': 0.39; 'upgrading': 0.60; 'unauthorized': 0.61; 'new': 0.61; 'details.': 0.61; 'simple': 0.61; 'content-disposition:inline': 0.62; 'to:addr:distutils-sig': 0.63; 'name': 0.63; 'to:2**2': 0.65; 'rendering': 0.68; 'increase': 0.74; 'special': 0.74; 'florian': 0.84; 'replica': 0.84; 'submit.': 0.84; 'url:latest': 0.91 Date: Wed, 6 Aug 2014 21:41:22 +0000 From: holger krekel To: devpi-dev , python announce , disutils-sig Subject: new devpi-2.0.1/2 releases: fixes, new anonymous upload 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: Fri, 08 Aug 2014 08:37:32 +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: 64 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1407479852 news.xs4all.nl 2859 [2001:888:2000:d::a6]:38949 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:1343 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