aboutcode-org / aboutcode-org/univers

Add a bump implementation for GentooVersion

Đang mở
#180 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Python
Star
50
Fork
29
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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'
```

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.