[python-bugzilla/f19] Rebased to version 1.1.0 Support for bugzilla tokens (Arun Babu Nelicattu) bugzilla: Add query/modif

Cole Robinson crobinso at fedoraproject.org
Sun Jun 1 18:26:10 UTC 2014


commit 0c4fefae03533a0365781c468bdf9d0b5f73d06a
Author: Cole Robinson <crobinso at redhat.com>
Date:   Sun Jun 1 14:26:05 2014 -0400

    Rebased to version 1.1.0
    Support for bugzilla tokens (Arun Babu Nelicattu)
    bugzilla: Add query/modify --tags
    bugzilla --login: Allow to login and run a command in one shot
    bugzilla --no-cache-credentials: Don't use or save cached credentials
    when using the CLI
    Show bugzilla errors when login fails
    Don't pull down attachments in bug.refresh(), need to get
    bug.attachments manually
    Add Bugzilla bug_autorefresh parameter.

 .gitignore           |    1 +
 python-bugzilla.spec |   16 ++++++++++++++--
 sources              |    2 +-
 3 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 038d8a4..02aca61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ python-bugzilla-0.6.1.tar.bz2
 /python-bugzilla-0.8.0.tar.gz
 /python-bugzilla-0.9.0.tar.gz
 /python-bugzilla-1.0.0.tar.gz
+/python-bugzilla-1.1.0.tar.gz
diff --git a/python-bugzilla.spec b/python-bugzilla.spec
index 0c9f98a..f3762ce 100644
--- a/python-bugzilla.spec
+++ b/python-bugzilla.spec
@@ -6,8 +6,8 @@
 %endif
 
 Name:           python-bugzilla
-Version:        1.0.0
-Release:        2%{?dist}
+Version:        1.1.0
+Release:        1%{?dist}
 Summary:        A python library and tool for interacting with Bugzilla
 
 License:        GPLv2+
@@ -93,6 +93,18 @@ popd
 %{python3_sitelib}/*
 %endif # with_python3
 %changelog
+* Sun Jun 01 2014 Cole Robinson <crobinso at redhat.com> - 1.1.0-1
+- Rebased to version 1.1.0
+- Support for bugzilla tokens (Arun Babu Nelicattu)
+- bugzilla: Add query/modify --tags
+- bugzilla --login: Allow to login and run a command in one shot
+- bugzilla --no-cache-credentials: Don't use or save cached credentials
+  when using the CLI
+- Show bugzilla errors when login fails
+- Don't pull down attachments in bug.refresh(), need to get
+  bug.attachments manually
+- Add Bugzilla bug_autorefresh parameter.
+
 * Thu Mar 27 2014 Cole Robinson <crobinso at redhat.com> - 1.0.0-2
 - /usr/bin/bugzilla should use python2 (bz #1081594)
 
diff --git a/sources b/sources
index f75d65c..67a5f3f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f2d64d906f503ca3c93bbc533f1168cf  python-bugzilla-1.0.0.tar.gz
+6c20659442d75ac3e1f0cdac80ee3b6d  python-bugzilla-1.1.0.tar.gz


More information about the scm-commits mailing list