This is an automated email from the ASF dual-hosted git repository.

jdanek pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-python.git


    from b81faca  QPID-7070: add flake8 to CI as first step towards PEP-8, fix 
some most egregious things reported (#6)
     new ad5ab96  NO-JIRA: fix Python 2.7 CI jobs after actions/setup-python 
removed this version
     new 20811af  QPID-8631: use the `next()` builtin to progress iterators
     new 787c8b9  QPID-8631: use b"" to mark bytestring literals
     new bd2a9f1  QPID-8631: use io.BytesIO for bytes
     new 1ff4397  QPID-8631: fix RuntimeError: dictionary changed size during 
iteration
     new d596150  QPID-8631: HMAC in Python 3 has mandatory digestmod 
parameter, it is no longer defaulted to `hashlib.md5`
     new 945a837  QPID-8631: remember exception to raise, due to changed py3 
exception object lifetime
     new e4b2a2f  QPID-8631: Use the // operator to divide ints when desiring 
an int result
     new 2262c34  NO-JIRA: fix few random typos

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/python-package.yml         | 131 ++++++++++++++++++++++++++-
 README.md                                    |   2 +-
 qpid/client.py                               |   2 +-
 qpid/codec.py                                |  19 ++--
 qpid/codec010.py                             |   4 +-
 qpid/compat.py                               |   4 +-
 qpid/connection.py                           |   2 +-
 qpid/connection08.py                         |  21 ++---
 qpid/delegates.py                            |   2 +-
 qpid/framer.py                               |  10 +-
 qpid/framing.py                              |  10 +-
 qpid/messaging/driver.py                     |   6 +-
 qpid/messaging/endpoints.py                  |   2 +-
 qpid/saslmech/cram_md5.py                    |   5 +-
 qpid/tests/codec.py                          |  79 ++++++++--------
 qpid/tests/codec010.py                       |   6 +-
 qpid/tests/connection.py                     |  22 ++---
 qpid/tests/framing.py                        | 120 ++++++++++++------------
 qpid/tests/messaging/endpoints.py            |   2 +-
 qpid/tests/messaging/message.py              |  10 +-
 qpid/tests/spec010.py                        |   8 +-
 qpid/util.py                                 |   3 +-
 qpid_tests/broker_0_10/alternate_exchange.py |   2 +-
 qpid_tests/broker_0_10/priority.py           |   8 +-
 qpid_tests/broker_0_9/echo.py                |   4 +-
 25 files changed, 301 insertions(+), 183 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to