Changelog for
python-bugzilla-0.6.2-4.fc17.noarch.rpm :
Tue Apr 3 14:00:00 2012 Peter Robinson
- 0.6.2-4
- Cleanup spec and actually rebuild
Sat Jan 14 13:00:00 2012 Fedora Release Engineering - 0.6.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
Thu Jun 9 14:00:00 2011 Will Woods - 0.6.2-2
- Add \"Requires: python-magic\"
Tue Jun 7 14:00:00 2011 Will Woods - 0.6.2-1
- add \'bugzilla attach\' command (#707320)
- update CLI --help, improve manpage a bit
- fix --blocked and other boolean CLI options (#621601)
- use NamedTemporaryFile for temp. cookiefiles (#625019)
- fix openattachment() on non-ascii filenames (#663674 - thanks kklic)
- clean up handling of unknown product names (#659331)
- misc CLI fixes (--oneline, --qa_whiteboard), add \'modify --qa_contact\'
Tue Feb 8 13:00:00 2011 Fedora Release Engineering - 0.6.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Thu Aug 5 14:00:00 2010 David Malcolm - 0.6.1-3
- add compatibility patch for python 2.7 (bug 621298)
Wed Jul 21 14:00:00 2010 David Malcolm - 0.6.1-2
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
Fri Apr 16 14:00:00 2010 Will Woods - 0.6.1-1
- CLI speedup: skip version autodetection for bugzilla.redhat.com
- CLI: fix bug 581670 - UnicodeEncodeError crash using --outputformat
- CLI: fix bug 549186 - parser failure/xmlrpc Fault on \'bugzilla query\'
- Library: fix bug 577327 - crash changing assignee without --comment
- Library: fix bug 580711 - crash when bug has empty CC list
- Library: add new Bugzilla36 class
- Library: export and autodetect Bugzilla34 and Bugzilla36 classes
Tue Mar 2 13:00:00 2010 Will Woods - 0.6.0-1
- New version 0.6, with lots of improvements and fixes.
- Library: add NovellBugzilla implementation
- Library: use standardized LWPCookieJar by default
- Library: implement unicode(bug), fix Bug.__str__ unicode handling
- Library: make Bug class pickle-friendly
- Library: add flag info helper methods to Bug class
- Library: handle problems with missing fields in User class
- CLI: --oneline formatting tweaks and dramatic speed improvements
- CLI: add support for modifying private, status, assignee, flags, cc, fixed_in
- CLI: improve query: allow multiple flags, flag negation, handle booleans
- CLI: make --cc work when creating bugs
- CLI: new --raw output style
- CLI: special output format fields for flag and whiteboard
- CLI: fix broken --cc and -p flags
- CLI: fix problem where bz comments default to being private
- CLI: improve \'info --product\' output
- CLI: handle socket/network failure cleanly
- CLI: allow adding comments when updating whiteboards
Sun Jul 26 14:00:00 2009 Fedora Release Engineering - 0.5.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Tue Apr 14 14:00:00 2009 Will Woods - 0.5.1-2
- Fix missing util.py
Thu Apr 9 14:00:00 2009 Will Woods - 0.5.1-1
- CLI: fix unicode handling
- CLI: add --from-url flag, which parses a bugzilla query.cgi URL
- CLI: fix showing aliases
- CLI: add --comment, --private, --status, --assignee, --flag, --cc for update
- CLI: fix --target_milestone
Wed Mar 25 13:00:00 2009 Will Woods - 0.5-1
- Fix problem where login wasn\'t saving the cookies to a file
- Fix openattachment (bug #487673)
- Update version number for 0.5 final
Thu Feb 26 13:00:00 2009 Fedora Release Engineering - 0.5-0.rc1.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Thu Feb 12 13:00:00 2009 Will Woods 0.5-0.rc1
- Improve cookie handling
- Add User class and associated Bugzilla methods (in Bugzilla 3.4)
- Add {add,edit,get}component methods
- Fix getbugs() so a single invalid bug ID won\'t abort the whole request
- CLI: fix -c
Sat Nov 29 13:00:00 2008 Ignacio Vazquez-Abrams - 0.4-0.rc4.1
- Rebuild for Python 2.6
Wed Oct 15 14:00:00 2008 Will Woods 0.4-0.rc4
- CLI: fix traceback with --full (Don Zickus)
- CLI: add --oneline (Don Zickus)
- CLI: speedup when querying bugs by ID (Don Zickus)
- CLI: add --bztype
- CLI: --bug_status defaults to ALL
- Fix addcc()/deletecc()
- RHBugzilla3: raise useful error on getbug(unreadable_bug_id)
- Add adduser() (Jon Stanley)
Wed Oct 8 14:00:00 2008 Will Woods 0.4-0.rc3
- Add updateperms() - patch courtesy of Jon Stanley
- Fix attachfile() for RHBugzilla3
- Actually install man page. Whoops.
Thu Sep 18 14:00:00 2008 Will Woods 0.4-0.rc2
- Auto-generated man page with much more info
- Fix _attachfile()
Thu Sep 4 14:00:00 2008 Will Woods 0.4-0.rc1
- Update to python-bugzilla 0.4-rc1
- We now support upstream Bugzilla 3.x and Red Hat\'s Bugzilla 3.x instance
- library saves login cookie in ~/.bugzillacookies
- new \'bugzilla login\' command to get a login cookie
Sat Jan 12 13:00:00 2008 Will Woods 0.3-1
- Update to python-bugzilla 0.3
- \'modify\' works in the commandline-util
- add Bug.close() and Bug.setstatus()
Thu Dec 13 13:00:00 2007 Will Woods 0.2-4
- use _bindir instead of /usr/bin and proper BR for setuptools
Tue Dec 11 13:00:00 2007 Will Woods 0.2-3
- Fix a couple of things rpmlint complained about
Tue Dec 11 13:00:00 2007 Will Woods 0.2-2
- Add docs
Wed Oct 10 14:00:00 2007 Will Woods 0.2-1
- Initial packaging.