generated from aboutcode-org/skeleton
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Replace packaging with packvers #108
Comments
swastkk
pushed a commit
to swastkk/python-inspector
that referenced
this issue
Jan 12, 2023
* Work around changes in packaging by replacing it with packvers to avoid issues with missing packaging.version.LegacyVersion. * Also bump the versions of dparse2 and pip-requirements-parser with new versions that are not subject the LegcacyVersion issue. * Adjust the code and tests accordingly. Reference: aboutcode-org#108 Reference: pypa/packaging#530 Signed-off-by: swastik <swastkk@gmail.com># Please enter the commit message for your changes. Lines starting
swastkk
pushed a commit
to swastkk/python-inspector
that referenced
this issue
Jan 12, 2023
* Work around changes in packaging by replacing it with packvers to avoid issues with missing packaging.version.LegacyVersion. * Also bump the versions of dparse2 and pip-requirements-parser with new versions that are not subject the LegcacyVersion issue. * Adjust the code and tests accordingly. Reference: aboutcode-org#108 Reference: pypa/packaging#530 Signed-off-by: swastik <swastkk@gmail.com>
swastkk
pushed a commit
to swastkk/python-inspector
that referenced
this issue
Jan 13, 2023
* Work around changes in packaging by replacing it with packvers to avoid issues with missing packaging.version.LegacyVersion. * Also bump the versions of dparse2 and pip-requirements-parser with new versions that are not subject the LegcacyVersion issue. * Adjust the code and tests accordingly. Reference: aboutcode-org#108 Reference: pypa/packaging#530 Signed-off-by: swastik <swastkk@gmail.com>
swastkk
pushed a commit
to swastkk/python-inspector
that referenced
this issue
Jan 13, 2023
* Work around changes in packaging by replacing it with packvers to avoid issues with missing packaging.version.LegacyVersion. * Also bump the versions of dparse2 and pip-requirements-parser with new versions that are not subject the LegcacyVersion issue. * Adjust the code and tests accordingly. Reference: aboutcode-org#108 Reference: pypa/packaging#530 Signed-off-by: swastik <swastkk@gmail.com>
swastkk
pushed a commit
to swastkk/python-inspector
that referenced
this issue
Jan 13, 2023
* Work around changes in packaging by replacing it with packvers to avoid issues with missing packaging.version.LegacyVersion. * Also bump the versions of dparse2 and pip-requirements-parser with new versions that are not subject the LegcacyVersion issue. * Adjust the code and tests accordingly. Reference: aboutcode-org#108 Reference: pypa/packaging#530 Signed-off-by: swastik <swastkk@gmail.com>
pombredanne
added a commit
that referenced
this issue
Jan 13, 2023
Replace packaging with packvers #108
Time to close this issue ✅ |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
To avoid the issues of pypa/packaging#530
packaging should be replaced by https://github.com/nexB/packvers/
See also SCTK and aboutcode-org/univers#95
The text was updated successfully, but these errors were encountered: