[pymongo] Update to 2.1.1

Silas Sewell silas at fedoraproject.org
Tue Apr 10 22:18:14 UTC 2012


commit 6baa900537f8d9ff7a26683b9e680b82bc8fdffb
Author: Silas Sewell <silas at sewell.org>
Date:   Tue Apr 10 18:18:05 2012 -0400

    Update to 2.1.1

 .gitignore   |    1 +
 pymongo.spec |   13 ++++++++++---
 sources      |    1 +
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0124be1..327fcf8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /pymongo-1.9.tar.gz
 /pymongo-1.11.tar.gz
+/pymongo-2.1.1.tar.gz
diff --git a/pymongo.spec b/pymongo.spec
index 4dccfaf..5166e12 100644
--- a/pymongo.spec
+++ b/pymongo.spec
@@ -14,8 +14,8 @@
 }
 
 Name:           pymongo
-Version:        1.11
-Release:        2%{?dist}
+Version:        2.1.1
+Release:        1%{?dist}
 Summary:        Python driver for MongoDB
 
 Group:          Development/Languages
@@ -164,7 +164,9 @@ rm -rf %{buildroot}
 %endif # with_python3
 
 %check
- exclude='(^test_collection$'
+ exclude='(^test_binary$'
+exclude+='|^test_collection$'
+exclude+='|^test_common$'
 exclude+='|^test_connection$'
 exclude+='|^test_cursor$'
 exclude+='|^test_database$'
@@ -174,8 +176,10 @@ exclude+='|^test_master_slave_connection$'
 exclude+='|^test_paired$'
 exclude+='|^test_pooling$'
 exclude+='|^test_pymongo$'
+exclude+='|^test_replica_set_connection$'
 exclude+='|^test_son_manipulator$'
 exclude+='|^test_threads$'
+exclude+='|^test_threads_replica_set_connection$'
 exclude+=')'
 # Exclude tests that require an active MongoDB connection
 pushd test
@@ -184,6 +188,9 @@ nosetests --exclude="$exclude"
 popd
 
 %changelog
+* Tue Apr 10 2012 Silas Sewell <silas at sewell.org> - 2.1.1-1
+- Update to 2.1.1
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.11-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 067ed96..366831d 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
 12e12163e6cc22993808900fb9629252  pymongo-1.9.tar.gz
 3f2088b688800ddefaf2b7740d2674bd  pymongo-1.11.tar.gz
+fa0e171cf2538b77215ccff4f4126edd  pymongo-2.1.1.tar.gz


More information about the scm-commits mailing list