Skip to content

Commit e9785fc

Browse files
authored
Merge pull request #14 from SamuraiT/zack/version-match-libmecab
Change package version number from 0.8.3 to 0.996.1.
2 parents fc64caf + 0e8b6a9 commit e9785fc

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
@@ -34,7 +34,7 @@ def mecab_config(arg):
3434
swig_opts.extend("-I"+d for d in inc_dir)
3535

3636
setup(name = "mecab-python3",
37-
version = '0.8.3',
37+
version = '0.996.1',
3838
description = 'python wrapper for mecab: Morphological Analysis engine',
3939
long_description = read_file('README.md'),
4040
long_description_content_type = 'text/markdown',

0 commit comments

Comments
 (0)