Accepting request 479263 from devel:languages:python3
1 OBS-URL: https://build.opensuse.org/request/show/479263 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/diffoscope?expand=0&rev=2
This commit is contained in:
parent
8d0dc838a7
commit
c7cc4b29eb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f62020c4b21eb6295a334c1816f5763f329b0fae88e4fd30ad8352f6b93764b7
|
||||
size 387267
|
3
diffoscope-78.tar.gz
Normal file
3
diffoscope-78.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6b444b57dc70bb1ad6e682b3e5fe4a65141488980436b4ca89b55d1b589a8af
|
||||
size 466619
|
@ -1,3 +1,64 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 14 07:47:24 UTC 2017 - kgronlund@suse.com
|
||||
|
||||
- Update to 78:
|
||||
* Catch bad JSON errors on Python pre-3.5. Closes: #855233
|
||||
* Correct logic of module_exists, ensuring we correctly skip in case of
|
||||
modules containing a dot in their name. Closes: #854745
|
||||
* No need to track archive directory locations.
|
||||
* Add --exclude option. Closes: #854783
|
||||
* When extracting archives, try to keep directory sizes small.
|
||||
* Extract archive members using an auto-incrementing integer, avoiding the
|
||||
need to sanitise filenames and avoiding writes to arbitrary locations.
|
||||
(Closes: #854723 * CVE-2017-0359)
|
||||
* Fix autopkgtest failures when Recommends are not installed.
|
||||
(Closes: #854593)
|
||||
* Specify <html lang="en"> in HTML output. (re. #849411)
|
||||
* Add a machine-readable JSON output format. (Closes: #850791)
|
||||
* Show results from debugging packages last. (Closes: #820427)
|
||||
* Add a --max-text-report-size option. (Closes: #851147)
|
||||
Clean all temp files in signal handler thread instead of attempting to
|
||||
bubble exception back to the main thread. (Closes: #852013)
|
||||
* Prevent FTBFS by loading fixtures as UTF-8 in case surrounding terminal
|
||||
is not Unicode-aware. (Closes: #852926)
|
||||
* Fix errors when comparing directories with non-directories.
|
||||
(Closes: #835641)
|
||||
* Fix behaviour of setting report maximums to zero (ie. no limits)
|
||||
* diffoscope.diff: Improve FIFO writing robustness.
|
||||
* haskell: Properly extract version from interface files.
|
||||
* Add markdown output support. Closes: #848141
|
||||
* Add RestructuredText output format.
|
||||
* Improve --help output. Closes: #852015
|
||||
* Don't blow up if directory containing ELF debug symbols already exists.
|
||||
(Closes: #850807)
|
||||
* Fix .APK extration when provided with absolute filenames.
|
||||
(Closes: #850485)
|
||||
* Support comparing .ico files using img2txt. (Closes: #850730)
|
||||
* comparators.utils.file: If we don't have an archive-extraction tool (eg.
|
||||
apktool), don't blow up when attempting to unpack it.
|
||||
* Include magic file type when we know the file format but can't find
|
||||
file-specific details. (Closes: #850850)
|
||||
* Ensure fake "APK metadata" file appears first, fixing non-deterministic
|
||||
tests/output.
|
||||
* Correctly escape value of href="" elements (re. #849411)
|
||||
* comparators/device: don't crash when comparing a non-device against a
|
||||
device (Closes: #850055)
|
||||
* Remove archive name from apktool.yml and rename it. (Closes: #850501)
|
||||
* Zipinfo included in APK files comparison. (Closes: #850502)
|
||||
* Add some tests for APK comparator.
|
||||
* Add image metadata comparison. (Closes: #849395)
|
||||
* Ensure imagemagick version is new enough for image metadata tests.
|
||||
* Extend .apk recognition regex to also match zip archives (Closes: #849638)
|
||||
* Update dex_expected_diffs and test requirement to ensure test compatibility
|
||||
with enjarify >= 1.0.3. (Closes: #849142)
|
||||
* Add detection of order-only difference in plain text format.
|
||||
(Closes: #848049)
|
||||
* Fix sqlite3 magic recognition when using file >= 5.27. (Closes: #830434)
|
||||
* Add argument completion feature to diffoscope. (Closes: #826711)
|
||||
* Improve message when data differs. (Closes: #827981)
|
||||
* Clarify the input arguments. (Closes: #826894)
|
||||
* Fix maybe_decode() so that it actually works.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 23 12:39:50 UTC 2016 - sleep_walker@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package diffoscope
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: diffoscope
|
||||
Version: 54
|
||||
Version: 78
|
||||
Release: 0
|
||||
Summary: In-depth comparison of files, archives, and directories
|
||||
License: GPL-3.0+
|
||||
|
Loading…
Reference in New Issue
Block a user