#jython IRC Log (v0.9)

Index

IRC Log for 2016-11-14

Timestamps are in GMT/BST.

[1:57] * nickmbailey (~nickmbail@2605:6000:e8ce:3100:c48f:bff0:2a78:9f6b) Quit (Remote host closed the connection)
[1:57] * nickmbailey (~nickmbail@cpe-70-117-83-204.austin.res.rr.com) has joined #jython
[2:02] * nickmbailey (~nickmbail@cpe-70-117-83-204.austin.res.rr.com) Quit (Ping timeout: 260 seconds)
[4:34] * nickmbailey (~nickmbail@2605:6000:e8ce:3100:f555:b719:edae:645d) has joined #jython
[5:27] * nickmbailey (~nickmbail@2605:6000:e8ce:3100:f555:b719:edae:645d) Quit (Remote host closed the connection)
[5:28] * nickmbailey (~nickmbail@2605:6000:e8ce:3100:f555:b719:edae:645d) has joined #jython
[5:32] * nickmbailey (~nickmbail@2605:6000:e8ce:3100:f555:b719:edae:645d) Quit (Ping timeout: 245 seconds)
[6:01] * jimklo (~jimklo@71-84-19-18.dhcp.trlk.ca.charter.com) has joined #jython
[6:27] * jimklo (~jimklo@71-84-19-18.dhcp.trlk.ca.charter.com) Quit (Remote host closed the connection)
[7:10] * jimklo (~jimklo@71-84-19-18.dhcp.trlk.ca.charter.com) has joined #jython
[7:23] * jimklo (~jimklo@71-84-19-18.dhcp.trlk.ca.charter.com) Quit (Remote host closed the connection)
[7:32] * jimklo (~jimklo@71-84-19-18.dhcp.trlk.ca.charter.com) has joined #jython
[7:48] * jimklo (~jimklo@71-84-19-18.dhcp.trlk.ca.charter.com) Quit (Remote host closed the connection)
[8:08] * girish946 (~gsjoshi@122.170.156.212) has joined #jython
[9:20] * ohumbel (5390f784@gateway/web/freenode/ip.83.144.247.132) has joined #jython
[9:23] * girish946 (~gsjoshi@122.170.156.212) Quit (Quit: Leaving)
[10:19] * girish946 (~gsjoshi@122.170.156.212) has joined #jython
[13:35] * girish946 (~gsjoshi@122.170.156.212) Quit (Quit: Leaving)
[13:39] * xemdetia (~xemdetia@129.42.208.167) has joined #jython
[13:59] <jimbaker> agronholm, so looks like we are ready for a release candidate: bit.ly/jython-triage-2_7_1 is now empty
[13:59] <jimbaker> about time!
[13:59] <jimbaker> (one year late!)
[14:08] <teletubbie> hip hip hooray.
[14:08] <teletubbie> :D
[14:09] <teletubbie> love jython btw, kinda cute :)
[14:31] <pdurbin> nice
[14:35] <jimbaker> all fell in place once we had some time/energy to look into the last details
[15:56] * nickmbailey (~nickmbail@cpe-70-117-83-204.austin.res.rr.com) has joined #jython
[16:18] * jimklo (~jimklo@192.12.16.110) has joined #jython
[17:32] * girish946 (~gsjoshi@27.58.23.168) has joined #jython
[18:08] <jimbaker> nickmbailey, so we are planning a RC real soon now. just talked with fwierzbicki, should be ready tomorrow once we finalize NEWS
[18:08] <jimbaker> hopefully windows still works :)
[18:09] <jimbaker> i should probably test that part after the jar update
[18:10] <jimbaker> at least my windows 8 VM on vmware still works ;)
[18:19] <nickmbailey> jimbaker: ok cool :) i'll keep an eye out
[18:36] * girish946 (~gsjoshi@27.58.23.168) Quit (Quit: Leaving)
[19:02] <jimbaker> nickmbailey, thanks!
[19:54] <jimbaker> looks like the vendored version of packaging in pip 9.0.1 has a problem running on windows. presumably we can downgrade back to pip 7 or 8. will check
[19:55] <jimbaker> (we should be able to readily do this downgrade - i just upgraded from pip 7 last night)
[19:55] <jimbaker> (in terms of ensurepip's bundled wheels)
[20:02] <jimbaker> during jython.exe -m ensurepip:
[20:02] <jimbaker> File "C:\Users\Jim\AppData\Local\Temp\tmpghsknd\pip-9.0.1-py2.py3-none-any.whl\pip\_vendor\packaging\version.py", line 202, in __init__
[20:02] <jimbaker> UnicodeEncodeError: 'ascii' codec can't encode character u'\xfe' in position 0: ordinal not in range(128)
[20:03] <agronholm> what's one that line
[20:06] <agronholm> "raise InvalidVersion("Invalid version: '{0}'".format(version))"
[20:09] <jimbaker> agronholm, yeah that's a strange place to fail...
[20:20] <jimbaker> agronholm, it's possible that i'm seeing build artifacts here. trying a fresh install now
[20:22] <jimbaker> ant clean might not clean enough :)
[20:22] * Tycale_ (~Tycale@ns362682.ip-91-121-175.eu) Quit (Remote host closed the connection)
[20:23] * jimklo_ (~jimklo@75-128-4-186.dhcp.snlo.ca.charter.com) has joined #jython
[20:25] * Tycale (~Tycale@tycale.be) has joined #jython
[20:26] * jimklo (~jimklo@192.12.16.110) Quit (Ping timeout: 245 seconds)
[20:28] * jimklo_ (~jimklo@75-128-4-186.dhcp.snlo.ca.charter.com) Quit (Remote host closed the connection)
[20:28] * jimklo (~jimklo@192.12.16.110) has joined #jython
[20:47] <jimbaker> after fresh checkout and build: C:\jythondev\jython27-A>dist\bin\jython -m ensurepip
[20:47] <jimbaker> Collecting setuptools
[20:47] <jimbaker> ←[31m Could not find a version that satisfies the requirement setuptools (from versions: )←[0m
[20:47] <jimbaker> ←[31mNo matching distribution found for setuptools←[0m
[20:47] <jimbaker> love those nice escape codes, they work so well on the windows console ;)
[20:48] <jimbaker> anyway, i think we immediately do the following: revert back to the old pip/setuptools wheels, or possibly 8.x
[20:49] <jimbaker> work with pypa to figure out the latest windows bug and bundle in the 2.7.2 timeframe
[21:25] * jimklo (~jimklo@192.12.16.110) Quit ()
[22:15] * xemdetia (~xemdetia@129.42.208.167) Quit (Ping timeout: 240 seconds)
[23:25] * stewori (~stefan@5.146.129.76) has joined #jython
[23:32] <stewori> jimbaker: regarding "finalize NEWS": I kept track of fixes and also sorted the entries in order of check-in as far as I could follow (newest on top as it always used to be); just committing
[23:42] <jimbaker> stewori, yeah, i'm pretty sure it's close to what we need. but it's one of the last cleanup tasks i find myself working on when we do a release
[23:42] <jimbaker> anyway, i will write to jython-dev/jython-users to announce we are about there
[23:42] <jimbaker> i assume windows will be reasonably easy to fix - it's just a matter of setuptools breaking on it (again!)
[23:43] <jimbaker> but backing to an earlier version is a reasonable workaround

Index

These logs were automatically created by JythonLogBot_ on irc.freenode.net using a slightly modified version of the Java IRC LogBot (github).