[Git][reproducible-builds/diffoscope][master] 3 commits: Require at least Black 23.1.0 to run the Black tests.

Chris Lamb (@lamby) gitlab at salsa.debian.org
Fri Feb 17 16:49:45 UTC 2023



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
c45de0a1 by Chris Lamb at 2023-02-17T08:45:50-08:00
Require at least Black 23.1.0 to run the Black tests.

- - - - -
be3973b0 by Chris Lamb at 2023-02-17T08:47:10-08:00
Update copyright years.

- - - - -
94daa973 by Chris Lamb at 2023-02-17T08:48:44-08:00
releasing package diffoscope version 236

- - - - -


17 changed files:

- debian/changelog
- diffoscope/__init__.py
- tests/comparators/test_epub.py
- tests/comparators/test_fonts.py
- tests/comparators/test_haskell.py
- tests/comparators/test_lzip.py
- tests/comparators/test_rlib.py
- tests/comparators/test_uimage.py
- tests/comparators/test_xml.py
- tests/test_presenters.py
- tests/test_progress.py
- tests/test_source.py
- tests/test_versions.py
- tests/utils/data.py
- tests/utils/nonexisting.py
- tests/utils/tools.py
- tests/utils/versions.py


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,13 @@
-diffoscope (236) UNRELEASED; urgency=medium
+diffoscope (236) unstable; urgency=medium
 
-  * WIP (generated upon release).
+  [ FC Stegerman ]
+  * Update code to match latest version of Black. (Closes: #1031433)
+
+  [ Chris Lamb ]
+  * Require at least Black version 23.1.0 to run the internal Black tests.
+  * Update copyright years.
 
- -- Chris Lamb <lamby at debian.org>  Fri, 10 Feb 2023 10:53:59 -0800
+ -- Chris Lamb <lamby at debian.org>  Fri, 17 Feb 2023 08:48:41 -0800
 
 diffoscope (235) unstable; urgency=medium
 


=====================================
diffoscope/__init__.py
=====================================
@@ -17,4 +17,4 @@
 # You should have received a copy of the GNU General Public License
 # along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
-VERSION = "235"
+VERSION = "236"


=====================================
tests/comparators/test_epub.py
=====================================
@@ -2,7 +2,7 @@
 # diffoscope: in-depth comparison of files, archives, and directories
 #
 # Copyright © 2015 Jérémy Bobbio <lunar at debian.org>
-# Copyright © 2016-2017, 2020-2022 Chris Lamb <lamby at debian.org>
+# Copyright © 2016-2017, 2020-2023 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
tests/comparators/test_fonts.py
=====================================
@@ -2,7 +2,7 @@
 # diffoscope: in-depth comparison of files, archives, and directories
 #
 # Copyright © 2015 Jérémy Bobbio <lunar at debian.org>
-# Copyright © 2015-2017, 2020, 2022 Chris Lamb <lamby at debian.org>
+# Copyright © 2015-2017, 2020, 2022-2023 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
tests/comparators/test_haskell.py
=====================================
@@ -1,7 +1,7 @@
 #
 # diffoscope: in-depth comparison of files, archives, and directories
 #
-# Copyright © 2016-2017, 2020, 2022 Chris Lamb <lamby at debian.org>
+# Copyright © 2016-2017, 2020, 2022-2023 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
tests/comparators/test_lzip.py
=====================================
@@ -2,7 +2,7 @@
 # diffoscope: in-depth comparison of files, archives, and directories
 #
 # Copyright © 2022 Christopher Baines <mail at cbaines.net>
-# Copyright © 2022 Chris Lamb <lamby at debian.org>
+# Copyright © 2022-2023 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
tests/comparators/test_rlib.py
=====================================
@@ -3,7 +3,7 @@
 #
 # Copyright © 2015 Jérémy Bobbio <lunar at debian.org>
 # Copyright © 2016 Ximin Luo <infinity0 at debian.org>
-# Copyright © 2016-2022 Chris Lamb <lamby at debian.org>
+# Copyright © 2016-2023 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
tests/comparators/test_uimage.py
=====================================
@@ -2,7 +2,7 @@
 # diffoscope: in-depth comparison of files, archives, and directories
 #
 # Copyright © 2020 Conrad Ratschan <ratschance at gmail.com>
-# Copyright © 2020-2022 Chris Lamb <lamby at debian.org>
+# Copyright © 2020-2023 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
tests/comparators/test_xml.py
=====================================
@@ -2,7 +2,7 @@
 # diffoscope: in-depth comparison of files, archives, and directories
 #
 # Copyright (C) 2017 Juliana Rodrigues <juliana.orod at gmail.com>
-# Copyright © 2017, 2019-2020, 2022 Chris Lamb <lamby at debian.org>
+# Copyright © 2017, 2019-2020, 2022-2023 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
tests/test_presenters.py
=====================================
@@ -1,7 +1,7 @@
 #
 # diffoscope: in-depth comparison of files, archives, and directories
 #
-# Copyright © 2017-2020, 2022 Chris Lamb <lamby at debian.org>
+# Copyright © 2017-2020, 2022-2023 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
tests/test_progress.py
=====================================
@@ -1,7 +1,7 @@
 #
 # diffoscope: in-depth comparison of files, archives, and directories
 #
-# Copyright © 2017-2018, 2020-2022 Chris Lamb <lamby at debian.org>
+# Copyright © 2017-2018, 2020-2023 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
tests/test_source.py
=====================================
@@ -1,7 +1,7 @@
 #
 # diffoscope: in-depth comparison of files, archives, and directories
 #
-# Copyright © 2018-2022 Chris Lamb <lamby at debian.org>
+# Copyright © 2018-2023 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -34,7 +34,7 @@ def black_version():
     ]
 
 
- at skip_unless_tool_is_at_least("black", black_version, "22.1.0")
+ at skip_unless_tool_is_at_least("black", black_version, "23.1.0")
 def test_code_is_black_clean():
     output = subprocess.check_output(
         ("black", "--diff", "."), stderr=subprocess.PIPE


=====================================
tests/test_versions.py
=====================================
@@ -2,7 +2,7 @@
 # diffoscope: in-depth comparison of files, archives, and directories
 #
 # Copyright © 2021      Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
-# Copyright © 2021-2022 Chris Lamb <lamby at debian.org>
+# Copyright © 2021-2023 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
tests/utils/data.py
=====================================
@@ -3,7 +3,7 @@
 #
 # Copyright © 2015      Jérémy Bobbio <lunar at debian.org>
 # Copyright © 2016-2017 Mattia Rizzolo <mattia at debian.org>
-# Copyright © 2019-2022 Chris Lamb <lamby at debian.org>
+# Copyright © 2019-2023 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
tests/utils/nonexisting.py
=====================================
@@ -3,7 +3,7 @@
 #
 # Copyright © 2015      Jérémy Bobbio <lunar at debian.org>
 # Copyright © 2016-2017 Mattia Rizzolo <mattia at debian.org>
-# Copyright © 2018-2022 Chris Lamb <lamby at debian.org>
+# Copyright © 2018-2023 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
tests/utils/tools.py
=====================================
@@ -3,7 +3,7 @@
 #
 # Copyright © 2015      Jérémy Bobbio <lunar at debian.org>
 # Copyright © 2016-2017 Mattia Rizzolo <mattia at debian.org>
-# Copyright © 2017-2022 Chris Lamb <lamby at debian.org>
+# Copyright © 2017-2023 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


=====================================
tests/utils/versions.py
=====================================
@@ -2,7 +2,7 @@
 # diffoscope: in-depth comparison of files, archives, and directories
 #
 # Copyright © 2021 Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
-# Copyright © 2021-2022 Chris Lamb <lamby at debian.org>
+# Copyright © 2021-2023 Chris Lamb <lamby at debian.org>
 #
 # diffoscope is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/f48fbe616dbb7dc2f67fc6b4f7245ed92ade5ca5...94daa973c3a824dc8bdb91bf5d71e3046c3d9c66

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/f48fbe616dbb7dc2f67fc6b4f7245ed92ade5ca5...94daa973c3a824dc8bdb91bf5d71e3046c3d9c66
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20230217/c9fe08ef/attachment.htm>


More information about the rb-commits mailing list