You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have used the library and it works good for us in most of cases.
But we noticed the following issue: according to the pURL specification, for PyPi packages all underscores "_" must be replaced with dashes "-" in the name. However, it seems as if only the first occurrence is replaced using "someString.replace(...)".
Can you please have a look at this?
(There are also other usages of replace function.)
Thank you very much,
Pavel
The text was updated successfully, but these errors were encountered:
@pkomardin , myself and @declanhunter took a gander at this today, and fixed JUST the pypi issue (trying to keep the PR narrow). It's at #26 if you wanted to take a gander. If you find other issues, I'd raise them! Thanks for raising this.
Hello.
We have used the library and it works good for us in most of cases.
But we noticed the following issue: according to the pURL specification, for PyPi packages all underscores "_" must be replaced with dashes "-" in the name. However, it seems as if only the first occurrence is replaced using "someString.replace(...)".
Can you please have a look at this?
(There are also other usages of replace function.)
Thank you very much,
Pavel
The text was updated successfully, but these errors were encountered: