Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed7.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.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; '---------': 0.05; '------------': 0.07; 'pypi': 0.07; 'width': 0.07; 'before.': 0.09; 'experimental': 0.09; 'macros': 0.09; 'replication': 0.09; 'timestamps': 0.09; 'warn': 0.09; 'thread': 0.10; 'accordingly.': 0.13; 'index': 0.13; 'adjusted': 0.16; 'configuring': 0.16; 'duplicates': 0.16; 'krekel': 0.16; 'leakage': 0.16; 'received:eu': 0.16; 'repo': 0.16; 'subject:server': 0.16; 'uploading': 0.16; 'attribute': 0.18; 'skip:` 10': 0.18; 'skip:` 20': 0.18; 'tests': 0.18; 'runs': 0.18; 'changes': 0.20; 'prevent': 0.20; 'fix': 0.21; 'environments': 0.22; 'exceptions': 0.22; 'holger': 0.22; 'file.': 0.22; 'specified': 0.23; 'thus': 0.24; 'testing': 0.25; 'header:User-Agent:1': 0.26; 'respective': 0.27; 'entries': 0.27; 'moved': 0.27; 'specify': 0.27; 'page.': 0.28; 'catching': 0.29; 'expose': 0.29; 'installed,': 0.29; 'robust': 0.29; 'allows': 0.30; 'option': 0.31; 'core': 0.32; 'implement': 0.32; 'run': 0.33; 'option.': 0.33; 'url:eu': 0.34; 'file': 0.34; 'skip:d 20': 0.34; 'running': 0.34; 'add': 0.34; 'server': 0.34; 'info': 0.34; 'dir': 0.35; 'formats': 0.35; 'should': 0.36; 'instead': 0.36; 'created': 0.36; 'tool': 0.36; 'possible': 0.36; '(and': 0.36; 'closing': 0.36; 'notes': 0.36; 'setting': 0.37; 'missing': 0.37; 'release': 0.37; 'charset:us- ascii': 0.37; 'creation': 0.38; 'version': 0.38; 'button': 0.38; 'building': 0.38; 'log': 0.38; 'files': 0.38; 'test': 0.39; 'sure': 0.39; 'system.': 0.39; 'along': 0.39; 'subject:-': 0.39; 'to:addr:python.org': 0.40; 'some': 0.40; 'field': 0.60; 'received:85': 0.60; 'address': 0.61; 'default': 0.61; 'side': 0.62; 'more': 0.63; 'information': 0.63; 'management': 0.64; 'respect': 0.65; 'request.': 0.66; 'note:': 0.66; 'potentially': 0.67; 'home': 0.67; 'transferred': 0.72; 'subject:,': 0.82; 'florian': 0.84; 'induce': 0.84; 'replica': 0.84; 'subject:} ': 0.84; '"how': 0.91; 'refuse': 0.93 Date: Thu, 9 Jul 2015 12:25:23 +0000 From: holger krekel To: devpi-dev , disutils-sig , python announce Subject: devpi-{server-2.2.2,web-2.4.0,client-2.3.0} 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: Thu, 09 Jul 2015 14:26:11 +0200 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: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 82 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1436444772 news.xs4all.nl 2870 [2001:888:2000:d::a6]:49642 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:1774 We just released devpi-server-2.2.2, devpi-web-2.4.0 and devpi-client-2.3.0, core parts of the private pypi package management and testing system. Among the highlights are support for distributed testing with "devpi test --detox", new status pages at "/+status" for replica and master sites and support for configuring upload formats when running "devpi upload". None of the changes require an export/import cycle on the server side if you used devpi-server-2.2.X before. However, please read the respective changelog entries below for some notes and potentially backward-incompatible changes. See the home page for docs and tutorials: http://doc.devpi.net have fun, Holger Krekel and Florian Schulze contracting: http://merlinux.eu server-2.2.2 ------------ - make replica thread more robust by catching more exceptions - Remove duplicates in plugin version info - track timestamps for event processing and replication and expose in /+status - implement devpiweb_get_status_info hook for devpi-web >= 2.4.0 status messages - UPGRADE NOTE: if devpi-web is installed, you have to request ``application/json`` for ``/+status``, or you might get a html page. - address issue246: refuse uploading release files if they do not contain the version that was transferred with the metadata of the upload request. - fix issue248: prevent change of index type after creation web-2.4.0 --------- - macros.pt: Add autofocus attribute to search field - macros.pt and style.css: Moved "How to search?" to the right of the search button and adjusted width of search field accordingly. - fix issue244: server status info - added support for status message plugin hook ``devpiweb_get_status_info`` - macros.pt: added macros ``status`` and ``statusbadge`` and placed them below the search field. - added status.pt: shows server status information - toxresults.pt: fix missing closing ``div`` tag. client-2.3.0 ------------ - fix issue247: possible password leakage to log in devpi-client - new experimental "-d|--detox" option to run tests via the "detox" distributed testing tool instead of "tox" which runs test environments one by one. - address issue246: make sure we use vcs-export also for building docs (and respect --no-vcs for all building activity) - address issue246: copy VCS repo dir to temporary upload dir to help with setuptools_scm. Warn if VCS other than hg/git are used because we don't copy the repo in that case for now and thus cause incompatibility with setuptools_scm. - (new,experimental) read a "[devpi:upload]" section from a setup.cfg file with a "formats" setting that will be taken if no "--formats" option is specified to "devpi upload". This allows to specify the default artefacts that should be created along with a project's setup.cfg file. Also you can use a ``no-vcs = True`` setting to induce the ``--no-vcs`` option.