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


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

devpi-{server-2.1.2,web-2.2.1}: bugfixes, streamlined web templates

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.014
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'column': 0.07; 'fixes': 0.07; 'pypi': 0.07; 'string': 0.09; 'filenames': 0.09; 'overwrite': 0.09; 'parsed': 0.09; 'sub': 0.09; 'type,': 0.09; 'works.': 0.09; 'python': 0.11; 'changes': 0.15; '"_"': 0.16; '"footer"': 0.16; 'columns': 0.16; 'count.': 0.16; 'example)': 0.16; 'krekel,': 0.16; 'merlinux': 0.16; 'received:eu': 0.16; 'redirects': 0.16; 'timestamp': 0.16; 'to:addr:python-announce- list': 0.16; 'fix': 0.17; 'projects,': 0.19; 'properly': 0.19; 'gmbh': 0.22; 'header:User-Agent:1': 0.23; 'holger': 0.24; 'parse': 0.24; 'host': 0.29; 'moved': 0.30; 'file': 0.32; 'run': 0.32; '"the': 0.34; 'at:': 0.34; "can't": 0.35; 'info': 0.35; 'skip:u 20': 0.35; 'usual': 0.35; 'add': 0.35; 'there': 0.35; 'version': 0.36; 'fun,': 0.36; 'charset:us-ascii': 0.36; 'thanks': 0.36; 'behind': 0.37; 'project': 0.37; 'server': 0.38; 'skip:- 10': 0.38; 'to:addr:python.org': 0.39; 'system.': 0.39; 'ensure': 0.60; 'skip:u 10': 0.60; 'results.': 0.60; 'serving': 0.60; 'most': 0.60; 'tag': 0.61; 'full': 0.61; 'content- disposition:inline': 0.62; 'to:addr:distutils-sig': 0.63; 'name': 0.63; 'skip:n 10': 0.64; 'to:2**2': 0.65; 'results': 0.69; 'serial': 0.72; 'subject:,': 0.80; '"serial"': 0.84; 'accessed.': 0.84; 'applicable.': 0.84; 'column.': 0.84; 'expose': 0.84; 'florian': 0.84; 'migrating': 0.91
Date Fri, 24 Oct 2014 15:36:34 +0000
From holger krekel <holger@merlinux.eu>
To devpi-dev <devpi-dev@googlegroups.com>, disutils-sig <distutils-sig@python.org>, python announce <python-announce-list@python.org>
Subject devpi-{server-2.1.2,web-2.2.1}: bugfixes, streamlined web templates
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, 24 Oct 2014 17:43:26 +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 <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>
Approved python-announce-list@python.org
Newsgroups comp.lang.python.announce
Message-ID <mailman.15132.1414165407.18130.python-announce-list@python.org> (permalink)
Lines 67
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1414165407 news.xs4all.nl 2964 [2001:888:2000:d::a6]:55315
X-Complaints-To abuse@xs4all.nl
Path csiph.com!usenet.pasdenom.info!bete-des-vosges.org!feed.ac-versailles.fr!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Xref csiph.com comp.lang.python.announce:1451

Show key headers only | View raw


devpi-server-2.1.2 and devpi-web-2.2.1 bring a host of fixes to
the private pypi server system.  You can upgrade without migrating
your data if you run already with devpi-server-2.1.X. 

Find docs as usual at:

    http://doc.devpi.net

Many thanks to Florian Schulze who did most of the changes in devpi-web.

Have fun,

holger krekel, merlinux GmbH

devpi-server-2.1.2
------------------

- fix issue172: avoid traceback when user/index/name/version is accessed.

- fix issue170: ensure that we parse the prospective pip-6.0 user agent
  string properly so that using the username/index url works with pip.
  Thanks Donald Stufft and Florian Schulze.

- fix issue158: redirect to normalized projectname for all GET views.

- fix issue169: change /+status to expose "event_serial" as "the last
  event serial that was processed".  document "serial" and
  "event-serial" and also refine internals wrt to "event-serial" so that
  it means the "last serial for which events have been processed"


devpi-web-2.2.1
---------------

- require devpi-server>=2.1.2

- fix issue175: use normalized name of projects, so redirects from unnormalized
  names works.  NOTE that if you had issues with documentation uploads
  not appearing because of normalization issues ("-" or "_" appearing 
  in the name for example) you need to re-upload the docs or 
  do a full export/import cycle.  

- fix view when tox results can not be parsed. 

- version.pt: removed "code" tag around overwrite count.

- macros.pt: added "footer" tag around the whole footer part.

- version.pt: moved file type, python version and size info from their own
  columns into the file column.

- version.pt: moved history column from before the tox results column to behind
  the tox results.

- version.pt: removed "last modified" from history column

- version.pt: removed timestamp from "replaced" action in history column

- version.pt: add link to PyPI page if applicable.

- fix project page view if there are downloads with filenames which can't be
  parsed as packages with version number

- fix notfound-redirect when serving under an outside URL with a sub path

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


Thread

devpi-{server-2.1.2,web-2.2.1}: bugfixes, streamlined web templates holger krekel <holger@merlinux.eu> - 2014-10-24 15:36 +0000

csiph-web