[python-shove] Update to Shove 0.2.2 (#681197)

Luke Macken lmacken at fedoraproject.org
Tue Mar 1 18:10:05 UTC 2011


commit 3c725161ea531b2c3ca76644e605d57507048334
Author: Luke Macken <lmacken at redhat.com>
Date:   Tue Mar 1 13:09:41 2011 -0500

    Update to Shove 0.2.2 (#681197)

 .gitignore               |    1 +
 python-shove-setup.patch |   33 ++++++++++++++-------------------
 python-shove.spec        |    8 ++++++--
 sources                  |    2 +-
 4 files changed, 22 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b8abefd..1864e47 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 shove-0.2.1.tar.bz2
+/shove-0.2.2.tar.bz2
diff --git a/python-shove-setup.patch b/python-shove-setup.patch
index 69c7b51..a9940c1 100644
--- a/python-shove-setup.patch
+++ b/python-shove-setup.patch
@@ -1,34 +1,29 @@
---- setup.py.orig	2009-04-27 01:53:40.000000000 -0400
-+++ setup.py	2009-06-02 07:44:14.000000000 -0400
-@@ -26,9 +26,6 @@
- 
+diff -up ./setup.py.orig ./setup.py
+--- ./setup.py.orig	2011-03-01 13:08:13.742127037 -0500
++++ ./setup.py	2011-03-01 13:08:25.913209826 -0500
+@@ -27,12 +27,6 @@
  '''setup - setuptools based setup for shove.'''
  
--import ez_setup
--ez_setup.use_setuptools()
--
  try:
+-    import ez_setup
+-    ez_setup.use_setuptools()
+-except ImportError: 
+-    pass
+-
+-try:
      from setuptools import setup
  except ImportError:
-@@ -97,7 +94,7 @@
+     from distutils.core import setup
+@@ -100,7 +94,7 @@ http://docs.python.org/lib/typesmapping.
      license='BSD',
      packages = ['shove', 'shove.cache', 'shove.store', 'shove.tests'],
      py_modules=['ez_setup'],
 -    data_files=['README'],
 +    data_files=[],
      test_suite='shove.tests',
-     zip_safe = False,
+     zip_safe=False,
      keywords='object storage persistence database shelve',
-@@ -107,7 +104,7 @@
-           'Operating System :: OS Independent',
-           'Programming Language :: Python',
-           'Topic :: Database :: Front-Ends'],
--    install_requires = ['SQLAlchemy==0.4', 'boto'],
-+    install_requires = ['SQLAlchemy', 'boto'],
-     entry_points = '''
-     [shove.stores]
-     bsddb=shove.store.bsdb:BsdStore
-@@ -142,4 +139,4 @@
+@@ -146,4 +140,4 @@ http://docs.python.org/lib/typesmapping.
      simplelru=shove.cache.simplelru:SimpleLRUCache
      sqlite=shove.cache.db:DbCache
      '''
diff --git a/python-shove.spec b/python-shove.spec
index 411fa46..9675120 100644
--- a/python-shove.spec
+++ b/python-shove.spec
@@ -3,8 +3,8 @@
 %define module  shove
 
 Name:           python-shove
-Version:        0.2.1
-Release:        5%{?dist}
+Version:        0.2.2
+Release:        1%{?dist}
 Summary:        Common object storage frontend
 
 Group:          Development/Languages
@@ -80,6 +80,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Mar 01 2011 Luke Macken <lmacken at redhat.com> - 0.2.2-1
+- Update to 0.2.2
+- Update our setup.py patch
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index a97008a..fcb1205 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d77782b1b5764e62b7c3ea27a1a7822a  shove-0.2.1.tar.bz2
+ce52f4951dfad87f3d1848577d9d78ff  shove-0.2.2.tar.bz2


More information about the scm-commits mailing list