Skip to content

Commit 0e8b6a9

Browse files
committed
Change package version number from 0.8.3 to 0.996.1.
There are two reasons for this change. Most important, the SWIG definitions we ship are copied out of the MeCab library’s source tree (see <https://github.com/taku910/mecab/tree/master/mecab/swig>). This makes clear which version of those definitions we have. Also, Debian already ships a version of these bindings that are numbered mostly consistently with the MeCab library (python-mecab, currently version 0.99.6-2) but are stuck without Python 3 support. I would like to try to replace them with this package, but if we stick to version 0.8.3, they will have to put an “epoch” on their package numbering in order to do that, and they prefer to avoid that whenever possible.
1 parent 3dbd8ed commit 0e8b6a9

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

debian/changelog

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
python-mecab (1:0.8.3-1) unstable; urgency=medium
1+
python-mecab (0.996.1-1) unstable; urgency=medium
22

33
[ Zack Weinberg ]
4-
* Switch upstream to “mecab-python3” PyPI package, which runs SWIG
5-
at build time rather than embedding SWIG-generated code, and (therefore)
6-
supports Python 3. This package is versioned independently from
7-
MeCab itself, which requires an epoch.
4+
* Switch upstream to “mecab-python3” PyPI package, which runs
5+
SWIG at build time rather than embedding SWIG-generated code,
6+
and therefore supports Python 3.
87
* Build using pybuild.
98
* Add python3 binary packages.
109
* Remove obsolete Provides: lines.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def mecab_config(arg):
3939
swig_opts.extend("-I"+d for d in inc_dir)
4040

4141
setup(name = "mecab-python3",
42-
version = '0.8.3',
42+
version = '0.996.1',
4343
description = 'python wrapper for mecab: Morphological Analysis engine',
4444
long_description = read_file('README.rst'),
4545
maintainer = 'Tatsuro Yasukawa',

0 commit comments

Comments
 (0)