diff --git a/.gitignore b/.gitignore index 012a5d0..f525d0d 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/python-pymongo.spec b/python-pymongo.spec index e4de379..7936d2a 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -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 - 3.2.2-1 +- Update to 3.2.2 (#1318073). + * Wed Feb 03 2016 Randy Barlow - 3.2.1-1 - Remove use of needless defattr macros (#1303426). - Update to 3.2.1 (#1304137). diff --git a/sources b/sources index 9be22d2..51bd5bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -132993d3f727a899fa15efb437dbc99d 3.2.1.tar.gz +30f8d6b5b864f3e93b1cb092364f22f3 3.2.2.tar.gz