[Git][reproducible-builds/diffoscope][master] releasing package diffoscope version 215
Chris Lamb (@lamby)
gitlab at salsa.debian.org
Fri Jun 3 05:56:19 UTC 2022
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
5769e55f by Chris Lamb at 2022-06-03T06:54:53+01:00
releasing package diffoscope version 215
- - - - -
2 changed files:
- debian/changelog
- diffoscope/__init__.py
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,34 @@
-diffoscope (215) UNRELEASED; urgency=medium
+diffoscope (215) unstable; urgency=medium
- * WIP (generated upon release).
+ [ Chris Lamb ]
+ * Bug fixes:
+ - Also catch IndexError (in addition to ValueError) when parsing .pyc
+ files. (Closes: #1012258)
+ - Strip "sticky" etc. from "x.deb: sticky Debian binary package […]".
+ Thanks to David Prévot for the report. (Closes: #1011635)
+ - Correctly package diffoscope's scripts/ directory, fixing the extraction
+ of vmlinuz kernel images. (Closes: reproducible-builds/diffoscope#305)
+ - Correct the logic for supporting different versions of argcomplete in
+ debian/rules.
+
+ * New features:
+ - Support both PyPDF 1.x and 2.x.
+
+ * Codebase improvements:
+ - Don't call re.compile and then call .sub on the result; just call
+ re.sub directly.
+ - Clarify the logic around the difference between --usage and --help..
+
+ * Testsuite improvements:
+ - Integrate test coverage with GitLab's concept of artifacts.
+ - Re-enable Gnumeric tests as its now available again.
+ - Test --help and --usage, and additionally test that --help includes
+ the programmatically-generated file format list as well.
+
+ [ Holger Levsen ]
+ * Bump Standards Version field in debian/control to 4.6.1.
- -- Chris Lamb <lamby at debian.org> Fri, 27 May 2022 06:54:59 +0100
+ -- Chris Lamb <lamby at debian.org> Fri, 03 Jun 2022 06:54:48 +0100
diffoscope (214) 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 = "214"
+VERSION = "215"
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/5769e55f692784a298afeeb996561f85be9e5a3a
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/5769e55f692784a298afeeb996561f85be9e5a3a
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/20220603/4a6362bf/attachment.htm>
More information about the rb-commits
mailing list