[med-svn] [python-avro] branch debian/jessie-backports updated (4ea1ae4 -> 3a79fd0)

Afif Elghraoui afif at moszumanska.debian.org
Mon Jul 18 00:42:33 UTC 2016


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

afif pushed a change to branch debian/jessie-backports
in repository python-avro.

      from  4ea1ae4   python-avro (1.8.0+dfsg-1~bpo8+1) jessie-backports; urgency=medium
      adds  2ccdd6a   Update email address
      adds  932f34e   Update standards version
      adds  c90ec4a   Use HTTPS for VCS URLs
      adds  a8e1e98   Rebuild with python 3.5 as default python3 version. Closes: #820201.
      adds  1dd705e   Imported Upstream version 1.8.1+dfsg
      adds  75af1fc   Merge tag 'upstream/1.8.1+dfsg'
      adds  0f92b40   Bump Standards-Version to 3.9.8
      adds  6d15ae1   Refresh patch
      adds  4e77cfa   releasing package python-avro version 1.8.1+dfsg-1
       new  6dd0ce3   Merge tag 'debian/1.8.1+dfsg-1' into debian/jessie-backports
       new  3a79fd0   releasing package python-avro version 1.8.1+dfsg-1~bpo8+1

The 2 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:
 .editorconfig                                      |  34 +++
 .gitignore                                         |   2 +
 CHANGES.txt                                        |  69 ++++-
 build.sh                                           | 308 +++++++++++----------
 debian/changelog                                   |  22 ++
 debian/control                                     |   8 +-
 debian/copyright                                   |   2 +-
 debian/patches/external-dependencies.patch         |  14 +-
 doc/.gitignore                                     |   1 +
 doc/build.xml                                      |   4 +-
 .../src/main/java/example/GenericMain.java         |  68 ++---
 .../src/main/java/example/SpecificMain.java        |  70 ++---
 .../main/java/example/MapReduceAvroWordCount.java  |   2 +-
 doc/src/content/xdocs/mr.xml                       |  16 +-
 doc/src/content/xdocs/site.xml                     |  10 +-
 doc/src/content/xdocs/spec.xml                     |  52 ++--
 doc/src/content/xdocs/tabs.xml                     |   4 +-
 doc/src/skinconf.xml                               |  92 +++---
 lang/py/.gitignore                                 |   3 +
 lang/py/build.xml                                  |  12 +-
 lang/py/ivysettings.xml                            |   4 +-
 lang/py/src/avro/schema.py                         |   9 +-
 lang/py/test/test_schema.py                        |  14 +
 lang/py3/.gitignore                                |   6 +
 lang/py3/scripts/avro                              |   0
 pom.xml                                            |  38 ++-
 share/VERSION.txt                                  |   2 +-
 share/githooks/commit-msg                          |  58 ++++
 share/test/interop/bin/test_rpc_interop.sh         |  54 ++--
 share/test/schemas/simple.avpr                     |   2 +-
 share/test/schemas/specialtypes.avdl               |   8 +
 31 files changed, 630 insertions(+), 358 deletions(-)
 create mode 100644 .editorconfig
 create mode 100644 doc/.gitignore
 create mode 100644 lang/py/.gitignore
 create mode 100644 lang/py3/.gitignore
 mode change 100644 => 100755 lang/py3/scripts/avro
 create mode 100644 share/githooks/commit-msg

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-avro.git



More information about the debian-med-commit mailing list