[Git][reproducible-builds/diffoscope][master] releasing package diffoscope version 193

Chris Lamb (@lamby) gitlab at salsa.debian.org
Fri Nov 19 16:05:31 UTC 2021



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
7730f812 by Chris Lamb at 2021-11-19T07:35:12-08:00
releasing package diffoscope version 193

- - - - -


2 changed files:

- debian/changelog
- diffoscope/__init__.py


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,29 @@
-diffoscope (193) UNRELEASED; urgency=medium
+diffoscope (193) unstable; urgency=medium
 
-  * WIP (generated upon release).
+  [ Chris Lamb ]
+  * Don't duplicate file lists at each directory level.
+    (Closes: #989192, reproducible-builds/diffoscope#263)
+  * When pretty-printing JSON, mark the difference as such, additionally
+    avoiding including the full path.
+    (Closes: reproducible-builds/diffoscope#205)
+
+  * Codebase improvements:
+    - Update a bunch of %-style string interpolations into f-strings or
+      str.format.
+    - Import itertools top-level directly.
+    - Drop some unused imports.
+    - Use isinstance(...) over type(...) ==
+    - Avoid aliasing variables if we aren't going to use them.
+
+  [ Brandon Maier ]
+  * Fix missing diff output on large diffs.
+
+  [ Mattia Rizzolo ]
+  * Ignore a Python warning coming from a dependent library (triggered by
+    supporting Python 3.10)
+  * Document that support both Python 3.9 and 3.10.
 
- -- Chris Lamb <lamby at debian.org>  Fri, 12 Nov 2021 08:17:55 -0800
+ -- Chris Lamb <lamby at debian.org>  Fri, 19 Nov 2021 07:35:10 -0800
 
 diffoscope (192) 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 = "192"
+VERSION = "193"



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/7730f812697e59967aa423c35db681e13e484a39

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/7730f812697e59967aa423c35db681e13e484a39
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/20211119/d2390570/attachment.htm>


More information about the rb-commits mailing list