From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: update khal Date: Mon, 29 Aug 2016 18:45:29 -0400 Message-ID: <20160829224529.GA32742@jasmine> References: <147244156826.23966.1730589020629061788@what> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="J/dobhs11T7y2rNN" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beVJP-0003pe-Rd for guix-devel@gnu.org; Mon, 29 Aug 2016 18:45:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1beVJJ-0004AU-Rc for guix-devel@gnu.org; Mon, 29 Aug 2016 18:45:50 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:57110) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beVJH-00047t-0Q for guix-devel@gnu.org; Mon, 29 Aug 2016 18:45:45 -0400 Content-Disposition: inline In-Reply-To: <147244156826.23966.1730589020629061788@what> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Troy Sankey Cc: guix-devel@gnu.org --J/dobhs11T7y2rNN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 28, 2016 at 11:32:48PM -0400, Troy Sankey wrote: > Builds don't seem to be deterministic when I use --check. Not sure where= to > start looking in order to fix that. I use the diffoscope program to inspect the differences. Currently, all of our Python 3 packages embed timestamps in the Python bytecode [0], and our Sphinx also embeds timestamps in man pages [1]. So, you should at least see these differences. [0] https://bugs.gnu.org/22533 [1] I am trying to update the whole set of core Python packages on the wip-python branch. This will fix the Sphinx problem. I took a little time off from this, but I'm going to dive back in soon. Feel free to jump in! > From 2538d47347ea2ca04eb116e762e3bf4dec575d31 Mon Sep 17 00:00:00 2001 > From: Troy Sankey > Date: Sun, 14 Aug 2016 13:38:20 -0400 > Subject: [PATCH 1/3] gnu: Add python-freezegun. >=20 > * gnu/packages/python.scm (python-freezegun): New variable. > (python2-freezegun): New variable. =20 > Subject: [PATCH 2/3] gnu: python-icalendar: Update to 3.10. >=20 > * gnu/packages/python.scm (python-icalendar): Update to 3.10. > Subject: [PATCH 3/3] gnu: khal: Update to 0.8.3. >=20 > * gnu/packages/calendar.scm (khal): Update to 0.8.3. Thanks, pushed as bc8273d0c! --J/dobhs11T7y2rNN Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJXxLsFAAoJECZG+jC6yn8IIkkQANOWwteIZB3R5MV+j4upyd88 Yb+ImBnYTm9uTQz8uE8tWafI+500/JtQRznahxtG0pLtSeyF0hq63FDXjCYW5Y2Z osH4av94HgJI0M7rM2txA/iGldC/XflJ+omJmuMAq3xubv4PzNNBFJlAzChHrYa1 0ftzkbzfEm/X6S4j9b0npPac0p6zo1ziRUeZgYF0Pa0ra4fSVcYrJoI+FPGeYFK8 pRcd265qXKBqqjvNOFI8QvzfW2ijMXVWNBTKQQCFr5EV3UZ1LD59KDGaAg/bAtN1 RhU9vw6qDUELBiqsJnLjLZQbxwIbtwDowD1yuEKknHdOl/k1cNMQabV97K1UXC9+ J8q0kimlDzA6Q0HXbVFxv6uvVfrCw0lRqMwgePlbRf6CFo5VMnwpKNcBNUkz5gG+ HtSL/X+27WKK1Yqq/Y3Vnvpw8sQg3gl+XObIpmibcPV+TnzjxK+0pGgZHuoSfJKs 0EuMPlXL8Zc1UymIrG7tkS+daLwRmIDlHnM5A+xmmmkJ2Iqyum+/M58WfOk8zSja CZNgDk9XtnCWzcBsk8RrAWij6frEuyrGAl0nEhXs6dWyUa1uPRSQSxp8A6bV8aJP RsxJTbNJAxwfwbMiN1QpvSg8O6FepRWsbnLx5JP83qX+B2DKeueLwvcmXgqU3n0m U6rFEHCTQPPJOceVAlp0 =2V5j -----END PGP SIGNATURE----- --J/dobhs11T7y2rNN--