Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #2004

new devpi releases (2.6.0) with pip-search/offline mode support

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From holger krekel <holger@merlinux.eu>
Newsgroups comp.lang.python.announce
Subject new devpi releases (2.6.0) with pip-search/offline mode support
Date Fri, 29 Jan 2016 11:02:06 +0000
Lines 78
Approved python-announce-list@python.org
Message-ID <mailman.84.1454071018.2338.python-announce-list@python.org> (permalink)
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
X-Trace news.uni-berlin.de 3Zdeqex/uc4wJcNBn4RV3w+QaWkw1+olxTeP3vlQQKtg==
Return-Path <holger@merlinux.eu>
X-Original-To python-announce-list@python.org
Delivered-To python-announce-list@mail.python.org
X-Spam-Status OK 0.004
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'binary': 0.05; 'incompatible': 0.07; 'report.': 0.07; 'sponsoring': 0.07; 'encoding.': 0.09; 'experimental': 0.09; 'fetch': 0.09; 'indexes': 0.09; 'modes': 0.09; 'unnamed': 0.09; 'files.': 0.13; 'index': 0.13; 'ignore': 0.14; '"test"': 0.16; 'index.': 0.16; 'received:eu': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:search': 0.16; 'which,': 0.16; 'detect': 0.18; 'skip:` 10': 0.18; 'versions': 0.20; 'prevent': 0.20; 'fix': 0.21; 'explicit': 0.22; 'holger': 0.22; 'strip': 0.22; 'subject:support': 0.22; 'trying': 0.22; 'daniel': 0.23; 'errors': 0.23; 'requests': 0.25; 'testing': 0.25; 'header:User-Agent:1': 0.26; 'command': 0.26; 'compatible': 0.27; 'earlier': 0.27; 'supported': 0.27; 'checking': 0.27; 'packaging': 0.27; 'running.': 0.29; 'allows': 0.30; 'subject:/': 0.30; 'system,': 0.30; 'code': 0.30; 'push': 0.30; 'writes': 0.30; 'at:': 0.31; 'option': 0.31; 'another': 0.32; "can't": 0.32; 'skip:- 30': 0.32; 'older': 0.32; 'subject:) ': 0.32; 'http': 0.33; 'skip:- 10': 0.34; 'url:eu': 0.34; 'file': 0.34; 'add': 0.34; 'server': 0.34; 'best,': 0.35; 'configured': 0.35; 'requiring': 0.35; 'instead': 0.36; 'there': 0.36; 'companies.': 0.36; 'expect': 0.37; 'thanks': 0.37; 'support,': 0.37; 'release': 0.37; 'charset:us-ascii': 0.37; '(with': 0.38; 'files': 0.38; 'skip:- 20': 0.39; 'subject:-': 0.39; 'to:addr:python.org': 0.40; 'mark': 0.40; 'subject:with': 0.40; 'still': 0.40; 'received:85': 0.60; 'avoid': 0.61; 'side': 0.62; 'bring': 0.62; 'training,': 0.63; 'different': 0.63; 'contact': 0.66; 'improvements': 0.66; 'potentially': 0.67; 'transfer': 0.73; 'soon,': 0.76; 'florian': 0.84; 'pip': 0.84; 'plugins.': 0.84; 'route': 0.84; 'subject:mode': 0.84; 'use"': 0.91
Content-Disposition inline
User-Agent Mutt/1.5.20 (2009-06-14)
X-Mailman-Approved-At Fri, 29 Jan 2016 07:36:56 -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 <python-announce-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-announce-list/>
List-Post <mailto:python-announce-list@python.org>
List-Help <mailto:python-announce-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python.announce:2004

Show key headers only | View raw


This trinity release of devpi, the private packaging and workflow
system, is drop-in compatible to earlier releases and comes with these
improvements:

- support for pip search on the server side which is also configured
  when "devpi use" writes to pip configuration files.

- explicit --offline-mode for devpi-server to avoid trying
  unneccessary and potentially laggy network requests and to
  streamline simple pages to only contain releases that are locally
  cached. thanks Daniel Panteleit for the PR.

- push from root/pypi to other indexes works now.

Docs are to be found as usual at:

    http://doc.devpi.net

This release brought to you mainly by Florian Schulze and me
and a few still unnamed sponsoring companies.  Speaking of which,
if you need support, training, adjustments wrt packaging and
professional testing you may contact us through http://merlinux.eu.

You can also expect devpi-server-3.0 soon, a major new release which
is to bring improvements like generalized mirroring, storage 
backends, speed and internal code cleanups.

best,
holger 


devpi-server-2.6.0 (2016-1-29)
------------------------------

- fix issue262: new experimental option --offline-mode will prevent
  devpi-server from even trying to perform network requests and it
  also strip all non-local release files from the simple index.
  Thanks Daniel Panteleit for the PR.

- fix issue304: mark devpi-server versions older than 2.2.x as incompatible
  and requiring an import/export cycle.

- fix issue296: try to fetch files from master again when requested, if there
  were checksum errors during replication.

- if a user can't be found during authentication (with ``setup.py upload`` for
  example), then the http return code is now 401 instead of 404.

- fix issue293: push from root/pypi to another index is now supported

- fix issue265: ignore HTTP(S) proxies when checking if the server is
                already running.

- Add ``content_type`` route predicate for use by plugins.


devpi-web-2.6.0 (2016-1-29)
---------------------------

- fix issue305: read documentation html files in binary and let BeautifulSoup
                detect the encoding.

- require devpi-server >= 2.6.0

- support for ``pip search`` command on indexes

devpi-client-2.4.0 (2016-1-29)
------------------------------

- fix issue291: transfer file modes with vcs exports.  Thanks Sergey
  Vasilyev for the report.

- new option "--index" for "install", "list", "push", "remove", "upload" and
  "test" which allows to use a different than the current index without using
  "devpi use" before

- set ``index`` in ``[search]`` section of ``pip.cfg`` when writing cfgs, to
  support ``pip search``

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

new devpi releases (2.6.0) with pip-search/offline mode support holger krekel <holger@merlinux.eu> - 2016-01-29 11:02 +0000

csiph-web