[Python-modules-commits] [cf-python] branch upstream updated (0a04259 -> 5dc81c9)

Klaus Zimmermann zklaus-guest at moszumanska.debian.org
Sat Oct 1 17:16:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

zklaus-guest pushed a change to branch upstream
in repository cf-python.

      from  0a04259   Import cf-python_1.3.1+dfsg.1.orig.tar.gz
       new  5dc81c9   Import cf-python_1.3.2+dfsg.1.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changelog.md                                       |   20 +-
 PKG-INFO                                           |    2 +-
 README.md                                          |    6 +-
 cf/__init__.py                                     |    4 +-
 cf/ancillary_org.py                                |   61 -
 cf/ancillaryvariables.py                           |   60 +
 cf/data/array.py                                   |   55 +-
 cf/data/text_filearray.py                          |  102 -
 cf/etc/STASH_to_CF.txt.ORG                         | 5858 --------------------
 .../coordinate_reference/coordinate_criteria.txt   |   18 -
 .../coordinate_reference/name_type_coordinates.txt |   25 +
 cf/etc/coordinate_reference/scalar_terms.txt       |   17 +
 ...anonical_units.txt => term_canonical_units.txt} |    4 +
 .../coordinate_reference/term_default_values.txt   |   33 +
 cf/etc/coordinate_reference/xxx.txt                |   25 +
 cf/pp/filearray.py                                 |  495 --
 cf/pp/read.py                                      | 2569 ---------
 cf/pp/unwgdos.py                                   |  212 -
 cf/pp/unwgdos/compile                              |    7 -
 cf/pp/unwgdos/crayio.h                             |  396 --
 cf/pp/unwgdos/unwgdos.c                            |  589 --
 cf/pp/unwgdos/unwgdos_crayio.c                     | 2112 -------
 cf/pp/unwgdos/util.h                               |  251 -
 cf/pp/unwgdos/vardef.h                             |   67 -
 cf/um/umread/c-lib/Makefile                        |    2 +-
 cf/um/umread/c-lib/type-dep/Makefile.org           |   47 -
 cf/units.py                                        |   76 +-
 docs/{source => }/_themes/homepage/theme.conf      |    0
 .../__init__.py => docs/source/_themes/theme.conf  |    0
 ...a_first_example.rst => a_first_example.rst.NEW} |   11 +-
 docs/source/classes/cf.AncillaryVariables.rst      |   93 +
 docs/source/classes/cf.CalendarMonths.rst          |   22 +
 docs/source/classes/cf.CalendarYears.rst           |   23 +
 docs/source/classes/cf.Comparison.rst              |   22 +
 docs/source/examples/first_example.html            |  823 ---
 docs/source/examples/regridc_example.html          | 2336 --------
 docs/source/examples/regrids_example.html          | 3840 -------------
 docs/source/examples/regrids_example_2.html        | 1712 ------
 docs/source/field_manipulation.rst                 |   44 +-
 docs/source/field_structure.rst                    |  550 ++
 .../{introduction.rst => introduction.rst.NEW}     |    0
 docs/source/post-processing.rst                    |  197 -
 docs/source/{field.rst => pp_library_mappings.rst} |  103 +-
 docs/source/ttt/cloud_sptheme/__init__.py          |  106 +
 docs/source/ttt/cloud_sptheme/ext/__init__.py      |    7 +
 .../ttt/cloud_sptheme/ext/autodoc_sections.py      |   94 +
 .../ttt/cloud_sptheme/ext/escaped_samp_literals.py |   79 +
 docs/source/ttt/cloud_sptheme/ext/index_styling.py |   59 +
 docs/source/ttt/cloud_sptheme/ext/issue_tracker.py |  120 +
 docs/source/ttt/cloud_sptheme/ext/perpage.py       |   79 +
 docs/source/ttt/cloud_sptheme/ext/relbar_toc.py    |   32 +
 docs/source/ttt/cloud_sptheme/ext/table_styling.py |  251 +
 docs/source/ttt/cloud_sptheme/make_helper.py       |  242 +
 .../ttt/cloud_sptheme/themes/cloud/globaltoc.html  |    9 +
 .../ttt/cloud_sptheme/themes/cloud/layout.html     |   95 +
 .../ttt/cloud_sptheme/themes/cloud/localtoc.html   |   13 +
 .../ttt/cloud_sptheme/themes/cloud/quicklinks.html |   27 +
 .../ttt/cloud_sptheme/themes/cloud/relations.html  |   20 +
 .../cloud_sptheme/themes/cloud/static/cloud.css_t  | 1460 +++++
 .../cloud_sptheme/themes/cloud/static/cloud.js_t   |  427 ++
 .../themes/cloud/static/icon-deprecated.png        |  Bin 0 -> 1329 bytes
 .../themes/cloud/static/icon-note.png              |  Bin 0 -> 1204 bytes
 .../themes/cloud/static/icon-seealso.png           |  Bin 0 -> 951 bytes
 .../themes/cloud/static/icon-todo.png              |  Bin 0 -> 1324 bytes
 .../themes/cloud/static/icon-warning.png           |  Bin 0 -> 887 bytes
 .../themes/cloud/static/jquery.cookie.js           |   41 +
 .../ttt/cloud_sptheme/themes/cloud/theme.conf      |  118 +
 .../ttt/cloud_sptheme/themes/greencloud/theme.conf |   48 +
 .../themes/redcloud/static/overlay.jpg             |  Bin 0 -> 7973 bytes
 .../themes/redcloud/static/overlay.xcf             |  Bin 0 -> 990868 bytes
 .../themes/redcloud/static/redcloud.css_t          |   24 +
 .../ttt/cloud_sptheme/themes/redcloud/theme.conf   |   38 +
 scripts/man1/cfa.1                                 |  265 +
 scripts/man1/cfdump.1                              |  324 ++
 test/Aggregate.py                                  |   84 +
 test/Collapse.py                                   |  483 ++
 test/Comparison.py                                 |  164 +
 test/Coordinate.py                                 |   93 +
 test/Data.py                                       |  906 +++
 test/{test_Data.py => Data2.py}                    | 1116 ++--
 test/Datetime.py                                   |   98 +
 test/Field.py                                      |  138 +
 test/Field2.py                                     |   82 +
 test/PP.py                                         |   62 +
 test/Transform.py                                  |   46 +
 test/Units.py                                      |  147 +
 test/create_field.py                               |  158 +
 test/example3.py                                   |   26 +
 test/example4.py                                   |   64 +
 test/new_STASH_to_CF.txt                           |    2 +
 test/oldtest.py                                    |   37 +
 test/test.py                                       |   37 +
 test/test1.py                                      |  683 +++
 test/test_Field.py                                 |   39 +-
 test/test_Regrid.py                                |    2 +
 test/test_Variable.py                              |   15 +-
 test/test_general.py                               |    9 +-
 97 files changed, 8857 insertions(+), 22501 deletions(-)
 delete mode 100644 cf/ancillary_org.py
 create mode 100644 cf/ancillaryvariables.py
 delete mode 100644 cf/data/text_filearray.py
 delete mode 100644 cf/etc/STASH_to_CF.txt.ORG
 delete mode 100644 cf/etc/coordinate_reference/coordinate_criteria.txt
 create mode 100644 cf/etc/coordinate_reference/name_type_coordinates.txt
 create mode 100644 cf/etc/coordinate_reference/scalar_terms.txt
 copy cf/etc/coordinate_reference/{canonical_units.txt => term_canonical_units.txt} (87%)
 create mode 100644 cf/etc/coordinate_reference/term_default_values.txt
 create mode 100644 cf/etc/coordinate_reference/xxx.txt
 delete mode 100644 cf/pp/filearray.py
 delete mode 100644 cf/pp/read.py
 delete mode 100644 cf/pp/unwgdos.py
 delete mode 100755 cf/pp/unwgdos/compile
 delete mode 100644 cf/pp/unwgdos/crayio.h
 delete mode 100644 cf/pp/unwgdos/unwgdos.c
 delete mode 100644 cf/pp/unwgdos/unwgdos_crayio.c
 delete mode 100644 cf/pp/unwgdos/util.h
 delete mode 100644 cf/pp/unwgdos/vardef.h
 delete mode 100644 cf/um/umread/c-lib/type-dep/Makefile.org
 copy docs/{source => }/_themes/homepage/theme.conf (100%)
 rename cf/pp/__init__.py => docs/source/_themes/theme.conf (100%)
 copy docs/source/{a_first_example.rst => a_first_example.rst.NEW} (93%)
 create mode 100644 docs/source/classes/cf.AncillaryVariables.rst
 create mode 100644 docs/source/classes/cf.CalendarMonths.rst
 create mode 100644 docs/source/classes/cf.CalendarYears.rst
 create mode 100644 docs/source/classes/cf.Comparison.rst
 delete mode 100755 docs/source/examples/first_example.html
 delete mode 100755 docs/source/examples/regridc_example.html
 delete mode 100755 docs/source/examples/regrids_example.html
 delete mode 100755 docs/source/examples/regrids_example_2.html
 create mode 100644 docs/source/field_structure.rst
 copy docs/source/{introduction.rst => introduction.rst.NEW} (100%)
 delete mode 100644 docs/source/post-processing.rst
 copy docs/source/{field.rst => pp_library_mappings.rst} (74%)
 create mode 100644 docs/source/ttt/cloud_sptheme/__init__.py
 create mode 100644 docs/source/ttt/cloud_sptheme/ext/__init__.py
 create mode 100644 docs/source/ttt/cloud_sptheme/ext/autodoc_sections.py
 create mode 100644 docs/source/ttt/cloud_sptheme/ext/escaped_samp_literals.py
 create mode 100644 docs/source/ttt/cloud_sptheme/ext/index_styling.py
 create mode 100644 docs/source/ttt/cloud_sptheme/ext/issue_tracker.py
 create mode 100644 docs/source/ttt/cloud_sptheme/ext/perpage.py
 create mode 100644 docs/source/ttt/cloud_sptheme/ext/relbar_toc.py
 create mode 100644 docs/source/ttt/cloud_sptheme/ext/table_styling.py
 create mode 100644 docs/source/ttt/cloud_sptheme/make_helper.py
 create mode 100644 docs/source/ttt/cloud_sptheme/themes/cloud/globaltoc.html
 create mode 100644 docs/source/ttt/cloud_sptheme/themes/cloud/layout.html
 create mode 100644 docs/source/ttt/cloud_sptheme/themes/cloud/localtoc.html
 create mode 100644 docs/source/ttt/cloud_sptheme/themes/cloud/quicklinks.html
 create mode 100644 docs/source/ttt/cloud_sptheme/themes/cloud/relations.html
 create mode 100644 docs/source/ttt/cloud_sptheme/themes/cloud/static/cloud.css_t
 create mode 100644 docs/source/ttt/cloud_sptheme/themes/cloud/static/cloud.js_t
 create mode 100644 docs/source/ttt/cloud_sptheme/themes/cloud/static/icon-deprecated.png
 create mode 100644 docs/source/ttt/cloud_sptheme/themes/cloud/static/icon-note.png
 create mode 100644 docs/source/ttt/cloud_sptheme/themes/cloud/static/icon-seealso.png
 create mode 100644 docs/source/ttt/cloud_sptheme/themes/cloud/static/icon-todo.png
 create mode 100644 docs/source/ttt/cloud_sptheme/themes/cloud/static/icon-warning.png
 create mode 100644 docs/source/ttt/cloud_sptheme/themes/cloud/static/jquery.cookie.js
 create mode 100644 docs/source/ttt/cloud_sptheme/themes/cloud/theme.conf
 create mode 100644 docs/source/ttt/cloud_sptheme/themes/greencloud/theme.conf
 create mode 100644 docs/source/ttt/cloud_sptheme/themes/redcloud/static/overlay.jpg
 create mode 100644 docs/source/ttt/cloud_sptheme/themes/redcloud/static/overlay.xcf
 create mode 100644 docs/source/ttt/cloud_sptheme/themes/redcloud/static/redcloud.css_t
 create mode 100644 docs/source/ttt/cloud_sptheme/themes/redcloud/theme.conf
 create mode 100644 scripts/man1/cfa.1
 create mode 100644 scripts/man1/cfdump.1
 create mode 100644 test/Aggregate.py
 create mode 100644 test/Collapse.py
 create mode 100644 test/Comparison.py
 create mode 100644 test/Coordinate.py
 create mode 100644 test/Data.py
 copy test/{test_Data.py => Data2.py} (58%)
 create mode 100644 test/Datetime.py
 create mode 100644 test/Field.py
 create mode 100644 test/Field2.py
 create mode 100644 test/PP.py
 create mode 100644 test/Transform.py
 create mode 100644 test/Units.py
 create mode 100644 test/create_field.py
 create mode 100644 test/example3.py
 create mode 100644 test/example4.py
 create mode 100644 test/new_STASH_to_CF.txt
 create mode 100644 test/oldtest.py
 create mode 100644 test/test.py
 create mode 100644 test/test1.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/cf-python.git



More information about the Python-modules-commits mailing list