[Python-modules-commits] [cloud-sptheme] branch upstream updated (02822f0 -> 8d2f240)

Sandro Tosi morph at moszumanska.debian.org
Tue Dec 13 12:22:14 UTC 2016


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

morph pushed a change to branch upstream
in repository cloud-sptheme.

      from  02822f0   Imported Upstream version 1.6
       new  8d2f240   Import cloud-sptheme_1.8.0.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:
 CHANGES                                            |  111 +-
 MANIFEST.in                                        |    1 +
 PKG-INFO                                           |    5 +-
 cloud_sptheme.egg-info/PKG-INFO                    |    5 +-
 cloud_sptheme.egg-info/SOURCES.txt                 |   30 +-
 cloud_sptheme.egg-info/entry_points.txt            |    3 +
 cloud_sptheme.egg-info/requires.txt                |    2 +-
 cloud_sptheme/__init__.py                          |   31 +-
 cloud_sptheme/ext/__init__.pyc                     |  Bin 0 -> 413 bytes
 cloud_sptheme/ext/autoattribute_search_bases.py    |   62 +
 cloud_sptheme/ext/autoattribute_search_bases.pyc   |  Bin 0 -> 1964 bytes
 cloud_sptheme/ext/autodoc_sections.py              |  420 +++-
 cloud_sptheme/ext/autodoc_sections.pyc             |  Bin 0 -> 7433 bytes
 cloud_sptheme/ext/docfield_markup.py               |   67 +
 cloud_sptheme/ext/docfield_markup.pyc              |  Bin 0 -> 1841 bytes
 cloud_sptheme/ext/escaped_samp_literals.py         |   27 +-
 cloud_sptheme/ext/escaped_samp_literals.pyc        |  Bin 0 -> 2898 bytes
 cloud_sptheme/ext/index_styling.py                 |   11 +-
 cloud_sptheme/ext/index_styling.pyc                |  Bin 0 -> 2632 bytes
 cloud_sptheme/ext/issue_tracker.py                 |   11 +-
 cloud_sptheme/ext/issue_tracker.pyc                |  Bin 0 -> 3341 bytes
 cloud_sptheme/ext/page_only.py                     |  191 ++
 cloud_sptheme/ext/perpage.py                       |    5 +
 cloud_sptheme/ext/relbar_toc.py                    |   21 +-
 cloud_sptheme/ext/relbar_toc.pyc                   |  Bin 0 -> 1407 bytes
 cloud_sptheme/ext/role_index.py                    |  119 +
 cloud_sptheme/ext/table_styling.css                |   18 +
 cloud_sptheme/ext/table_styling.py                 |   10 +-
 cloud_sptheme/ext/table_styling.pyc                |  Bin 0 -> 7991 bytes
 cloud_sptheme/make_helper.py                       |   44 +-
 cloud_sptheme/themes/cloud/globaltoc.html          |    2 +-
 cloud_sptheme/themes/cloud/layout.html             |   29 +-
 cloud_sptheme/themes/cloud/localtoc.html           |    2 +-
 cloud_sptheme/themes/cloud/quicklinks.html         |    2 +-
 cloud_sptheme/themes/cloud/relations.html          |    8 +-
 cloud_sptheme/themes/cloud/static/cloud.css_t      | 2482 ++++++++++++++------
 cloud_sptheme/themes/cloud/static/cloud.js_t       | 1420 ++++++++---
 cloud_sptheme/themes/cloud/static/icon-caution.png |  Bin 0 -> 1100 bytes
 cloud_sptheme/themes/cloud/static/icon-danger.png  |  Bin 0 -> 1272 bytes
 cloud_sptheme/themes/cloud/static/jquery.cookie.js |  154 +-
 cloud_sptheme/themes/cloud/theme.conf              |  137 +-
 cloud_sptheme/themes/greencloud/theme.conf         |    5 +-
 cloud_sptheme/themes/magenta_cloud/theme.conf      |   15 +
 cloud_sptheme/themes/redcloud/static/overlay.jpg   |  Bin 7973 -> 0 bytes
 cloud_sptheme/themes/redcloud/static/overlay.xcf   |  Bin 990868 -> 0 bytes
 .../themes/redcloud/static/redcloud.css_t          |   24 -
 cloud_sptheme/themes/redcloud/theme.conf           |   20 +-
 cloud_sptheme/themes/solarcloud/theme.conf         |   73 +
 cloud_sptheme/utils.py                             |   81 +
 docs/_static/logo-128.png                          |  Bin 11941 -> 0 bytes
 docs/_static/logo-64.png                           |  Bin 5481 -> 0 bytes
 docs/_static/longline.txt                          |    4 +
 docs/cloud_theme.rst                               |   52 +-
 docs/cloud_theme_test.rst                          |   93 +-
 docs/conf.py                                       |    5 +-
 docs/contents.rst                                  |    4 +
 docs/index.rst                                     |   18 +
 docs/install.rst                                   |    6 +-
 ...loud_sptheme.ext.autoattribute_search_bases.rst |   16 +
 docs/lib/cloud_sptheme.ext.autodoc_sections.rst    |   36 +-
 docs/lib/cloud_sptheme.ext.docfield_markup.rst     |   16 +
 docs/lib/cloud_sptheme.ext.index_styling.rst       |    2 +-
 docs/lib/cloud_sptheme.ext.issue_tracker.rst       |    2 +-
 docs/lib/cloud_sptheme.ext.page_only.rst           |    2 +
 docs/lib/cloud_sptheme.ext.role_index.rst          |    1 +
 docs/lib/cloud_sptheme.ext.table_styling.rst       |    4 +-
 setup.cfg                                          |    6 +-
 setup.py                                           |   35 +-
 68 files changed, 4528 insertions(+), 1422 deletions(-)
 create mode 100644 cloud_sptheme.egg-info/entry_points.txt
 create mode 100644 cloud_sptheme/ext/__init__.pyc
 create mode 100644 cloud_sptheme/ext/autoattribute_search_bases.py
 create mode 100644 cloud_sptheme/ext/autoattribute_search_bases.pyc
 create mode 100644 cloud_sptheme/ext/autodoc_sections.pyc
 create mode 100644 cloud_sptheme/ext/docfield_markup.py
 create mode 100644 cloud_sptheme/ext/docfield_markup.pyc
 create mode 100644 cloud_sptheme/ext/escaped_samp_literals.pyc
 create mode 100644 cloud_sptheme/ext/index_styling.pyc
 create mode 100644 cloud_sptheme/ext/issue_tracker.pyc
 create mode 100644 cloud_sptheme/ext/page_only.py
 create mode 100644 cloud_sptheme/ext/relbar_toc.pyc
 create mode 100644 cloud_sptheme/ext/role_index.py
 create mode 100644 cloud_sptheme/ext/table_styling.css
 create mode 100644 cloud_sptheme/ext/table_styling.pyc
 create mode 100644 cloud_sptheme/themes/cloud/static/icon-caution.png
 create mode 100644 cloud_sptheme/themes/cloud/static/icon-danger.png
 create mode 100644 cloud_sptheme/themes/magenta_cloud/theme.conf
 delete mode 100644 cloud_sptheme/themes/redcloud/static/overlay.jpg
 delete mode 100644 cloud_sptheme/themes/redcloud/static/overlay.xcf
 delete mode 100644 cloud_sptheme/themes/redcloud/static/redcloud.css_t
 create mode 100644 cloud_sptheme/themes/solarcloud/theme.conf
 create mode 100644 cloud_sptheme/utils.py
 delete mode 100644 docs/_static/logo-128.png
 delete mode 100644 docs/_static/logo-64.png
 create mode 100644 docs/_static/longline.txt
 create mode 100644 docs/lib/cloud_sptheme.ext.autoattribute_search_bases.rst
 create mode 100644 docs/lib/cloud_sptheme.ext.docfield_markup.rst
 create mode 100644 docs/lib/cloud_sptheme.ext.page_only.rst
 create mode 100644 docs/lib/cloud_sptheme.ext.role_index.rst

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



More information about the Python-modules-commits mailing list