[14:31:16] <dstufft> List of projects that are hosted off PyPI by the # of hits their /simple/ page got on 2014-5-14, not shown, the 1400 or so that didn't get any hits: https://gist.github.com/dstufft/5ebfb0d7e53194e5f89e
[15:30:06] <pmxbot> jaraco pushed 5 commits to setuptools (https://bitbucket.org/pypa/setuptools/) :
[15:30:06] <pmxbot> ensure write_manifest passes contents to write_file as unicode strings.
[15:35:29] <dstufft> meaning that if you exclude PIL, then projects which are not hosted on PyPI represented 0.12% of the traffic to /simple/ on the 14th.
[16:05:20] <jaraco> I'm seeing two test failures on Python 3 and one on Python 2 https://travis-ci.org/jaraco/setuptools/builds/25406138
[16:06:27] <pthiem> Yeah, travis was failing for me too. I had to put it up at 4am
[16:08:07] <jaraco> BTW, When it comes to branching strategy, I basically follow the git workflow, using bookmarks in favor of branches. I know at one time Bitbucket didn't handle that particularly elegantly, but I think they're getting good at it.
[16:10:22] <pthiem> Ok, I'll give that a try. I suppose that only critical thing is they need to get the conflict resolver updated. So I can "sync" in some default manner, instead of getting a conflict when I do a pull.
[16:11:36] <pthiem> Ok so in PY3: test_write_manifest_allows_utf8_filenames and test_manifest_is_written_with_utf8_encoding
[16:11:40] <jaraco> And I don't mean to suggest that you must do things differently. Do whatever works best for you. Since I don't often make pull requests in Bitbucket, I don't even know what the experience is.
[16:12:38] <pthiem> And in py2 jsut test_manifest_is_written_with_utf8_encoding
[16:56:01] <pthiem> Working on the various branches I have is on my to-do list for today, but I need to see if I can catch the bank before it closes. I'll double check win32 and update my build_osx branch to tip
[17:02:13] <jaraco> pthiem, I'm about out of time to work on this today too.
[17:02:35] <jaraco> But if I can get the tests green and then make a comment to the distribute ticket for those interested to review, then I'll be happy.
[23:28:55] <pmxbot> Write requirements in a deterministic order.
[23:28:55] <pmxbot> Use StringIO to write out requirements. Use more common convention of adding newline to each line of the file, not just intervening lines.
[23:28:55] <pmxbot> Update requires.txt to match new, predictable order.