Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reprotest
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Code
Merge requests
4
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
reprotest
Commits
91b020b6
"README.md" did not exist on "debian/2%4.9.0+dfsg-1"
Commit
91b020b6
authored
2 years ago
by
Holger Levsen
Browse files
Options
Downloads
Patches
Plain Diff
release as 0.7.21
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
29d61a64
No related branches found
No related tags found
No related merge requests found
Pipeline
#405483
passed with stages
Stage:
Stage:
Stage:
Stage:
in 18 minutes and 40 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+5
-2
5 additions, 2 deletions
debian/changelog
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
6 additions
and
3 deletions
debian/changelog
+
5
−
2
View file @
91b020b6
reprotest (0.7.21)
UNRELEASED
; urgency=medium
reprotest (0.7.21)
unstable
; urgency=medium
[ Nick Rosbrook ]
* Dynamically tox environment in debian/rules instead of doing so
...
...
@@ -7,12 +7,15 @@ reprotest (0.7.21) UNRELEASED; urgency=medium
[ Mattia Rizzolo ]
* Run the tests through pybuild to run them against all supported
python3 versions. Closes: #1016301
* setup.cfg: fix a deprecation warning.
[ Holger Levsen ]
* build-depends: make diffoscope dependency unversioned as it's met even in
Buster.
* Bump standards version to 4.6.1.
* Release as 0.7.21.
--
Nick Rosbrook <nick.rosbrook@canonical.com> Wed, 13 Jul 2022 14:36:26 -04
00
--
Holger Levsen <holger@debian.org> Fri, 29 Jul 2022 21:26:48 +02
00
reprotest (0.7.20) unstable; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
91b020b6
...
...
@@ -6,7 +6,7 @@
from
setuptools
import
setup
,
find_packages
setup
(
name
=
'
reprotest
'
,
version
=
'
0.7.2
0
'
,
version
=
'
0.7.2
1
'
,
description
=
'
Build packages and check them for reproducibility.
'
,
long_description
=
open
(
'
README.rst
'
,
encoding
=
'
utf-8
'
).
read
(),
author
=
'
Ximin Luo, Ceridwen
'
,
...
...
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