Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.036 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'gpl': 0.07; 'subject:ANN': 0.07; 'subject:released': 0.07; 'subject:virtualenv': 0.09; 'url:github': 0.09; 'packaging.': 0.16; 'sequence,': 0.16; 'to:addr:python-announce-list': 0.16; 'sender:addr:gmail.com': 0.17; 'cheers,': 0.24; 'source': 0.25; 'message- id:@mail.gmail.com': 0.30; 'code': 0.31; 'compatible': 0.32; 'packaging': 0.33; 'tool': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'possible': 0.36; 'hi,': 0.36; 'url:org': 0.36; 'should': 0.36; 'itself': 0.39; 'to:addr:python.org': 0.39; 'release': 0.40; 'first': 0.61; 'here:': 0.62; 'accompanying': 0.65; '...and': 0.84; 'url:2013': 0.84; 'url:latest': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to:content-type; bh=/0hgcKOLhTs01RlVi2MZde/QGEcvCplMt9XW0VKwIb4=; b=NPTmki6BWSHV+LYhf77NGoKm4NAs7Hb8qbP98OV5zyNzBJiUuOe9Y+YIPGbsiKFa3D pX8hAAgsju4IHky/OdVkq+cmhpzu4sI3ZlwaH8KqqWKb1vNf5r3dhWnfhWNHGBgyFL4O 4JS3meAJrQ0Dj/fpPbw/tHLFxkuB1N+a6c5+6XuMpyPfuUkmTN0FFaT2itJ9HNesR19T PN0u8joMEJlelRe/28RJq0JzGMmzXNz5kcCpTv32NJTLhGh5uZIUk4ujOX1eiZWoSZig eWCb8Vk9VA0O3FFxCFqVWg3vJwk1gAHAU3mIEWwMcLRuD+MVw56v91g6p0q0YNgeSh3Q 1bWg== X-Received: by 10.49.96.225 with SMTP id dv1mr3419820qeb.89.1381430632028; Thu, 10 Oct 2013 11:43:52 -0700 (PDT) MIME-Version: 1.0 Sender: jyrki.pulliainen@gmail.com From: Jyrki Pulliainen Date: Thu, 10 Oct 2013 20:43:21 +0200 X-Google-Sender-Auth: _E3OJ10bUKfTzK69LsQ3JpyfjEY Subject: ANN: dh-virtualenv 0.5 released To: python-announce-list@python.org X-Mailman-Approved-At: Sat, 12 Oct 2013 16:05:05 +0200 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1381586706 news.xs4all.nl 15909 [2001:888:2000:d::a6]:41458 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:1108 Hi, We (Spotify) have released the first public release of dh-virtualenv, a packaging tool that makes it possible to package virtualenvs inside Debian packaging. dh-virtualenv works by registering itself as a part of debhelper sequence, so pretty much any pre-existing Debian build system you have should be compatible with it. dh-virtualenv is released under GPL version 2 or later. Source code for it can be found here: https://github.com/spotify/dh-virtualenv Documentation: http://dh-virtualenv.readthedocs.org/en/latest/ ..and the accompanying release blog post: http://labs.spotify.com/2013/10/10/packaging-in-your-packaging-dh-virtualenv/ Cheers, Jyrki Pulliainen Software engineer @ Spotify