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

python314-drf-standardized-errors-0.16.0-1.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python314-drf-standardized-errors Distribution: openSUSE Tumbleweed
Version: 0.16.0 Vendor: openSUSE
Release: 1.2 Build date: Sun May 10 11:03:15 2026
Group: Unspecified Build host: reproducible
Size: 208290 Source RPM: python-drf-standardized-errors-0.16.0-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/ghazi-git/drf-standardized-errors
Summary: Standardize your API error responses

Standardize your DRF API error responses.

- Highly customizable: gives you flexibility to define your own standardized error responses and override
specific aspects the exception handling process without having to rewrite everything.
- Supports nested serializers and ListSerializer errors
- Plays nicely with error monitoring tools (like Sentry, ...)

Provides

Requires

License

MIT

Changelog

* Sun May 10 2026 Dirk Müller <dmueller@suse.com>
  - update to 0.16.0:
    * Add support for python 3.14
    * Add support for django 6.0
    * Add support for DRF 3.17
    * Set the minimum version of drf-spectacular to 0.29.0
    * Account for the `format` query parameter raising 404 errors
      when generating the API schema for error responses. This
    * will result in any project using the default value for
      `REST_FRAMEWORK["URL_FORMAT_OVERRIDE"]` showing 404 errors
      for
    * every operation. That's because DRF enables the `format`
      query parameter in every endpoint by default. If you don't
    * need the `format` query parameter for content negotiation,
      you can disable it by setting `"URL_FORMAT_OVERRIDE"`
    * to `None` in DRF settings. Refer
    * to DRF docs for more information.
* Sun Apr 12 2026 Dirk Müller <dmueller@suse.com>
  - update to 0.15.0:
    * add support for python 3.13
    * add support for django 5.2
    * add support for DRF 3.16
    * Unhandled exceptions now return a generic error message by
      default. This avoids unintentionally leaking
      sensitive data included in the exception message.
  - remove fix-test.patch (obsolete)
* Tue Apr 29 2025 Markéta Machová <mmachova@suse.com>
  - Initial packaging (v0.14.1), needed by Weblate
  - Packaged with upstream fix-test.patch to fix tests

Files

/usr/lib/python3.14/site-packages/drf_standardized_errors
/usr/lib/python3.14/site-packages/drf_standardized_errors-0.16.0.dist-info
/usr/lib/python3.14/site-packages/drf_standardized_errors-0.16.0.dist-info/INSTALLER
/usr/lib/python3.14/site-packages/drf_standardized_errors-0.16.0.dist-info/METADATA
/usr/lib/python3.14/site-packages/drf_standardized_errors-0.16.0.dist-info/RECORD
/usr/lib/python3.14/site-packages/drf_standardized_errors-0.16.0.dist-info/REQUESTED
/usr/lib/python3.14/site-packages/drf_standardized_errors-0.16.0.dist-info/WHEEL
/usr/lib/python3.14/site-packages/drf_standardized_errors-0.16.0.dist-info/licenses
/usr/lib/python3.14/site-packages/drf_standardized_errors-0.16.0.dist-info/licenses/LICENSE
/usr/lib/python3.14/site-packages/drf_standardized_errors/__init__.py
/usr/lib/python3.14/site-packages/drf_standardized_errors/__pycache__
/usr/lib/python3.14/site-packages/drf_standardized_errors/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/drf_standardized_errors/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/drf_standardized_errors/__pycache__/apps.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/drf_standardized_errors/__pycache__/apps.cpython-314.pyc
/usr/lib/python3.14/site-packages/drf_standardized_errors/__pycache__/formatter.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/drf_standardized_errors/__pycache__/formatter.cpython-314.pyc
/usr/lib/python3.14/site-packages/drf_standardized_errors/__pycache__/handler.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/drf_standardized_errors/__pycache__/handler.cpython-314.pyc
/usr/lib/python3.14/site-packages/drf_standardized_errors/__pycache__/openapi.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/drf_standardized_errors/__pycache__/openapi.cpython-314.pyc
/usr/lib/python3.14/site-packages/drf_standardized_errors/__pycache__/openapi_hooks.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/drf_standardized_errors/__pycache__/openapi_hooks.cpython-314.pyc
/usr/lib/python3.14/site-packages/drf_standardized_errors/__pycache__/openapi_serializers.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/drf_standardized_errors/__pycache__/openapi_serializers.cpython-314.pyc
/usr/lib/python3.14/site-packages/drf_standardized_errors/__pycache__/openapi_utils.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/drf_standardized_errors/__pycache__/openapi_utils.cpython-314.pyc
/usr/lib/python3.14/site-packages/drf_standardized_errors/__pycache__/openapi_validation_errors.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/drf_standardized_errors/__pycache__/openapi_validation_errors.cpython-314.pyc
/usr/lib/python3.14/site-packages/drf_standardized_errors/__pycache__/settings.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/drf_standardized_errors/__pycache__/settings.cpython-314.pyc
/usr/lib/python3.14/site-packages/drf_standardized_errors/__pycache__/types.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/drf_standardized_errors/__pycache__/types.cpython-314.pyc
/usr/lib/python3.14/site-packages/drf_standardized_errors/apps.py
/usr/lib/python3.14/site-packages/drf_standardized_errors/formatter.py
/usr/lib/python3.14/site-packages/drf_standardized_errors/handler.py
/usr/lib/python3.14/site-packages/drf_standardized_errors/openapi.py
/usr/lib/python3.14/site-packages/drf_standardized_errors/openapi_hooks.py
/usr/lib/python3.14/site-packages/drf_standardized_errors/openapi_serializers.py
/usr/lib/python3.14/site-packages/drf_standardized_errors/openapi_utils.py
/usr/lib/python3.14/site-packages/drf_standardized_errors/openapi_validation_errors.py
/usr/lib/python3.14/site-packages/drf_standardized_errors/py.typed
/usr/lib/python3.14/site-packages/drf_standardized_errors/settings.py
/usr/lib/python3.14/site-packages/drf_standardized_errors/types.py
/usr/share/doc/packages/python314-drf-standardized-errors
/usr/share/doc/packages/python314-drf-standardized-errors/README.md
/usr/share/licenses/python314-drf-standardized-errors
/usr/share/licenses/python314-drf-standardized-errors/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Aug 3 00:04:55 2026