diff --git a/.gitignore b/.gitignore index 818540c..130a371 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /pymongo-2.3.tar.gz /pymongo-2.5.tar.gz +/pymongo-2.5.2.tar.gz diff --git a/python-pymongo.spec b/python-pymongo.spec index 72b4638..3982996 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -11,8 +11,8 @@ } Name: python-pymongo -Version: 2.5 -Release: 5%{?dist} +Version: 2.5.2 +Release: 1%{?dist} Summary: Python driver for MongoDB Group: Development/Languages @@ -172,6 +172,7 @@ exclude+='|^test_auto_auth_login$' exclude+='|^test_auto_reconnect_exception_when_read_preference_is_secondary$' exclude+='|^test_auto_start_request$' exclude+='|^test_binary$' +exclude+='|^test_client$' exclude+='|^test_collection$' exclude+='|^test_common$' exclude+='|^test_config_ssl$' @@ -215,6 +216,7 @@ exclude+='|^test_pooling_gevent$' exclude+='|^test_properties$' exclude+='|^test_pymongo$' exclude+='|^test_read_preferences$' +exclude+='|^test_replica_set_client$' exclude+='|^test_replica_set_connection$' exclude+='|^test_replica_set_connection_alias$' exclude+='|^test_repr$' @@ -238,6 +240,9 @@ nosetests --exclude="$exclude" popd %changelog +* Wed Jun 12 2013 Andrew McNabb - 2.5.2-1 +- Update to pymongo 2.5.2 + * Tue Jun 11 2013 Andrew McNabb - 2.5-5 - Bump the obsoletes version diff --git a/sources b/sources index 99afa45..dd10331 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -0d342ad1506f983af671d0b0e0e1efec pymongo-2.3.tar.gz -8dd2f563c25f92d07a15a3d37e0adbe8 pymongo-2.5.tar.gz +d1ada91f0ec474534eab88429fb6ce5e pymongo-2.5.2.tar.gz