Package: cf-python / 1.3.2+dfsg1-4

Metadata

Package Version Patches format
cf-python 1.3.2+dfsg1-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Remove check for python version.patch | (download)

cf/__init__.py | 8 0 + 8 - 0 !
1 file changed, 8 deletions(-)

 remove check for python version.

The python version in sid at the moment is 2.7.12+.
The + breaks the check, which is superfluous in any case, since
the python2 version is guaranteed to be 2.7 anyway.

Signed-off-by: Klaus Zimmermann <klaus_zimmermann@gmx.de>

0002 Patch sphinx config to avoid network access and add .patch | (download)

docs/source/conf.py | 27 25 + 2 - 0 !
1 file changed, 25 insertions(+), 2 deletions(-)

 patch sphinx config to avoid network access and add local intersphinx
 links.

Signed-off-by: Klaus Zimmermann <klaus_zimmermann@gmx.de>

0003 Improve umread building and handling.patch | (download)

cf/um/umread/c-lib/Makefile | 14 7 + 7 - 0 !
cf/um/umread/c-lib/type-dep/Makefile | 6 4 + 2 - 0 !
2 files changed, 11 insertions(+), 9 deletions(-)

 improve umread building and handling

Signed-off-by: Klaus Zimmermann <klaus_zimmermann@gmx.de>

0004 Sphinx fixes.patch | (download)

cf/data/data.py | 10 5 + 5 - 0 !
cf/field.py | 36 19 + 17 - 0 !
cf/variable.py | 4 2 + 2 - 0 !
cf/write.py | 12 3 + 9 - 0 !
docs/source/class.rst | 14 0 + 14 - 0 !
docs/source/classes/cf.Data.rst | 1 0 + 1 - 0 !
docs/source/classes/cf.FieldList.rst | 1 0 + 1 - 0 !
docs/source/classes/cf.List.rst | 48 0 + 48 - 0 !
docs/source/conf.py | 4 3 + 1 - 0 !
docs/source/field.rst | 2 1 + 1 - 0 !
docs/source/field_manipulation.rst | 2 2 + 0 - 0 !
docs/source/pp_library_mappings.rst | 20 10 + 10 - 0 !
12 files changed, 45 insertions(+), 109 deletions(-)

 sphinx fixes.

Signed-off-by: Klaus Zimmermann <klaus_zimmermann@gmx.de>

0005 netcdftime compatibility.patch | (download)

cf/cfdatetime.py | 58 52 + 6 - 0 !
cf/units.py | 6 5 + 1 - 0 !
2 files changed, 57 insertions(+), 7 deletions(-)

 netcdftime compatibility

Remove some internal netcdftime functions that are no longer accessible.

Signed-off-by: Klaus Zimmermann <klaus_zimmermann@gmx.de>