[Python-modules-commits] [python-bugzilla] branch upstream updated (532e7c8 -> f43778a)

Sergio Durigan Junior sergiodj-guest at moszumanska.debian.org
Tue Aug 8 21:21:34 UTC 2017


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

sergiodj-guest pushed a change to branch upstream
in repository python-bugzilla.

      from  532e7c8   Import python-bugzilla-1.2.2.orig.tar.gz
      adds  f43778a   New upstream version 2.1.0

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTING.md                      |   14 +-
 MANIFEST.in                          |    5 +-
 NEWS.md                              |   80 +++
 PKG-INFO                             |    2 +-
 README.md                            |    2 +
 bin/bugzilla                         | 1083 ++++++++++++++--------------------
 bugzilla.1                           |  336 ++++-------
 bugzilla/__init__.py                 |  134 +----
 bugzilla/apiversion.py               |    2 +-
 bugzilla/base.py                     | 1008 ++++++++++++++++---------------
 bugzilla/bug.py                      |  168 ++----
 bugzilla/bugzilla3.py                |   34 --
 bugzilla/bugzilla4.py                |   47 --
 bugzilla/oldclasses.py               |   23 +
 bugzilla/rhbugzilla.py               |  293 ++-------
 bugzilla/transport.py                |  195 ++++++
 bz-api-notes.txt                     |  123 ----
 examples/apikey.py                   |   29 +
 examples/bug_autorefresh.py          |   59 ++
 examples/create.py                   |   45 ++
 examples/getbug.py                   |   45 ++
 examples/query.py                    |   88 +++
 examples/update.py                   |   64 ++
 python-bugzilla.spec                 |   56 +-
 python_bugzilla.egg-info/PKG-INFO    |    2 +-
 python_bugzilla.egg-info/SOURCES.txt |   14 +-
 python_bugzilla.egg-info/pbr.json    |    1 -
 setup.py                             |   13 +-
 tests/__init__.py                    |   23 +-
 tests/bug.py                         |   10 +-
 tests/createbug.py                   |    4 +-
 tests/misc.py                        |  126 ++--
 tests/modify.py                      |   48 +-
 tests/pep8.cfg                       |    4 +-
 tests/pylint.cfg                     |   20 +-
 tests/query.py                       |  148 ++---
 tests/ro_functional.py               |  153 +++--
 tests/rw_functional.py               |  416 +++++++------
 xmlrpc-api-notes.txt                 |  122 ++++
 39 files changed, 2535 insertions(+), 2504 deletions(-)
 create mode 100644 NEWS.md
 delete mode 100644 bugzilla/bugzilla3.py
 delete mode 100644 bugzilla/bugzilla4.py
 create mode 100644 bugzilla/oldclasses.py
 create mode 100644 bugzilla/transport.py
 delete mode 100644 bz-api-notes.txt
 create mode 100644 examples/apikey.py
 create mode 100644 examples/bug_autorefresh.py
 create mode 100644 examples/create.py
 create mode 100644 examples/getbug.py
 create mode 100644 examples/query.py
 create mode 100644 examples/update.py
 delete mode 100644 python_bugzilla.egg-info/pbr.json
 create mode 100644 xmlrpc-api-notes.txt

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



More information about the Python-modules-commits mailing list