[Git][reproducible-builds/diffoscope][master] 2 commits: autopkgtest: fix tool name in skippable list

Mattia Rizzolo (@mattia) gitlab at salsa.debian.org
Wed Mar 1 19:36:56 UTC 2023



Mattia Rizzolo pushed to branch master at Reproducible Builds / diffoscope


Commits:
36854d06 by Mattia Rizzolo at 2023-03-01T20:18:33+01:00
autopkgtest: fix tool name in skippable list

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -
35ab3a12 by Mattia Rizzolo at 2023-03-01T20:19:02+01:00
Release diffoscope 238

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


3 changed files:

- debian/changelog
- debian/tests/pytest
- diffoscope/__init__.py


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,8 @@
-diffoscope (238) UNRELEASED; urgency=medium
+diffoscope (238) unstable; urgency=medium
 
-  * WIP (Generated on release).
-  * Please target 238 to experimental!
+  * autopkgtest: fix tool name in the skippable list.
 
- -- Mattia Rizzolo <mattia at debian.org>  Wed, 01 Mar 2023 10:33:02 +0100
+ -- Mattia Rizzolo <mattia at debian.org>  Wed, 01 Mar 2023 20:17:05 +0100
 
 diffoscope (237) unstable; urgency=medium
 


=====================================
debian/tests/pytest
=====================================
@@ -9,7 +9,7 @@ fi
 
 export LIBGUESTFS_MEMSIZE=128
 if [ "$(basename "$0")" = "pytest-with-recommends" ]; then
-    export DIFFOSCOPE_FAIL_TESTS_ON_MISSING_TOOLS="aapt apktool dexdump zipinfo pedump oggDump ppudump otool lipo radare2"
+    export DIFFOSCOPE_FAIL_TESTS_ON_MISSING_TOOLS="aapt2 apktool dexdump zipinfo pedump oggDump ppudump otool lipo radare2"
 fi
 
 for py in $(py3versions -s); do


=====================================
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 = "237"
+VERSION = "238"



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/0b73c549c5e5fcdc6ee18f756a4327012dde4e8c...35ab3a12807e861d16c1d52f4d01960ff2ffb01e

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/0b73c549c5e5fcdc6ee18f756a4327012dde4e8c...35ab3a12807e861d16c1d52f4d01960ff2ffb01e
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/20230301/c02270c3/attachment.htm>


More information about the rb-commits mailing list