File tree 8 files changed +9
-8
lines changed
8 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ stepback: true
12
12
# Actual testing tasks are marked with `type: test`
13
13
command_type : system
14
14
15
- # Protect ourself against rogue test case, or curl gone wild, that runs forever
15
+ # Protect ourselves against rogue test case, or curl gone wild, that runs forever
16
16
# Good rule of thumb: the averageish length a task takes, times 5
17
17
# That roughly accounts for variable system performance for various buildvariants
18
18
exec_timeout_secs : 3600 # 60 minutes is the longest we'll ever run (primarily
@@ -1174,6 +1174,7 @@ tasks:
1174
1174
- func : " build release"
1175
1175
vars :
1176
1176
VERSION : " 3.7"
1177
+ - func : " upload release"
1177
1178
1178
1179
- name : " release-windows"
1179
1180
tags : ["release_tag"]
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Connections to Atlas require TLS/SSL.
35
35
36
36
You can read more about TLS versions and their security implications here:
37
37
38
- `<https://cheatsheetseries.owasp.org/cheatsheets/Transport_Layer_Protection_Cheat_Sheet .html#only-support-strong-protocols >`_
38
+ `<https://cheatsheetseries.owasp.org/cheatsheets/Transport_Layer_Security_Cheat_Sheet .html#only-support-strong-protocols >`_
39
39
40
40
.. _python.org : https://www.python.org/downloads/
41
41
.. _homebrew : https://brew.sh/
Original file line number Diff line number Diff line change @@ -59,4 +59,4 @@ deprecated PyMongo features.
59
59
60
60
.. _the warnings module : https://docs.python.org/3/library/warnings.html
61
61
62
- .. _the -W command line option : https://docs.python.org/3/using/cmdline.html#cmdoption-w
62
+ .. _the -W command line option : https://docs.python.org/3/using/cmdline.html#cmdoption-W
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ MongoDB.
32
32
33
33
You can read more about TLS versions and their security implications here:
34
34
35
- `<https://cheatsheetseries.owasp.org/cheatsheets/Transport_Layer_Protection_Cheat_Sheet .html#only-support-strong-protocols >`_
35
+ `<https://cheatsheetseries.owasp.org/cheatsheets/Transport_Layer_Security_Cheat_Sheet .html#only-support-strong-protocols >`_
36
36
37
37
.. _python.org : https://www.python.org/downloads/
38
38
.. _homebrew : https://brew.sh/
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ MincePy
44
44
workflow as possible.
45
45
46
46
Ming
47
- `Ming <http ://merciless.sourceforge.net/ >`_ (the Merciless) is a
47
+ `Ming <https ://ming.readthedocs.io/en/latest/ >`_ is a
48
48
library that allows you to enforce schemas on a MongoDB database in
49
49
your Python application. It was developed by `SourceForge
50
50
<http://sourceforge.net/> `_ in the course of their migration to
Original file line number Diff line number Diff line change @@ -2898,7 +2898,7 @@ def watch(
2898
2898
.. seealso:: The MongoDB documentation on `changeStreams <https://mongodb.com/docs/manual/changeStreams/>`_.
2899
2899
2900
2900
.. _change streams specification:
2901
- https://github.com/mongodb/specifications/blob/master/source/change-streams/change-streams.rst
2901
+ https://github.com/mongodb/specifications/blob/master/source/change-streams/change-streams.md
2902
2902
"""
2903
2903
return CollectionChangeStream (
2904
2904
self ,
Original file line number Diff line number Diff line change @@ -666,7 +666,7 @@ def watch(
666
666
.. seealso:: The MongoDB documentation on `changeStreams <https://mongodb.com/docs/manual/changeStreams/>`_.
667
667
668
668
.. _change streams specification:
669
- https://github.com/mongodb/specifications/blob/master/source/change-streams/change-streams.rst
669
+ https://github.com/mongodb/specifications/blob/master/source/change-streams/change-streams.md
670
670
"""
671
671
return DatabaseChangeStream (
672
672
self ,
Original file line number Diff line number Diff line change @@ -1030,7 +1030,7 @@ def watch(
1030
1030
.. seealso:: The MongoDB documentation on `changeStreams <https://mongodb.com/docs/manual/changeStreams/>`_.
1031
1031
1032
1032
.. _change streams specification:
1033
- https://github.com/mongodb/specifications/blob/master/source/change-streams/change-streams.rst
1033
+ https://github.com/mongodb/specifications/blob/master/source/change-streams/change-streams.md
1034
1034
"""
1035
1035
return ClusterChangeStream (
1036
1036
self .admin ,
You can’t perform that action at this time.
0 commit comments