Package: black
Version: 22.3.0-1
Followup-For: Bug #1014069

After some debug, the root cause of this issue seems to be in debian/patches
black_version.patch :

--- black.orig/setup.py
+++ black/setup.py
@@ -47,10 +47,7 @@ else:
 
 setup(
     name="black",
-    use_scm_version={
-        "write_to": "src/_black_version.py",
-        "write_to_template": 'version = "{version}"\n',
-    },
+    version="21.10b0",
     description="The uncompromising code formatter.",
     long_description=get_long_description(),
     long_description_content_type="text/markdown",

Wrong version 21.10b0 for black package 22.3.0. Either correct this patch for
22.3.0 version or maybe it is no longer necessary.


regards, Laurent

Reply via email to