[Git][reproducible-builds/diffoscope][master] 2 commits: Release v130
Mattia Rizzolo
gitlab at salsa.debian.org
Thu Nov 14 10:34:19 UTC 2019
Mattia Rizzolo pushed to branch master at Reproducible Builds / diffoscope
Commits:
212bf922 by Mattia Rizzolo at 2019-11-14T10:24:11Z
Release v130
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
a5c1364d by Mattia Rizzolo at 2019-11-14T10:29:15Z
Use apt-get instead of apt in the Dockerfile
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
3 changed files:
- Dockerfile
- debian/changelog
- diffoscope/__init__.py
Changes:
=====================================
Dockerfile
=====================================
@@ -2,14 +2,14 @@ FROM debian:sid
ENV DEBIAN_FRONTEND noninteractive
-RUN apt update && apt dist-upgrade --yes
-RUN apt install --yes --no-install-recommends devscripts equivs
+RUN apt-get update && apt-get dist-upgrade --yes
+RUN apt-get install --yes --no-install-recommends devscripts equivs
ADD [".", "/srv/diffoscope"]
RUN mk-build-deps --install --tool 'apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends --yes' /srv/diffoscope/debian/control
-RUN apt remove --purge --yes devscripts equivs
-RUN apt autoremove --purge --yes
+RUN apt-get remove --purge --yes devscripts equivs
+RUN apt-get autoremove --purge --yes
ENV PATH="/srv/diffoscope/bin:${PATH}"
=====================================
debian/changelog
=====================================
@@ -1,8 +1,25 @@
-diffoscope (130) UNRELEASED; urgency=medium
+diffoscope (130) unstable; urgency=medium
- * WIP (generated upon release).
+ [ Chris Lamb ]
+ * debian/tests/basic-command-line:
+ Move from deprecated ADTTMP to AUTOPKGTEST_TMP.
+ * Correct the matching of R .rds files by also detecting newer versions
+ of this file format.
+ * Drop unused BASE_DIR global in the tests.
+ * Try and ensure that new test data files are generated dynamically, ie.
+ at least no new ones are added without "good" reasons.
+ * Truncate the tcpdump expected diff to 8KB (from ~600KB).
+ * Refresh OCaml test fixtures to support OCaml >= 4.08.1. Closes: #944709
+ * Correct reference to the ".rdx" extension in a comment.
+ * Update XML test for Python 3.8+.
+ * Don't use line-base dbuffering when communucating with subprocesses
+ in binary mode. (Closes: reproducible-builds/diffoscope#75)
+
+ [ Jelle van der Waa ]
+ * Add support for comparing .zst files are created by zstd.
+ (Closes: reproducible-builds/diffoscope!34)
- -- Chris Lamb <lamby at debian.org> Mon, 28 Oct 2019 11:28:49 +0000
+ -- Mattia Rizzolo <mattia at debian.org> Thu, 14 Nov 2019 11:22:20 +0100
diffoscope (129) 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 = "129"
+VERSION = "130"
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/compare/2c87e96e89e551e9efd4be97f4b41d310708735d...a5c1364d531ff3ed67bf34184a34962e32663685
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/compare/2c87e96e89e551e9efd4be97f4b41d310708735d...a5c1364d531ff3ed67bf34184a34962e32663685
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/20191114/575f8584/attachment.htm>
More information about the rb-commits
mailing list