rpms/python-fedora/F-9 .cvsignore, 1.19, 1.20 python-fedora.spec, 1.23, 1.24 sources, 1.21, 1.22

Toshio くらとみ toshio at fedoraproject.org
Tue Sep 16 00:02:33 UTC 2008


Author: toshio

Update of /cvs/pkgs/rpms/python-fedora/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14952/F-9

Modified Files:
	.cvsignore python-fedora.spec sources 
Log Message:
* Mon Sep 15 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.6-1
- New upstream.  No longer deps on koji.
- BuildRequires python-sphinx



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/F-9/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- .cvsignore	26 Aug 2008 23:44:51 -0000	1.19
+++ .cvsignore	16 Sep 2008 00:02:02 -0000	1.20
@@ -1 +1 @@
-python-fedora-0.3.5.tar.gz
+python-fedora-0.3.6.tar.gz


Index: python-fedora.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/F-9/python-fedora.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- python-fedora.spec	26 Aug 2008 23:44:51 -0000	1.23
+++ python-fedora.spec	16 Sep 2008 00:02:02 -0000	1.24
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-fedora
-Version:        0.3.5
-Release:        1%{?dist}
+Version:        0.3.6
+Release:        2%{?dist}
 Summary:        Python modules for talking to Fedora Infrastructure Services
 
 Group:          Development/Languages
@@ -12,12 +12,18 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python-devel python-setuptools-devel python-paver
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools-devel
+BuildRequires:  python-paver
+BuildRequires:  python-sphinx
 Requires:       python-simplejson
 Requires:       python-bugzilla
 Requires:       python-feedparser
 Requires:       python-sqlalchemy
-Requires:       koji
+# 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.
+#Requires:       koji python-iniparse yum
 Provides:       python-fedora-infrastructure = %{version}-%{release}
 Obsoletes:      python-fedora-infrastructure < %{version}-%{release}
 
@@ -33,13 +39,13 @@
 
 %build
 paver build
-
+paver html
 
 %install
 rm -rf $RPM_BUILD_ROOT
 paver install --skip-build --root $RPM_BUILD_ROOT
+mv build-doc/html doc/
 
- 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -50,6 +56,12 @@
 %{python_sitelib}/*
 
 %changelog
+* Mon Sep 15 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.6-2
+- Add python-sphinx to the buildrequires.
+
+* Mon Sep 15 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3.6-1
+- New upstream.  No longer deps on koji.
+
 * Mon Aug 25 2008 Luke Macken <lmacken at redhat.com> - 0.3.5-1
 - New upstream release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/F-9/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources	26 Aug 2008 23:44:51 -0000	1.21
+++ sources	16 Sep 2008 00:02:02 -0000	1.22
@@ -1 +1 @@
-0d6cf8d8cb5aaeb60573b8edcd9183b9  python-fedora-0.3.5.tar.gz
+d5ab6c21460f91df20df5fd6e0d36221  python-fedora-0.3.6.tar.gz




More information about the fedora-extras-commits mailing list