Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cftime
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian GIS Project
cftime
Compare revisions
d557f2d80af8efdb1f8a274d93442f82dde51066 to dd96d58faffcd17b72fc52bf079610d05772f09e
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
debian-gis-team/cftime
Select target project
No results found
dd96d58faffcd17b72fc52bf079610d05772f09e
Select Git revision
Swap
Target
debian-gis-team/cftime
Select target project
debian-gis-team/cftime
1 result
d557f2d80af8efdb1f8a274d93442f82dde51066
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Disable coverage support, pytest-cov not updated for pytest 4 yet.
· f0d45a97
Bas Couwenberg
authored
5 years ago
f0d45a97
Set distribution to unstable.
· dd96d58f
Bas Couwenberg
authored
5 years ago
dd96d58f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/changelog
+3
-2
3 additions, 2 deletions
debian/changelog
debian/control
+0
-4
0 additions, 4 deletions
debian/control
debian/patches/no-cov.patch
+15
-0
15 additions, 0 deletions
debian/patches/no-cov.patch
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
with
19 additions
and
6 deletions
debian/changelog
View file @
dd96d58f
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
+0
1
00
-- Bas Couwenberg <sebastic@debian.org>
Wed, 07 Aug 2019 19:01:49
+0
2
00
cftime (1.0.3.4-1) unstable; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
debian/control
View file @
dd96d58f
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
debian/patches/no-cov.patch
0 → 100644
View file @
dd96d58f
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
This diff is collapsed.
Click to expand it.
debian/patches/series
0 → 100644
View file @
dd96d58f
no-cov.patch
This diff is collapsed.
Click to expand it.