Update to 3.8.0 (#1686670)
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
94e738a0bb
commit
525c82935f
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/pymongo-3.6.1.tar.gz
|
||||
/pymongo-3.7.1.tar.gz
|
||||
/pymongo-3.7.2.tar.gz
|
||||
/pymongo-3.8.0.tar.gz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%global bootstrap 0
|
||||
|
||||
Name: python-pymongo
|
||||
Version: 3.7.2
|
||||
Release: 2%{?dist}
|
||||
Version: 3.8.0
|
||||
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 Jun 04 2019 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.8.0-1
|
||||
- Update to 3.8.0 (#1686670).
|
||||
- http://api.mongodb.com/python/3.8.0/changelog.html
|
||||
|
||||
* Tue Mar 26 2019 Randy Barlow <bowlofeggs@fedoraproject.org> - 3.7.2-2
|
||||
- Drop build dependency on mongodb-server, since it is no longer shipped in Fedora.
|
||||
- As a result of the above, we no longer run the tests.
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pymongo-3.7.2.tar.gz) = 758a87c91097e27b06a993b90905fa67861677ca3118465f3259a891dab65f6518ff97c0c503665957ca11b273820c52c67f005fcdb7b559cfecdcb75750ba4e
|
||||
SHA512 (pymongo-3.8.0.tar.gz) = 2a86c585a71b7dd7d319afac2575c1e34ec322471aaea09a5d2c19e6e306eb978933aacf8daad6184c2bbd783406af9f8997853d54635b004f20a0d1536a1534
|
||||
|
||||
Loading…
Reference in New Issue
Block a user