Update to 3.2.2 (#1318073).

This commit is contained in:
Randy Barlow 2016-03-15 23:07:31 -04:00
parent 488e8a24e7
commit d575e07345
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/0002-Use-ssl_match_hostname-from-backports.patch
/3.2.tar.gz
/3.2.1.tar.gz
/3.2.2.tar.gz

View File

@ -5,12 +5,12 @@
}
Name: python-pymongo
Version: 3.2.1
Version: 3.2.2
Release: 1%{?dist}
Summary: Python driver for MongoDB
# All code is ASL 2.0 except bson/time64*.{c,h} which is MIT
License: ASL 2.0 and MIT
Summary: Python driver for MongoDB
URL: http://api.mongodb.org/python
Source0: https://github.com/mongodb/mongo-python-driver/archive/%{version}.tar.gz
Patch01: 0001-Serverless-test-suite-workaround.patch
@ -278,6 +278,9 @@ popd
%changelog
* Tue Mar 15 2016 Randy Barlow <rbarlow@redhat.com> - 3.2.2-1
- Update to 3.2.2 (#1318073).
* Wed Feb 03 2016 Randy Barlow <rbarlow@redhat.com> - 3.2.1-1
- Remove use of needless defattr macros (#1303426).
- Update to 3.2.1 (#1304137).

View File

@ -1 +1 @@
132993d3f727a899fa15efb437dbc99d 3.2.1.tar.gz
30f8d6b5b864f3e93b1cb092364f22f3 3.2.2.tar.gz