rpms/python-fedora/F-7 .cvsignore, 1.2, 1.3 python-fedora.spec, 1.1, 1.2 sources, 1.2, 1.3

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Wed Nov 7 23:08:45 UTC 2007


Author: lmacken

Update of /cvs/pkgs/rpms/python-fedora/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24411/F-7

Modified Files:
	.cvsignore python-fedora.spec sources 
Log Message:
* Wed Nov  7 2007 Luke Macken <lmacken at redhat.com> - 0.2.90.20-2
- Require SQLAlchemy 0.3 for python-fedora-infrastructure

* Wed Nov  7 2007 Luke Macken <lmacken at redhat.com> - 0.2.90.20-1
- Latest upstream release




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/F-7/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	25 Sep 2007 18:26:47 -0000	1.2
+++ .cvsignore	7 Nov 2007 23:08:10 -0000	1.3
@@ -1 +1 @@
-python-fedora-0.2.90.19.tar.gz
+python-fedora-0.2.90.20.tar.gz


Index: python-fedora.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/F-7/python-fedora.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-fedora.spec	25 Sep 2007 18:30:10 -0000	1.1
+++ python-fedora.spec	7 Nov 2007 23:08:10 -0000	1.2
@@ -2,8 +2,8 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           python-fedora
-Version:        0.2.90.19
-Release:        1%{?dist}
+Version:        0.2.90.20
+Release:        3%{?dist}
 Summary:        Python modules for talking to Fedora Infrastructure Services
 
 Group:          Development/Languages
@@ -13,13 +13,8 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python-devel
-%if 0%{?fedora} >= 8
-BuildRequires:  python-setuptools-devel
-%else
-BuildRequires: python-setuptools
-%endif
-Requires: python-simplejson
+BuildRequires:  python-devel python-setuptools-devel
+Requires:       python-simplejson
 
 %description
 Python modules that handle communication with Fedora Infrastructure services.
@@ -32,7 +27,7 @@
 Group: Development/Languages
 Requires: %{name} = %{version}-%{release}
 Requires: python-psycopg2
-Requires: python-sqlalchemy
+Requires: python-sqlalchemy0.3
 
 %description infrastructure
 Additional python modules that can be used on Fedora Infrastructure Servers to
@@ -72,6 +67,12 @@
 %{python_sitelib}/fedora/tg/visit/
 
 %changelog
+* Wed Nov  7 2007 Luke Macken <lmacken at redhat.com> - 0.2.90.20-2
+- Require SQLAlchemy 0.3 for python-fedora-infrastructure
+
+* Wed Nov  7 2007 Luke Macken <lmacken at redhat.com> - 0.2.90.20-1
+- Latest upstream release
+
 * Tue Sep 25 2007 Toshio Kuratomi <a.badger at gmail.com> - 0.2.90.19-1
 - New upstream release with a FAS2 unicode fix.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-fedora/F-7/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	25 Sep 2007 18:26:47 -0000	1.2
+++ sources	7 Nov 2007 23:08:10 -0000	1.3
@@ -1 +1 @@
-f6e8e786d08876c8833f44444a74af02  python-fedora-0.2.90.19.tar.gz
+d2a6d6c233fa620f0011d9d713e3f781  python-fedora-0.2.90.20.tar.gz




More information about the fedora-extras-commits mailing list