Overview
Request 619949 accepted
- specfile:
* added dependency pytest-sugar
- update to version 2.3.2:
* Fix a regression that occurs when running amqp under Python 2.7 on
OSX. TCP_USER_TIMEOUT is not available when running on OSX. We
now remove it from the set of known TCP options.
- changes from version 2.3.1:
* Fix a regression that occurs when running amqp under Python 2.7.
#182 mistakingly replaced a type check with unicode to string_t
which is str in Python 2.7. text_t should have been used instead.
This is now fixed and the tests have been adjusted to ensure this
never regresses again.
Request History
apersaud created request
- specfile:
* added dependency pytest-sugar
- update to version 2.3.2:
* Fix a regression that occurs when running amqp under Python 2.7 on
OSX. TCP_USER_TIMEOUT is not available when running on OSX. We
now remove it from the set of known TCP options.
- changes from version 2.3.1:
* Fix a regression that occurs when running amqp under Python 2.7.
#182 mistakingly replaced a type check with unicode to string_t
which is str in Python 2.7. text_t should have been used instead.
This is now fixed and the tests have been adjusted to ensure this
never regresses again.
scarabeus_iv accepted request