PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Sunday the 15th of June, 2014

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[12:05:29] <pmxbot> jaraco pushed 1 commit to setuptools (https://bitbucket.org/pypa/setuptools/) :
[12:05:29] <pmxbot> Include the script template files - fixes #220
[12:07:46] <pmxbot> jaraco pushed 3 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[12:07:46] <pmxbot> Update changelog
[12:07:46] <pmxbot> Added tag 5.0.2 for changeset 95996b713722
[12:07:46] <pmxbot> Bumped to 5.0.3 in preparation for next release.
[12:20:42] <ionelmc> jaraco: hey
[12:21:08] <jaraco> ionelmc,
[12:21:09] <jaraco> hi
[12:21:31] <ionelmc> the windows 8 instructions for bootstrapping setuptools are no longer working
[12:21:34] <ionelmc> eg: (Invoke-WebRequest https://bootstrap.pypa.io/ez_setup.py).Content | python -
[12:21:46] <jaraco> ionelmc, I'm aware of that. It's actually broken for everybody.
[12:21:52] <ionelmc> that doesn't work anymore as the response is `application/octet-stream`
[12:21:58] <jaraco> due to https://bitbucket.org/pypa/setuptools/issue/214/bootstrap-script-not-updating-on
[12:22:05] <ionelmc> if you switch the content type to text it will work
[12:22:10] <jaraco> oh?
[12:22:24] <ionelmc> yep
[12:22:33] <ionelmc> now it just returns a huge array of numbers
[12:22:42] <ionelmc> cause it thinks it's binary
[12:22:48] <ionelmc> i'm still baffled by this
[12:22:56] <jaraco> I can see how that would be with the new bootstrap mirror.
[12:23:11] <jaraco> Since it copies the file, if it doesn't supply a suitable content type, that could cause problems.
[12:23:35] <jaraco> Would you file a ticket please?
[12:25:38] <ionelmc> jaraco: how do i make a code block on BB ?
[12:25:59] <jaraco> I use triple-backticks (```)
[12:26:46] <ionelmc> https://bitbucket.org/pypa/setuptools/issue/221/wrong-content-type-on-bootstrappypaio
[12:27:49] <jaraco> !em ionelmc
[12:27:49] <pmxbot> Vi faras bonan laboron, ionelmc!
[12:36:28] <ionelmc> jaraco: now it would be a good time to start using http://www.appveyor.com/
[12:36:47] <ionelmc> (it's for windows and free for opensource)
[12:36:48] <pmxbot> jaraco pushed 2 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[12:36:48] <pmxbot> Move tests.sh to a tox config
[12:36:48] <pmxbot> Ignore the tox folder
[12:38:18] <jaraco> ionelmc, looks awesome
[12:51:04] <ionelmc> jaraco: you're using powershell in ez_setup.py :(
[12:51:11] <ionelmc> that is also broken
[12:52:17] <jaraco> ionelmc, I did that to provide a secure way to download the sdist.
[12:52:25] <jaraco> how is it broken?
[12:53:14] <ionelmc> jaraco: any idea how to fix this http://paste.ubuntu.com/7647829/ ?
[12:53:56] <ionelmc> oops
[12:53:59] <ionelmc> might be permissions :)
[12:54:18] <pmxbot> jaraco pushed 5 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[12:54:18] <pmxbot> Extract embedded function as protected staticmethod.
[12:54:18] <pmxbot> Moved filename resolution into _load_template
[12:54:18] <pmxbot> Remove unused variable and import
[12:54:18] <pmxbot> Mark failing tests as xfail
[12:54:18] <pmxbot> Merging integration tests from Doug Hellmann
[12:55:11] <ionelmc> jaraco: ok, changed cwd but i get this suspicious output http://paste.ubuntu.com/7647832/
[12:55:40] <ionelmc> lines 6 and 7
[12:56:36] <jaraco> It's a pretty nondescript error.
[12:57:17] <ionelmc> jaraco: do you have a windows installation to try that?
[12:57:56] <jaraco> ionelmc, works for me with no suspicious output.
[12:58:12] <jaraco> But I am running my shell as administrator
[13:02:32] <ionelmc> jaraco: it only happens when i run in ISA powershell
[13:02:43] <ionelmc> i guess it doesn't like the fact that the command is not "native"
[13:03:00] <ionelmc> ISE*
[13:06:34] <ionelmc> jaraco: i still have this issue http://paste.ubuntu.com/7647866/
[13:06:48] <ionelmc> why is it downloading 4.0.1 ?!
[13:07:37] <ionelmc> jaraco: ah, https://bootstrap.pypa.io/ez_setup.py has 4.0.1 in it
[13:07:50] <jaraco> ionelmc, https://bitbucket.org/pypa/setuptools/issue/214/bootstrap-script-not-updating-on
[13:07:51] <jaraco> right
[13:08:26] <ionelmc> jaraco: why was 4.0.1 deleted?
[13:08:44] <ionelmc> i thought deleting packages is very bad idea :)
[13:09:22] <jaraco> I deleted them because I wanted to allow 3.8.1 to supersede 4. x
[13:09:36] <jaraco> But since we now have 5.0, I guess I could put those files back.
[13:10:38] <jaraco> done
[13:11:12] <ionelmc> jaraco: also, in the past ez_setup allowed to be used like easy_install
[13:11:26] <ionelmc> eg. python ez_setup.py some additional packages
[13:11:30] <ionelmc> iirc
[13:11:36] <ionelmc> how come the feature was removed
[13:11:47] <jaraco> That doesn't sound right to me.
[13:12:22] <ionelmc> jaraco: it worked, that was in the setuptools 0.6 age
[13:13:15] <jaraco> oh, interesting
[13:14:17] <jaraco> It appears to have happened in the distribute branch.
[13:14:24] <jaraco> Probably before I began maintenance of it.
[13:15:38] <ionelmc> ok so which should i use? 4.0.1 or 5.0 ?
[13:40:44] <jaraco> 5.0.2
[16:30:25] <pmxbot> jaraco pushed 1 commit to setuptools (https://bitbucket.org/pypa/setuptools/) :
[16:30:25] <pmxbot> remove instead of fix stale zipimport._zip_directory_cache data on PyPy
[16:38:08] <pmxbot> jaraco pushed 2 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[16:38:08] <pmxbot> Merge issue202 changes. Fixes #202.
[16:38:08] <pmxbot> Update changelog
[16:47:41] <pmxbot> jaraco pushed 4 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[16:47:41] <pmxbot> Merge template loader refactoring
[16:47:41] <pmxbot> Use io.open for changes file as well to support UTF-8 encoding.
[16:47:41] <pmxbot> Use iterables to determine the best filename to use for changes.
[16:47:41] <pmxbot> necessary to explicitly invoke 'iter' in Python 2
[16:50:07] <pmxbot> jaraco pushed 3 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[16:50:07] <pmxbot> Bumped to 5.1 in preparation for next release.
[16:50:07] <pmxbot> Added tag 5.1 for changeset 3a948b6d01e3
[16:50:07] <pmxbot> Bumped to 5.2 in preparation for next release.
[17:26:25] <xafer> I've a strange issue with python3.3 build: removing an useless function actually blocks the test...
[17:30:18] <xafer> https://github.com/xavfernandez/pip/blob/debug_stuck/pip/req/req_set.py#L501 with this function the test test_env_vars_override_config_file actually pass but if I remove it, it gets stuck :-/
[17:30:38] <xafer> (and only with python 3.3)
[17:30:46] <xafer> python 3.2 doesnt care
[17:32:42] <xafer> any clue ?