rpms/python-fedora/EL-5 .cvsignore, 1.14, 1.15 python-fedora-py2.4.patch, 1.1, 1.2 python-fedora.spec, 1.15, 1.16 sources, 1.15, 1.16

Toshio くらとみ toshio at fedoraproject.org
Fri Nov 21 00:33:36 UTC 2008


Author: toshio

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

Modified Files:
	.cvsignore python-fedora-py2.4.patch python-fedora.spec 
	sources 
Log Message:

* Thu Nov 20 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.8-1
- New upstream with pycurl client backend, more fas methods, and bodhi bugfix.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/EL-5/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	4 Nov 2008 23:38:42 -0000	1.14
+++ .cvsignore	21 Nov 2008 00:33:05 -0000	1.15
@@ -1 +1 @@
-python-fedora-0.3.7.tar.gz
+python-fedora-0.3.8.tar.gz

python-fedora-py2.4.patch:

Index: python-fedora-py2.4.patch
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/EL-5/python-fedora-py2.4.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-fedora-py2.4.patch	6 Nov 2008 20:45:52 -0000	1.1
+++ python-fedora-py2.4.patch	21 Nov 2008 00:33:05 -0000	1.2
@@ -1,8 +1,20 @@
-Index: fedora/client/__init__.py
-===================================================================
---- fedora.orig/client/__init__.py
-+++ fedora/client/__init__.py
-@@ -50,7 +50,6 @@ class AuthError(FedoraServiceError):
+=== modified file 'NEWS'
+--- NEWS	2008-11-04 23:19:06 +0000
++++ NEWS	2008-11-04 23:16:49 +0000
+@@ -21,7 +21,7 @@
+ * fedora.client.pkgdb merge with pkgdb-client from Mike Watters and Toshio
+   Kuratomi.
+ * Generate documentation for json and util modules.
+-* Delay import of koji, yum, and iniparse in the bodhi client libraries so
++* Delay import of koji, yum,and iniparse in the bodhi client libraries so
+   they're not strict dependencies for now.
+ 
+ 0.3.5
+
+=== modified file 'fedora/client/__init__.py'
+--- fedora/client/__init__.py	2008-10-22 00:20:11 +0000
++++ fedora/client/__init__.py	2008-11-06 20:05:41 +0000
+@@ -50,7 +50,6 @@
  class AppError(FedoraServiceError):
      '''Error condition that the server is passing back to the client.'''
      def __init__(self, name, message, extras=None):
@@ -10,3 +22,53 @@
          self.name = name
          self.message = message
          self.extras = extras
+
+=== modified file 'fedora/client/fas2.py'
+--- fedora/client/fas2.py	2008-10-14 21:29:55 +0000
++++ fedora/client/fas2.py	2008-11-05 19:15:23 +0000
+@@ -130,6 +130,8 @@
+                 102952: 'jmccann at redhat.com',
+                 # Simon Wesp: simon at w3sp.de
+                 109464: 'cassmodiah at fedoraproject.org',
++                # Robert M. Albrecht: romal at gmx.de
++                101475: 'mail at romal.de',
+                 }
+         # A few people have an email account that is used in owners.list but
+         # have setup a bugzilla account for their primary account system email
+
+=== modified file 'fedora/client/pkgdb.py'
+--- fedora/client/pkgdb.py	2008-11-02 01:37:43 +0000
++++ fedora/client/pkgdb.py	2008-11-04 23:25:46 +0000
+@@ -24,6 +24,7 @@
+ .. moduleauthor:: Mike Watters <valholla at fedoraproject.org>
+ 
+ .. data:: COLLECTIONMAP
++
+     Maps short names to Collections.  For instance, FC => Fedora
+ '''
+ 
+@@ -125,6 +126,7 @@
+         '''Branch all unblocked packages for a new release.
+ 
+         Mass branching always works against the devel branch.
++
+         :arg branch: Branch name to create branches for.  Names are listed in
+             :data:`COLLECTIONMAP`
+         :raises AppError: If the server returns an exceptiom.  The 'extras'
+@@ -155,10 +157,11 @@
+ 
+         Note: This method will be going away in favor of methods that do
+         smaller chunks of work:
+-            1) A method to add a new package
+-            2) A method to add a new branch
+-            3) A method to edit an existing package
+-            4) A method to edit and existing branch
++
++        1) A method to add a new package
++        2) A method to add a new branch
++        3) A method to edit an existing package
++        4) A method to edit and existing branch
+         '''
+         # Check if the package exists
+         try:
+


Index: python-fedora.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/EL-5/python-fedora.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- python-fedora.spec	6 Nov 2008 20:45:52 -0000	1.15
+++ python-fedora.spec	21 Nov 2008 00:33:05 -0000	1.16
@@ -1,15 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-fedora
-Version:        0.3.7
-Release:        2%{?dist}
+Version:        0.3.8
+Release:        1%{?dist}
 Summary:        Python modules for talking to Fedora Infrastructure Services
 
 Group:          Development/Languages
 License:        GPLv2
 URL:            https://fedorahosted.org/python-fedora/
 Source0:        https://fedorahosted.org/releases/p/y/%{name}/%{name}-%{version}.tar.gz
-Patch0:         python-fedora-py2.4.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -22,6 +21,7 @@
 Requires:       python-feedparser
 Requires:       python-sqlalchemy
 Requires:       python-decorator
+Requires:       python-pycurl
 # These are now optional dependencies.  Some bodhi methods will not work if
 # they aren't installed but they aren't needed for most functionality of the
 # module.
@@ -38,7 +38,6 @@
 
 %prep
 %setup -q
-%patch0 -p0
 
 %build
 paver build
@@ -59,8 +58,8 @@
 %{python_sitelib}/*
 
 %changelog
-* Thu Nov 6 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.7-2
-- Fix for python 2.4.
+* Thu Nov 20 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.8-1
+- New upstream with pycurl client backend, more fas methods, and bodhi bugfix.
 
 * Thu Oct 30 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.7-1
 - New upstream has more complete pkgdb integration.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/EL-5/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	4 Nov 2008 23:38:43 -0000	1.15
+++ sources	21 Nov 2008 00:33:05 -0000	1.16
@@ -1 +1 @@
-7f0c50b4f76b7d5760ee7de92f0a479f  python-fedora-0.3.7.tar.gz
+06593336d021df25b3645ccb71c9fbeb  python-fedora-0.3.8.tar.gz




More information about the fedora-extras-commits mailing list