[Python-modules-commits] [python-bugzilla] branch master updated (f1ee26c -> 6501742)

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 change to branch master
in repository python-bugzilla.

      from  f1ee26c   Fixing typo on Mattia's surname on debian/changelog
       new  f43778a   New upstream version 2.1.0
       new  f636c3d   Updated version 2.1.0 from 'upstream/2.1.0'
       new  9c42ed6   Bumping Debian Policy to 4.0.0
       new  5c8163d   Enable autopkgtest
       new  6501742   Update changelog for 2.1.0-1 release

The 5 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:
 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 ----
 debian/changelog                     |    8 +
 debian/control                       |    3 +-
 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 ++++
 41 files changed, 2545 insertions(+), 2505 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