1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
python-pytest-benchmark (3.2.2-2) unstable; urgency=medium
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
* Bump Standards-Version to 4.4.0.
[ Hugo Lefeuvre ]
* Drop Python 2 support.
* Recommend python3-freezegun and python3-pygal (required to run pytest
--fixture tests).
* Bump to compat 12.
* Run wrap-and-sort -a.
-- Hugo Lefeuvre <hle@debian.org> Sat, 03 Aug 2019 14:03:17 +0200
python-pytest-benchmark (3.2.2-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
[ Hugo Lefeuvre ]
* New upstream release.
* debian/control:
- Bump Standards-Version to 4.1.3.
* debian/copyright:
- Update copyright years.
-- Hugo Lefeuvre <hle@debian.org> Mon, 04 Feb 2019 18:41:47 +0100
python-pytest-benchmark (3.1.1-1) unstable; urgency=medium
[ Ondřej Nový ]
* debian/control:
- Set Vcs-* to salsa.debian.org.
* debian/changelog:
- Remove trailing whitespaces.
[ Hugo Lefeuvre ]
* New upstream release.
* New binary package pytest-benchmark shipping executables.
- Add manpage debian/pytest-benchmark.1 and manpages listing
debian/pytest-benchmark.manpages.
- Update debian/rules to build application package.
- Update debian/control to mention this new package.
* Bump debian/compat to 11.
* debian/control:
- Fix dependencies of binary packages in debian/control:
o Update required version of pytest to 2.8.
o Recommend installation of python{3,}-elasticsearch.
o Add python-statistics and python-pathlib to the Depends
field of python-pytest-benchmark (Closes: #846045).
o Add python{3,}-cpuinfo to the Depends field of
python{3,}-pytest-benchmark.
o Remove useless version indication in the Build-Dependency
python-all.
- Update Description field for binary package python-pytest-benchmark.
- Bump Standards-Version to 4.1.3.
- Update debhelper Build-Dep to >= 11.
- Declare autopkgtest testsuite.
* debian/copyright:
- Update copyright years.
* Update debian/watch to version 4.
-- Hugo Lefeuvre <hle@debian.org> Sun, 25 Mar 2018 18:14:06 +0200
python-pytest-benchmark (3.0.0-1) unstable; urgency=medium
* Initial release (Closes: #834519)
-- Hugo Lefeuvre <hle@debian.org> Sat, 27 Aug 2016 21:54:12 +0200
|