Commits (3)
reprotest (0.7.17) unstable; urgency=medium
[ Frédéric Pierret (fepitre) ]
* Remove spec file as a specific branch will be created with it.
* rpm: keep rpmbuild layout with RPMS folder.
* test_reprotest: add spaces and regorganize functions.
* test_reprotest: filter per distribution and register custom marks.
* test_shell: Fix warnings about invalid escape sequences.
[ Vagrant Cascadian ]
* Make diffoscope optional. (Closes: #988964)
[ Mattia Rizzolo ]
* Set the diffoscope "optional dependency" the Python way.
* Update doc to mention how `ldconfig` conflicts with the kernel variation.
(Closes: #992694)
[ Holger Levsen ]
* Bump standards version to 4.6.0.
* Release as 0.7.17.
-- Holger Levsen <holger@debian.org> Wed, 29 Sep 2021 22:22:09 +0200
reprotest (0.7.16) unstable; urgency=medium
[ Holger Levsen ]
......
......@@ -5,7 +5,7 @@ Uploaders: Ceridwen <ceridwenv@gmail.com>,
Vagrant Cascadian <vagrant@reproducible-builds.org>
Section: devel
Priority: optional
Standards-Version: 4.5.1
Standards-Version: 4.6.0
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (=13),
......
......@@ -6,7 +6,7 @@
from setuptools import setup, find_packages
setup(name='reprotest',
version='0.7.16',
version='0.7.17',
description='Build packages and check them for reproducibility.',
long_description=open('README.rst', encoding='utf-8').read(),
author='Ximin Luo, Ceridwen',
......