File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ current_version = 5.1.1
33commit = True
44tag = True
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z\d]+)?
6- serialize =
6+ serialize =
77 {major}.{minor}.{patch}{releaselevel}
88 {major}.{minor}.{patch}
99
Original file line number Diff line number Diff line change 1+ repos :
2+ - repo : https://github.com/pre-commit/pre-commit-hooks
3+ rev : v4.4.0
4+ hooks :
5+ - id : trailing-whitespace
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ http://code.google.com/p/py-amqplib/source/browse/CHANGES
4848:release-by: Asif Saif Uddin
4949
5050- Reduce memory usage of Connection (#377)
51- - Add additional error handling around code where an OSError
51+ - Add additional error handling around code where an OSError
5252 may be raised on failed connections. Fixes (#378)
5353
5454
@@ -60,7 +60,7 @@ http://code.google.com/p/py-amqplib/source/browse/CHANGES
6060:release-by: Asif Saif Uddin
6161
6262- Remove dependency to case
63- - Bugfix: not closing socket after server disconnect
63+ - Bugfix: not closing socket after server disconnect
6464
6565
6666.. _version-5.0.6:
@@ -76,7 +76,7 @@ http://code.google.com/p/py-amqplib/source/browse/CHANGES
7676 "ValueError: Cannot set verify_mode to CERT_NONE when check_hostname is enabled."
7777 Setting context.check_hostname prior to setting context.verify_mode resolves the
7878 issue.
79- - Remove TCP_USER_TIMEOUT option for Solaris (#355)
79+ - Remove TCP_USER_TIMEOUT option for Solaris (#355)
8080- Pass long_description to setup() (#353)
8181- Fix for tox-docker 2.0
8282- Moved to GitHub actions CI (#359)
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ basepython =
2828 3.9: python3.9
2929 3.10: python3.10
3030install_command = python -m pip --disable-pip-version-check install {opts} {packages}
31+ allowlist_externals = *
3132commands_pre =
3233 integration-rabbitmq: ./wait_for_rabbitmq.sh
3334docker =
You can’t perform that action at this time.
0 commit comments