Sandro Jäckel
1f40b119d8
black: 22.10.0 -> 22.12.0
...
Changelog: https://github.com/psf/black/blob/22.12.0/CHANGES.md
2022-12-14 23:42:00 +01:00
sveitser
2bbee74418
python3Packages.black: 22.8.0 -> 22.10.0
...
- Support for python3.6 dropped.
- Hatchling used as build backend.
- Use `pyproject` format. There is no setup.py.
https://github.com/psf/black/releases/tag/22.10.0
2022-10-25 16:30:26 +02:00
Sebastian Jordan
2076f54b4a
pythonPackages.black: Move optional deps to passthru
2022-09-23 11:37:01 +02:00
Sandro Jäckel
a6899dd918
python310Packages.black: 22.6.0 -> 22.8.0
2022-09-02 12:30:12 +02:00
Sandro Jäckel
065eee5e2f
black: 22.3.0 -> 22.6.0
2022-06-28 17:48:24 +02:00
Vladimír Čunát
9ed9ea16af
python3Packages.black: disable all tests on aarch64-linux
...
For now at least. I'm tired of this channel-blocking chase:
https://github.com/NixOS/nixpkgs/pull/176991#issuecomment-1150736907
2022-06-09 08:49:39 +02:00
Vladimír Čunát
f954e8acd7
python3Packages.black: disable another test on aarch64-linux
...
Basically the same as commit 3fcf9f18dd
.
https://hydra.nixos.org/build/179644263
2022-06-09 08:07:08 +02:00
Martin Weinelt
3fcf9f18dd
python3Packages.black: disable test on aarch64-linux
...
This test reproducibly triggers the max open files limit on our
aarch64 hydra builders. Disable it for now to make tests work again but
this can't be the final solution.
https://hydra.nixos.org/build/179001754
2022-06-05 19:26:01 +02:00
Joel
43f3c510fc
python3Packages.black: 22.1.0 -> 22.3.0
2022-03-29 12:21:07 +10:00
Aaron Jheng
273a460b8b
python3Packages.black: 21.12b0 -> 22.1.0
2022-02-15 05:59:35 +00:00
Patrick Hilhorst
3fca4ce8b2
black: 21.10b0 -> 21.12b0
2021-12-17 12:03:12 +01:00
Mika
a4cc462912
python3Packages.black: 21.9b0 -> 21.10b0 ( #144213 )
...
Co-authored-by: Phillip Cloud <417981+cpcloud@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-02 13:28:56 +01:00
Mika Naylor
40cc369f75
black: add autophagy as maintainer
2021-10-25 12:39:19 +02:00
toonn
be01e0f3bc
black: Disable failing tests on Darwin ( #130785 )
...
Co-authored-by: Artturi <Artturin@artturin.com>
2021-10-03 23:02:22 +02:00
sveitser
79fb9a5fad
python3Packages.black: 21.8b0 -> 21.9b0
...
Fixes build issues after setuptools_scm update to 6.3.1.
2021-09-14 20:31:48 +08:00
Phillip Cloud
05cb210e9f
black: remove appdirs dependency
2021-09-06 14:39:42 -04:00
Phillip Cloud
469c02a52b
black: 21.7b0 -> 21.8b0
2021-09-06 14:39:41 -04:00
Fabian Affolter
53007f4f22
black: 21.6b0 -> 21.7b0
2021-07-25 22:21:48 +02:00
Austin Butler
a6a82884a5
python3Packages.black: 21.5b1 -> 21.6b0
2021-06-13 11:13:11 -07:00
Sandro Jäckel
89d5f4b3d0
treewide: setuptools_scm -> setuptools-scm
2021-06-03 12:44:33 +02:00
sveitser
0e7ee4d6a0
python3Packages.black: 20.8b1 -> 21.5b1
...
- Avoid excluding files during tests by setting a project root.
- Enable some previously disabled tests.
2021-05-31 19:42:44 +08:00
Keshav Kini
fe5f82fd99
python36Packages.black: fix broken dependency
...
In PR #96456 , black was upgraded from 19.10b0 to 20.8b1. This new version of
black depends on the dataclasses module, but that was only introduced into the
standard library in Python 3.7; earlier versions of Python require the backport
package of the same name. This commit addresses the missing dependency.
2020-12-11 15:48:59 +01:00
Fabian Freihube
c7cb72b0ca
python.pkgs.black: 19.10b0 -> 20.8b1
2020-11-20 14:25:35 -08:00
Raphael Borun Das Gupta
97d6fc8953
python3Packages.black: update homepage
...
The repo is now in the PSF GitHub org.
2020-04-30 02:07:32 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Mario Rodas
1ae55b884d
python3Packages.black: fix build on darwin
2019-11-14 08:53:09 -08:00
Kai Wohlfahrt
a4f0c51c0c
pytest-black: patch black dependency
...
This change is pending upstream in #29 , but it is stale.
2019-11-09 11:04:28 -08:00
Kai Wohlfahrt
d602c56f47
python3Packages.black: 19.03b0 -> 19.10b0
2019-11-09 11:04:28 -08:00
Sébastien Maret
13702bd491
pythonPackages.black: fix tests in sandbox mode on Darwin
...
Fixes #63722
2019-06-24 17:06:54 +02:00
Philipp Middendorf
0f8bfede94
python3Packages.black: add missing aiohttp-cors dependency ( #58942 )
...
The blackd daemon that's shipped with black needs aiohttp-cors and is thus currently broken.
2019-04-03 18:09:04 +02:00
R. RyanTM
fe29bd92e4
python37Packages.black: 18.9b0 -> 19.3b0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-black/versions
2019-04-02 03:46:17 -07:00
Mario Rodas
7412dc5fae
pythonPackages.black: fix build
...
* Add aiohttp to dependencies, because `blackd` requires it.
* Fix darwin build.
2019-01-14 21:26:23 -05:00
Philipp Middendorf
d2608d29a2
black: 18.6b4 -> 18.9b0 ( #47914 )
2018-10-06 15:19:38 +02:00
Jörg Thalheim
272f02415c
python3.pkgs.black: 18.4a0 -> 18.6b4
2018-07-23 17:40:20 +01:00
Mathis
7485d214a6
python3Packages.black: init at 18.4a0 ( #38386 )
2018-04-05 09:11:53 +02:00