rpms/python-bugzilla/F-13 .cvsignore, 1.9, 1.10 python-bugzilla.spec, 1.14, 1.15 sources, 1.11, 1.12

Will Woods wwoods at fedoraproject.org
Tue Mar 2 18:28:34 UTC 2010


Author: wwoods

Update of /cvs/pkgs/rpms/python-bugzilla/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1397

Modified Files:
	.cvsignore python-bugzilla.spec sources 
Log Message:
0.6.0


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-bugzilla/F-13/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	9 Apr 2009 22:21:41 -0000	1.9
+++ .cvsignore	2 Mar 2010 18:28:34 -0000	1.10
@@ -1 +1 @@
-python-bugzilla-0.5.1.tar.bz2
+python-bugzilla-0.6.0.tar.bz2


Index: python-bugzilla.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-bugzilla/F-13/python-bugzilla.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- python-bugzilla.spec	26 Jul 2009 20:11:22 -0000	1.14
+++ python-bugzilla.spec	2 Mar 2010 18:28:34 -0000	1.15
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-bugzilla
-Version:        0.5.1
-Release:        3%{?dist}
+Version:        0.6.0
+Release:        1%{?dist}
 Summary:        A python library for interacting with Bugzilla
 
 Group:          Development/Languages
@@ -21,8 +21,8 @@ BuildRequires: python-setuptools
 
 %description
 python-bugzilla is a python library for interacting with bugzilla instances
-over XML-RPC. This package also includes the 'bugzilla' commandline tool for
-interacting with bugzilla from shell scripts.
+over XML-RPC. This package also includes the 'bugzilla' command-line tool
+for interacting with bugzilla from shell scripts.
 
 %prep
 %setup -q
@@ -45,13 +45,33 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING README TODO PKG-INFO selftest.py
+%doc COPYING README THANKS TODO PKG-INFO selftest.py
 %{python_sitelib}/*
 %{_bindir}/bugzilla
 %{_mandir}/man1/bugzilla.1.gz
 
 
 %changelog
+* Tue Mar 2 2010 Will Woods <wwoods at redhat.com> - 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 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-bugzilla/F-13/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- sources	14 Apr 2009 15:32:16 -0000	1.11
+++ sources	2 Mar 2010 18:28:34 -0000	1.12
@@ -1 +1 @@
-4787d69b843d3f462bbd7e1bf5f16c90  python-bugzilla-0.5.1.tar.bz2
+385152eda37a9f95b927c3f0f13b0503  python-bugzilla-0.6.0.tar.bz2



More information about the scm-commits mailing list