[Python-modules-commits] [pydbus] 02/03: record new upstream branch created by importing pydbus_0.6.0.orig.tar.gz and merge it
Alberto Caso
acaso-guest at moszumanska.debian.org
Wed Dec 28 10:42:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
acaso-guest pushed a commit to branch master
in repository pydbus.
commit ca81637cce4490386d579cfc037105eabdf11aa1
Merge: 95b3f67 9b3b40c
Author: Alberto Caso <alberto.caso at juntaex.es>
Date: Wed Dec 28 11:30:31 2016 +0100
record new upstream branch created by importing pydbus_0.6.0.orig.tar.gz and merge it
.gitignore | 3 -
.travis.yml | 24 ++++
MANIFEST.in | 1 +
Makefile | 9 ++
README.rst | 46 +++++--
debian/.git-dpm | 14 +--
doc/tutorial.rst | 29 +++--
{pydbus/examples => examples}/__init__.py | 0
.../examples => examples}/clientserver/__init__.py | 0
.../examples => examples}/clientserver/client.py | 0
.../examples => examples}/clientserver/server.py | 4 +-
examples/notifications_server.py | 65 ++++++++++
{pydbus/examples => examples/polkit}/__init__.py | 0
examples/polkit/dbus.conf | 15 +++
examples/polkit/service.py | 27 ++++
{pydbus/examples => examples}/systemctl.py | 1 -
pydbus/__init__.py | 5 +-
pydbus/_inspect3.py | 6 +
pydbus/auto_names.py | 4 +
pydbus/bus.py | 59 ++++++---
pydbus/bus_names.py | 25 ++--
pydbus/method_call_context.py | 34 +++++
pydbus/proxy.py | 31 +++--
pydbus/proxy_method.py | 23 +++-
pydbus/proxy_property.py | 4 +-
pydbus/publication.py | 13 +-
pydbus/registration.py | 117 +++++++++++-------
pydbus/request_name.py | 29 +++++
pydbus/subscription.py | 4 +-
pydbus/tests/context.py | 24 ----
pydbus/tests/publish.py | 62 ----------
pydbus/timeout.py | 15 +++
setup.py | 15 ++-
signal-spammer/Makefile | 2 -
signal-spammer/spammer.cpp | 137 ---------------------
{pydbus/tests => tests}/__init__.py | 0
tests/context.py | 39 ++++++
{pydbus/tests => tests}/gnome_music.py | 4 +-
{pydbus/tests => tests}/identifier.py | 0
tests/publish.py | 62 ++++++++++
{pydbus/tests => tests}/publish_multiface.py | 35 +++---
tests/publish_properties.py | 71 +++++++++++
tests/py2.7-ubuntu-14.04.dockerfile | 11 ++
tests/py2.7-ubuntu-16.04.dockerfile | 11 ++
tests/py3.4-ubuntu-14.04.dockerfile | 11 ++
tests/py3.5-ubuntu-16.04.dockerfile | 11 ++
tests/run.sh | 18 +++
47 files changed, 738 insertions(+), 382 deletions(-)
diff --cc debian/.git-dpm
index 990d61a,0000000..b2a38a4
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
+# see git-dpm(1) from git-dpm package
- 84b0ec7ef9a55e0108a9971cf698406faab0c6ba
- 84b0ec7ef9a55e0108a9971cf698406faab0c6ba
- 84b0ec7ef9a55e0108a9971cf698406faab0c6ba
- 84b0ec7ef9a55e0108a9971cf698406faab0c6ba
- pydbus_0.5.1.orig.tar.gz
- 3317189e2b260fbf188a6471070ba33e32c335c5
- 2080140
++9b3b40cf5b3ae18767621154ea6ce8ecfd40461d
++9b3b40cf5b3ae18767621154ea6ce8ecfd40461d
++9b3b40cf5b3ae18767621154ea6ce8ecfd40461d
++9b3b40cf5b3ae18767621154ea6ce8ecfd40461d
++pydbus_0.6.0.orig.tar.gz
++62a39a7b0627ba00eab9800ca49698f408cb0b81
++2083046
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pydbus.git
More information about the Python-modules-commits
mailing list