[med-svn] [python-avro] 01/02: Merge tag 'debian/1.8.1+dfsg-1' into debian/jessie-backports
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 commit to branch debian/jessie-backports
in repository python-avro.
commit 6dd0ce364e709caa0bfcb037b78af44cacf4822d
Merge: 4ea1ae4 4e77cfa
Author: Afif Elghraoui <afif at debian.org>
Date: Sun Jul 17 17:11:07 2016 -0700
Merge tag 'debian/1.8.1+dfsg-1' into debian/jessie-backports
tagging package python-avro version debian/1.8.1+dfsg-1
.editorconfig | 34 +++
.gitignore | 2 +
CHANGES.txt | 69 ++++-
build.sh | 308 +++++++++++----------
debian/changelog | 16 ++
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, 624 insertions(+), 358 deletions(-)
diff --cc debian/changelog
index 6da0ee2,49a9904..fd095ab
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,9 -1,19 +1,25 @@@
+ python-avro (1.8.1+dfsg-1) unstable; urgency=medium
+
+ * Imported Upstream version 1.8.1+dfsg
+ * Refresh patch
+ * Bump Standards-Version to 3.9.8
+
+ -- Afif Elghraoui <afif at debian.org> Sat, 09 Jul 2016 14:21:51 -0700
+
+ python-avro (1.8.0+dfsg-2) unstable; urgency=low
+
+ * Rebuild with python 3.5 as default python3 version.
+ Closes: #820201
+ * Bump standards version.
+
+ -- Afif Elghraoui <afif at debian.org> Thu, 07 Apr 2016 22:38:55 -0700
+
+python-avro (1.8.0+dfsg-1~bpo8+1) jessie-backports; urgency=medium
+
+ * Rebuild for jessie-backports.
+
+ -- Afif Elghraoui <afif at ghraoui.name> Wed, 17 Feb 2016 22:23:04 -0800
+
python-avro (1.8.0+dfsg-1) unstable; urgency=low
* Don't install extra license files.
--
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