Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!goblin1!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!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; 'received:internal': 0.09; 'url:github': 0.09; 'python': 0.11; 'cheers': 0.12; 'changes': 0.15; '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; 'fix': 0.17; 'subject:] ': 0.20; 'minutes.': 0.22; 'install': 0.23; 'header :User-Agent:1': 0.23; 'server.': 0.24; "i've": 0.25; 'external': 0.29; "doesn't": 0.30; 'code': 0.31; 'serve': 0.31; 'accidentally': 0.31; 'compatible': 0.32; 'url:python': 0.33; 'running': 0.33; '(i.e.': 0.33; 'minimal': 0.33; 'received:66': 0.35; 'version': 0.36; 'i.e.': 0.36; 'hi,': 0.36; 'url:org': 0.36; 'should': 0.36; 'skip:- 20': 0.37; 'received:10': 0.37; 'easily': 0.37; 'server': 0.38; 'subject:[': 0.39; 'enough': 0.39; 'easy': 0.60; 'information': 0.63 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=7olG4Re0M4/+mH3faqUze3 lpESw=; b=GN4aiHfuJEfYeOXeBsSVEYbK/4/0SLPUk5T4hyuFVAwI5byFIUqJ1l xlnfOXBBt/kqSaIqxks/qarBWb2GB+v1kKJNdt3hIcEVbSVr1AMdD19ML1vmsTqH wVNwtQ5h3cRqw8tEgxLQ/ZFrIz1lLGPlGpvV5PzIEphjh9LkUZoYE= X-Sasl-enc: tmZrp0Hx46o9Y880BDrPlfrqlr84W0HhnYPzmen55QGf 1371935322 From: Ralf Schmitt To: pypiserver@mail.python.org Subject: [ANN] pypiserver 1.1.2 - minimal private pypi server Date: Sat, 22 Jun 2013 23:08:52 +0200 User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Mailman-Approved-At: Tue, 25 Jun 2013 14:50:06 +0200 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: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1372164608 news.xs4all.nl 15963 [2001:888:2000:d::a6]:34401 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:49151 Hi, I've just uploaded pypiserver 1.1.2 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. https://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 this version ----------------------- - fix "pypi-server -U" stable/unstable detection, i.e. do not accidentally update to unstable packages -- Cheers Ralf