[Python-modules-commits] [python-pytest-benchmark] 01/01: Update d/control to match new dependency indications in setup.py.
Hugo Lefeuvre
hle at moszumanska.debian.org
Wed Nov 2 14:40:30 UTC 2016
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 55dca30f436d023761418ffc15c9a19f130e6128
Author: Hugo Lefeuvre <hle at debian.org>
Date: Wed Nov 2 15:40:22 2016 +0100
Update d/control to match new dependency indications in setup.py.
---
debian/changelog | 5 +++++
debian/control | 11 +++++++----
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d856fd7..f12373b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,11 @@
python-pytest-benchmark (3.1.0a1-1) unstable; urgency=medium
* New upstream release.
+ * debian/control:
+ - Update required version of pytest to 2.8.
+ - Recommend installation of python{3,}-pathlib and python{3,}-elasticsearch.
+ - Remove useless version indication in the Build-Dependency python-all.
+ - Update Description field for binary package python-pytest-benchmark.
-- Hugo Lefeuvre <hle at debian.org> Wed, 02 Nov 2016 15:23:52 +0100
diff --git a/debian/control b/debian/control
index 290ffaf..93574b1 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Hugo Lefeuvre <hle at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Build-Depends: debhelper (>=9),
dh-python,
- python-all (>= 2.6.6-3~),
+ python-all,
python-setuptools,
python3-all,
python3-setuptools
@@ -18,10 +18,12 @@ Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-pytes
Package: python-pytest-benchmark
Architecture: all
+Recommends: python-elasticsearch,
+ python-pathlib
Depends: ${misc:Depends},
${python:Depends},
- python-pytest (>= 2.6)
-Description: pytest fixture for benchmarking code (Python 2)
+ python-pytest (>= 2.8)
+Description: pytest fixture for benchmarking code
This plugin provides a benchmark fixture. This fixture is a callable object
that will benchmark any function passed to it.
.
@@ -36,9 +38,10 @@ Description: pytest fixture for benchmarking code (Python 2)
Package: python3-pytest-benchmark
Architecture: all
+Recommends: python3-elasticsearch
Depends: ${misc:Depends},
${python3:Depends},
- python3-pytest (>= 2.6)
+ python3-pytest (>= 2.8)
Description: pytest fixture for benchmarking code (Python 3)
This plugin provides a benchmark fixture. This fixture is a callable object
that will benchmark any function passed to it.
--
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