[Reproducible-commits] [diffoscope] annotated tag 37 created (now 248bbd8)
Jérémy Bobbio
lunar at moszumanska.debian.org
Thu Oct 15 16:04:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
lunar pushed a change to annotated tag 37
in repository diffoscope.
at 248bbd8 (tag)
tagging 88eccab7b86b1b61edc9e8b6a10990b63babb6fb (commit)
replaces 36
tagged by Jérémy Bobbio
on Thu Oct 15 18:01:03 2015 +0200
- Log -----------------------------------------------------------------
Format: 1.8
Date: Thu, 15 Oct 2015 16:45:55 +0200
Source: diffoscope
Binary: diffoscope debbindiff
Architecture: source all
Version: 37
Distribution: unstable
Urgency: low
Maintainer: Reproducible builds folks <reproducible-builds at lists.alioth.debian.org>
Changed-By: Jérémy Bobbio <lunar at debian.org>
Description:
debbindiff - transitional package
diffoscope - in-depth comparison of files, archives, and directories
Closes: 788364 799863 799901 800359 801333 801766
Changes:
diffoscope (37) unstable; urgency=low
.
* Switch to incremental interface for TLSH. That means we won't load
800 MiB or more in memory to compute the fuzzy hash.
* Add support for CBFS images (Closes: #788364)
* Add support for .dsc files (Closes: #800359)
* Fix handling of malformed md5sums file. (Closes: #799901)
* Fix placeholder encoding issue when trimming stderr.
(Closes: #799863)
* Read text report as UTF-8 encoded in test_text_option_with_file.
(Closes: #801766)
* Read Haskell interfaces in binary mode (Closes: #801333)
* Read md5sums file using UTF-8.
* Add a test for --max-diff-block-lines.
* Handle closing stdin for Command implementing feed_stdin.
* Handle subprocess errors with no output when comparing with a command.
* Use name and not path when doing binary comparisons.
* Add a test for --list-tools.
* Fix main exception handling.
* Use text file comparison for .dsc and .changes when the referenced files
are missing.
* Do skip squashfs test if there's no user with uid 1000.
* Use super() instead of the old cumbersome form.
Checksums-Sha1:
2b51dfad1ea9d24f311de9f32fee1d17e5853763 1093 diffoscope_37.dsc
7a99da70f15ffb9c3a1067cd3886eef78fc20bbc 207296 diffoscope_37.tar.xz
c1e8feffecb6e58a2ef7a72c427da3a5415270a7 10130 debbindiff_37_all.deb
a549ffc3416b8b0babb82a0db8ccaeaa3a35e634 43140 diffoscope_37_all.deb
Checksums-Sha256:
d22714f9d41312fe2a33f4a345336981d2fe77b6cde17a5729bd8a72c09f8220 1093 diffoscope_37.dsc
3238633f091976d1cd06c2c8f682a2978efa8961f2bdac4452eb755eb59efe1d 207296 diffoscope_37.tar.xz
872e85ebd7482c26458a2d73263aa33d29304ac4ec093fb0c74c637f36a5b5b3 10130 debbindiff_37_all.deb
093e8c23fbec5ab18b599f1ab85c65add7f8f38eb821e53b24c997a164c8b892 43140 diffoscope_37_all.deb
Files:
4df131e09c42120792f78c7788b1c583 1093 devel optional diffoscope_37.dsc
0fe1c4d5aaa11015bb22d511b84d461c 207296 devel optional diffoscope_37.tar.xz
60e570a8843ec605be040a80c5cd7dbc 10130 oldlibs extra debbindiff_37_all.deb
1d671c48169eeeca09859b9927d10d80 43140 devel optional diffoscope_37_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAABCAAGBQJWH82/AAoJEEAsIlA9Nuk2Jz8QAIbgV0kNq/jQgTekOJHfAENS
N3zhr2uuzV4ZstFRRjNvfb0S9SYwSCaxER3dda7yjaU17zsWURULc4KaiafXZwUM
EcKtveXxVryUZ0g+NcQNsTW0w3z5AEevdJBrV2nNeas3FnlUC/mPwbW1ekHIGzaw
0ysdKsa2HIEZJaVf6L2mK5R39H2wxxCRuxE0UhgTroSXAiE6g3wz0N9B4xRicjZk
Z6KgVcaCpJ02bwa/9uAMCoa/b9T0cEw3rq0OGlWYT9KnnlS9MOOPmIbRi3xw8iTs
NHltHGqvLR2gtAT0WrR+SnICCMyWPgeYn7V9F9QNwNRwOl/TN0BAxzrr2iNPooAi
hk1wRDt+Y/9cQUZAQXdb7f+K2x3mNXfiCgH2m0S67V3ofPZA3a35VxygR9OSqws5
aU8btzY1ZmaXShAlvyFzT5t8TVuxrhgusRSKJarlbazokS/YRf2tJwAZEdIU1z4r
BGP0eDkEmXxiF2o+NE6XmOTEQDBbMYkxHu56ej388W+PrPMPUB8Yk3iY9gHAkbU/
HuKdEDib8zH5O6U7R523G2UQfvxsMWKtREBZyNsr4TrolErOieB3bABLgUuW16EV
D65vBr5rbEKltYL+8jvKyexgvz2XTbu5GxNB9VVN98NSehUtx5+soihqGqdyFHga
JJp8hNVkRUhTy6w+5JDA
=Esws
-----END PGP SIGNATURE-----
Jérémy Bobbio (18):
Fix handling of malformed md5sums file
Read md5sums file using UTF-8
Add a test for --max-diff-block-lines
Handle closing stdin for Command implementing feed_stdin
Fix placeholder encoding issue when trimming stderr
Use super() instead of the old cumbersome form
Handle subprocess errors with no output when comparing with a command
Use name and not path when doing binary comparisons
Read text report as UTF-8 encoded in test_text_option_with_file
Add a test for --list-tools
Fix main exception handling
Add support for CBFS images
Read Haskell interfaces in binary mode
Add support for .dsc files
Don't recognize .dsc and .changes when referenced files are missing
Do skip squashfs test if there's no user with uid 1000
Switch to incremental interface for TLSH
Release version 37
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new b616f99 Use super() instead of the old cumbersome form
new eff5aa2 Handle subprocess errors with no output when comparing with a command
new 67f826c Use name and not path when doing binary comparisons
new 040bcd2 Read text report as UTF-8 encoded in test_text_option_with_file
new b3df430 Add a test for --list-tools
new 21eee2d Fix main exception handling
new 5ebe5f8 Add support for CBFS images
new e26a9de Read Haskell interfaces in binary mode
new dbb474e Add support for .dsc files
new 27d00b3 Don't recognize .dsc and .changes when referenced files are missing
new 4d598d1 Do skip squashfs test if there's no user with uid 1000
new 2051c86 Switch to incremental interface for TLSH
new 88eccab Release version 37
The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the Reproducible-commits
mailing list