jaraco / jaraco/jaraco.versioning
[self-tests] fail against packaging 26.1
- Dominant language
- Python
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
With recently released `packaging 26.1` (https://packaging.pypa.io/en/latest/changelog.html):
```
_____________________________________________ [doctest] jaraco.versioning.SummableVersion ______________________________________________
051
052 A special version that can be added to another Version.
053
054 >>> SummableVersion('1.1') + packaging.version.Version('2.3')
Expected:
Got:
/usr/src/RPM/BUILD/jaraco.versioning/jaraco/versioning.py:54: DocTestFailure
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the doctest for SummableVersion in jaraco/versioning.py at line 54 and compare its behavior with packaging 26.1. Run the self-tests against that dependency version and inspect the failure to determine the expected compatibility behavior. Done means the relevant doctest passes with packaging 26.1 without breaking the existing versioning behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100