[Python-modules-commits] [pisa] branch upstream updated (370a208 -> 0431c2c)

Hugo Lefeuvre hle at moszumanska.debian.org
Fri Dec 23 20:56:37 UTC 2016


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

hle pushed a change to branch upstream
in repository pisa.

      from  370a208   Imported Upstream version 3.0.32
       new  0431c2c   New upstream version 3.0.33

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.txt                                    | Bin 187 -> 187 bytes
 .../._test-bidirectional-text.html => ._README.txt | Bin 186 -> 186 bytes
 ._setup.py                                         | Bin 184 -> 238 bytes
 CHANGELOG.txt                                      |   7 +-
 LICENSE.txt                                        | 540 ++++++++-------------
 PKG-INFO                                           |   9 +-
 README.txt                                         |  16 +-
 VERSION.txt                                        |   2 +-
 demo/wsgi/._pisawsgidemo.py                        | Bin 0 -> 171 bytes
 demo/wsgi/pisawsgidemo.py                          |  32 +-
 doc/pisa-en.html                                   |   2 +-
 ho/.___init__.py                                   | Bin 0 -> 235 bytes
 ho/__init__.py                                     |  18 +-
 ho/pisa/.___init__.py                              | Bin 0 -> 235 bytes
 ho/pisa/__init__.py                                |  18 +-
 pisa.egg-info/PKG-INFO                             |   9 +-
 pisa.py                                            |  18 +-
 setup.py                                           |  27 +-
 sx/.___init__.py                                   | Bin 0 -> 235 bytes
 sx/__init__.py                                     |  18 +-
 sx/pisa3/.___init__.py                             | Bin 233 -> 235 bytes
 sx/pisa3/._pisa.py                                 | Bin 233 -> 231 bytes
 sx/pisa3/._pisa_context.py                         | Bin 233 -> 235 bytes
 sx/pisa3/._pisa_default.py                         | Bin 233 -> 235 bytes
 sx/pisa3/._pisa_document.py                        | Bin 233 -> 235 bytes
 sx/pisa3/._pisa_paragraph.py                       | Bin 233 -> 237 bytes
 sx/pisa3/._pisa_paragraph2.py                      | Bin 233 -> 171 bytes
 sx/pisa3/._pisa_parser.py                          | Bin 233 -> 171 bytes
 sx/pisa3/._pisa_pdf.py                             | Bin 233 -> 171 bytes
 sx/pisa3/._pisa_reportlab.py                       | Bin 233 -> 171 bytes
 sx/pisa3/._pisa_tables.py                          | Bin 233 -> 171 bytes
 sx/pisa3/._pisa_tags.py                            | Bin 233 -> 171 bytes
 sx/pisa3/._pisa_turbogears.py                      | Bin 233 -> 171 bytes
 sx/pisa3/._pisa_util.py                            | Bin 233 -> 171 bytes
 sx/pisa3/._pisa_version.py                         | Bin 233 -> 236 bytes
 sx/pisa3/._pisa_wsgi.py                            | Bin 233 -> 171 bytes
 sx/pisa3/__init__.py                               |  18 +-
 sx/pisa3/pisa.py                                   |  19 +-
 sx/pisa3/pisa_context.py                           |  60 ++-
 sx/pisa3/pisa_default.py                           |  18 +-
 sx/pisa3/pisa_document.py                          |  19 +-
 sx/pisa3/pisa_paragraph.py                         |  14 +
 sx/pisa3/pisa_paragraph2.py                        |  14 +
 sx/pisa3/pisa_parser.py                            |  18 +-
 sx/pisa3/pisa_pdf.py                               |  19 +-
 sx/pisa3/pisa_reportlab.py                         |  19 +-
 sx/pisa3/pisa_tables.py                            |  33 +-
 sx/pisa3/pisa_tags.py                              |  18 +-
 sx/pisa3/pisa_turbogears.py                        |  18 +-
 sx/pisa3/pisa_util.py                              |  41 +-
 sx/pisa3/pisa_version.py                           |  57 ++-
 sx/pisa3/pisa_wsgi.py                              |  18 +-
 sx/w3c/._cssSpecial.py                             | Bin 0 -> 171 bytes
 sx/w3c/cssSpecial.py                               |  32 +-
 test/._cookbook.py                                 | Bin 0 -> 171 bytes
 test/._datauri.py                                  | Bin 0 -> 171 bytes
 test/._helloworld.py                               | Bin 0 -> 171 bytes
 test/._linkloading.py                              | Bin 0 -> 171 bytes
 test/._pdfjoiner.py                                | Bin 0 -> 171 bytes
 test/._simple.py                                   | Bin 0 -> 171 bytes
 test/._story2canvas.py                             | Bin 0 -> 171 bytes
 test/._visualdiff.py                               | Bin 0 -> 171 bytes
 test/._witherror.py                                | Bin 0 -> 167 bytes
 test/cookbook.py                                   |  18 +-
 test/datauri.py                                    |  18 +-
 test/helloworld.py                                 |  18 +-
 test/linkloading.py                                |  18 +-
 test/pdfjoiner.py                                  |  19 +-
 test/simple.py                                     |  18 +-
 test/story2canvas.py                               |  18 +-
 test/visualdiff.py                                 |  14 +
 test/witherror.py                                  |  18 +-
 tests/samples/font/CODE2000.TTF                    | Bin 0 -> 7847436 bytes
 73 files changed, 795 insertions(+), 515 deletions(-)
 copy test/._test-bidirectional-text.html => ._README.txt (56%)
 create mode 100644 demo/wsgi/._pisawsgidemo.py
 create mode 100644 ho/.___init__.py
 create mode 100644 ho/pisa/.___init__.py
 create mode 100644 sx/.___init__.py
 create mode 100644 sx/w3c/._cssSpecial.py
 create mode 100644 test/._cookbook.py
 create mode 100644 test/._datauri.py
 create mode 100644 test/._helloworld.py
 create mode 100644 test/._linkloading.py
 create mode 100644 test/._pdfjoiner.py
 create mode 100644 test/._simple.py
 create mode 100644 test/._story2canvas.py
 create mode 100644 test/._visualdiff.py
 create mode 100644 test/._witherror.py
 create mode 100644 tests/samples/font/CODE2000.TTF

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



More information about the Python-modules-commits mailing list