rpms/python-bugzilla/EL-5 .cvsignore, 1.2, 1.3 python-bugzilla.spec, 1.3, 1.4 sources, 1.3, 1.4

Will Woods wwoods at fedoraproject.org
Wed Mar 25 16:57:48 UTC 2009


Author: wwoods

Update of /cvs/pkgs/rpms/python-bugzilla/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10297

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-bugzilla/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	13 Dec 2007 21:26:02 -0000	1.2
+++ .cvsignore	25 Mar 2009 16:57:18 -0000	1.3
@@ -1 +1 @@
-python-bugzilla-0.2.tar.gz
+python-bugzilla-0.5.tar.bz2


Index: python-bugzilla.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-bugzilla/EL-5/python-bugzilla.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-bugzilla.spec	12 Aug 2008 20:39:10 -0000	1.3
+++ python-bugzilla.spec	25 Mar 2009 16:57:18 -0000	1.4
@@ -1,14 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-bugzilla
-Version:        0.3
+Version:        0.5
 Release:        1%{?dist}
 Summary:        A python library for interacting with Bugzilla
 
 Group:          Development/Languages
 License:        GPLv2+
 URL:            http://fedorahosted.org/python-bugzilla
-Source0:        python-bugzilla-0.3.tar.gz
+Source0:        %{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -21,26 +21,24 @@
 
 %description
 python-bugzilla is a python library for interacting with bugzilla instances
-over XML-RPC. Currently it only supports the Red Hat Bugzilla web services.
-This package also includes the 'bugzilla' commandline tool for interacting with
-bugzilla.
+over XML-RPC. This package also includes the 'bugzilla' commandline tool for
+interacting with bugzilla from shell scripts.
 
 %prep
 %setup -q
 
 
 %build
-# fix rpmlint complaint (this is fixed in git)
-sed -i -e 's|^#!/usr/bin/python|# -*- python -*-|' bugzilla.py
 %{__python} setup.py build
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 # fix rpmlint complaint
 chmod -x selftest.py 
-
  
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -50,9 +48,53 @@
 %doc COPYING README TODO PKG-INFO selftest.py
 %{python_sitelib}/*
 %{_bindir}/bugzilla
+%{_mandir}/man1/bugzilla.1.gz
 
 
 %changelog
+* Wed Mar 25 2009 Will Woods <wwoods at redhat.com> - 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 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5-0.rc1.1
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Thu Feb 12 2009 Will Woods <wwoods at redhat.com> 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 <component>
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.4-0.rc4.1
+- Rebuild for Python 2.6
+
+* Wed Oct 15 2008 Will Woods <wwoods at redhat.com> 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)
+
+* Fri Oct  8 2008 Will Woods <wwoods at redhat.com> 0.4-0.rc3
+- Add updateperms() - patch courtesy of Jon Stanley
+- Fix attachfile() for RHBugzilla3
+- Actually install man page. Whoops.
+
+* Thu Sep 18 2008 Will Woods <wwoods at redhat.com> 0.4-0.rc2
+- Auto-generated man page with much more info
+- Fix _attachfile()
+
+* Thu Sep  4 2008 Will Woods <wwoods at redhat.com> 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 2008 Will Woods <wwoods at redhat.com> 0.3-1
 - Update to python-bugzilla 0.3 
 - 'modify' works in the commandline-util


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-bugzilla/EL-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	25 Jun 2008 17:32:09 -0000	1.3
+++ sources	25 Mar 2009 16:57:18 -0000	1.4
@@ -1,2 +1 @@
-5253b8ba6bcc819def1184012e0f422a  python-bugzilla-0.2.tar.gz
-c01c9b489220b4fd853a3f6f8df20b01  python-bugzilla-0.3.tar.gz
+a8df50421db1dfe97cf1d0d1be6d13d8  python-bugzilla-0.5.tar.bz2




More information about the fedora-extras-commits mailing list