Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] black: update to 23.1.0.
@ 2023-02-02 19:27 icp1994
  2023-02-02 20:34 ` [PR REVIEW] " mhmdanas
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: icp1994 @ 2023-02-02 19:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 469 bytes --]

There is a new pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages black
https://github.com/void-linux/void-packages/pull/42040

black: update to 23.1.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

A patch file from https://github.com/void-linux/void-packages/pull/42040.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-black-42040.patch --]
[-- Type: text/x-diff, Size: 1512 bytes --]

From fdbae62781b7a3a00b0bef5af91fcbadb70e7822 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 2 Feb 2023 00:57:37 +0530
Subject: [PATCH] black: update to 23.1.0.

---
 srcpkgs/black/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/black/template b/srcpkgs/black/template
index 88846fc3ac43..0b1553e3b528 100644
--- a/srcpkgs/black/template
+++ b/srcpkgs/black/template
@@ -1,11 +1,12 @@
 # Template file for 'black'
 pkgname=black
-version=22.12.0
+version=23.1.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-vcs"
-depends="python3-click python3-platformdirs python3-pathspec python3-mypy_extensions"
-checkdepends="${depends} python3-pytest-xdist python3-aiohttp python3-colorama python3-uvloop
+depends="python3-click python3-platformdirs python3-pathspec python3-packaging
+ python3-mypy_extensions"
+checkdepends="${depends} python3-pytest-xdist python3-aiohttp
  python3-ipython python3-tokenize-rt"
 short_desc="Uncompromising Python code formatter"
 maintainer="icp <pangolin@vivaldi.net>"
@@ -13,7 +14,7 @@ license="MIT"
 homepage="https://black.readthedocs.io/en/stable/"
 changelog="https://raw.githubusercontent.com/psf/black/main/CHANGES.md"
 distfiles="${PYPI_SITE}/b/black/black-${version}.tar.gz"
-checksum=229351e5a18ca30f447bf724d007f890f97e13af070bb6ad4c0a441cd7596a2f
+checksum=b0bd97bea8903f5a2ba7219257a44e3f1f9d00073d6cc1add68f0beec69692ac
 make_check_pre="env PYTHONPATH=src"
 
 post_check() {

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR REVIEW] black: update to 23.1.0.
  2023-02-02 19:27 [PR PATCH] black: update to 23.1.0 icp1994
@ 2023-02-02 20:34 ` mhmdanas
  2023-02-03  5:53 ` icp1994
  2023-02-03 23:04 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: mhmdanas @ 2023-02-02 20:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 212 bytes --]

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/42040#discussion_r1095060113

Comment:
Does placing `python3-packaging` in `hostmakedepends` not work?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR REVIEW] black: update to 23.1.0.
  2023-02-02 19:27 [PR PATCH] black: update to 23.1.0 icp1994
  2023-02-02 20:34 ` [PR REVIEW] " mhmdanas
@ 2023-02-03  5:53 ` icp1994
  2023-02-03 23:04 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2023-02-03  5:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 253 bytes --]

New review comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/42040#discussion_r1095380645

Comment:
No, packaging info required by the source https://github.com/psf/black/blob/23.1.0/src/black/files.py#L21

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: black: update to 23.1.0.
  2023-02-02 19:27 [PR PATCH] black: update to 23.1.0 icp1994
  2023-02-02 20:34 ` [PR REVIEW] " mhmdanas
  2023-02-03  5:53 ` icp1994
@ 2023-02-03 23:04 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-02-03 23:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

There's a merged pull request on the void-packages repository

black: update to 23.1.0.
https://github.com/void-linux/void-packages/pull/42040

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-02-03 23:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-02 19:27 [PR PATCH] black: update to 23.1.0 icp1994
2023-02-02 20:34 ` [PR REVIEW] " mhmdanas
2023-02-03  5:53 ` icp1994
2023-02-03 23:04 ` [PR PATCH] [Merged]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).