about summary refs log tree commit diff
path: root/pkgs/tools/misc/diffoscope
AgeCommit message (Collapse)AuthorFilesLines
2022-12-21diffoscope: 228 -> 229R. Ryantm1-2/+2
2022-12-10diffoscope: 225 -> 228Pavol Rusnak1-6/+6
- added html2text to dependencies (required for html comparator)
2022-11-10diffoscope: fix build on darwinPavol Rusnak1-2/+2
by skipping pythonPackages.rpm dependency
2022-10-29diffoscope: 224 -> 225R. Ryantm1-2/+2
2022-10-19diffoscope: 223 -> 224Sandro Jäckel2-40/+2
2022-10-02diffoscope: revised tests failingsuperherointj1-13/+0
2022-10-01Merge pull request #193890 from r-ryantm/auto-update/diffoscopeMario Rodas1-2/+2
diffoscope: 222 -> 223
2022-10-01diffoscope: 222 -> 223R. Ryantm1-2/+2
2022-09-30diffoscope: fix testssuperherointj1-0/+4
2022-09-23diffoscope: 221 -> 222R. Ryantm1-2/+2
2022-08-29diffoscope: 219 -> 221R. Ryantm1-2/+2
2022-07-27diffoscope: use multitarget binutilsSergei Trofimovich1-2/+2
multitarget binutils is useful for diffing for directories with binaries foreign to system where diffoscope runs. before the change: $ nix run nixpkgs#diffoscope /tmp/a-Mcrt1.o /tmp/b-Mcrt1.o 2022-07-27 21:20:35 E: diffoscope.comparators.elf: Command '['objdump --line-numbers --disassemble --demangle --reloc --no-show-raw-insn --section=.text {}']' returned non-zero exit status 1. 2022-07-27 21:20:35 E: diffoscope.comparators.elf: Command '['objdump --disassemble --demangle --no-show-raw-insn --section=.text {}']' returned non-zero exit status 1. --- /tmp/a-Mcrt1.o +++ /tmp/b-Mcrt1.o ├── readelf --wide --decompress --string-dump=.debug_str {} ... After the change: ./result/bin/diffoscope /tmp/a-Mcrt1.o /tmp/b-Mcrt1.o --- /tmp/a-Mcrt1.o +++ /tmp/b-Mcrt1.o ├── readelf --wide --decompress --string-dump=.debug_str {} ...
2022-07-16diffoscope: 218 -> 219R. Ryantm1-2/+2
2022-07-09diffoscope: 217 -> 218R. Ryantm1-2/+2
2022-06-24diffoscope: 216 -> 217R. Ryantm1-2/+2
2022-06-19treewide: reduce maintenance workload for ma27Maximilian Bosch1-1/+1
Note: I DO NOT resign from nixpkgs, not at all! However, I like a clean notification inbox and I get a lot of stuff for packages where I'm only an end-user or don't use them anymore and thus can't help out that much. So please consider it a measure to reduce the mental load for me when going through my notifications ;-)
2022-06-14Merge master into staging-nextgithub-actions[bot]1-2/+2
2022-06-11diffoscope: 215 -> 216R. Ryantm1-2/+2
2022-06-06diffoscope: 214 -> 215Martin Weinelt1-2/+5
Disable failing test on python3.10
2022-06-04diffoscope: 214 -> 215R. Ryantm1-2/+2
2022-05-28diffoscope: 213 -> 214R. Ryantm1-2/+2
2022-05-25python39Packages.pdfminer-six: add alias to pdfminerMario Rodas1-1/+1
2022-05-21diffoscope: 212 -> 213R. Ryantm1-2/+2
2022-05-19Merge pull request #172875 from SuperSandro2000/diffoscopeMinimalSandro1-2/+2
diffoscopeMinimal: move libcaca to bloat to remove graphics libraries…
2022-05-15diffoscope: 211 -> 212R. Ryantm1-2/+2
2022-05-14Merge pull request #170837 from r-ryantm/auto-update/diffoscopeArtturi1-2/+2
diffoscope: 210 -> 211
2022-05-13diffoscopeMinimal: move libcaca to bloat to remove graphics libraries from ↵Sandro Jäckel1-2/+2
runtime The following dependency chain was created in the last staging-next run which made diffoscopeMinimal require some graphics libraries which are normally only required on graphical linux systems and do not fit the minimal suffix. diffoscopeMinima -> libcaca -> imlib2 -> librsvg -> cairo,pango,etc.
2022-05-07python310Packages.python-magic: normalise attrSandro Jäckel1-1/+1
2022-04-29diffoscope: 210 -> 211R. Ryantm1-2/+2
2022-04-16diffoscope: 209 -> 210R. Ryantm1-2/+2
2022-03-28diffoscope: 207 -> 209R. Ryantm1-2/+2
2022-03-20diffoscope: disable test depending on black, re-enable fixed testSandro Jäckel1-6/+5
2022-03-05diffoscope: 205 -> 207R. Ryantm1-2/+2
2022-02-23diffoscope: 204 -> 205Otavio Salvador1-2/+2
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2022-02-12diffoscope: 203 -> 204R. Ryantm1-2/+2
2022-02-06diffoscope: disable llvm testJonathan Ringer1-0/+3
The python script returns is unable to determine llvm correctly, which cases another error
2022-02-05diffoscope: 202 -> 203R. Ryantm1-2/+2
2022-01-29diffoscope: 201 -> 202Sergei Trofimovich1-3/+3
https://diffoscope.org/news/diffoscope-202-released/ While at it added missing black test depend.
2022-01-26diffoscope: fix nixpkgs patch to be black-compliantSergei Trofimovich1-1/+1
Otherwise diffocsope's tests fail as: diffoscope> - LINKS_RE = re.compile(r'Links: [0-9]+\s+') diffoscope> + LINKS_RE = re.compile(r"Links: [0-9]+\s+") diffoscope> FAILED tests/test_source.py::test_code_is_black_clean
2022-01-22diffoscope: 200 -> 201R. Ryantm1-2/+2
2022-01-15diffoscope: 197 -> 200Sergei Trofimovich1-2/+17
While at it added trivial updater plumbing.
2021-12-19diffoscope: 194 -> 197Maximilian Bosch1-2/+2
ChangeLogs: * https://diffoscope.org/news/diffoscope-195-released/ * https://diffoscope.org/news/diffoscope-196-released/ * https://diffoscope.org/news/diffoscope-197-released/
2021-12-11diffoscope: Fix the OpenPGP test which broke with pgpdump 0.34Michael Weiss1-0/+19
This fixes a regression from the last pgpdump update: 816d311bd07 See https://github.com/NixOS/nixpkgs/pull/149700#issuecomment-991592708 Reported-by: Sergei Trofimovich <slyich@gmail.com>
2021-12-02diffoscope: 192 -> 194Maximilian Bosch1-2/+2
ChangeLogs: * https://diffoscope.org/news/diffoscope-193-released/ * https://diffoscope.org/news/diffoscope-194-released/
2021-11-17diffoscope: 190 -> 192Maximilian Bosch1-2/+3
ChangeLogs: * https://diffoscope.org/news/diffoscope-191-released/ * https://diffoscope.org/news/diffoscope-192-released/
2021-11-06diffoscope: 188 -> 190Maximilian Bosch1-2/+2
ChangeLogs: * https://diffoscope.org/news/diffoscope-189-released/ * https://diffoscope.org/news/diffoscope-190-released/
2021-10-23diffoscope: enable all available toolsSandro Jäckel1-7/+7
2021-10-22diffoscope: 187 -> 188Arthur Gautier1-2/+2
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-10-11diffoscope: 186 -> 187Sergei Trofimovich1-2/+2
Added .pyc diffing support.
2021-10-01diffoscope: 185 -> 186Maximilian Bosch1-2/+2
ChangeLog: https://diffoscope.org/news/diffoscope-186-released/