rpms/python-shove/devel .cvsignore, 1.2, 1.3 python-shove.spec, 1.2, 1.3 sources, 1.2, 1.3 python-shove-0.1.3-setup.patch, 1.1, NONE

Luke Macken lmacken at fedoraproject.org
Fri Jun 5 15:33:58 UTC 2009


Author: lmacken

Update of /cvs/pkgs/rpms/python-shove/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19060

Modified Files:
	.cvsignore python-shove.spec sources 
Removed Files:
	python-shove-0.1.3-setup.patch 
Log Message:
* Wed Jun 03 2009 Luke Macken <lmacken at redhat.com> 0.2.1-2
- Add python-setuptools-devel to our BuildRequires, so we generate the egg-info

* Tue Jun 02 2009 Luke Macken <lmacken at redhat.com> 0.2.1-1
- Latest upstream release
- Update the setup.py patch to remove the hard SQLAlchemy dependency,
  as this module works fine with the latest.




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-shove/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	12 Feb 2009 03:03:09 -0000	1.2
+++ .cvsignore	5 Jun 2009 15:33:27 -0000	1.3
@@ -1 +1 @@
-shove-0.1.3.tar.bz2
+shove-0.2.1.tar.bz2


Index: python-shove.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-shove/devel/python-shove.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- python-shove.spec	26 Feb 2009 23:27:36 -0000	1.2
+++ python-shove.spec	5 Jun 2009 15:33:27 -0000	1.3
@@ -3,8 +3,8 @@
 %define module  shove
 
 Name:           python-shove
-Version:        0.1.3
-Release:        3%{?dist}
+Version:        0.2.1
+Release:        2%{?dist}
 Summary:        Common object storage frontend
 
 Group:          Development/Languages
@@ -14,10 +14,9 @@ Source0:        http://pypi.python.org/p
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-# Patch to remove ez_install insanity
-Patch0:         %{name}-%{version}-setup.patch
+Patch0:         %{name}-setup.patch
 
-BuildRequires:  python-devel
+BuildRequires:  python-devel python-setuptools-devel
 Requires:       python-boto
 Requires:       python-sqlalchemy
 
@@ -81,6 +80,14 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Jun 03 2009 Luke Macken <lmacken at redhat.com> 0.2.1-2
+- Add python-setuptools-devel to our BuildRequires, so we generate the egg-info
+
+* Tue Jun 02 2009 Luke Macken <lmacken at redhat.com> 0.2.1-1
+- Latest upstream release
+- Update the setup.py patch to remove the hard SQLAlchemy dependency,
+  as this module works fine with the latest.
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-shove/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	12 Feb 2009 03:03:09 -0000	1.2
+++ sources	5 Jun 2009 15:33:27 -0000	1.3
@@ -1 +1 @@
-69176d93e5159afcf65145c025881132  shove-0.1.3.tar.bz2
+d77782b1b5764e62b7c3ea27a1a7822a  shove-0.2.1.tar.bz2


--- python-shove-0.1.3-setup.patch DELETED ---




More information about the fedora-extras-commits mailing list