[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated (9621809 -> 812a293)
From: |
guix-commits |
Subject: |
branch core-updates updated (9621809 -> 812a293) |
Date: |
Fri, 15 Jan 2021 16:34:42 -0500 (EST) |
apteryx pushed a change to branch core-updates
in repository guix.
from 9621809 build-system/gnu: Really ignore the return value of phases.
new 13bb41f gnu: python-xyz: Move a few modules to (gnu packages
python-build).
new 7bca632 gnu: Add python-pypa-build.
new 444cac5 gnu: python-decorator: Update to 4.4.2.
new 9837bc5 gnu: python-mypy: Fix build.
new be7061c gnu: python-pytest: Propagate python-iniconfig, python-toml.
new bafe510 gnu: python-mccabe: Add missing python-toml input.
new 43c889d gnu: python-pyflakes: Fix build.
new 4ef16b2 gnu: python-mccabe: Fix indentation.
new e9bb8ec gnu: python-typed-ast: Update to 1.4.2.
new 270c05f gnu: python-pytest-forked: Update to 1.3.0.
new c967e2c gnu: python-pympler: Update to 0.9.
new 5f20a34 gnu: python-3.9: Add a search path specification for
PYTHONTZPATH.
new bb33b49 gnu: python-babel: Fix build.
new ec1b5f8 gnu: python-simplejson: Update to 3.17.2, fixing build.
new 274deb0 gnu: python-backpack: Fix build.
new c65adcc gnu: python-hypothesis: Update to 6.0.2
new b00ff69 gnu: python-flake8-pyi: Update to 20.10.0.
new 255fc08 gnu: python-virtualenv: Update to 20.3.1.
new 9d44234 gnu: Add python-libcst-minimal.
new a6f4917 gnu: python-hypothesmith: Update to 0.1.8.
new 0054cad gnu: python-typing-inspect: Fix build on Python 3.9.
new 98b4466 gnu: Add python-mypy-minimal.
new ccdc0e5 gnu: Add python-pylama.
new 5d7d7e8 gnu: python2-pylint: Remove package.
new 39be293 gnu: python2-orator: Remove package.
new 9ea2fbd gnu: python2-factory-boy: Remove package.
new 762b9fe gnu: python2-isort: Remove package.
new 812a293 gnu: python-isort: Update to 5.7.0, fixing build on Python
3.9.
The 28 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/local.mk | 3 +
gnu/packages/bittorrent.scm | 1 +
gnu/packages/check.scm | 83 ++----
gnu/packages/databases.scm | 6 +-
gnu/packages/finance.scm | 1 +
gnu/packages/machine-learning.scm | 1 +
.../patches/python-pyflakes-fix-tests.patch | 40 +++
.../patches/python-typing-inspect-fix.patch | 38 +++
gnu/packages/protobuf.scm | 1 +
gnu/packages/python-build.scm | 160 ++++++++++++
gnu/packages/python-check.scm | 59 ++++-
gnu/packages/python-crypto.scm | 1 +
gnu/packages/python-web.scm | 1 +
gnu/packages/python-xyz.scm | 280 +++++++++------------
gnu/packages/python.scm | 7 +-
gnu/packages/sphinx.scm | 1 +
gnu/packages/version-control.scm | 1 +
gnu/packages/virtualization.scm | 1 +
18 files changed, 448 insertions(+), 237 deletions(-)
create mode 100644 gnu/packages/patches/python-pyflakes-fix-tests.patch
create mode 100644 gnu/packages/patches/python-typing-inspect-fix.patch
create mode 100644 gnu/packages/python-build.scm
- branch core-updates updated (9621809 -> 812a293),
guix-commits <=
- 01/28: gnu: python-xyz: Move a few modules to (gnu packages python-build)., guix-commits, 2021/01/15
- 02/28: gnu: Add python-pypa-build., guix-commits, 2021/01/15
- 03/28: gnu: python-decorator: Update to 4.4.2., guix-commits, 2021/01/15
- 04/28: gnu: python-mypy: Fix build., guix-commits, 2021/01/15
- 05/28: gnu: python-pytest: Propagate python-iniconfig, python-toml., guix-commits, 2021/01/15
- 10/28: gnu: python-pytest-forked: Update to 1.3.0., guix-commits, 2021/01/15
- 06/28: gnu: python-mccabe: Add missing python-toml input., guix-commits, 2021/01/15
- 07/28: gnu: python-pyflakes: Fix build., guix-commits, 2021/01/15
- 08/28: gnu: python-mccabe: Fix indentation., guix-commits, 2021/01/15
- 09/28: gnu: python-typed-ast: Update to 1.4.2., guix-commits, 2021/01/15