Bug 2414558

Summary: bumpversion fails to build with Python 3.15: ModuleNotFoundError: No module named 'sre_constants'
Product: [Fedora] Fedora Reporter: Karolina Surma <ksurma>
Component: bumpversionAssignee: Jonathan Wright <jonathan>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: davide, epel-packagers-sig, fede, jonathan, ksurma, mhroncok
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: bumpversion-1.0.1-17.fc44 Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-11-27 04:04:14 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2412434    

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.