diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2025-07-07 12:33:49 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-07 10:00:53 -0700 |
commit | 30c8b4ae943065a4cd71e25bc8badb586317c42f (patch) | |
tree | 617978209638f4c1ae9499767d90db1a0816def5 /meta-python/recipes-devtools/python | |
parent | a4de50a0f4a3bc26922ff7a562f6b29a536f64fb (diff) | |
download | meta-openembedded-30c8b4ae943065a4cd71e25bc8badb586317c42f.tar.gz |
python3-txaio: Upgrade 23.1.1 -> 25.6.1
Upgrade to release 25.6.1:
- new: announcement of upcoming (but not yet effective) new AI
policy clarifying matter with respect to AI assisted
contributions
- fix: update license file to include contributors (#188)
- fix: remove obsolete dependency on six (#186)
- fix: update pypy version in CI workflow (#187)
- fix: setupcfg.py:508: SetuptoolsDeprecationWarning: The
license_file parameter is deprecated, use license_files instead.
- Copyrights transferred from Crossbar.io Technologies GmbH (Germany)
to typedef int GmbH (Germany)
License-Update: Update license file to include contributors
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-txaio_23.1.1.bb | 12 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-txaio_25.6.1.bb | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/meta-python/recipes-devtools/python/python3-txaio_23.1.1.bb b/meta-python/recipes-devtools/python/python3-txaio_23.1.1.bb deleted file mode 100644 index b14e353818..0000000000 --- a/meta-python/recipes-devtools/python/python3-txaio_23.1.1.bb +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | DESCRIPTION = "Compatibility API between asyncio/Twisted/Trollius" | ||
2 | |||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3e2c2c2cc2915edc5321b0e6b1d3f5f8" | ||
5 | |||
6 | SRC_URI[sha256sum] = "f9a9216e976e5e3246dfd112ad7ad55ca915606b60b84a757ac769bd404ff704" | ||
7 | |||
8 | inherit pypi setuptools3 | ||
9 | |||
10 | RDEPENDS:${PN} += " \ | ||
11 | python3-twisted \ | ||
12 | " | ||
diff --git a/meta-python/recipes-devtools/python/python3-txaio_25.6.1.bb b/meta-python/recipes-devtools/python/python3-txaio_25.6.1.bb new file mode 100644 index 0000000000..460c0cd0f8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-txaio_25.6.1.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | DESCRIPTION = "Compatibility API between asyncio/Twisted/Trollius" | ||
2 | |||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=588502cb4ffc65da2b26780d6baa5a40" | ||
5 | |||
6 | SRC_URI[sha256sum] = "d8c03dca823515c9bca920df33504923ae54f2dabf476cc5a9ed5cc1691ed687" | ||
7 | |||
8 | inherit pypi setuptools3 | ||
9 | |||
10 | RDEPENDS:${PN} += " \ | ||
11 | python3-twisted \ | ||
12 | " | ||