Update to 3.10.1 (#1782385)
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
475f3b512b
commit
5df2bca5e9
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
||||
/pymongo-3.7.1.tar.gz
|
||||
/pymongo-3.7.2.tar.gz
|
||||
/pymongo-3.8.0.tar.gz
|
||||
/pymongo-3.10.1.tar.gz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%global bootstrap 0
|
||||
|
||||
Name: python-pymongo
|
||||
Version: 3.8.0
|
||||
Release: 4%{?dist}
|
||||
Version: 3.10.1
|
||||
Release: 1%{?dist}
|
||||
|
||||
# All code is ASL 2.0 except bson/time64*.{c,h} which is MIT
|
||||
License: ASL 2.0 and MIT
|
||||
@ -118,6 +118,10 @@ chmod 755 %{buildroot}%{python3_sitearch}/pymongo/*.so
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 21 2020 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.10.1-1
|
||||
- Update to 3.10.1 (#1782385).
|
||||
- https://github.com/mongodb/mongo-python-driver/blob/3.10.1/doc/changelog.rst
|
||||
|
||||
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 3.8.0-4
|
||||
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pymongo-3.8.0.tar.gz) = 2a86c585a71b7dd7d319afac2575c1e34ec322471aaea09a5d2c19e6e306eb978933aacf8daad6184c2bbd783406af9f8997853d54635b004f20a0d1536a1534
|
||||
SHA512 (pymongo-3.10.1.tar.gz) = a86fc35521b5f74568cd877291dd2245f3f6df82c2d2d8fef8ec128715b8644aa653a7fd3c693fbf8eccc4b8401398fc2d0e21921d7c4d407d4b249d33583234
|
||||
|
||||
Loading…
Reference in New Issue
Block a user