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

Chris Lamb gitlab at salsa.debian.org
Thu Oct 24 15:12:09 UTC 2019



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
f2784146 by Chris Lamb at 2019-10-24T14:59:37Z
releasing package diffoscope version 127

- - - - -


2 changed files:

- debian/changelog
- diffoscope/__init__.py


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,44 @@
-diffoscope (127) UNRELEASED; urgency=medium
+diffoscope (127) unstable; urgency=medium
 
-  * WIP
+  [ Chris Lamb ]
+  * Move build-dependency on python-argcomplete to the Python 3.x version to
+    facilitate Python 2.x removal. (Closes: #942967)
+  * Overhaul the handling of GNU R .rdb files:
+    - Rework and refactor the handling of .rdb files specifically with respect
+      to locating the parallel .rdx file prior to inspecting the file to ensure
+      that we do not add files to the user's filesystem in the case of directly
+      comparing two .rdb files or, worse, overwriting a file in is place.
+    - Use a ("""-formatted) docstring for our internal R script to dump
+      variables.
+    - Mask/hide standard errors; R will often produce noisy output that is not
+      useful to us.
+    - Don't include a useless and misleading "NULL".
+    - Include all R object names are displayed, including ones beginning with a
+      fullstop (".").
+    - Sort package fields when dumping data for output stability.
+    - Format package contents as "foo = bar" rather than using ugly and
+      misleading brackets.
+    - Include the object's type when dumping package contents.
+    - Never read the site or user's R location environment configuration to
+      ensure output stability.
+    - Expose absolute paths in the semantic/human-readable output, preventing
+      falling back to a useless hexdump.
+  * Improve the formatting of command lines:
+    - Ensure newlines and other metacharacters appear escaped as "\n", etc.
+    - Use the newline (etc.) escaped version of the commandline being executed in
+      logging/debug output.
+    - When displaying standard error, ensure use the escaped version too.
+  * Add support for easily masking the standard error of commands and use this
+    in the ffprobe comparator.
+  * To match the libarchive container, raise a KeyError exception if we request
+    an invalid member from a directory container.
+  * Correct string representation output in the traceback when we cannot locate
+    a specific item in a container.
+
+  [ Mattia Rizzolo ]
+  * Run Debian autopkgtests against all Python versions.
 
- -- Chris Lamb <lamby at debian.org>  Mon, 14 Oct 2019 12:52:57 -0700
+ -- Chris Lamb <lamby at debian.org>  Thu, 24 Oct 2019 15:59:34 +0100
 
 diffoscope (126) 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 = "126"
+VERSION = "127"



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

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/commit/f2784146137271e4686dfaeb9330ddbcb1b67b87
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/20191024/40f1e8b7/attachment.htm>


More information about the rb-commits mailing list