Update to pymongo 2.5.2

This commit is contained in:
Andrew McNabb 2013-06-12 13:19:13 -06:00
parent ccb7de935e
commit f2e351aec5
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/pymongo-2.3.tar.gz
/pymongo-2.5.tar.gz
/pymongo-2.5.2.tar.gz

View File

@ -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 <amcnabb@mcnabbs.org> - 2.5.2-1
- Update to pymongo 2.5.2
* Tue Jun 11 2013 Andrew McNabb <amcnabb@mcnabbs.org> - 2.5-5
- Bump the obsoletes version

View File

@ -1,2 +1 @@
0d342ad1506f983af671d0b0e0e1efec pymongo-2.3.tar.gz
8dd2f563c25f92d07a15a3d37e0adbe8 pymongo-2.5.tar.gz
d1ada91f0ec474534eab88429fb6ce5e pymongo-2.5.2.tar.gz