d27fad4
Name:           python-bugzilla
8ceeb25
Version:        3.2.0
38d991a
Release:        11%{?dist}
38f18e7
Summary:        Python library for interacting with Bugzilla
d27fad4
d27fad4
License:        GPLv2+
29679f5
URL:            https://github.com/python-bugzilla/python-bugzilla
a11cf58
Source0:        https://github.com/python-bugzilla/python-bugzilla/archive/v%{version}/%{name}-%{version}.tar.gz
9c68c15
# https://github.com/python-bugzilla/python-bugzilla/pull/190
9c68c15
# Allows setting blocks/depends via aliases, not just IDs
9c68c15
Patch0:         0001-build_update-don-t-convert-blocks-or-depends-to-int.patch
d27fad4
BuildArch:      noarch
d27fad4
f3ddf43
BuildRequires: python3-devel
7b30c6d
# tests need to be able to set en_US.UTF-8 locale
7b30c6d
BuildRequires: glibc-langpack-en
f3ddf43
38f18e7
%global _description\
38f18e7
python-bugzilla is a python library for interacting with bugzilla instances\
7fa6c7a
over XMLRPC or REST.\
38f18e7
38f18e7
%description %_description
38f18e7
5101108
f3ddf43
%package -n python3-bugzilla
38f18e7
Summary: %summary
c787773
Requires: python3-requests
38f18e7
%{?python_provide:%python_provide python3-bugzilla}
f3ddf43
5101108
Obsoletes:      python-bugzilla < %{version}-%{release}
5101108
Obsoletes:      python2-bugzilla < %{version}-%{release}
5101108
38f18e7
%description -n python3-bugzilla %_description
f3ddf43
f3ddf43
2a54754
%package cli
2a54754
Summary: Command line tool for interacting with Bugzilla
2a54754
Requires: python3-bugzilla = %{version}-%{release}
2a54754
2a54754
%description cli
2a54754
This package includes the 'bugzilla' command-line tool for interacting with bugzilla. Uses the python-bugzilla API
2a54754
2a54754
2a54754
d27fad4
%prep
9c68c15
%autosetup -p1
d27fad4
03d93e6
2a54754
7b30c6d
%generate_buildrequires
7b30c6d
%pyproject_buildrequires -t
7b30c6d
7b30c6d
7b30c6d
7b30c6d
%build
7b30c6d
%pyproject_wheel
5101108
2a54754
486433c
7b30c6d
%install
7b30c6d
%pyproject_install
7b30c6d
%pyproject_save_files bugzilla
7b30c6d
7b30c6d
f3ddf43
%check
7b30c6d
%tox
7b30c6d
486433c
486433c
7b30c6d
%files -n python3-bugzilla -f %{pyproject_files}
7b30c6d
%doc README.md NEWS.md
03d93e6
253b88a
2a54754
%files cli
2a54754
%{_bindir}/bugzilla
2a54754
%{_mandir}/man1/bugzilla.1.gz
2a54754
f7e24aa
d27fad4
%changelog
38d991a
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 3.2.0-11
38d991a
- Rebuilt for Python 3.13
38d991a
0f2c087
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-10
0f2c087
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
0f2c087
7211292
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-9
7211292
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
7211292
9c68c15
* Thu Oct 12 2023 Adam Williamson <awilliam@redhat.com> - 3.2.0-8
9c68c15
- Backport PR #190 to allow settings blocks/depends as strings (e.g. aliases)
9c68c15
bdce52c
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-7
bdce52c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
bdce52c
af0b989
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 3.2.0-6
af0b989
- Rebuilt for Python 3.12
af0b989
ab37c72
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-5
ab37c72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
ab37c72
a165cdc
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-4
a165cdc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
a165cdc
aaa1e8e
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 3.2.0-3
aaa1e8e
- Rebuilt for Python 3.11
aaa1e8e
d133281
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-2
d133281
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
d133281
8ceeb25
* Wed Jan 12 2022 Cole Robinson <crobinso@redhat.com> - 3.2.0-1
8ceeb25
- Update to version 3.2.0
8ceeb25
- Use soon-to-be-required Authorization header for RH bugzilla
8ceeb25
- Remove cookie auth support
8ceeb25
40adb66
* Tue Jul 27 2021 Cole Robinson <crobinso@redhat.com> - 3.1.0-1
40adb66
- Update to version 3.1.0
40adb66
- Detect bugzilla.stage.redhat.com as RHBugzilla
40adb66
- Add limit as option to build_query (Ivan Lausuch)
40adb66
f61c176
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-4
f61c176
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
f61c176
a730998
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 3.0.2-3
a730998
- Rebuilt for Python 3.10
a730998
a981d31
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-2
a981d31
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
a981d31
9b74bc6
* Thu Nov 12 2020 Cole Robinson <crobinso@redhat.com> - 3.0.2-1
9b74bc6
- Update to version 3.0.2
9b74bc6
- Fix API key leaking into requests exceptions (bz #1896791)
9b74bc6
906acbf
* Sat Oct 03 2020 Cole Robinson <crobinso@redhat.com> - 3.0.0-1
906acbf
- Update to version 3.0.0
906acbf
e6db632
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.0-2
e6db632
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
e6db632
7fa6c7a
* Sat Jul 04 2020 Cole Robinson <crobinso@redhat.com> - 2.5.0-1
7fa6c7a
- Update to version 2.5.0
7fa6c7a
- cli: Add query --extrafield, --includefield, --excludefield
7fa6c7a
- Revive bugzilla.rhbugzilla.RHBugzilla import path
7fa6c7a
a11cf58
* Mon Jun 29 2020 Cole Robinson <crobinso@redhat.com> - 2.4.0-1
a11cf58
- Update to version 2.4.0
a11cf58
- Bugzilla REST API support
a11cf58
- Add --json command line output option
a11cf58
- Add APIs for Bugzilla Groups (Pierre-Yves Chibon)
a11cf58
- Add `Bugzilla.get_requests_session()` API to access raw requests Session
a11cf58
- Add `Bugzilla.get_xmlrpc_proxy()` API to access raw ServerProxy
a11cf58
- Add `Bugzilla requests_session=` init parameter to pass in auth, etc.
a11cf58
- Add `bugzilla attach --ignore-obsolete` (Čestmír Kalina)
a11cf58
- Add `bugzilla login --api-key` for API key prompting (Danilo C. L. de
a11cf58
  Paula)
a11cf58
- Add `bugzilla new --private`
a11cf58
4adef7c
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 2.3.0-4
4adef7c
- Rebuilt for Python 3.9
4adef7c
d68ffd9
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-3
d68ffd9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
d68ffd9
f5d44cd
* Wed Sep 04 2019 Cole Robinson <crobinso@redhat.com> - 2.3.0-2
f5d44cd
- Disable python2 build for f32+ (bz #1746753)
f5d44cd
f990f36
* Mon Aug 26 2019 Cole Robinson <crobinso@redhat.com> - 2.3.0-1
f990f36
- Update to version 2.3.0
f990f36
- restrict-login suppot (Viliam Krizan)
f990f36
- cli: Add support for private attachments (Brian 'Redbeard' Harrington)
f990f36
- Fix python3 deprecation warnings
f990f36
- Drop python 3.3 support, minimum python3 is python 3.4 now
f990f36
d1792ac
* Fri Aug 16 2019 Miro Hrončok <mhroncok@redhat.com> - 2.2.0-5
d1792ac
- Rebuilt for Python 3.8
d1792ac
92ae6ea
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-4
92ae6ea
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
92ae6ea
25687d3
* Wed Feb 06 2019 Cole Robinson <crobinso@redhat.com> - 2.2.0-3
25687d3
- Fix SafeConfigParser warnings
25687d3
161a6fe
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-2
161a6fe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
161a6fe
d5998cb
* Sat Aug 11 2018 Cole Robinson <crobinso@redhat.com> - 2.2.0-1
d5998cb
- Rebased to version 2.2.0
d5998cb
- Port tests to pytest
d5998cb
- cli: --cert Client side certificate support (Tobias Wolter)
d5998cb
- cli: add ability to post comment while sending attachment (Jeff Mahoney)
d5998cb
- cli: Add --comment-tag option
d5998cb
- cli: Add info --active-components
d5998cb
- Add a raw Product.get wrapper API
d5998cb
- Don't traceback on missing cli command (bz #1513819)
d5998cb
- Fix bug.get with sub_components (bz #1503491)
d5998cb
- Fix uploading binary attachments (bz #1496821)
d5998cb
b79b9d3
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-8
b79b9d3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
b79b9d3
6e5d187
* Sun Jun 17 2018 Miro Hrončok <mhroncok@redhat.com> - 2.1.0-7
6e5d187
- Rebuilt for Python 3.7
6e5d187
5101108
* Fri Mar 16 2018 Tomas Orsava <torsava@redhat.com> - 2.1.0-6
5101108
- Conditionalize the Python 2 subpackage
5101108
4a891b1
* Fri Mar 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.1.0-5
4a891b1
- Update Python 2 dependency declarations to new packaging standards
4a891b1
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
4a891b1
3849059
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-4
3849059
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
3849059
38f18e7
* Wed Aug 09 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.1.0-3
38f18e7
- Python 2 binary package renamed to python2-bugzilla
38f18e7
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
38f18e7
0873636
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-2
0873636
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
0873636
2a54754
* Thu Mar 30 2017 Cole Robinson <crobinso@redhat.com> - 2.1.0-1
2a54754
- Rebased to version 2.1.0
2a54754
- Support for bugzilla 5 API Keys (Dustin J. Mitchell)
2a54754
- bugzillarc can be used to set default URL for the cli tool
2a54754
- Revive update_flags wrapper
2a54754
- Bug fixes and minor improvements
2a54754
f7e24aa
* Wed Feb 08 2017 Cole Robinson <crobinso@redhat.com> - 2.0.0-1
f7e24aa
- Rebased to version 2.0.0
f7e24aa
- Several fixes for use with bugzilla 5
f7e24aa
- This release contains several smallish API breaks:
f7e24aa
- Bugzilla.bug_autorefresh now defaults to False
f7e24aa
- Credentials are now cached in ~/.cache/python-bugzilla/
f7e24aa
- bin/bugzilla was converted to argparse
f7e24aa
- bugzilla query --boolean_chart option is removed
f7e24aa
- Unify command line flags across sub commands
f7e24aa
f4fc5d8
* Tue Dec 13 2016 Charalampos Stratakis <cstratak@redhat.com> - 1.2.2-5
f4fc5d8
- Rebuild for Python 3.6
f4fc5d8
6abff22
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-4
6abff22
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
6abff22
42c2fce
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-3
42c2fce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
42c2fce
Robert Kuska 847bf81
* Mon Nov 02 2015 Robert Kuska <rkuska@redhat.com> - 1.2.2-2
Robert Kuska 847bf81
- Rebuilt for Python3.5 rebuild
Robert Kuska 847bf81
29679f5
* Tue Sep 22 2015 Cole Robinson <crobinso@redhat.com> - 1.2.2-1
29679f5
- Rebased to version 1.2.2
29679f5
- Fix requests usage when ndg-httpsclient is installed (bz #1247158)
29679f5
- Fix errors with non-ascii usernames (bz #1264848)
29679f5
c9ed905
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2
c9ed905
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
c9ed905
fa71969
* Fri May 22 2015 Cole Robinson <crobinso@redhat.com> - 1.2.1-1
fa71969
- Rebased to version 1.2.1
fa71969
- bin/bugzilla: Add --ensure-logged-in option
fa71969
- Fix get_products with bugzilla.redhat.com
fa71969
- A few other minor improvements
fa71969
253b88a
* Wed Apr 08 2015 Cole Robinson <crobinso@redhat.com> - 1.2.0-1
253b88a
- Rebased to version 1.2.0
253b88a
- Add bugzilla new/query/modify --field flag (Arun Babu Neelicattu)
253b88a
- API support for ExternalBugs (Arun Babu Neelicattu, Brian Bouterse)
253b88a
- Add new/modify --alias support (Adam Williamson)
253b88a
- Bugzilla.logged_in now returns live state (Arun Babu Neelicattu)
253b88a
- Fix getbugs API with latest Bugzilla releases
253b88a
7a363f5
* Wed Jun 18 2014 Cole Robinson <crobinso@redhat.com> - 1.1.0-2
7a363f5
- Fix tests on rawhide (bz #1106734)
dc0ce95
e394e8f
* Sun Jun 01 2014 Cole Robinson <crobinso@redhat.com> - 1.1.0-1
e394e8f
- Rebased to version 1.1.0
e394e8f
- Support for bugzilla tokens (Arun Babu Nelicattu)
e394e8f
- bugzilla: Add query/modify --tags
e394e8f
- bugzilla --login: Allow to login and run a command in one shot
e394e8f
- bugzilla --no-cache-credentials: Don't use or save cached credentials
e394e8f
  when using the CLI
e394e8f
- Show bugzilla errors when login fails
e394e8f
- Don't pull down attachments in bug.refresh(), need to get
e394e8f
  bug.attachments manually
e394e8f
- Add Bugzilla bug_autorefresh parameter.
e394e8f
375da6e
* Wed May 14 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 1.0.0-3
375da6e
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
375da6e
c787773
* Thu Mar 27 2014 Cole Robinson <crobinso@redhat.com> - 1.0.0-2
c787773
- /usr/bin/bugzilla should use python2 (bz #1081594)
c787773
f3ddf43
* Tue Mar 25 2014 Cole Robinson <crobinso@redhat.com> - 1.0.0-1
f3ddf43
- Rebased to version 1.0.0
f3ddf43
- Python 3 support (Arun Babu Neelicattu)
f3ddf43
- Port to python-requests (Arun Babu Neelicattu)
f3ddf43
- bugzilla: new: Add --keywords, --assigned_to, --qa_contact (Lon
f3ddf43
  Hohberger)
f3ddf43
- bugzilla: query: Add --quicksearch, --savedsearch
f3ddf43
- bugzilla: query: Support saved searches with --from-url
f3ddf43
- bugzilla: --sub-component support for all relevant commands
f3ddf43
2d4b77c
* Tue Nov 05 2013 Cole Robinson <crobinso@redhat.com> - 0.9.0-3
2d4b77c
- Drop unneeded setuptools dep
2d4b77c
455523f
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.0-2
455523f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
455523f
486433c
* Wed Jun 19 2013 Cole Robinson <crobinso@redhat.com> - 0.9.0-1
486433c
- Rebased to version 0.9.0
486433c
- bugzilla: modify: add --dependson (Don Zickus)
486433c
- bugzilla: new: add --groups option (Paul Frields)
486433c
- bugzilla: modify: Allow setting nearly every bug parameter
486433c
- NovellBugzilla implementation removed, can't get it to work
486433c
- Gracefully handle private bugs (bz #963979)
486433c
- Raise error if python-magic is needed (bz #951572)
486433c
- CVE-2013-2191: Add SSL host and cert validation (bz #975961, bz #951594)
486433c
3b06420
* Mon Mar 04 2013 Cole Robinson <crobinso@redhat.com> - 0.8.0-2
3b06420
- Don't upload scrambled attachments (bz #915318)
3b06420
c479f83
* Fri Feb 15 2013 Cole Robinson <crobinso@redhat.com> - 0.8.0-1
c479f83
- Rebased to version 0.8.0
c479f83
- Drop most usage of non-upstream RH Bugzilla API
c479f83
- Test suite improvements, nearly complete code coverage
c479f83
- Fix all open bug reports and RFEs
c479f83
bfacfc6
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-4
bfacfc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
bfacfc6
762722e
* Thu Jan 03 2013 Adam Jackson <ajax@redhat.com> 0.7.0-3
762722e
- Make closing bugs work, and allow closing as duplicate.
762722e
b6d3ba4
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-2
b6d3ba4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b6d3ba4
2bb018d
* Wed Jun 06 2012 Cole Robinson <crobinso@redhat.com> - 0.7.0-1
2bb018d
- Rebased to version 0.7.0
2bb018d
- Fix querying with latest Red Hat bugzilla
2bb018d
- Bugzilla 4 API support
2bb018d
- Improve querying non-RH bugzilla instances
2bb018d
66ca04e
* Tue Apr  3 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.6.2-4
66ca04e
- Cleanup spec and actually rebuild
66ca04e
e7cbc6f
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.2-3
e7cbc6f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
e7cbc6f
f480cdf
* Thu Jun 09 2011 Will Woods <wwoods@redhat.com> - 0.6.2-2
f480cdf
- Add "Requires: python-magic"
f480cdf
0946d77
* Tue Jun 07 2011 Will Woods <wwoods@redhat.com> - 0.6.2-1
0946d77
- add 'bugzilla attach' command (#707320)
0946d77
- update CLI --help, improve manpage a bit
0946d77
- fix --blocked and other boolean CLI options (#621601)
0946d77
- use NamedTemporaryFile for temp. cookiefiles (#625019)
0946d77
- fix openattachment() on non-ascii filenames (#663674 - thanks kklic)
0946d77
- clean up handling of unknown product names (#659331)
0946d77
- misc CLI fixes (--oneline, --qa_whiteboard), add 'modify --qa_contact'
0946d77
621b0cc
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-4
621b0cc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
621b0cc
e13b328
* Thu Aug  5 2010 David Malcolm <dmalcolm@redhat.com> - 0.6.1-3
e13b328
- add compatibility patch for python 2.7 (bug 621298)
e13b328
9083cc6
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.6.1-2
9083cc6
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
9083cc6
269e4f3
* Fri Apr 16 2010 Will Woods <wwoods@redhat.com> - 0.6.1-1
269e4f3
- CLI speedup: skip version autodetection for bugzilla.redhat.com
269e4f3
- CLI: fix bug 581670 - UnicodeEncodeError crash using --outputformat
269e4f3
- CLI: fix bug 549186 - parser failure/xmlrpc Fault on 'bugzilla query'
269e4f3
- Library: fix bug 577327 - crash changing assignee without --comment
269e4f3
- Library: fix bug 580711 - crash when bug has empty CC list
269e4f3
- Library: add new Bugzilla36 class
269e4f3
- Library: export and autodetect Bugzilla34 and Bugzilla36 classes
269e4f3
3418463
* Tue Mar 2 2010 Will Woods <wwoods@redhat.com> - 0.6.0-1
3418463
- New version 0.6, with lots of improvements and fixes.
3418463
- Library: add NovellBugzilla implementation
3418463
- Library: use standardized LWPCookieJar by default
3418463
- Library: implement unicode(bug), fix Bug.__str__ unicode handling
3418463
- Library: make Bug class pickle-friendly
3418463
- Library: add flag info helper methods to Bug class
3418463
- Library: handle problems with missing fields in User class
3418463
- CLI: --oneline formatting tweaks and dramatic speed improvements
3418463
- CLI: add support for modifying private, status, assignee, flags, cc, fixed_in
3418463
- CLI: improve query: allow multiple flags, flag negation, handle booleans
3418463
- CLI: make --cc work when creating bugs
3418463
- CLI: new --raw output style
3418463
- CLI: special output format fields for flag and whiteboard
3418463
- CLI: fix broken --cc and -p flags
3418463
- CLI: fix problem where bz comments default to being private
3418463
- CLI: improve 'info --product' output
3418463
- CLI: handle socket/network failure cleanly
3418463
- CLI: allow adding comments when updating whiteboards
3418463
ac29521
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-3
ac29521
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ac29521
0ce8345
* Tue Apr 14 2009 Will Woods <wwoods@redhat.com> - 0.5.1-2
0ce8345
- Fix missing util.py
0ce8345
36fed7b
* Thu Apr 9 2009 Will Woods <wwoods@redhat.com> - 0.5.1-1
36fed7b
- CLI: fix unicode handling
36fed7b
- CLI: add --from-url flag, which parses a bugzilla query.cgi URL
36fed7b
- CLI: fix showing aliases
36fed7b
- CLI: add --comment, --private, --status, --assignee, --flag, --cc for update
36fed7b
- CLI: fix --target_milestone
36fed7b
31df1be
* Wed Mar 25 2009 Will Woods <wwoods@redhat.com> - 0.5-1
31df1be
- Fix problem where login wasn't saving the cookies to a file 
31df1be
- Fix openattachment (bug #487673)
31df1be
- Update version number for 0.5 final
31df1be
c282ea6
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-0.rc1.1
c282ea6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c282ea6
31df1be
* Thu Feb 12 2009 Will Woods <wwoods@redhat.com> 0.5-0.rc1
6dfa806
- Improve cookie handling
6dfa806
- Add User class and associated Bugzilla methods (in Bugzilla 3.4)
6dfa806
- Add {add,edit,get}component methods
6dfa806
- Fix getbugs() so a single invalid bug ID won't abort the whole request
6dfa806
- CLI: fix -c <component>
6dfa806
446365b
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.4-0.rc4.1
446365b
- Rebuild for Python 2.6
446365b
b9e7d0f
* Wed Oct 15 2008 Will Woods <wwoods@redhat.com> 0.4-0.rc4
b9e7d0f
- CLI: fix traceback with --full (Don Zickus)
b9e7d0f
- CLI: add --oneline (Don Zickus)
b9e7d0f
- CLI: speedup when querying bugs by ID (Don Zickus)
b9e7d0f
- CLI: add --bztype
b9e7d0f
- CLI: --bug_status defaults to ALL
b9e7d0f
- Fix addcc()/deletecc()
b9e7d0f
- RHBugzilla3: raise useful error on getbug(unreadable_bug_id)
b9e7d0f
- Add adduser() (Jon Stanley)
b9e7d0f
486433c
* Wed Oct  8 2008 Will Woods <wwoods@redhat.com> 0.4-0.rc3
03d93e6
- Add updateperms() - patch courtesy of Jon Stanley
03d93e6
- Fix attachfile() for RHBugzilla3
03d93e6
- Actually install man page. Whoops.
03d93e6
298318c
* Thu Sep 18 2008 Will Woods <wwoods@redhat.com> 0.4-0.rc2
298318c
- Auto-generated man page with much more info
298318c
- Fix _attachfile()
298318c
cabcb1c
* Thu Sep  4 2008 Will Woods <wwoods@redhat.com> 0.4-0.rc1
cabcb1c
- Update to python-bugzilla 0.4-rc1
cabcb1c
- We now support upstream Bugzilla 3.x and Red Hat's Bugzilla 3.x instance
cabcb1c
- library saves login cookie in ~/.bugzillacookies
cabcb1c
- new 'bugzilla login' command to get a login cookie
cabcb1c
d50f252
* Sat Jan 12 2008 Will Woods <wwoods@redhat.com> 0.3-1
d50f252
- Update to python-bugzilla 0.3 
d50f252
- 'modify' works in the commandline-util
d50f252
- add Bug.close() and Bug.setstatus()
d50f252
d27fad4
* Thu Dec 13 2007 Will Woods <wwoods@redhat.com> 0.2-4
d27fad4
- use _bindir instead of /usr/bin and proper BR for setuptools
d27fad4
d27fad4
* Tue Dec 11 2007 Will Woods <wwoods@redhat.com> 0.2-3
d27fad4
- Fix a couple of things rpmlint complained about
d27fad4
d27fad4
* Tue Dec 11 2007 Will Woods <wwoods@redhat.com> 0.2-2
d27fad4
- Add docs
d27fad4
d27fad4
* Wed Oct 10 2007 Will Woods <wwoods@redhat.com> 0.2-1
d27fad4
- Initial packaging.