blockdiagシリーズがmain入りしました。¶
blockdiagシリーズがようやく全てSidのmain入り しました。 1 スポンサーをお願いした 岩松さん 、upstreamの tk0miyaさん 、依存パッケージ(funcparserlib)のupstreamの Andreyさん には大変お世話になりました。ありがとうございました。
それぞれ、Sidおよび、testing(wheezy)では下記のパッケージ名でインストールすることができます。 2
python-blockdiag
python-seqdiag
python-actdiag
python-nwdiag
python-sphinxcontrib.blockdiag
python-sphinxcontrib.seqdiag
python-sphinxcontrib.actdiag
python-sphinxcontrib.nwdiag
Sidユーザでblockdiagシリーズをパッケージで待っていた方はぜひ使ってみてください。
次のリリース¶
blockdiag, actdiagは1.1.2および0.3.0をパッケージにしていますが、既にそれぞれ1.1.3、0.3.1がリリースされています。actdiagはパッケージ作成しスポンサー依頼をこれからするのですが、blockdiagは下記のテストがコケるのでこれを解決してからになります。
======================================================================
FAIL: test_auto_font_detection (blockdiag.tests.test_boot_params.TestBootParams)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/kohei/devel/debpkg/blockdiag/blockdiag-1.1.3/src/blockdiag/tests/utils.py", li
ne 14, in wrap
func(*args, **kwargs)
File "/home/kohei/devel/debpkg/blockdiag/blockdiag-1.1.3/src/blockdiag/tests/test_boot_par
ams.py", line 158, in test_auto_font_detection
self.assertTrue(fontpath)
AssertionError: None is not True
'None is not True' = self._formatMessage('None is not True', "%s is not True" % safe_rep
r(None))
>> raise self.failureException('None is not True')