Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python313-simplebayes-3.2.0-1.4 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python313-simplebayes Distribution: openSUSE Tumbleweed
Version: 3.2.0 Vendor: openSUSE
Release: 1.4 Build date: Sun Apr 26 00:01:06 2026
Group: Development/Languages/Python Build host: reproducible
Size: 568402 Source RPM: python-simplebayes-3.2.0-1.4.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/hickeroar/simplebayes
Summary: A memory-based, optional-persistence naïve bayesian text classifier
A memory-based, optional-persistence naïve bayesian text classifier
heavily inspired by the python "redisbayes" module.

Provides

Requires

License

MIT

Changelog

* Sat Apr 25 2026 Dirk Müller <dmueller@suse.com>
  - update to 3.2.0:
    * CLI options for `simplebayes-server`:
      `--language` – Language code for stemmer and stop words
      (default: `english`). Environment: `SIMPLEBAYES_LANGUAGE`.
      `--remove-stop-words` – Filter common stop words.
      Environment: `SIMPLEBAYES_REMOVE_STOP_WORDS` (`1`, `true`,
      `yes` = enabled).
      `--verbose` – Log requests, responses, and classifier
      operations to stderr. Environment: `SIMPLEBAYES_VERBOSE`
      (`1`, `true`, `yes` = enabled).
    * API classifier is now configured from CLI `--language` and
      `--remove-stop-words` instead of using fixed defaults.
    * Documentation and metadata: updated terminology from "Bayes"
      to "Bayesian" in PyPI keywords and changelog for consistency
      with proper nomenclature.
    * API: Bearer auth integrated with OpenAPI docs. `/docs` and
      `/redoc` expose the Bearer scheme; use the "Authorize" button
      in Swagger UI for interactive testing.
    * `UnauthorizedError` – domain exception for Bearer auth
      failures; produces 401 with `WWW-Authenticate` header.
    * Introduced a full HTTP API runtime with CLI entrypoint and
      expanded package layout.
    * Added typed classification/result contracts and stricter
      category validation semantics.
    * Added versioned JSON model persistence APIs (`save`/`load`,
    `save_to_file`/`load_from_file`) with validation and atomic
    file writes.
    * Removed legacy pickle persistence APIs (`cache_train`,
      `cache_persist`, `get_cache_location`) in favor of JSON-only
      persistence.
* Thu Jun 12 2025 Markéta Machová <mmachova@suse.com>
  - Convert to pip-based build
* Fri Dec 15 2017 tchvatal@suse.com
  - Drop check phase again as upstream does not distribute the tests
    and does not tag properly on github
* Fri Dec 15 2017 mvetter@suse.com
  - Use python singlespec
* Sun Nov 06 2016 mailaender@opensuse.org
  - initial packaging of version 1.5.8 generated with py2pack

Files

/usr/bin/simplebayes-server
/usr/bin/simplebayes-server-3.13
/usr/lib/python3.13/site-packages/simplebayes
/usr/lib/python3.13/site-packages/simplebayes-3.2.0.dist-info
/usr/lib/python3.13/site-packages/simplebayes-3.2.0.dist-info/INSTALLER
/usr/lib/python3.13/site-packages/simplebayes-3.2.0.dist-info/METADATA
/usr/lib/python3.13/site-packages/simplebayes-3.2.0.dist-info/RECORD
/usr/lib/python3.13/site-packages/simplebayes-3.2.0.dist-info/REQUESTED
/usr/lib/python3.13/site-packages/simplebayes-3.2.0.dist-info/WHEEL
/usr/lib/python3.13/site-packages/simplebayes-3.2.0.dist-info/entry_points.txt
/usr/lib/python3.13/site-packages/simplebayes-3.2.0.dist-info/licenses
/usr/lib/python3.13/site-packages/simplebayes-3.2.0.dist-info/licenses/LICENSE
/usr/lib/python3.13/site-packages/simplebayes-3.2.0.dist-info/top_level.txt
/usr/lib/python3.13/site-packages/simplebayes/__init__.py
/usr/lib/python3.13/site-packages/simplebayes/__pycache__
/usr/lib/python3.13/site-packages/simplebayes/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/simplebayes/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/simplebayes/__pycache__/categories.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/simplebayes/__pycache__/categories.cpython-313.pyc
/usr/lib/python3.13/site-packages/simplebayes/__pycache__/category.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/simplebayes/__pycache__/category.cpython-313.pyc
/usr/lib/python3.13/site-packages/simplebayes/__pycache__/cli.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/simplebayes/__pycache__/cli.cpython-313.pyc
/usr/lib/python3.13/site-packages/simplebayes/__pycache__/constants.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/simplebayes/__pycache__/constants.cpython-313.pyc
/usr/lib/python3.13/site-packages/simplebayes/__pycache__/errors.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/simplebayes/__pycache__/errors.cpython-313.pyc
/usr/lib/python3.13/site-packages/simplebayes/__pycache__/models.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/simplebayes/__pycache__/models.cpython-313.pyc
/usr/lib/python3.13/site-packages/simplebayes/__pycache__/persistence.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/simplebayes/__pycache__/persistence.cpython-313.pyc
/usr/lib/python3.13/site-packages/simplebayes/__pycache__/stopwords_data.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/simplebayes/__pycache__/stopwords_data.cpython-313.pyc
/usr/lib/python3.13/site-packages/simplebayes/__pycache__/tokenization.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/simplebayes/__pycache__/tokenization.cpython-313.pyc
/usr/lib/python3.13/site-packages/simplebayes/api
/usr/lib/python3.13/site-packages/simplebayes/api/__pycache__
/usr/lib/python3.13/site-packages/simplebayes/api/__pycache__/app.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/simplebayes/api/__pycache__/app.cpython-313.pyc
/usr/lib/python3.13/site-packages/simplebayes/api/__pycache__/routes.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/simplebayes/api/__pycache__/routes.cpython-313.pyc
/usr/lib/python3.13/site-packages/simplebayes/api/__pycache__/schemas.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/simplebayes/api/__pycache__/schemas.cpython-313.pyc
/usr/lib/python3.13/site-packages/simplebayes/api/app.py
/usr/lib/python3.13/site-packages/simplebayes/api/routes.py
/usr/lib/python3.13/site-packages/simplebayes/api/schemas.py
/usr/lib/python3.13/site-packages/simplebayes/categories.py
/usr/lib/python3.13/site-packages/simplebayes/category.py
/usr/lib/python3.13/site-packages/simplebayes/cli.py
/usr/lib/python3.13/site-packages/simplebayes/constants.py
/usr/lib/python3.13/site-packages/simplebayes/errors.py
/usr/lib/python3.13/site-packages/simplebayes/models.py
/usr/lib/python3.13/site-packages/simplebayes/persistence.py
/usr/lib/python3.13/site-packages/simplebayes/py.typed
/usr/lib/python3.13/site-packages/simplebayes/runtime
/usr/lib/python3.13/site-packages/simplebayes/runtime/__pycache__
/usr/lib/python3.13/site-packages/simplebayes/runtime/__pycache__/readiness.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/simplebayes/runtime/__pycache__/readiness.cpython-313.pyc
/usr/lib/python3.13/site-packages/simplebayes/runtime/readiness.py
/usr/lib/python3.13/site-packages/simplebayes/stopwords_data.py
/usr/lib/python3.13/site-packages/simplebayes/tokenization.py
/usr/share/doc/packages/python313-simplebayes
/usr/share/doc/packages/python313-simplebayes/README.md
/usr/share/libalternatives/simplebayes-server
/usr/share/libalternatives/simplebayes-server/1313.conf
/usr/share/licenses/python313-simplebayes
/usr/share/licenses/python313-simplebayes/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Aug 2 01:28:36 2026