Bug 2414558 - bumpversion fails to build with Python 3.15: ModuleNotFoundError: No module named 'sre_constants'
Summary: bumpversion fails to build with Python 3.15: ModuleNotFoundError: No module n...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: bumpversion
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jonathan Wright
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: PYTHON3.15
TreeView+ depends on / blocked
 
Reported: 2025-11-12 14:31 UTC by Karolina Surma
Modified: 2025-11-27 04:04 UTC (History)
6 users (show)

Fixed In Version: bumpversion-1.0.1-17.fc44
Clone Of:
Environment:
Last Closed: 2025-11-27 04:04:14 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Karolina Surma 2025-11-12 14:31:12 UTC
bumpversion fails to build with Python 3.15.0a1.

______________________ ERROR collecting tests/test_cli.py ______________________
ImportError while importing test module '/builddir/build/BUILD/bumpversion-1.0.1-build/bump2version-1.0.1/tests/test_cli.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib64/python3.15/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_cli.py:19: in <module>
    from bumpversion.cli import DESCRIPTION, main, split_args_in_optional_and_positional
../BUILDROOT/usr/lib/python3.15/site-packages/bumpversion/cli.py:9: in <module>
    import sre_constants
E   ModuleNotFoundError: No module named 'sre_constants'
_________________ ERROR collecting tests/test_version_part.py __________________
ImportError while importing test module '/builddir/build/BUILD/bumpversion-1.0.1-build/bump2version-1.0.1/tests/test_version_part.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib64/python3.15/importlib/__init__.py:88: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_version_part.py:3: in <module>
    from bumpversion.version_part import (
../BUILDROOT/usr/lib/python3.15/site-packages/bumpversion/version_part.py:3: in <module>
    import sre_constants
E   ModuleNotFoundError: No module named 'sre_constants'

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/09789837-bumpversion/

For all our attempts to build bumpversion with Python 3.15, see:
https://copr.fedorainfracloud.org/coprs/g/python/python3.15/package/bumpversion/

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.

Comment 1 Fedora Update System 2025-11-27 04:02:01 UTC
FEDORA-2025-cf55ad2e9f (bumpversion-1.0.1-17.fc44) has been submitted as an update to Fedora 44.
https://bodhi.fedoraproject.org/updates/FEDORA-2025-cf55ad2e9f

Comment 2 Fedora Update System 2025-11-27 04:04:14 UTC
FEDORA-2025-cf55ad2e9f (bumpversion-1.0.1-17.fc44) has been pushed to the Fedora 44 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.