[Python-modules-commits] [python-pytest-benchmark] 01/04: Prepare next debian release 3.1.0a2-1
Hugo Lefeuvre
hle at moszumanska.debian.org
Wed Apr 12 11:02:20 UTC 2017
This is an automated email from the git hooks/post-receive script.
hle pushed a commit to branch master
in repository python-pytest-benchmark.
commit 1e89c1481c748eb33cc613041e394782aaa60fbc
Author: Hugo Lefeuvre <hle at debian.org>
Date: Wed Apr 12 12:58:46 2017 +0200
Prepare next debian release 3.1.0a2-1
---
debian/changelog | 8 ++++++--
debian/compat | 2 +-
debian/control | 3 ++-
debian/copyright | 4 ++--
4 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f12373b..54ce9ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,17 @@
-python-pytest-benchmark (3.1.0a1-1) unstable; urgency=medium
+python-pytest-benchmark (3.1.0a2-1) experimental; urgency=low
* New upstream release.
+ * Bump compatibility level to 10.
* debian/control:
- Update required version of pytest to 2.8.
- Recommend installation of python{3,}-pathlib and python{3,}-elasticsearch.
+ - Add python-statistics to the Depends field of python-pytest-benchmark.
- Remove useless version indication in the Build-Dependency python-all.
- Update Description field for binary package python-pytest-benchmark.
+ * debian/copyright:
+ - Update copyright years.
- -- Hugo Lefeuvre <hle at debian.org> Wed, 02 Nov 2016 15:23:52 +0100
+ -- Hugo Lefeuvre <hle at debian.org> Wed, 12 Apr 2017 12:51:56 +0200
python-pytest-benchmark (3.0.0-1) unstable; urgency=medium
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 93574b1..d07e4d8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
Priority: optional
Maintainer: Hugo Lefeuvre <hle at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>=9),
+Build-Depends: debhelper (>=10),
dh-python,
python-all,
python-setuptools,
@@ -22,6 +22,7 @@ Recommends: python-elasticsearch,
python-pathlib
Depends: ${misc:Depends},
${python:Depends},
+ python-statistics,
python-pytest (>= 2.8)
Description: pytest fixture for benchmarking code
This plugin provides a benchmark fixture. This fixture is a callable object
diff --git a/debian/copyright b/debian/copyright
index da0cfb8..e87ecaa 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,11 +3,11 @@ Upstream-Name: pytest-benchmark
Source: https://github.com/ionelmc/pytest-benchmark
Files: *
-Copyright: 2014-2016 Ionel Cristian Mărieș <contact at ionelmc.ro>
+Copyright: 2014-2017 Ionel Cristian Mărieș <contact at ionelmc.ro>
License: BSD-2-clause
Files: debian/*
-Copyright: 2016 Hugo Lefeuvre <hle at debian.org>
+Copyright: 2016-2017 Hugo Lefeuvre <hle at debian.org>
License: BSD-2-clause
License: BSD-2-clause
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pytest-benchmark.git
More information about the Python-modules-commits
mailing list