[Python-modules-commits] [python-bugzilla] 02/05: Updated version 2.1.0 from 'upstream/2.1.0'

Sergio Durigan Junior sergiodj-guest at moszumanska.debian.org
Mon Aug 7 23:55:26 UTC 2017


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

sergiodj-guest pushed a commit to branch master
in repository python-bugzilla.

commit f636c3dc203b14325da38552867b8226a3bfb9bd
Merge: f1ee26c f43778a
Author: Sergio Durigan Junior <sergiodj at sergiodj.net>
Date:   Mon Aug 7 17:56:44 2017 -0400

    Updated version 2.1.0 from 'upstream/2.1.0'
    
    with Debian dir e0d02ce65ec309414f1e93debfddedf9adbc5496

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

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