Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'parameters': 0.04; 'automate': 0.07; 'binary': 0.07; 'subject:ANN': 0.07; 'subject:released': 0.07; 'covered.': 0.09; 'high-level': 0.09; 'integration,': 0.09; 'sphinx': 0.09; 'template.': 0.09; 'testing,': 0.09; 'url:github': 0.09; 'url:releases': 0.09; 'warn': 0.09; 'developer': 0.10; 'project,': 0.12; 'creates': 0.14; "'test',": 0.16; '(via': 0.16; '(when': 0.16; 'enjoy,': 0.16; 'message-id:@web.de': 0.16; 'new:': 0.16; 'pipelines': 0.16; 'setuptools': 0.16; 'src': 0.16; 'to:addr :python-announce-list': 0.16; 'url:tag': 0.16; 'separate': 0.22; 'header:User-Agent:1': 0.23; 'skip:` 20': 0.24; 'handling': 0.26; 'task': 0.26; '(for': 0.26; "skip:' 10": 0.31; 'changes:': 0.31; 'convenience': 0.31; 'invoke': 0.31; 'releasing': 0.31; 'url:python': 0.33; 'checking': 0.33; 'common': 0.35; 'but': 0.35; 'building': 0.35; 'installing': 0.36; 'possible': 0.36; 'url:org': 0.36; 'too': 0.37; 'list': 0.37; 'project': 0.37; 'easiest': 0.38; 'tasks': 0.38; 'aspects': 0.39; 'to:addr:python.org': 0.39; 'release': 0.40; '2nd': 0.60; 'today,': 0.61; 'strictly': 0.61; 'from:charset:utf-8': 0.61; 'within': 0.65; 'minutes': 0.67; 'url:0': 0.67; 'building,': 0.68; 'continuous': 0.68; 'received:212.227.17': 0.68; 'received:web.de': 0.68; 'internet': 0.71; '8bit%:100': 0.72; 'quality': 0.72; '\xe2\x80\x93': 0.77; 'avoids': 0.84; 'links:': 0.84; 'wheel': 0.84 Date: Mon, 16 Mar 2015 23:28:22 +0100 From: =?UTF-8?B?SsO8cmdlbiBIZXJtYW5u?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Python-announce-list Subject: ANN: rituals 0.2.0 released Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:SblLM43d9l5CJAhE0acojkhvyrV9QfApp5QlJQpdu76mEUcOoCi wqRk9yAwy4oX7uRLBNazuvZkSCQmrGnsaSeNuA5SbR7+FHu0b9fVK3SJRkgog2IfQ2NG8Lu vtavttdhsm7b10ecNp83b1kbq5wXaZYTSbkQiBb/JtmyR8aU+/UMGTuJjiYYVv30nYn/jOR WbTvFrRchv8zpqOrnmW3A== X-UI-Out-Filterresults: notjunk:1; X-Mailman-Approved-At: Tue, 17 Mar 2015 09:43:29 +0100 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.19 Precedence: list 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: 41 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1426581810 news.xs4all.nl 2942 [2001:888:2000:d::a6]:32843 X-Complaints-To: abuse@xs4all.nl Path: csiph.com!usenet.pasdenom.info!bete-des-vosges.org!feed.ac-versailles.fr!proxad.net!feeder1-2.proxad.net!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Xref: csiph.com comp.lang.python.announce:1624 The 2nd release (v0.2.0) of `rituals` hit the Internet pipelines today, adding a 'release-prep' task and wheel support. The `rituals` package provides PyInvoke tasks that work for any project, based on its project metadata, to automate common developer chores like 'clean', 'build', 'dist', 'test', 'check', and 'release-prep' (for the moment). The guiding principle for these tasks is to strictly separate low-level tasks for building and installing (via setup.py) from high-level convenience tasks a developer uses (via tasks.py). Invoke tasks can use Setuptools ones as building blocks, but never the other way 'round – this avoids bootstrapping head- aches during package installations using `pip`. The easiest way to get a working project based on `rituals` is the `py-generic-project` cookiecutter template. That way you have a working project skeleton within minutes that is fully equipped, with all aspects of bootstrapping, building, testing, quality checks, continuous integration, documentation, and releasing covered. Enjoy, Jürgen ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– Links: * https://pypi.python.org/pypi/rituals/0.2.0 * https://github.com/jhermann/rituals#rituals * https://github.com/Springerle/py-generic-project#py-generic-project Detailed changes: * new: added 'release-prep' task * new: added --skip-root to 'check', and checking './*.py' too * new: 'dist' task automatically creates wheels if possible * chg: better handling of 'build --docs' * chg: added help for task parameters (closes #4) * chg: warn about missing Sphinx docs (when '--docs' is provided) * fix: get src package list for 'check' from 'project.packages' * fix: use 'which' to look for 'py.test' binary (closes #2) See also https://github.com/jhermann/rituals/releases/tag/v0.2.0