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


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

devpi-{server,web}-2.5.0 perf/bug fix releases

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From holger krekel <holger@merlinux.eu>
Newsgroups comp.lang.python.announce
Subject devpi-{server,web}-2.5.0 perf/bug fix releases
Date Thu, 19 Nov 2015 15:40:36 +0000
Lines 55
Approved python-announce-list@python.org
Message-ID <mailman.489.1447966813.16136.python-announce-list@python.org> (permalink)
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
X-Trace news.uni-berlin.de pNq2Zz0+6x0Mkyt0o5T+XgcfufKugNoDugX5pnmnFbcw==
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.033
X-Spam-Evidence '*H*': 0.93; '*S*': 0.00; 'subject:bug': 0.05; 'indexing': 0.07; 'pypi': 0.07; 'setup.py': 0.07; 'blocked': 0.09; 'regression': 0.09; 'replication': 0.09; 'accesses': 0.16; 'classifiers': 0.16; 'fix,': 0.16; 'krekel': 0.16; 'received:eu': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:server': 0.16; 'changes': 0.20; 'fix': 0.21; 'delay': 0.22; 'holger': 0.22; 'cheers,': 0.22; '(like': 0.23; 'previously': 0.24; 'header:User-Agent:1': 0.26; 'packaging': 0.27; 'entries': 0.27; 'initial': 0.28; 'subject:/': 0.30; 'work.': 0.30; 'code': 0.30; 'writes': 0.30; 'at:': 0.31; 'especially': 0.32; 'recommended': 0.34; 'previous': 0.34; 'skip:d 20': 0.34; 'running': 0.34; 'add': 0.34; 'server': 0.34; 'info': 0.34; 'jason': 0.35; 'thanks': 0.37; 'release': 0.37; 'charset:us- ascii': 0.37; 'starting': 0.37; 'busy': 0.38; 'delete': 0.38; 'wrong': 0.38; 'skip:- 20': 0.39; 'data': 0.39; 'does': 0.39; "didn't": 0.39; 'to:addr:python.org': 0.40; 'received:85': 0.60; 'your': 0.60; 'information,': 0.61; 'skip:u 10': 0.61; 'side': 0.62; 'further': 0.62; 'more': 0.63; 'minutes': 0.64; 'due': 0.65; 'request.': 0.66; 'accessed': 0.66; 'serving': 0.67; 'rendering': 0.76; 'introduce': 0.79; 'subject:,': 0.82; 'florian': 0.84; 'mirroring': 0.84; 'replica': 0.84
Content-Disposition inline
User-Agent Mutt/1.5.20 (2009-06-14)
X-Mailman-Approved-At Thu, 19 Nov 2015 16:00:12 -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:1926

Show key headers only | View raw


We just released devpi-{server,web}-2.5.0 to pypi, see changelogs below
for more details.  While it's not required to do an export/import cycle
for this release it's recommended especially if you are running with replicas.

Docs for the private pypi packaging server at: http://doc.devpi.net

Thanks to Florian Schulze, Jason R. Coombs and all issue reporters.

For your information, we are now starting work for devpi-server-3.0 
which will introduce further speedups, internal code simplifications
and new features (like mirroring from arbitrary pypi-servers).

cheers,
holger krekel



server-2.5.0 (2015-11-19)
-------------------------

- fix a regression of 2.3.0 which would cause many write-transactions
  for mirrored simple-page entries that didn't change.  Previous to the fix,
  accesses to mirrored simple pages will result in a new
  write-transaction every 30 minutes if the page is accessed which
  is likely on a somewhat busy site.  If you running with replicas
  it is recommended to do an an export/import cycle to remove all 
  the unneccessary writes that were produced since devpi-server-2.3.0.
  They delay the setup of new replicas considerably.

- add info about pypi_whitelist on simple page when root/pypi is blocked for
  a project.

- replica simple-page serving will not unneccessarily wait for new 
  simple-page entries to arrive at the replication side if the master 
  does not return any changes in the initial simple-page request.
  Previously a replica would wait for the replication-thread to catch
  up even if no links changed.

- fix setup.py to work on py34 and with LANG="C" environments.
  Thanks Jason R. Coombs.

- fix issue284: allow users who are listed in acl_upload to delete packages


web-2.5.0 (2015-11-19)
----------------------

- fix issue288: classifiers rendering wrong with read only data views

- index.pt, project.pt, version.pt: added info about pypi_whitelist. This
  requires devpi-server > 2.4.0 to work.

- fix issue286: indexing of most data failed due to new read only views

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


Thread

devpi-{server,web}-2.5.0 perf/bug fix releases holger krekel <holger@merlinux.eu> - 2015-11-19 15:40 +0000

csiph-web