aboutcode-org / aboutcode-org/univers
Add a bump implementation for GentooVersion
未關閉
- 主要語言
- Python
- 星號
- 50
- 分支
- 29
- PR 合併指標
- 30 天內沒有已合併 PR
描述
bump is required to handle revision version ranges correctly for GentooImporterPipeline
see:
https://github.com/aboutcode-org/vulnerablecode/pull/2090#discussion_r2772936113
Expected:
```
>>> from univers.versions import GentooVersion
>>> GentooVersion("2.23.3").bump()
GentooVersion(string='2.24')
```
Actual:
```
>>> GentooVersion("2.23.3").bump()
Traceback (most recent call last):
File "", line 1, in
AttributeError: 'GentooVersion' object has no attribute 'bump'
```
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。