python-django-extensions fails to build with Python 3.15.0a8. /usr/bin/pytest -v django_extensions tests -k 'not PipCheckerTests and not test_graph_models_relation_fields_only' --ignore tests/test_dumpscript.py Traceback (most recent call last): File "/usr/bin/pytest", line 6, in <module> sys.exit(console_main()) ~~~~~~~~~~~~^^ File "/usr/lib/python3.15/site-packages/_pytest/config/__init__.py", line 201, in console_main code = main() File "/usr/lib/python3.15/site-packages/_pytest/config/__init__.py", line 156, in main config = _prepareconfig(args, plugins) File "/usr/lib/python3.15/site-packages/_pytest/config/__init__.py", line 342, in _prepareconfig config = pluginmanager.hook.pytest_cmdline_parse( pluginmanager=pluginmanager, args=args ) File "/usr/lib/python3.15/site-packages/pluggy/_hooks.py", line 512, in __call__ return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.15/site-packages/pluggy/_manager.py", line 120, in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.15/site-packages/pluggy/_callers.py", line 167, in _multicall raise exception File "/usr/lib/python3.15/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/usr/lib/python3.15/site-packages/_pytest/helpconfig.py", line 112, in pytest_cmdline_parse config = yield ^^^^^ File "/usr/lib/python3.15/site-packages/pluggy/_callers.py", line 121, in _multicall res = hook_impl.function(*args) File "/usr/lib/python3.15/site-packages/_pytest/config/__init__.py", line 1146, in pytest_cmdline_parse self.parse(args) ~~~~~~~~~~^^^^^^ File "/usr/lib/python3.15/site-packages/_pytest/config/__init__.py", line 1527, in parse self._preparse(args, addopts=addopts) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.15/site-packages/_pytest/config/__init__.py", line 1431, in _preparse self.hook.pytest_load_initial_conftests( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ early_config=self, args=args, parser=self._parser ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/lib/python3.15/site-packages/pluggy/_hooks.py", line 512, in __call__ return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.15/site-packages/pluggy/_manager.py", line 120, in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.15/site-packages/pluggy/_callers.py", line 167, in _multicall raise exception File "/usr/lib/python3.15/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/usr/lib/python3.15/site-packages/_pytest/warnings.py", line 129, in pytest_load_initial_conftests return (yield) ^^^^^ File "/usr/lib/python3.15/site-packages/pluggy/_callers.py", line 139, in _multicall teardown.throw(exception) ~~~~~~~~~~~~~~^^^^^^^^^^^ File "/usr/lib/python3.15/site-packages/_pytest/capture.py", line 173, in pytest_load_initial_conftests yield File "/usr/lib/python3.15/site-packages/pluggy/_callers.py", line 121, in _multicall res = hook_impl.function(*args) File "/usr/lib/python3.15/site-packages/pytest_django/plugin.py", line 361, in pytest_load_initial_conftests _setup_django(early_config) ~~~~~~~~~~~~~^^^^^^^^^^^^^^ File "/usr/lib/python3.15/site-packages/pytest_django/plugin.py", line 237, in _setup_django django.setup() ~~~~~~~~~~~~^^ File "/usr/lib/python3.15/site-packages/django/__init__.py", line 24, in setup apps.populate(settings.INSTALLED_APPS) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.15/site-packages/django/apps/registry.py", line 116, in populate app_config.import_models() ~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.15/site-packages/django/apps/config.py", line 269, in import_models self.models_module = import_module(models_module_name) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.15/importlib/__init__.py", line 88, in import_module return _bootstrap._gcd_import(name[level:], package, level) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1317, in _gcd_import File "<frozen importlib._bootstrap>", line 1282, in _find_and_load File "<frozen importlib._bootstrap>", line 1247, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 857, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 747, in exec_module File "<frozen importlib._bootstrap>", line 491, in _call_with_frames_removed File "/builddir/build/BUILD/python-django-extensions-4.1-build/django-extensions-4.1/tests/testapp/models.py", line 161, in <module> class PostWithUniqField(models.Model): ...<23 lines>... ] File "/builddir/build/BUILD/python-django-extensions-4.1-build/django-extensions-4.1/tests/testapp/models.py", line 175, in PostWithUniqField class Meta: ...<9 lines>... ] File "/builddir/build/BUILD/python-django-extensions-4.1-build/django-extensions-4.1/tests/testapp/models.py", line 181, in Meta models.CheckConstraint( ~~~~~~~~~~~~~~~~~~~~~~^ check=~models.Q(common_field=models.F("another_common_field")), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ name="common_and_another_common_differ", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ), ^ TypeError: CheckConstraint.__init__() got an unexpected keyword argument 'check' https://docs.python.org/3.15/whatsnew/3.15.html For the build logs, see: https://copr-be.cloud.fedoraproject.org/results/@python/python3.15/fedora-rawhide-x86_64/10318669-python-django-extensions/ For all our attempts to build python-django-extensions with Python 3.15, see: https://copr.fedorainfracloud.org/coprs/g/python/python3.15/package/python-django-extensions/ Testing and mass rebuild of packages is happening in copr. You can follow these instructions to test locally in mock if your package builds with Python 3.15: https://copr.fedorainfracloud.org/coprs/g/python/python3.15/ Let us know here if you have any questions. Python 3.15 is planned to be included in Fedora 45. To make that update smoother, we're building Fedora packages with all pre-releases of Python 3.15. A build failure prevents us from testing all dependent packages (transitive [Build]Requires), so if this package is required a lot, it's important for us to get it fixed soon. We'd appreciate help from the people who know this package best, but if you don't want to work on this now, let us know so we can try to work around it on our side.
*** Bug 2485847 has been marked as a duplicate of this bug. ***
Hello, Please note that this comment was generated automatically by https://forge.fedoraproject.org/releng/tooling/src/branch/main/release-process/bug-filing/follow-policy/follow_policy.py If you feel that this output has mistakes, please open an issue at https://forge.fedoraproject.org/releng/tickets/issues This package fails to install and maintainers are advised to take one of the following actions: - Fix this bug and close this bugzilla once the update makes it to the repository. (The same script that posted this comment will eventually close this bugzilla when the fixed package reaches the repository, so you don't have to worry about it.) or - Move this bug to ASSIGNED if you plan on fixing this, but simply haven't done so yet. or - Orphan the package if you no longer plan to maintain it. If you do not take one of these actions, the process at https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/#_package_removal_for_long_standing_ftbfs_and_fti_bugs will continue. This package may be orphaned in 7+ weeks. This is the first reminder (step 3) from the policy. Don't hesitate to ask for help on https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/ if you are unsure how to fix this bug.
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.
FEDORA-2026-2ee140aae6 (python-django-extensions-4.1-7.fc45) has been submitted as an update to Fedora 45. https://bodhi.fedoraproject.org/updates/FEDORA-2026-2ee140aae6
FEDORA-2026-2ee140aae6 (python-django-extensions-4.1-7.fc45) has been pushed to the Fedora 45 stable repository. If problem still persists, please make note of it in this bug report.