PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Monday the 23rd of February, 2015

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[12:10:22] <jezdez> ronny: ping
[12:11:50] <ronny> jezdez: pong?
[12:12:15] <jezdez> ronny: homepage url on https://pypi.python.org/pypi/setuptools_scm is wrong :)
[12:13:24] <ronny> jezdez: will be fxed after work - i prepared a upgrade including better docs, jsut ponderin whether i should release v0.27 or v1.0
[12:13:38] <jezdez> ronny: +1 on 1.0
[12:13:56] <jezdez> we’ve had great success with rolling releases
[12:14:01] <ronny> ok
[12:14:16] <jezdez> you can also jump to 2.8 if you’d like
[12:14:23] <ronny> lol
[12:14:28] <jezdez> just saying
[12:14:38] <jezdez> the <1.0 version numbers are silly IMO
[12:14:47] <ronny> true ^^
[12:15:04] <ronny> jezdez: can you do some doc review maybe, i'll do a 1.0 after work
[12:15:09] <jezdez> thanks for fixing the tag issue btw :)
[12:15:25] <jezdez> I can do that later today, but probably not before 3 or 4 pm
[12:15:39] <ronny> sounds fine, im also at work ^^
[12:15:45] <jezdez> cool
[12:40:35] <ronny> jezdez: btw, sidenote, any oppinion on the django-configurations pr for the django-cadmin command?
[13:13:35] <kartikgupta0909> hello can somebody tell me how should i modify this command to make it work behind proxy "pip install -e svn+http://google-visualization-python.googlecode.com/svn/trunk@18#egg=gviz_api.py-1.7.1-py2.7-dev_r18"
[13:39:59] <jezdez> ronny: I haven’t, no
[13:40:07] <jezdez> I mean, haven’t looked at it
[13:43:38] <ronny> k
[17:06:38] <ronny> jezdez: sup? managed to find some time?
[17:08:48] <jezdez> ronny: nope, meetings so far :(
[17:08:49] <jezdez> but soon
[17:08:57] <ronny> kk
[17:09:03] <ronny> *crosses fingers*
[18:36:07] <ronny> jezdez: sup?
[18:40:47] <jezdez> ronny: almost done
[18:41:04] <ronny> jezdez: the meetings or the review ? ^^
[18:41:20] <jezdez> ronny: review
[18:41:22] <jezdez> and fixes!
[18:41:28] <ronny> awesome :)
[18:41:32] <jezdez> gonna open a PR
[18:42:26] <ronny> hmm
[18:43:41] <ronny> jezdez: unfortunately bb is down, in casse of doubt, mail me a bundle ^^
[18:44:36] <jezdez> a what?
[18:44:53] <jezdez> I wish we’d be using git LOL
[18:45:03] <ronny> lol
[18:45:23] <ronny> i much prefer hg, unfortunately atlassian pretty much made bitbucket rotten
[18:46:13] <ronny> jezdez: hg has pushable rebases for draft changesets now ^^
[18:46:25] <jezdez> I know I know ;)
[18:46:35] <jezdez> been following along, just not using it enough to be comfortable
[18:46:53] <jezdez> let’s not have the dvcs discussion
[18:46:55] <jezdez> :)
[18:47:07] <jezdez> I’ll send you a bundle
[18:47:33] <ronny> thx, - i'll do a 1.0 release afterwrds and tweet/reddit it
[19:06:50] <jezdez> ronny: http://jzdz.me/3n3T0I0d2D3X
[19:08:07] <hynek> so um, why does pip re-download every package every single time since it’s showing me the message that it will manage its cache itself? :-/
[19:10:12] <tomprince> hynek: Are you using multiple versions of python? The first versions of 6.0.x had a bug that broke the cache when switching versions.
[19:11:48] <ronny> jezdez: nicely done, thanks
[19:12:12] <jezdez> ronny: I hope you like it
[19:12:19] <jezdez> let me know if I should change anything
[19:12:58] <hynek> tomprince: I ’m using a lot of versions :) but this is 6.0.8…
[19:13:11] <ronny> jezdez: its a vast improvment and raisd the quality up enough that there is nothing in the way of a 1.0 :)
[19:13:56] <jezdez> ronny: yay!
[19:14:13] <jezdez> I think a sphinx docs may be useful to document the various features a bit in detail
[19:14:26] <jezdez> I’m stoked for the entrypoints btw
[19:14:49] <tomprince> hynek: Hmm .. is it actually generating network trafic? I guess it perhaps checks etags or whatever. (It obeys whatever cache headers the origin sends)
[19:14:55] <jezdez> in case I’d write my own extension, how do the iteration of entrypoints work btw, do 3rd party entrypoints come first?
[19:15:30] <_habnabit> ronny, it doesn't look like you fixed the issue i described earlier
[19:15:58] <ronny> _habnabit: did i miss something? we no longer recurse into parent dirs
[19:16:08] <_habnabit> ronny, you might not, but git/hg do
[19:16:29] <ronny> _habnabit: we dont even invoke git/hg if we dont have a controll file in the same dir
[19:16:31] <jezdez> _habnabit: oh god, nested repos?
[19:16:41] <_habnabit> jezdez, no
[19:16:58] <ronny> _habnabit: before the file finders would look one directory up for a control dir
[19:17:02] <ronny> _habnabit: they no longer do
[19:17:10] <ronny> and they only inoke the commands if a control dir exists
[19:17:20] <_habnabit> ronny, is the control dir included in an sdist?
[19:17:49] <ronny> _habnabit: nope
[19:17:54] <tomprince> hynek: If you are using a private index, and it doesn't set any cache headers, then the cache perhaps won't be useful.
[19:17:59] <ronny> _habnabit: but a PKG-INFO file is
[19:18:21] <hynek> tomprince: um, shouldn’t it just compare versions? :( yep it’s devpi
[19:18:45] <ronny> _habnabit: in setuptools_scm.hacks there is a pkg-info reader that gets the version from a pkg-info file
[19:18:46] <_habnabit> ronny, so you never run git/hg from an sdist?
[19:18:54] <ronny> _habnabit: exactly
[19:19:17] <ronny> _habnabit: atm we guess versions from pkg-info, .hg_archival.txt and git/hg workdirs
[19:20:15] <ronny> https://pypi.python.org/pypi/setuptools_scm/1.0.0 :)
[19:20:18] <tomprince> hynek: Maybe it should, but right now it is just an http cache.
[19:22:25] <tos9> Does --quiet --log=a/file produce exactly the same output into the file as what would have appeared on stdout?
[19:48:41] <kartikgupta0909> mailto:svn+http://google-visualization-python.googlecode.com/svn/trunk@18#egg=gviz_api.py-1.7.1-py2.7-dev_r18"
[19:49:06] <kartikgupta0909> can someone help me in setting up the proxy for the following command
[19:49:21] <kartikgupta0909> pip install -e svn+http://google-visualization-python.googlecode.com/svn/trunk@18#egg=gviz_api.py-1.7.1-py2.7-dev_r18
[19:49:59] <ronny> kartikgupta0909: i suspect some setup of the subversion client is needed
[19:53:20] <kartikgupta0909> ronny can you name one that i can use?
[19:53:34] <ronny> no idea, i havent used subversion in 5 years
[19:56:35] <ronny> hmm, anyone up for upvoting my reddit a bit, i want the karma :)