Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
diffoscope
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reproducible Builds
diffoscope
Commits
c71574d4
Commit
c71574d4
authored
4 years ago
by
Chris Lamb
Browse files
Options
Downloads
Patches
Plain Diff
releasing package diffoscope version 152
parent
cd9e526b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#157009
passed
4 years ago
Stage: test
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+30
-3
30 additions, 3 deletions
debian/changelog
diffoscope/__init__.py
+1
-1
1 addition, 1 deletion
diffoscope/__init__.py
with
31 additions
and
4 deletions
debian/changelog
+
30
−
3
View file @
c71574d4
diffoscope (152)
UNRELEASED
; urgency=medium
diffoscope (152)
unstable
; urgency=medium
* WIP (generated upon release).
[ Chris Lamb ]
* Bug fixes:
- Don't require zipnote(1) to determine differences in a .zip file as we
can use libarchive directly.
Reporting improvements:
- Don't emit "javap not found in path" if it is available in the path but
it did not result in any actual difference.
- Fix "... not available in path" messages when looking for Java
decompilers; we were using the Python class name (eg. "
<class
'
diffoscope.comparators.java.Javap
'
>
") over the actual command we looked
for (eg. "javap").
* Code improvements:
- Replace some simple usages of str.format with f-strings.
- Tidy inline imports in diffoscope.logging.
- In the RData comparator, always explicitly return a None value in the
failure cases as we return a non-None value in the "success" one.
[ Jean-Romain Garnier ]
* Improve output of side-by-side diffs, detecting added lines better.
(MR: reproducible-builds/diffoscope!64)
* Allow passing file with list of arguments to ArgumentParser (eg.
"diffoscope @args.txt"). (MR: reproducible-builds/diffoscope!62)
-- Chris Lamb
<lamby
@
debian.org
>
Fri
, 1
0
Jul 2020 1
0:54:30
+0100
-- Chris Lamb
<lamby
@
debian.org
>
Sat
, 1
8
Jul 2020 1
1:00:13
+0100
diffoscope (151) unstable; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
diffoscope/__init__.py
+
1
−
1
View file @
c71574d4
...
...
@@ -18,4 +18,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
=
"
15
1
"
VERSION
=
"
15
2
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment