You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jd...@apache.org on 2021/12/08 07:04:31 UTC

[qpid-dispatch] branch main updated (906b931 -> ade8703)

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-dispatch.git.


    from 906b931  DISPATCH-2270 Use PyLong_FromVoidPtr to reliably pass void* values into Python regardless of platform type sizes (#1409)
     new 47a9c14  NO-JIRA Update GHA to Fedora 35
     new ade8703  NO-JIRA Add Python 3.10 tox profile

The 2 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/build.yaml | 2 +-
 tests/tox.ini.in             | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

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


[qpid-dispatch] 02/02: NO-JIRA Add Python 3.10 tox profile

Posted by jd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ade8703df415e896370bc242cf0b39ff2f8de264
Author: Jiri Danek <jd...@redhat.com>
AuthorDate: Fri Nov 5 17:21:09 2021 +0100

    NO-JIRA Add Python 3.10 tox profile
---
 tests/tox.ini.in | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tests/tox.ini.in b/tests/tox.ini.in
index 61330eb..a13e1b3 100644
--- a/tests/tox.ini.in
+++ b/tests/tox.ini.in
@@ -18,7 +18,7 @@
 #
 
 [tox]
-envlist = py36,py37,py38,py39
+envlist = py36,py37,py38,py39,py310
 skipsdist = True
 minversion = ${TOX_VERSION}
 skip_missing_interpreters = True
@@ -47,6 +47,9 @@ basepython = python3.8
 [testenv:py39]
 basepython = python3.9
 
+[testenv:py310]
+basepython = python3.10
+
 [flake8]
 # TODO(DISPATCH-1974) decrease the limit
 max-line-length = 464

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


[qpid-dispatch] 01/02: NO-JIRA Update GHA to Fedora 35

Posted by jd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 47a9c14ab41bfde302175bc2aa594047d8821927
Author: Jiri Danek <jd...@redhat.com>
AuthorDate: Fri Nov 5 14:42:56 2021 +0100

    NO-JIRA Update GHA to Fedora 35
---
 .github/workflows/build.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 50d031a..51c2ef5 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -255,7 +255,7 @@ jobs:
       matrix:
         os: [ubuntu-20.04]
         container: ['fedora']
-        containerTag: ['34']
+        containerTag: ['35']
         buildType: [RelWithDebInfo]
         runtimeCheck: [asan, tsan]
         shard: [ 1, 2 ]

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