Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'pypi': 0.07; 'subject:ANN': 0.07; 'python': 0.09; 'minus': 0.09; 'received:internal': 0.09; 'underscore': 0.09; 'url:github': 0.09; '1.1.0': 0.16; 'easy_install': 0.16; 'index.': 0.16; 'ralf': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:mail.srv.osa': 0.16; 'received:messagingengine.com': 0.16; 'received:nyi.mail.srv.osa': 0.16; 'received:osa': 0.16; 'received:srv.osa': 0.16; 'subject:pypi': 0.16; 'specify': 0.17; 'subject:] ': 0.19; 'changes': 0.20; 'sort': 0.21; 'minutes.': 0.23; "i've": 0.23; 'cheers': 0.24; 'external': 0.24; 'script': 0.24; 'header:User-Agent:1': 0.26; 'embedded': 0.27; 'merge': 0.27; "doesn't": 0.28; 'install': 0.29; 'minimal': 0.30; 'version,': 0.30; 'compatible': 0.30; 'code': 0.31; 'implement': 0.32; 'server.': 0.32; 'url:python': 0.32; 'received:84': 0.32; 'running': 0.32; 'handle': 0.33; 'to:addr:python-list': 0.33; 'hi,': 0.33; 'version': 0.34; 'skip:- 20': 0.34; 'server': 0.35; 'serve': 0.36; 'url:org': 0.36; '(i.e.': 0.36; 'should': 0.36; 'enough': 0.36; 'subject:[': 0.37; 'files': 0.38; 'received:10': 0.38; 'to:addr:python.org': 0.39; 'easily': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'easy': 0.60; 'to:2**2': 0.62; 'information': 0.63; 'to:addr:python-announce-list': 0.65; 'to:no real name:2**2': 0.69; 'bottle': 0.84 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:subject:date:message-id :mime-version:content-type; s=smtpout; bh=EqN+FuJr0u69KZTrdPNyfq g1AOA=; b=CyC3BFEML+q+XFQ5FrPdQqgSy78qtGhs6Rm6J3aX+u4wYFCfbVyaG4 FY9kupOVOapYXnlmr5nPfrM0ERO21EMFZmp4HBfDzmaWZPe4DwlV1SJChasjw/Kn O873qWNnpnFJj4ESnRzrQ6Oc856CHYm2eVIMUyS4iu4/X63T0/MY8= X-Sasl-enc: uOfLYcsULTrg2DwSMkBSMQO+BFq5YQFKzo9dP6L3wsq+ 1360880606 From: Ralf Schmitt To: distutils-sig@python.org, python-announce-list@python.org, python-list@python.org Subject: [ANN] pypiserver 1.1.0 - minimal private pypi server Date: Thu, 14 Feb 2013 23:23:25 +0100 User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 30 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1360880609 news.xs4all.nl 6910 [2001:888:2000:d::a6]:56239 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:38891 Hi, I've just uploaded pypiserver 1.1.0 to the python package index. pypiserver is a minimal PyPI compatible server. It can be used to serve a set of packages and eggs to easy_install or pip. pypiserver is easy to install (i.e. just 'pip install pypiserver'). It doesn't have any external dependencies. http://pypi.python.org/pypi/pypiserver/ should contain enough information to easily get you started running your own PyPI server in a few minutes. The code is available on github: https://github.com/schmir/pypiserver Changes in version 1.1.0 ------------------------ - implement multi-root support (one can now specify multiple package roots) - normalize pkgnames, handle underscore like minus - sort files by their version, not alphabetically - upgrade embedded bottle to 0.11.6 - upgrade waitress to 0.8.2 in the standalone script - merge vsajip's support for verify, doc_upload and remove_pkg -- Cheers Ralf