/srv/irclogs.ubuntu.com/2015/10/24/#ubuntu-devel.txt

zigodoko: tumbleweed: All 39 packages fixed and uploaded ! :)00:06
Ben64TJ-: !09:58
TJ-Ben64: ?09:59
Ben64i tried to reverse the steps and go from hex to decimal but ran into the negative number problem again09:59
Ben64TJ-: this is what i finally came up with and it works... wondering if there was an easier way or how dumb my way is http://ben64.com/java/2.txt10:00
TJ-Ben64: always an issue with Java and it always working with signed numbers10:00
TJ-Ben64: so, do you want to take in a hexadecimal number as an alternative to a decimal, but do the same operation with it?10:04
TJ-Ben64: let's move the discussion to -discuss :)10:05
Ben64whoops, thought this was discuss10:05
=== asac` is now known as asac
dokozigo, https://launchpad.net/ubuntu/+source/python-invoke/0.9.0-2/+build/818625311:01
dokozigo, https://launchpad.net/ubuntu/+source/python-ironicclient/0.8.1-3/+build/8186254 (accessing the network)11:02
dokozigo, looks like you fixed all the python3-* packages, but not the python-* packages11:04
zigodoko: I thought the issue was only for py3. Is there an issue with py2 too ?11:28
dokozigo, yes, you have the direct python2.7 dependency, but I don't expect a python2.8, so it's more wishlist than anything important11:29
zigodoko: I'll do it in less of a hurry as I update packages...11:53
zigoOn my way to the summit.11:53
dokohave fun11:54
dokomitya57, reading https://github.com/sphinx-doc/sphinx/issues/1346  looks like the rtd theme is not the default? then why add it as an absolute dependency?15:18
mitya57dobey, it's unconditionally imported upstream, https://github.com/sphinx-doc/sphinx/blob/stable/sphinx/theming.py#L3016:04
mitya57but maybe I can make it optional :)16:04
infinitymitya57: ITYM doko.16:07
mitya57ouch, sorry16:07
mitya57thanks infinity!16:07
dokomitya57, cut the dependency at modernizr, should be fine now16:08
mitya57doko, according to upstream modernizr is needed to support IE8, which we probably don't care about16:10
dokomitya57, did you have a look at python-coverage?16:10
dokomitya57, ohh, nice. fix it!16:10
mitya57Yes, and I filed a bug in Debian. Meanwhile I suggest to just disable the tests16:11
mitya57doko, did you only cut the dependency, or also removed it from sphinx_rtd_theme/layout.html?16:12
dokomitya57, I cur modernizr's dependency on uglifyjs16:13
dokocut even16:13
mitya57doko, nice, I haven't even heard of slimit16:14
mitya57though last commit in 2013, so it also seems dead :-(16:15
dokomitya57, you know these things if you have to wade through the MIRs ...16:16
dokowon't change python-coverage, it doesn't block 3.5 as the default16:23
mitya57Ok16:27
mitya57doko, if https://github.com/sphinx-doc/sphinx/pull/2097 gets accepted, I'll drop dependency on sphinx-rtd-theme.16:43
mitya57(and we'll be able to demote it and modernizr)16:43
dokomitya57, but isn't alabaster the default theme?16:46
mitya57yes, that's why I will remove only sphinx-rtd-theme, not alabaster16:47
dokomitya57, if you want to help with http://people.canonical.com/~ubuntu-archive/transitions/html/python3.5.html ... blender cigi-ccl elektra hyphy python-invoke are the blockers16:49
mitya57doko, I can look at python-invoke16:51
mitya57Can someone please reject python-invoke in wily? I am not yet used to typing xenial instead of wily :(18:16
mitya57doko, please ^18:17
* mitya57 should probably start using 'devel' alias18:18
* mitya57 facepalms18:20
mitya57^^^ and metacity too (I uploaded it yesterday and didn't notice the mistake)18:20
dokomicahg, done18:22
mitya57Thanks!18:22
mitya57python-invoke uploaded to the right place now18:23
dokomitya57, does sphinx really need jquery 1.11?18:31
mitya57doko, not really, this is just the version upstream uses so I bumped the dependency to be safe18:32
roaksoaxdoko: howdy! i hav a quick question.. is there any plan to address upgrades from applications that have migrations with django 1.6 in trusty to django 1.7 in X ?18:33
mitya57doko, you can revert that to (>= 1.4) for Ubuntu18:33
dokomitya57, infinity: new jquery depends on nodejs ... fun task for you vacation ;-P18:34
roaksoaxdoko: as in, for an app that's in trusty with django 1.6 won't be able to upgrade to django 1.7 in X because migrations in between T and X are made, and X (django1.7) wont be able to apply those migrations18:34
mitya57Maybe my idea about MIRing nodejs wasn't so bad…18:35
dokoroaksoax, I don't know about any plans18:36
dokoaren't updates 1.6 -> 1.8 from lts to lts good enough?18:37
roaksoaxdoko: the problem is that django has change migration system that breaks backwards compatibility18:38
dokomitya57, ok, next time, bump it in the b-d's too ;)18:39
roaksoaxdoko: so say, maas 1.7 in trusyt, wont be able to upgrade to maas 2.0 in X becaue django 1.8 won't know how to handle the migrations created between 1.7 and 2.018:39
mitya57doko, bumping the b-d's is not really needed as it builds fine with the new version :)18:40
dokoroaksoax, well, I assume then you have to package a 1.7 subset?18:41
dokoor better rely on sound technologies in maas?18:43
ricotzdoko, could you please sync x264 from experimental18:46
dokomitya57, this attitude is causing me some pain ... https://launchpadlibrarian.net/222652126/buildlog_ubuntu-xenial-amd64.sphinx_1.3.1-7ubuntu2_BUILDING.txt.gz18:48
dokoricotz, does this start a new transition?18:48
mitya57doko, I got the same for python-invoke, looking at why it's not installable18:49
ricotzdoko, yes, and can be done in parallel to x265 which got already syned18:49
dokomitya57, libjs-sphinxdoc --> versioned jquery18:50
mitya57oh, a circular uninstallable dependency :(18:50
dokoso how to build sphinx temporarily without alabaster?18:51
mitya57doko, alabaster shouldn't depend on sphinx, I will drop that dependency18:51
mitya57see debian #78379418:51
ubottuDebian bug 783794 in python-alabaster "python-alabaster: Please do not depend on python-sphinx" [Normal,Open] http://bugs.debian.org/78379418:51
dokowait, just removing the binaries18:52
mitya57That should also work18:53
dokoxnox, any idea about https://launchpadlibrarian.net/222648448/buildlog_ubuntu-xenial-armhf.blender_2.75.a%2Bdfsg0-2ubuntu2_BUILDING.txt.gz ?18:54
hjdI just discovered I can't see the xenial branches for packages under the code page on Launchpad. Is this expected since it is still early days?19:01
dokowe're not yet completely open19:01
hjdok :)19:02
mitya57doko, so did you remove the binaries?19:06
dokomitya57, yes19:07
mitya57Ok to retry some builds then?19:07
mitya57i.e. the sphinx one19:07
dokostill too early19:12

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!