File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def mecab_config(arg):
3434swig_opts .extend ("-I" + d for d in inc_dir )
3535
3636setup (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' ,
You can’t perform that action at this time.
0 commit comments