[Python-modules-commits] [python-odf] branch master updated (6d9f724 -> af461c0)

Wolfgang Borgert debacle at moszumanska.debian.org
Fri Dec 23 23:33:36 UTC 2016


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

debacle pushed a change to branch master
in repository python-odf.

      from  6d9f724   Fixed VCS URL (https)
       new  f43ee8e   record new upstream branch created by importing python-odf_1.3.2+dfsg2.orig.tar.xz
       new  612542e   Import python-odf_1.3.2+dfsg2.orig.tar.xz
       new  411b32b   unset HTML_TIMESTAMP for reproducible builds
       new  73f7cc7   merge patched into master
       new  c57c054   package 1.3.2+dfsg2-1 by Georges Khaznadar
       new  c8c79b7   add README.source about removed files.
       new  dd6ae4b   record new upstream branch created by importing python-odf_1.3.3+dfsg.orig.tar.xz
       new  ad91859   Import python-odf_1.3.3+dfsg.orig.tar.xz
       new  6489046   merge patched into master
       new  af461c0   prepare 1.3.3+dfsg-1

The 10 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:
 .gitignore                                         |   2 +-
 HOWTODIST                                          |  38 +++++++++++++++++
 README.md                                          |   7 +--
 debian/.git-dpm                                    |  14 +++---
 debian/README.source                               |   1 +
 debian/changelog                                   |  41 ++++++++++++++++--
 debian/control                                     |  10 +++--
 .../0001-Fixes-loading-of-Chinese-ODS-file.patch   |  26 ------------
 ...et-HTML_TIMESTAMP-for-reproducible-builds.patch |  26 ------------
 debian/patches/series                              |   2 -
 debian/python-odf-doc.examples                     |   1 +
 debian/python-odf-doc.lintian-overrides            |   4 ++
 debian/python-odf-tools.install                    |   2 -
 debian/python-odf.install                          |   1 -
 debian/python3-odf.install                         |   1 -
 debian/rules                                       |  19 ++++++---
 odf/anim.py                                        |   4 +-
 odf/attrconverters.py                              |   2 +-
 odf/chart.py                                       |   4 +-
 odf/config.py                                      |   4 +-
 odf/dc.py                                          |   4 +-
 odf/dr3d.py                                        |   6 +--
 odf/draw.py                                        |   4 +-
 odf/easyliststyle.py                               |   4 +-
 odf/element.py                                     |   6 +--
 odf/elementtypes.py                                |   2 +-
 odf/form.py                                        |   4 +-
 odf/grammar.py                                     |   2 +-
 odf/load.py                                        |   4 +-
 odf/manifest.py                                    |   5 +--
 odf/math.py                                        |   4 +-
 odf/meta.py                                        |   4 +-
 odf/namespaces.py                                  |   4 +-
 odf/number.py                                      |   6 +--
 odf/odf2moinmoin.py                                |   4 +-
 odf/odf2xhtml.py                                   |  13 +++---
 odf/office.py                                      |   6 +--
 odf/opendocument.py                                |  47 ++++++++++-----------
 odf/presentation.py                                |   4 +-
 odf/script.py                                      |   4 +-
 odf/style.py                                       |   4 +-
 odf/svg.py                                         |   6 +--
 odf/table.py                                       |   4 +-
 odf/text.py                                        |   6 +--
 odf/thumbnail.py                                   |   4 +-
 odf/xforms.py                                      |   4 +-
 setup                                              |   2 +
 setup.py                                           |   5 ++-
 tests/examples/chinese_spreadsheet.ods             | Bin 0 -> 11765 bytes
 tests/runtests                                     |  10 ++++-
 tests/testload.py                                  |  22 +++++++---
 .../odt2tracwiki.py => tests/testnamespaces.py     |  19 ++++++---
 .../odt2tracwiki.py => tests/testpicture.py        |  29 ++++++++++---
 tests/teststyles.py                                |   9 ++--
 54 files changed, 269 insertions(+), 201 deletions(-)
 create mode 100644 HOWTODIST
 create mode 100644 debian/README.source
 delete mode 100644 debian/patches/0001-Fixes-loading-of-Chinese-ODS-file.patch
 delete mode 100644 debian/patches/0002-unset-HTML_TIMESTAMP-for-reproducible-builds.patch
 delete mode 100644 debian/patches/series
 create mode 100644 debian/python-odf-doc.examples
 create mode 100644 debian/python-odf-doc.lintian-overrides
 delete mode 100644 debian/python-odf-tools.install
 delete mode 100644 debian/python-odf.install
 delete mode 100644 debian/python3-odf.install
 create mode 100644 setup
 create mode 100644 tests/examples/chinese_spreadsheet.ods
 copy contrib/odt2tracwiki/odt2tracwiki.py => tests/testnamespaces.py (67%)
 copy contrib/odt2tracwiki/odt2tracwiki.py => tests/testpicture.py (50%)

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



More information about the Python-modules-commits mailing list