Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python312-graphene-django | Distribution: openSUSE Tumbleweed |
Version: 3.2.2 | Vendor: openSUSE |
Release: 1.3 | Build date: Wed Nov 13 06:05:17 2024 |
Group: Unspecified | Build host: reproducible |
Size: 381470 | Source RPM: python-graphene-django-3.2.2-1.3.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://github.com/graphql-python/graphene-django | |
Summary: Graphene Django integration |
Graphene Django integration.
MIT
* Wed Nov 13 2024 Steve Kowalik <steven.kowalik@suse.com> - Update to 3.2.2: * Make use of http.HTTPStatus for response status code checks * Not require explicitly set ordering in DjangoConnectionField * fix: same type list * feat!: check Django model has a default ordering when used in a Relay Connection - Switch to pyproject macros. * Sun Jan 14 2024 Dirk Müller <dmueller@suse.com> - update to 3.2.0: * Add support for validation rules * Provide setting to enable/disable converting choices to enums globally - update to 3.1.6: * Only release on pypi after tests pass * fix: empty list is not an empty value for list filters even when a custom filtering method is provided * adding optional_field in Serializermutation to enfore some fields to be optional * Typo fixes * Support displaying deprecated input fields in GraphiQL docs * Fix graphiql explorer styles by sending missing param to render_graphiql * Add Python 3.12 to CI * Remove Django 4.1 (EOL) and add Django 5.0 to CI - update to 3.1.5: * fix: fk resolver permissions leak * Support base class relations and reverse for proxy models * exclude 'fans' from ReporterForm tests * Update mutation.py to serialize Enum objects into input values * Remove Python 3.7 (EOL since EOL since 2023-06-27) from CI * Prevent duplicate CI runs, also work with PRs from forks * Use ruff in pre-commit * fix: foreign key nullable and custom resolver * Miscellaneous CI fixes - update to 3.1.3: * Update the path to GraphQL Server Specification for Relay * Add JSONField back to graphene_django.compat module for backwards compatibility - update to 3.1.2: * Fix linting issues * Set pypi GH action version to release/v1 * Correct schema write test * Fix graphiql explorer styles by including official CSS, and update local example app for testing * Add check for `serializers.HiddenField` on `fields_for_serializer` function * CI: add Django 4.2 * remove JSONField compat * CI: remove Django 4.0 * Update compat.py MissingType results after PGJSONField removal - update to 3.0.1: * Fix custom foreignkey resolvers * Fix broken UT due to pytest import error * Clarify cookbook example READMEs * Fix schema print with `-.graphql` * Update GraphiQL to 2.4.1 * Update django-filter URL's in filtering docs - drop python-graphene-django-no-mock.patch (upstream) * Thu Jan 26 2023 John Vandenberg <jayvdb@gmail.com> - Update to v3.0.0 * See https://github.com/graphql-python/graphene-django/releases/tag/v3.0.0 - from v3.0.0b9 * fix: unit test for https://github.com/graphql-python/graphene/pull/1412 * Make errors in form mutation non nullable * Fixes related to https://github.com/graphql-python/graphene/pull/1412 * Delay assignment of csrftoken in Graphiql * Fix type hint for DjangoObjectTypeOptions.model * Fix code examples in queries.rst * Fixed graphql_relay deprecation warning * Make instructions runnable without tweaking * Update tutorial-relay.rst * Add support to persist GraphQL headers in GraphiQL * Sun Sep 25 2022 John Vandenberg <jayvdb@gmail.com> - Add 12 test skips for minor differences in expected string results - Update to v3.0.0b8 * Adds Python 3.10 and Django 4.1 support * See https://github.com/graphql-python/graphene-django/compare/v3.0.0b7...v3.0.0b8 * Thu May 12 2022 pgajdos@suse.com - do not require python-mock for build - added patches fix https://github.com/graphql-python/graphene-django/issues/1321 + python-graphene-django-no-mock.patch * Tue Jan 11 2022 John Vandenberg <jayvdb@gmail.com> - Loosen depencencies to allow graphene v3.0.0 * Sun Dec 26 2021 John Vandenberg <jayvdb@gmail.com> - Use django-codemod to make test suite Django 4 compatible - Disable failing test test_pytest_fixture_usage which does not effect django-countries, the only other package using this one. * Thu Jan 28 2021 John Vandenberg <jayvdb@gmail.com> - Remove build dependency on pytest-runner - Add minimum version dependencies - Add Suggests for DRF and django-filter - Update to v3.0.0b7 * See https://github.com/graphql-python/graphene-django/compare/v3.0.0b3...v3.0.0b7 * Wed Sep 02 2020 Marketa Calabkova <mcalabkova@suse.com> - Fix test execution * Fri Jun 12 2020 John Vandenberg <jayvdb@gmail.com> - Update to v3.0.0b3
/usr/lib/python3.12/site-packages/graphene_django /usr/lib/python3.12/site-packages/graphene_django-3.2.2.dist-info /usr/lib/python3.12/site-packages/graphene_django-3.2.2.dist-info/INSTALLER /usr/lib/python3.12/site-packages/graphene_django-3.2.2.dist-info/LICENSE /usr/lib/python3.12/site-packages/graphene_django-3.2.2.dist-info/METADATA /usr/lib/python3.12/site-packages/graphene_django-3.2.2.dist-info/RECORD /usr/lib/python3.12/site-packages/graphene_django-3.2.2.dist-info/REQUESTED /usr/lib/python3.12/site-packages/graphene_django-3.2.2.dist-info/WHEEL /usr/lib/python3.12/site-packages/graphene_django-3.2.2.dist-info/top_level.txt /usr/lib/python3.12/site-packages/graphene_django/__init__.py /usr/lib/python3.12/site-packages/graphene_django/__pycache__ /usr/lib/python3.12/site-packages/graphene_django/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/__pycache__/compat.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/__pycache__/compat.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/__pycache__/conftest.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/__pycache__/conftest.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/__pycache__/constants.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/__pycache__/constants.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/__pycache__/converter.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/__pycache__/converter.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/__pycache__/fields.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/__pycache__/fields.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/__pycache__/registry.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/__pycache__/registry.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/__pycache__/settings.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/__pycache__/settings.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/__pycache__/types.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/__pycache__/types.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/__pycache__/views.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/__pycache__/views.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/compat.py /usr/lib/python3.12/site-packages/graphene_django/conftest.py /usr/lib/python3.12/site-packages/graphene_django/constants.py /usr/lib/python3.12/site-packages/graphene_django/converter.py /usr/lib/python3.12/site-packages/graphene_django/debug /usr/lib/python3.12/site-packages/graphene_django/debug/__init__.py /usr/lib/python3.12/site-packages/graphene_django/debug/__pycache__ /usr/lib/python3.12/site-packages/graphene_django/debug/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/debug/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/debug/__pycache__/middleware.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/debug/__pycache__/middleware.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/debug/__pycache__/types.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/debug/__pycache__/types.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/debug/exception /usr/lib/python3.12/site-packages/graphene_django/debug/exception/__init__.py /usr/lib/python3.12/site-packages/graphene_django/debug/exception/__pycache__ /usr/lib/python3.12/site-packages/graphene_django/debug/exception/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/debug/exception/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/debug/exception/__pycache__/formating.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/debug/exception/__pycache__/formating.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/debug/exception/__pycache__/types.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/debug/exception/__pycache__/types.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/debug/exception/formating.py /usr/lib/python3.12/site-packages/graphene_django/debug/exception/types.py /usr/lib/python3.12/site-packages/graphene_django/debug/middleware.py /usr/lib/python3.12/site-packages/graphene_django/debug/sql /usr/lib/python3.12/site-packages/graphene_django/debug/sql/__init__.py /usr/lib/python3.12/site-packages/graphene_django/debug/sql/__pycache__ /usr/lib/python3.12/site-packages/graphene_django/debug/sql/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/debug/sql/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/debug/sql/__pycache__/tracking.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/debug/sql/__pycache__/tracking.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/debug/sql/__pycache__/types.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/debug/sql/__pycache__/types.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/debug/sql/tracking.py /usr/lib/python3.12/site-packages/graphene_django/debug/sql/types.py /usr/lib/python3.12/site-packages/graphene_django/debug/types.py /usr/lib/python3.12/site-packages/graphene_django/fields.py /usr/lib/python3.12/site-packages/graphene_django/filter /usr/lib/python3.12/site-packages/graphene_django/filter/__init__.py /usr/lib/python3.12/site-packages/graphene_django/filter/__pycache__ /usr/lib/python3.12/site-packages/graphene_django/filter/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/filter/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/filter/__pycache__/fields.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/filter/__pycache__/fields.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/filter/__pycache__/filterset.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/filter/__pycache__/filterset.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/filter/__pycache__/utils.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/filter/__pycache__/utils.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/filter/fields.py /usr/lib/python3.12/site-packages/graphene_django/filter/filters /usr/lib/python3.12/site-packages/graphene_django/filter/filters/__init__.py /usr/lib/python3.12/site-packages/graphene_django/filter/filters/__pycache__ /usr/lib/python3.12/site-packages/graphene_django/filter/filters/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/filter/filters/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/filter/filters/__pycache__/array_filter.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/filter/filters/__pycache__/array_filter.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/filter/filters/__pycache__/global_id_filter.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/filter/filters/__pycache__/global_id_filter.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/filter/filters/__pycache__/list_filter.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/filter/filters/__pycache__/list_filter.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/filter/filters/__pycache__/range_filter.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/filter/filters/__pycache__/range_filter.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/filter/filters/__pycache__/typed_filter.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/filter/filters/__pycache__/typed_filter.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/filter/filters/array_filter.py /usr/lib/python3.12/site-packages/graphene_django/filter/filters/global_id_filter.py /usr/lib/python3.12/site-packages/graphene_django/filter/filters/list_filter.py /usr/lib/python3.12/site-packages/graphene_django/filter/filters/range_filter.py /usr/lib/python3.12/site-packages/graphene_django/filter/filters/typed_filter.py /usr/lib/python3.12/site-packages/graphene_django/filter/filterset.py /usr/lib/python3.12/site-packages/graphene_django/filter/utils.py /usr/lib/python3.12/site-packages/graphene_django/forms /usr/lib/python3.12/site-packages/graphene_django/forms/__init__.py /usr/lib/python3.12/site-packages/graphene_django/forms/__pycache__ /usr/lib/python3.12/site-packages/graphene_django/forms/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/forms/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/forms/__pycache__/converter.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/forms/__pycache__/converter.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/forms/__pycache__/forms.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/forms/__pycache__/forms.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/forms/__pycache__/mutation.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/forms/__pycache__/mutation.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/forms/__pycache__/types.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/forms/__pycache__/types.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/forms/converter.py /usr/lib/python3.12/site-packages/graphene_django/forms/forms.py /usr/lib/python3.12/site-packages/graphene_django/forms/mutation.py /usr/lib/python3.12/site-packages/graphene_django/forms/types.py /usr/lib/python3.12/site-packages/graphene_django/management /usr/lib/python3.12/site-packages/graphene_django/management/__init__.py /usr/lib/python3.12/site-packages/graphene_django/management/__pycache__ /usr/lib/python3.12/site-packages/graphene_django/management/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/management/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/management/commands /usr/lib/python3.12/site-packages/graphene_django/management/commands/__init__.py /usr/lib/python3.12/site-packages/graphene_django/management/commands/__pycache__ /usr/lib/python3.12/site-packages/graphene_django/management/commands/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/management/commands/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/management/commands/__pycache__/graphql_schema.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/management/commands/__pycache__/graphql_schema.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/management/commands/graphql_schema.py /usr/lib/python3.12/site-packages/graphene_django/registry.py /usr/lib/python3.12/site-packages/graphene_django/rest_framework /usr/lib/python3.12/site-packages/graphene_django/rest_framework/__init__.py /usr/lib/python3.12/site-packages/graphene_django/rest_framework/__pycache__ /usr/lib/python3.12/site-packages/graphene_django/rest_framework/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/rest_framework/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/rest_framework/__pycache__/models.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/rest_framework/__pycache__/models.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/rest_framework/__pycache__/mutation.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/rest_framework/__pycache__/mutation.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/rest_framework/__pycache__/serializer_converter.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/rest_framework/__pycache__/serializer_converter.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/rest_framework/__pycache__/types.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/rest_framework/__pycache__/types.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/rest_framework/models.py /usr/lib/python3.12/site-packages/graphene_django/rest_framework/mutation.py /usr/lib/python3.12/site-packages/graphene_django/rest_framework/serializer_converter.py /usr/lib/python3.12/site-packages/graphene_django/rest_framework/types.py /usr/lib/python3.12/site-packages/graphene_django/settings.py /usr/lib/python3.12/site-packages/graphene_django/static /usr/lib/python3.12/site-packages/graphene_django/static/graphene_django /usr/lib/python3.12/site-packages/graphene_django/static/graphene_django/graphiql.js /usr/lib/python3.12/site-packages/graphene_django/templates /usr/lib/python3.12/site-packages/graphene_django/templates/graphene /usr/lib/python3.12/site-packages/graphene_django/templates/graphene/graphiql.html /usr/lib/python3.12/site-packages/graphene_django/types.py /usr/lib/python3.12/site-packages/graphene_django/utils /usr/lib/python3.12/site-packages/graphene_django/utils/__init__.py /usr/lib/python3.12/site-packages/graphene_django/utils/__pycache__ /usr/lib/python3.12/site-packages/graphene_django/utils/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/utils/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/utils/__pycache__/str_converters.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/utils/__pycache__/str_converters.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/utils/__pycache__/testing.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/utils/__pycache__/testing.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/utils/__pycache__/utils.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/graphene_django/utils/__pycache__/utils.cpython-312.pyc /usr/lib/python3.12/site-packages/graphene_django/utils/str_converters.py /usr/lib/python3.12/site-packages/graphene_django/utils/testing.py /usr/lib/python3.12/site-packages/graphene_django/utils/utils.py /usr/lib/python3.12/site-packages/graphene_django/views.py /usr/share/doc/packages/python312-graphene-django /usr/share/doc/packages/python312-graphene-django/README.md /usr/share/licenses/python312-graphene-django /usr/share/licenses/python312-graphene-django/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Feb 9 01:37:00 2025