[Python-modules-commits] [pydbus] branch upstream updated (84b0ec7 -> 9b3b40c)

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 change to branch upstream
in repository pydbus.

      from  84b0ec7   Import pydbus_0.5.1.orig.tar.gz
       new  9b3b40c   Import pydbus_0.6.0.orig.tar.gz

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:
 .gitignore                                         |   3 -
 .travis.yml                                        |  24 ++++
 MANIFEST.in                                        |   1 +
 Makefile                                           |   9 ++
 README.rst                                         |  46 +++++--
 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 +++
 46 files changed, 731 insertions(+), 375 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 MANIFEST.in
 create mode 100644 Makefile
 copy {pydbus/examples => examples}/__init__.py (100%)
 rename {pydbus/examples => examples}/clientserver/__init__.py (100%)
 rename {pydbus/examples => examples}/clientserver/client.py (100%)
 rename {pydbus/examples => examples}/clientserver/server.py (94%)
 create mode 100644 examples/notifications_server.py
 rename {pydbus/examples => examples/polkit}/__init__.py (100%)
 create mode 100644 examples/polkit/dbus.conf
 create mode 100644 examples/polkit/service.py
 rename {pydbus/examples => examples}/systemctl.py (96%)
 create mode 100644 pydbus/method_call_context.py
 create mode 100644 pydbus/request_name.py
 delete mode 100644 pydbus/tests/context.py
 delete mode 100644 pydbus/tests/publish.py
 create mode 100644 pydbus/timeout.py
 delete mode 100644 signal-spammer/Makefile
 delete mode 100644 signal-spammer/spammer.cpp
 rename {pydbus/tests => tests}/__init__.py (100%)
 create mode 100644 tests/context.py
 rename {pydbus/tests => tests}/gnome_music.py (93%)
 rename {pydbus/tests => tests}/identifier.py (100%)
 create mode 100644 tests/publish.py
 rename {pydbus/tests => tests}/publish_multiface.py (55%)
 create mode 100644 tests/publish_properties.py
 create mode 100644 tests/py2.7-ubuntu-14.04.dockerfile
 create mode 100644 tests/py2.7-ubuntu-16.04.dockerfile
 create mode 100644 tests/py3.4-ubuntu-14.04.dockerfile
 create mode 100644 tests/py3.5-ubuntu-16.04.dockerfile
 create mode 100755 tests/run.sh

-- 
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