From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fhwYt-0005i4-Hw for guix-patches@gnu.org; Tue, 24 Jul 2018 08:37:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fhwYo-0006eH-JL for guix-patches@gnu.org; Tue, 24 Jul 2018 08:37:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49780) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fhwYo-0006eD-FL for guix-patches@gnu.org; Tue, 24 Jul 2018 08:37:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fhwYo-0000hK-8p for guix-patches@gnu.org; Tue, 24 Jul 2018 08:37:02 -0400 Subject: [bug#32260] [PATCH 00/21] Python updates References: <20180724123318.29312-1-mbakke@fastmail.com> In-Reply-To: <20180724123318.29312-1-mbakke@fastmail.com> Resent-Message-ID: From: Marius Bakke Date: Tue, 24 Jul 2018 14:35:43 +0200 Message-Id: <20180724123604.29666-1-mbakke@fastmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 32260@debbugs.gnu.org This series updates Python to 3.7 and bumps many of the python-* packages to the latest upstream releases. Also, Python 3.7 is now reproducible on my system. As well as most of the library packages. Woohoo! :-) Do we have time for a 'python-updates' round before core-updates? Relatedly, can the existing 'python-updates' branch be deleted? Marius Bakke (21): gnu: python: Remove outdated comment and phases. gnu: python: Update to 3.7.0. gnu: python: Rebuild bytecode after removing tests. gnu: python: Build reproducibly. gnu: python-py: Add missing dependency on setuptools-scm. gnu: python-py: Update to 1.5.4. gnu: python-py: Update home page. gnu: python-pyflakes: Update to 2.0.0. gnu: python-more-itertools: Update to 4.2.0. gnu: python-pycodestyle: Update to 2.4.0. gnu: python-setuptools: Update to 40.0.0. gnu: python-pytest-runner: Update to 4.2. gnu: python-flake8: Update to 3.5.0. gnu: python-hypothesis: Update to 3.66.6. gnu: python-pytest-cov: Update to 2.5.1. gnu: Add python-invoke. gnu: python-pytest: Update to 3.6.3. gnu: python-pytest-mock: Update to 1.10.0. gnu: docbook-xsl: Delete bundled jars. gnu: gdb: Fix build with Python >= 3.7. gnu: python-fonttools: Update to 3.28.0. gnu/local.mk | 1 + gnu/packages/check.scm | 35 ++--- gnu/packages/docbook.scm | 10 +- gnu/packages/gdb.scm | 1 + gnu/packages/patches/gdb-python-3.7.patch | 52 +++++++ gnu/packages/python.scm | 178 ++++++++-------------- guix/build/python-build-system.scm | 2 - 7 files changed, 140 insertions(+), 139 deletions(-) create mode 100644 gnu/packages/patches/gdb-python-3.7.patch -- 2.18.0