fugashi 1.5.2.dev2__tar.gz → 1.5.2.dev3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/PKG-INFO +1 -1
  2. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/fugashi.egg-info/PKG-INFO +1 -1
  3. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/pyproject.toml +1 -1
  4. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/.github/FUNDING.yml +0 -0
  5. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/.github/macos-build.sh +0 -0
  6. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/.github/workflows/actions/build-manylinux/action.yml +0 -0
  7. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/.github/workflows/actions/build-manylinux-aarch64/action.yml +0 -0
  8. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/.github/workflows/entrypoint.sh +0 -0
  9. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/.github/workflows/manylinux1.yml +0 -0
  10. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/.github/workflows/osx.yml +0 -0
  11. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/.github/workflows/test_manylinux.yml +0 -0
  12. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/.github/workflows/windows.yml +0 -0
  13. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/.gitignore +0 -0
  14. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/CITATION.cff +0 -0
  15. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/Dockerfile +0 -0
  16. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/LICENSE +0 -0
  17. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/LICENSE.mecab +0 -0
  18. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/README.md +0 -0
  19. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/fugashi/__init__.py +0 -0
  20. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/fugashi/cli.py +0 -0
  21. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/fugashi/fugashi.pyx +0 -0
  22. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/fugashi/include/mecab/mecab.h +0 -0
  23. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/fugashi/mecab.pxd +0 -0
  24. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/fugashi/tests/test_basic.py +0 -0
  25. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/fugashi/tests/test_ipadic.py +0 -0
  26. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/fugashi/tests/test_nbest.py +0 -0
  27. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/fugashi.egg-info/SOURCES.txt +0 -0
  28. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/fugashi.egg-info/dependency_links.txt +0 -0
  29. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/fugashi.egg-info/entry_points.txt +0 -0
  30. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/fugashi.egg-info/requires.txt +0 -0
  31. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/fugashi.egg-info/top_level.txt +0 -0
  32. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/fugashi.png +0 -0
  33. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/fugashi_util.py +0 -0
  34. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/setup.cfg +0 -0
  35. {fugashi-1.5.2.dev2 → fugashi-1.5.2.dev3}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fugashi
3
- Version: 1.5.2.dev2
3
+ Version: 1.5.2.dev3
4
4
  Summary: Cython MeCab wrapper for fast, pythonic Japanese tokenization.
5
5
  Author-email: Paul O'Leary McCann <polm@dampfkraft.com>
6
6
  License-Expression: MIT AND BSD-3-Clause
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fugashi
3
- Version: 1.5.2.dev2
3
+ Version: 1.5.2.dev3
4
4
  Summary: Cython MeCab wrapper for fast, pythonic Japanese tokenization.
5
5
  Author-email: Paul O'Leary McCann <polm@dampfkraft.com>
6
6
  License-Expression: MIT AND BSD-3-Clause
@@ -1,5 +1,5 @@
1
1
  [build-system]
2
- requires = ["Cython~=3.0.11", "setuptools>=77", "setuptools-scm>=8"]
2
+ requires = ["Cython~=3.1.5", "setuptools>=77", "setuptools-scm>=8"]
3
3
  build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes