Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • debian-gis-team/cftime
1 result
Show changes
Commits on Source (2)
cftime (1.0.3.4-2) UNRELEASED; urgency=medium
cftime (1.0.3.4-2) unstable; urgency=medium
* Bump Standards-Version to 4.4.0, no changes.
* Update dh_install override to use --list-missing.
* Add lintian overrides for file-references-package-build-path.
* Update gbp.conf to use --source-only-changes by default.
* Disable coverage support, pytest-cov not updated for pytest 4 yet.
-- Bas Couwenberg <sebastic@debian.org> Tue, 25 Dec 2018 22:05:00 +0100
-- Bas Couwenberg <sebastic@debian.org> Wed, 07 Aug 2019 19:01:49 +0200
cftime (1.0.3.4-1) unstable; urgency=medium
......
......@@ -6,17 +6,13 @@ Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python-all-dev (>= 2.6.6-3~),
python-coverage,
python-setuptools,
python-numpy,
python-pytest,
python-pytest-cov,
python3-all-dev,
python3-coverage,
python3-setuptools,
python3-numpy,
python3-pytest,
python3-pytest-cov,
cython,
cython3,
Standards-Version: 4.4.0
......
Description: Disable coverage support.
pytest-cov not compatible with pytest 4 yet.
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: not-needed
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,7 +4,4 @@ addopts =
-ra
-v
--doctest-modules
- --cov-config .coveragerc
- --cov=cftime
- --cov-report term-missing
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
no-cov.patch