Skip to content

Commit

Permalink
Merge pull request #14 from SamuraiT/zack/version-match-libmecab
Browse files Browse the repository at this point in the history
Change package version number from 0.8.3 to 0.996.1.
  • Loading branch information
zackw committed Nov 13, 2018
2 parents fc64caf + 0e8b6a9 commit e9785fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
python-mecab (1:0.8.3-1) unstable; urgency=medium
python-mecab (0.996.1-1) unstable; urgency=medium

[ Zack Weinberg ]
* Switch upstream to “mecab-python3” PyPI package, which runs SWIG
at build time rather than embedding SWIG-generated code, and (therefore)
supports Python 3. This package is versioned independently from
MeCab itself, which requires an epoch.
* Switch upstream to “mecab-python3” PyPI package, which runs
SWIG at build time rather than embedding SWIG-generated code,
and therefore supports Python 3.
* Build using pybuild.
* Add python3 binary packages.
* Remove obsolete Provides: lines.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def mecab_config(arg):
swig_opts.extend("-I"+d for d in inc_dir)

setup(name = "mecab-python3",
version = '0.8.3',
version = '0.996.1',
description = 'python wrapper for mecab: Morphological Analysis engine',
long_description = read_file('README.md'),
long_description_content_type = 'text/markdown',
Expand Down

0 comments on commit e9785fc

Please sign in to comment.