| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| config | ||
| console | ||
| fixtures | ||
| installation | ||
| json | ||
| masonry | ||
| mixology | ||
| packages | ||
| puzzle | ||
| repositories | ||
| semver | ||
| spdx | ||
| utils | ||
| vcs | ||
| version | ||
| __init__.py | ||
| conftest.py | ||
| helpers.py | ||
| test_factory.py |
* Fix PEP440 compatible release (`~=`) handling PEP440 compatible release version range (`~=`) should have itself as a minimum value. Examples from [official doc](https://python.org/dev/peps/pep-0440/#compatible-release) (each pair is equivalent): ``` ~=2.2 >=2.2, ==2.* ~=1.4.5 >=1.4.5, ==1.4.* ~=2.2.post3 >=2.2.post3, ==2.* ~=1.4.5a4 >=1.4.5a4, ==1.4.* ``` In every case, lower bound is exactly same as the input version. Current incorrect behavior was originally introduced 2 years ago by commit c55d55a8, where it tried to reset patch version to 0 for tilde expression. Closes #1150. * Fix Black lint
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| config | Loading commit data... | |
| console | Loading commit data... | |
| fixtures | Loading commit data... | |
| installation | Loading commit data... | |
| json | Loading commit data... | |
| masonry | Loading commit data... | |
| mixology | Loading commit data... | |
| packages | Loading commit data... | |
| puzzle | Loading commit data... | |
| repositories | Loading commit data... | |
| semver | Loading commit data... | |
| spdx | Loading commit data... | |
| utils | Loading commit data... | |
| vcs | Loading commit data... | |
| version | Loading commit data... | |
| __init__.py | Loading commit data... | |
| conftest.py | Loading commit data... | |
| helpers.py | Loading commit data... | |
| test_factory.py | Loading commit data... |