It's no longer light-weight? :-)
It's getting full-feature :)
You could s/light-weight/full-featured/ then! :D
Move needed to between "the" and "system"
But then people open tickets with new requests meaning it misses some features :D
Is the .* also needed? I think just "pip install pygit2==0.23" should automatically select the latest in the 0.23 range? (note: not sure, but that's what my memory says)
I know the .* works, didn't try w/o it
.*
Probably note that that means it's available on http://localhost:5000/.
Just tested:
$ pip install pygit2==0.21 You are using pip version 6.0.8, however version 8.0.2 is available. You should consider upgrading via the 'pip install --upgrade pip' command. Collecting pygit2==0.21 Downloading pygit2-0.21.0.tar.gz (150kB) ...
$ pip install "pygit2==0.21.*" You are using pip version 6.0.8, however version 8.0.2 is available. You should consider upgrading via the 'pip install --upgrade pip' command. Collecting pygit2==0.21.* Downloading pygit2-0.21.4.tar.gz (421kB) ...
Fair enough. Just thought I'd note it, since the ".*" confused me slightly, as I thought I might have to replace that with something as well.
I put it this way to be consistent with what's in runserver.py but to be honest I liked the 127.0.0.1 better
Yeah, that's why I gave the precise example
Well, I think it's useful to indicate that it's available on all interfaces for the people that know what 0.0.0.0 bind means, but it's also useful to mention localhost:5000 for those that don't.
@puiterwijk +1'd on IRC