Commit graph

95 commits

Author SHA1 Message Date
Arthur Gautier 2626ebd9b6 diffoscope: 187 -> 188
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-10-22 15:33:04 +00:00
Sergei Trofimovich 9f351d0ba7 diffoscope: 186 -> 187
Added .pyc diffing support.
2021-10-11 23:22:23 +01:00
Maximilian Bosch e890cef857
diffoscope: 185 -> 186
ChangeLog: https://diffoscope.org/news/diffoscope-186-released/
2021-10-01 13:20:28 +02:00
Maximilian Bosch 589e03f109
diffoscope: 183 -> 185
ChangeLog: https://diffoscope.org/news/diffoscope-184-released/
ChangeLog: https://diffoscope.org/news/diffoscope-185-released/
2021-09-30 18:00:08 +02:00
Maximilian Bosch 0e02dd4f10
diffoscope: 182 -> 183
ChangeLog: https://diffoscope.org/news/diffoscope-183-released/
2021-09-08 18:08:27 +02:00
Maximilian Bosch 1a9ec74169
diffoscope: 181 -> 182
ChangeLog: https://diffoscope.org/news/diffoscope-182-released/
2021-08-27 23:07:47 +02:00
Maximilian Bosch c6c0c670c6
diffoscope: 180 -> 181
ChangeLog: https://diffoscope.org/news/diffoscope-181-released/
2021-08-20 18:43:41 +02:00
Mario Rodas f7020dfe2a diffoscope: fix build on darwin 2021-07-19 04:20:00 +00:00
Maximilian Bosch a35341affe
diffoscope: 179 -> 180
ChangeLog: https://diffoscope.org/news/diffoscope-180-released/
2021-08-06 19:15:13 +02:00
Maximilian Bosch e17c7def69
diffoscope: fix build, 178 -> 179
ChangeLog: https://diffoscope.org/news/diffoscope-179-released/

Also fixed the build by disabling a failing test because of
`file-v5.40`[1][2].

[1] Upstream bug: https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/271
[2] Similar to: 3f906acae3
2021-07-31 18:07:18 +02:00
Felix C. Stegerman 407c9d4437
diffoscope: use top-level apksigner 2021-07-24 22:24:48 +02:00
Sandro Jäckel edc30bb87f
diffoscope: disable failing test 2021-07-22 16:00:56 +02:00
Daniel Fullmer e3e72254d4 diffoscope: 177 -> 178 2021-07-18 16:28:01 -07:00
Arthur Gautier ee6268cdc8 diffoscope: 176 -> 177
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-06-04 16:51:42 +00:00
Arthur Gautier fd2e675e7c diffoscope: 175 -> 176
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-05-28 18:54:51 +00:00
Maximilian Bosch ea55d23cd8
diffoscope: fix build
ZHF #122042
Failing Hydra build: https://hydra.nixos.org/build/143815905

Currently the diff-check for `.mp3`-files is failing. The only reason
for that is that right now is that there are too spaces too much on the
last line[1].

[1] https://salsa.debian.org/reproducible-builds/diffoscope/-/blob/175/tests/data/mp3_expected_diff
2021-05-24 11:17:15 +02:00
Maximilian Bosch 77b27f5aac
diffoscope: 172 -> 175 2021-05-14 16:57:45 +02:00
Gabriel Ebner 147439c5f0 diffoscope: 171 -> 172 2021-04-29 00:22:19 -04:00
Maximilian Bosch adc0ad268c
diffoscope: 166 -> 171
ChangeLog:
* https://diffoscope.org/news/diffoscope-171-released/
* https://diffoscope.org/news/diffoscope-170-released/
* https://diffoscope.org/news/diffoscope-169-released/
* https://diffoscope.org/news/diffoscope-168-released/
* https://diffoscope.org/news/diffoscope-167-released/
2021-04-01 22:35:31 +02:00
Fabian Affolter 363b42dcc5 diffoscope: switch to pytestCheckHook and use installManPage 2021-02-11 18:08:19 +01:00
Fabian Affolter ec34c6f7bc diffoscope: 163 -> 166 2021-02-11 17:22:49 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Maximilian Bosch 4f4b832986
diffoscope: 161 -> 163
https://diffoscope.org/news/diffoscope-162-released/
https://diffoscope.org/news/diffoscope-163-released/
2020-12-11 19:57:57 +01:00
Maximilian Bosch 5b44f46913
diffoscope: 160 -> 161
https://diffoscope.org/news/diffoscope-161-released/
2020-11-12 19:41:27 +01:00
Daniel Fullmer 4124ce1029 diffoscope: 156 -> 160 2020-09-11 17:39:53 -07:00
Daniel Fullmer 374cab065e diffoscope: 154 -> 156 2020-08-14 12:59:12 -07:00
Maximilian Bosch 32fa76e0c2
diffoscope: 153 -> 154
https://diffoscope.org/news/diffoscope-154-released/
2020-08-04 17:28:35 +02:00
Maximilian Bosch 5345c19cf1
diffoscope: 152 -> 153
Closes #93785
ChangeLog: https://diffoscope.org/news/diffoscope-153-released/
2020-07-24 21:28:03 +02:00
Daniel Fullmer 8c1c284c8d diffoscope: 151 -> 152 2020-07-19 18:57:13 -07:00
Daniel Șerbănescu eb41ed2fad diffoscope: 150 -> 151 2020-07-13 15:03:47 +02:00
Pierre Bourdon 8b9e7fd50d
diffoscope: 148 -> 150 2020-07-06 15:54:50 +02:00
Maximilian Bosch 221fdca03e
diffoscope: 147 -> 148
https://diffoscope.org/news/diffoscope-148-released/
2020-06-19 19:42:09 +02:00
zowoq 78e324d272 treewide: ffmpeg_4 -> ffmpeg 2020-06-16 18:23:14 -07:00
Daniel Fullmer 37b0c7f9da diffoscope: add danielfullmer as maintainer 2020-06-14 08:40:59 +02:00
Daniel Fullmer a9df1f768a diffoscope: 146 -> 147 2020-06-14 08:40:59 +02:00
Daniel Fullmer 8214b8bd52 diffoscope: add missing tools
`nix path-info -S` reports the following changes:
diffoscope: 345M -> 356.7M
diffoscope w/ enableBloat: 5.4G -> 6.1G

Also re-enabled the tests and added the dependencies to checkInputs so
the comparator tests are not automatically skipped.
2020-06-02 14:10:35 -04:00
Maximilian Bosch 5e898d1cb8
diffoscope: 144 -> 146
https://diffoscope.org/news/diffoscope-146-released/
https://diffoscope.org/news/diffoscope-145-released/
2020-05-31 21:25:56 +02:00
R. RyanTM df5c1bcbe0 diffoscope: 143 -> 144 2020-05-20 12:58:02 +00:00
Maximilian Bosch caadc44285
diffoscope: 142 -> 143 2020-04-28 00:18:26 +02:00
Maximilian Bosch a194de9a9d
diffoscope: 138 -> 142 2020-04-25 12:07:38 +02:00
Maximilian Bosch b1e3fb7747
diffoscope: 137 -> 138
https://salsa.debian.org/reproducible-builds/diffoscope/-/tags/138
2020-03-31 00:06:33 +02:00
Maximilian Bosch a9b0ccd68e
diffoscope: 136 -> 137
https://salsa.debian.org/reproducible-builds/diffoscope/-/tags/137
2020-02-23 23:23:18 +01:00
R. RyanTM 6c19dae163 diffoscope: 135 -> 136 2020-02-08 04:01:24 +00:00
R. RyanTM cc1bed5919 diffoscope: 133 -> 135 2020-01-20 03:48:35 +00:00
Daiderd Jordan ef09cebc96
diffoscope: enable on darwin 2020-01-14 10:56:52 +01:00
R. RyanTM aba080b5bc diffoscope: 131 -> 133 2019-12-22 22:28:33 -08:00
Arnout Engelen e4f551abf2 diffoscope: 129 -> 131 2019-11-24 10:42:28 +01:00
R. RyanTM 5165fe7318 diffoscope: 127 -> 129 2019-11-01 11:53:03 -07:00
Mario Rodas f76c8362e6
Merge pull request #72239 from raboof/diffoscope-xattrs
diffoscope: add dependency on python xattr package
2019-10-30 03:59:50 -05:00
Arnout Engelen ea2c7eabcf diffoscope: add dependency on python pyxattr package
To be able to diffoscope 2 directories
2019-10-30 09:18:37 +01:00