nephila / giturlparse

Parse & rewrite git urls (supports GitHub, Bitbucket, Assembla ...)
https://pypi.python.org/pypi/giturlparse
Apache License 2.0
31 stars 21 forks source link

removed "s" from the base platform regex #13

Closed kinkerl closed 5 years ago

kinkerl commented 6 years ago

this bug was only in the base project. it matched only urls where each token ends with an "s"

yakky commented 5 years ago

Thanks @kinkerl @GaretJax merged this with #15 to include fixes to the testsuite

yakky commented 5 years ago

Merged via #15