Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Reproducible Builds
diffoscope
Compare revisions
52e8838b8e68af171cc60f2dfc85b90e2740cc78...36257e225cda0dc4935ce64a11314ed2ed8955e6
Commits (2)
Add Lintian override for upstream-metadata-in-native-source as we are upstream.
· 253e6627
Chris Lamb
authored
Mar 30, 2020
253e6627
releasing package diffoscope version 138
· 36257e22
Chris Lamb
authored
Mar 30, 2020
36257e22
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
36257e22
diffoscope (138) UNRELEASED; urgency=medium
diffoscope (138) unstable; urgency=medium
* New features
&
bug fixes:
- Use dumppdf from python3-pdfminer if we do not see any other differences
from pdftext, etc. (reproducible-builds/diffoscope#92)
- Prevent a traceback when comparing two .rdx files directly as get_member
will return a file even if the file is missing and not raise a KeyError
exception; we therefore explicitly test for the existence of the file.
* Don't allow errors within "Rscript" deserialisation to cause the entire
operation to fail (for example if an external library cannot be loaded).
(reproducible-builds/diffoscope#91)
* Reporting improvements:
- Inject the supported file formats into the package long description and
remove any duplicate comparator descriptions when formatting.
(#reproducible-builds/diffoscope#90)
- Print a potentially-helpful message if the PyPDF2 module is not installed
(#reproducible-builds/diffoscope#92)
- Weaken "Install the X package to get a better output" claim to "... may
produce a better output" as this is not guaranteed.
* WIP (generated upon release).
* Code improvements:
- Inline the RequiredToolNotFound.get_package method; only used once.
- Drop deprecated "py36 = [..]" argument in pyproject.toml.
- Factor out generation of comparator descriptions.
- Add an upstream metadata file.
-- Chris Lamb
<lamby
@
debian.org
>
Tue, 18 Feb 2020 17:30:47
+0
0
00
-- Chris Lamb
<lamby
@
debian.org
>
Mon, 30 Mar 2020 16:16:28
+0
1
00
diffoscope (137) unstable; urgency=medium
...
...
debian/source/lintian-overrides
View file @
36257e22
...
...
@@ -4,3 +4,6 @@ debian-watch-file-in-native-package
# We like to share our own keys for others to check the released signature.
public-upstream-key-in-native-package
# We are upstream but also quite integrated in Debian.
upstream-metadata-in-native-source
diffoscope/__init__.py
View file @
36257e22
...
...
@@ -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
=
"13
7
"
VERSION
=
"13
8
"