File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 88setuptools
99twine
1010wheel
11- build
11+ build
12+ packvers
Original file line number Diff line number Diff line change 1515import requests
1616import saneyaml
1717
18- from packaging import version as packaging_version
18+ from packvers import version as packaging_version
1919
2020"""
2121Utility to create and retrieve package and ABOUT file data from DejaCode.
Original file line number Diff line number Diff line change 2727
2828import re
2929
30- from packaging .tags import (
30+ from packvers .tags import (
3131 compatible_tags ,
3232 cpython_tags ,
3333 generic_tags ,
Original file line number Diff line number Diff line change 2828from commoncode import fileutils
2929from commoncode .hash import multi_checksums
3030from commoncode .text import python_safe_name
31- from packaging import tags as packaging_tags
32- from packaging import version as packaging_version
31+ from packvers import tags as packaging_tags
32+ from packvers import version as packaging_version
3333
3434import utils_pip_compatibility_tags
3535
You can’t perform that action at this time.
0 commit comments