<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/py-amqp.git/t/integration, branch codeql</title>
<subtitle>github.com: celery/py-amqp.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/'/>
<entry>
<title>Fix typos</title>
<updated>2021-11-06T06:56:36+00:00</updated>
<author>
<name>Kian-Meng, Ang</name>
<email>kianmeng@cpan.org</email>
</author>
<published>2021-11-06T05:00:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/commit/?id=c1fe574f64e5afc09c22ff5c4f655a0168d8629f'/>
<id>c1fe574f64e5afc09c22ff5c4f655a0168d8629f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing load_default_certs() call. (#350)</title>
<updated>2021-01-27T08:55:20+00:00</updated>
<author>
<name>Moisés Guimarães de Medeiros</name>
<email>moisesguimaraes@users.noreply.github.com</email>
</author>
<published>2021-01-27T08:55:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/commit/?id=0b8a832d32179d33152d886acd6f081f25ea4bf2'/>
<id>0b8a832d32179d33152d886acd6f081f25ea4bf2</id>
<content type='text'>
Fixes: #349</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes: #349</pre>
</div>
</content>
</entry>
<entry>
<title>Fix _wrap_socket_sni (#347)</title>
<updated>2020-12-21T23:05:09+00:00</updated>
<author>
<name>Moisés Guimarães de Medeiros</name>
<email>moisesguimaraes@users.noreply.github.com</email>
</author>
<published>2020-12-21T23:05:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/commit/?id=343a00e828d9d2d33998ccaf96dca0b9417f04af'/>
<id>343a00e828d9d2d33998ccaf96dca0b9417f04af</id>
<content type='text'>
* Change the default value of ssl_version to None. When not set, the
  proper value between ssl.PROTOCOL_TLS_CLIENT and ssl.PROTOCOL_TLS_SERVER
  will be selected based on the param server_side in order to create
  a TLS Context object with better defaults that fit the desired
  connection side.

* Change the default value of cert_reqs to None. The default value
  of ctx.verify_mode is ssl.CERT_NONE, but when ssl.PROTOCOL_TLS_CLIENT
  is used, ctx.verify_mode defaults to ssl.CERT_REQUIRED.

* Fix context.check_hostname logic. Checking the hostname depends on
  having support of the SNI TLS extension and being provided with a
  server_hostname value. Another important thing to mention is that
  enabling hostname checking automatically sets verify_mode from
  ssl.CERT_NONE to ssl.CERT_REQUIRED in the stdlib ssl and it cannot
  be set back to ssl.CERT_NONE as long as hostname checking is enabled.

* Refactor the SNI tests to test one thing at a time and removing some
  tests that were being repeated over and over.

Signed-off-by: Moisés Guimarães de Medeiros &lt;guimaraes@pm.me&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Change the default value of ssl_version to None. When not set, the
  proper value between ssl.PROTOCOL_TLS_CLIENT and ssl.PROTOCOL_TLS_SERVER
  will be selected based on the param server_side in order to create
  a TLS Context object with better defaults that fit the desired
  connection side.

* Change the default value of cert_reqs to None. The default value
  of ctx.verify_mode is ssl.CERT_NONE, but when ssl.PROTOCOL_TLS_CLIENT
  is used, ctx.verify_mode defaults to ssl.CERT_REQUIRED.

* Fix context.check_hostname logic. Checking the hostname depends on
  having support of the SNI TLS extension and being provided with a
  server_hostname value. Another important thing to mention is that
  enabling hostname checking automatically sets verify_mode from
  ssl.CERT_NONE to ssl.CERT_REQUIRED in the stdlib ssl and it cannot
  be set back to ssl.CERT_NONE as long as hostname checking is enabled.

* Refactor the SNI tests to test one thing at a time and removing some
  tests that were being repeated over and over.

Signed-off-by: Moisés Guimarães de Medeiros &lt;guimaraes@pm.me&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Added __repr__ to Connection() and *Transport() classes</title>
<updated>2020-09-14T04:45:26+00:00</updated>
<author>
<name>Matus Valo</name>
<email>matusvalo@gmail.com</email>
</author>
<published>2020-09-06T19:14:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/commit/?id=1843521745ca075d683be9f64d09c8f98c6e648c'/>
<id>1843521745ca075d683be9f64d09c8f98c6e648c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pyupgrade.</title>
<updated>2020-09-03T11:56:00+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2020-09-03T07:24:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/commit/?id=f5bca3d670b65c04aa2bfcfd3b64905d1237047b'/>
<id>f5bca3d670b65c04aa2bfcfd3b64905d1237047b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate another case imports to unittest.mock after dropping python 3.5</title>
<updated>2020-09-02T01:55:06+00:00</updated>
<author>
<name>Matus Valo</name>
<email>matusvalo@gmail.com</email>
</author>
<published>2020-09-01T21:42:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/commit/?id=23a9359e34553dd18921ca2f7eebec56c3944e11'/>
<id>23a9359e34553dd18921ca2f7eebec56c3944e11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>isort.</title>
<updated>2020-08-31T08:05:09+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2020-08-30T16:19:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/commit/?id=7a209e31bd9cfd1bf15c6ab959ffc4efa460eef0'/>
<id>7a209e31bd9cfd1bf15c6ab959ffc4efa460eef0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use unittest.mock instead of case</title>
<updated>2020-08-20T07:28:02+00:00</updated>
<author>
<name>Matus Valo</name>
<email>matusvalo@gmail.com</email>
</author>
<published>2020-08-19T08:10:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/commit/?id=3221bff40a864ae9dac5f1c427c3a4db02b25563'/>
<id>3221bff40a864ae9dac5f1c427c3a4db02b25563</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop Python 2.7 and 3.4 support.</title>
<updated>2020-08-19T06:04:32+00:00</updated>
<author>
<name>Omer Katz</name>
<email>omer.drow@gmail.com</email>
</author>
<published>2019-04-01T12:28:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/commit/?id=6e300de918abbd0081d6d172bdeffae9c1911ce3'/>
<id>6e300de918abbd0081d6d172bdeffae9c1911ce3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement speedups in cython (#311)</title>
<updated>2020-04-07T08:25:09+00:00</updated>
<author>
<name>Matus Valo</name>
<email>matusvalo@users.noreply.github.com</email>
</author>
<published>2020-04-07T08:25:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/py-amqp.git/commit/?id=88b829460d44f2c7e85e94263ae9a0f268a46ace'/>
<id>88b829460d44f2c7e85e94263ae9a0f268a46ace</id>
<content type='text'>
* Use __slots__ in GenericContent

* Remove unnecessary keyword parameters

* Added intial cython support

* Fixed unittests

* Revert delivery_info change

* Fix installing library

* Fix flake8

* Fixed failing unittests

* Added optional installation of speedups

* Comment that FrameSyntaxError is not raised and fixed unittests

* Fix flake8

* Rename PY_AMQP_ENABLE_CYTHON -&gt; CELERY_ENABLE_CYTHON

* Add cython headers for serializers, removed optional parameters from _write_item, update unittests

* Add test_speedups stage to CI

* Rename CELERY_ENABLE_CYTHON -&gt; CELERY_ENABLE_SPEEDUPS

* Remove unnecesary changes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use __slots__ in GenericContent

* Remove unnecessary keyword parameters

* Added intial cython support

* Fixed unittests

* Revert delivery_info change

* Fix installing library

* Fix flake8

* Fixed failing unittests

* Added optional installation of speedups

* Comment that FrameSyntaxError is not raised and fixed unittests

* Fix flake8

* Rename PY_AMQP_ENABLE_CYTHON -&gt; CELERY_ENABLE_CYTHON

* Add cython headers for serializers, removed optional parameters from _write_item, update unittests

* Add test_speedups stage to CI

* Rename CELERY_ENABLE_CYTHON -&gt; CELERY_ENABLE_SPEEDUPS

* Remove unnecesary changes</pre>
</div>
</content>
</entry>
</feed>
