[Python-modules-commits] [cf-python] branch master updated (18b2d83 -> 7857171)

Klaus Zimmermann zklaus-guest at moszumanska.debian.org
Thu Oct 6 19:51:34 UTC 2016


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

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

      from  18b2d83   change version to 1.3.2+dfsg.1-1
       new  b60c2cc   Remove unnecessary sphinx data
       new  1ee67a2   Simplified dfsg versioning scheme by removing the dot.
       new  3904a44   record new upstream branch created by importing cf-python_1.3.2+dfsg1.orig.tar.gz
       new  d4e86cf   Import cf-python_1.3.2+dfsg1.orig.tar.gz
       new  74a9b15   Remove check for python version.
       new  e79da4d   Patch sphinx config to avoid network access and add local intersphinx links.
       new  fccd131   Improve umread building and handling.
       new  8954078   Sphinx fixes.
       new  f8b6dfc   merge patched into master
       new  9f4b09d   Added copyright information for static sphinx content
       new  7857171   Added hardening

The 11 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:
 cf/data/data.py                                    |   10 +-
 cf/field.py                                        |   36 +-
 cf/um/umread/c-lib/Makefile                        |   14 +-
 cf/um/umread/c-lib/type-dep/Makefile               |    6 +-
 cf/variable.py                                     |    4 +-
 cf/write.py                                        |   12 +-
 debian/.git-dpm                                    |   14 +-
 debian/changelog                                   |    2 +-
 debian/copyright                                   |   83 +-
 .../0001-Remove-check-for-python-version.patch     |    2 +-
 ...x-config-to-avoid-network-access-and-add-.patch |    2 +-
 ...0003-Improve-umread-building-and-handling.patch |   57 +-
 debian/patches/0004-Sphinx-fixes.patch             |  418 ++++++
 debian/patches/series                              |    1 +
 debian/rules                                       |    2 +
 debian/watch                                       |    4 +-
 docs/_static/basic.css                             |  528 -------
 docs/_static/basic.css_t                           |  528 -------
 docs/_static/copybutton.js                         |   56 -
 docs/_static/default.css                           |  256 ----
 docs/_static/doctools.js                           |  247 ----
 docs/_static/file.png                              |  Bin 392 -> 0 bytes
 docs/_static/minus.png                             |  Bin 199 -> 0 bytes
 docs/_static/org_default.css                       |  256 ----
 docs/_static/plus.png                              |  Bin 199 -> 0 bytes
 docs/_static/pygments.css                          |   62 -
 docs/_static/searchtools.js                        |  518 -------
 docs/_static/sidebar.js                            |  148 --
 docs/_themes/homepage/theme.conf                   |    5 -
 docs/source/class.rst                              |   14 -
 docs/source/classes/cf.Data.rst                    |    1 -
 docs/source/classes/cf.FieldList.rst               |    1 -
 docs/source/classes/cf.List.rst                    |   48 -
 docs/source/conf.py                                |    4 +-
 docs/source/field.rst                              |    2 +-
 docs/source/field_manipulation.rst                 |    2 +
 docs/source/pp_library_mappings.rst                |   20 +-
 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 1329 -> 0 bytes
 .../themes/cloud/static/icon-note.png              |  Bin 1204 -> 0 bytes
 .../themes/cloud/static/icon-seealso.png           |  Bin 951 -> 0 bytes
 .../themes/cloud/static/icon-todo.png              |  Bin 1324 -> 0 bytes
 .../themes/cloud/static/icon-warning.png           |  Bin 887 -> 0 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 7973 -> 0 bytes
 .../themes/redcloud/static/overlay.xcf             |  Bin 990868 -> 0 bytes
 .../themes/redcloud/static/redcloud.css_t          |   24 -
 .../ttt/cloud_sptheme/themes/redcloud/theme.conf   |   38 -
 66 files changed, 614 insertions(+), 6138 deletions(-)
 create mode 100644 debian/patches/0004-Sphinx-fixes.patch
 delete mode 100644 docs/_static/basic.css
 delete mode 100644 docs/_static/basic.css_t
 delete mode 100644 docs/_static/copybutton.js
 delete mode 100644 docs/_static/default.css
 delete mode 100644 docs/_static/doctools.js
 delete mode 100644 docs/_static/file.png
 delete mode 100644 docs/_static/minus.png
 delete mode 100644 docs/_static/org_default.css
 delete mode 100644 docs/_static/plus.png
 delete mode 100644 docs/_static/pygments.css
 delete mode 100644 docs/_static/searchtools.js
 delete mode 100644 docs/_static/sidebar.js
 delete mode 100644 docs/_themes/homepage/theme.conf
 delete mode 100644 docs/source/classes/cf.List.rst
 delete mode 100644 docs/source/ttt/cloud_sptheme/__init__.py
 delete mode 100644 docs/source/ttt/cloud_sptheme/ext/__init__.py
 delete mode 100644 docs/source/ttt/cloud_sptheme/ext/autodoc_sections.py
 delete mode 100644 docs/source/ttt/cloud_sptheme/ext/escaped_samp_literals.py
 delete mode 100644 docs/source/ttt/cloud_sptheme/ext/index_styling.py
 delete mode 100644 docs/source/ttt/cloud_sptheme/ext/issue_tracker.py
 delete mode 100644 docs/source/ttt/cloud_sptheme/ext/perpage.py
 delete mode 100644 docs/source/ttt/cloud_sptheme/ext/relbar_toc.py
 delete mode 100644 docs/source/ttt/cloud_sptheme/ext/table_styling.py
 delete mode 100644 docs/source/ttt/cloud_sptheme/make_helper.py
 delete mode 100644 docs/source/ttt/cloud_sptheme/themes/cloud/globaltoc.html
 delete mode 100644 docs/source/ttt/cloud_sptheme/themes/cloud/layout.html
 delete mode 100644 docs/source/ttt/cloud_sptheme/themes/cloud/localtoc.html
 delete mode 100644 docs/source/ttt/cloud_sptheme/themes/cloud/quicklinks.html
 delete mode 100644 docs/source/ttt/cloud_sptheme/themes/cloud/relations.html
 delete mode 100644 docs/source/ttt/cloud_sptheme/themes/cloud/static/cloud.css_t
 delete mode 100644 docs/source/ttt/cloud_sptheme/themes/cloud/static/cloud.js_t
 delete mode 100644 docs/source/ttt/cloud_sptheme/themes/cloud/static/icon-deprecated.png
 delete mode 100644 docs/source/ttt/cloud_sptheme/themes/cloud/static/icon-note.png
 delete mode 100644 docs/source/ttt/cloud_sptheme/themes/cloud/static/icon-seealso.png
 delete mode 100644 docs/source/ttt/cloud_sptheme/themes/cloud/static/icon-todo.png
 delete mode 100644 docs/source/ttt/cloud_sptheme/themes/cloud/static/icon-warning.png
 delete mode 100644 docs/source/ttt/cloud_sptheme/themes/cloud/static/jquery.cookie.js
 delete mode 100644 docs/source/ttt/cloud_sptheme/themes/cloud/theme.conf
 delete mode 100644 docs/source/ttt/cloud_sptheme/themes/greencloud/theme.conf
 delete mode 100644 docs/source/ttt/cloud_sptheme/themes/redcloud/static/overlay.jpg
 delete mode 100644 docs/source/ttt/cloud_sptheme/themes/redcloud/static/overlay.xcf
 delete mode 100644 docs/source/ttt/cloud_sptheme/themes/redcloud/static/redcloud.css_t
 delete mode 100644 docs/source/ttt/cloud_sptheme/themes/redcloud/theme.conf

-- 
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