14
0

- update to 2.1.0:

- Support for bugzilla 5 API Keys (Dustin J. Mitchell)
  - bugzillarc can be used to set default URL for the cli tool
  - Revive update_flags wrapper
  - Bug fixes and minor improvements
  - Several fixes for use with bugzilla 5
  - Bugzilla.bug_autorefresh now defaults to False
  - Credentials are now cached in ~/.cache/python-bugzilla/
  - bin/bugzilla was converted to argparse
  - bugzilla query --boolean_chart option is removed
  - Unify command line flags across sub commands
- drop NovellBugzilla.patch (no longer needed)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bugzilla?expand=0&rev=38
This commit is contained in:
2018-04-25 10:28:53 +00:00
committed by Git OBS Bridge
parent 1cdbff151b
commit a30b8d0279
5 changed files with 23 additions and 23 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Apr 25 10:21:27 UTC 2018 - tbechtold@suse.com
- update to 2.1.0:
- Support for bugzilla 5 API Keys (Dustin J. Mitchell)
- bugzillarc can be used to set default URL for the cli tool
- Revive update_flags wrapper
- Bug fixes and minor improvements
- Several fixes for use with bugzilla 5
- Bugzilla.bug_autorefresh now defaults to False
- Credentials are now cached in ~/.cache/python-bugzilla/
- bin/bugzilla was converted to argparse
- bugzilla query --boolean_chart option is removed
- Unify command line flags across sub commands
- drop NovellBugzilla.patch (no longer needed)
-------------------------------------------------------------------
Thu Jul 14 13:09:51 UTC 2016 - jsegitz@novell.com