Skip to content

Commit 306d6c9

Browse files
committed
*/*: rebuild for python 3.13
1 parent 178f901 commit 306d6c9

487 files changed

Lines changed: 1680 additions & 514 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
diff --git a/test/units/utils/test_display.py b/test/units/utils/test_display.py
21
--- a/test/units/utils/test_display.py
32
+++ b/test/units/utils/test_display.py
4-
@@ -67,6 +67,7 @@ def test_Display_banner_get_text_width(monkeypatch):
3+
@@ -67,6 +67,7 @@ def test_Display_banner_get_text_width(monkeypatch, display_resource):
54
assert msg.endswith(stars)
6-
7-
5+
6+
87
+@pytest.mark.skip(reason='musl and glibc seem to disagree on the result of wcwidth')
9-
def test_Display_banner_get_text_width_fallback(monkeypatch):
8+
def test_Display_banner_get_text_width_fallback(monkeypatch, display_resource):
109
locale.setlocale(locale.LC_ALL, 'C.UTF-8')
1110
display = Display()
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
--- a/pyproject.toml
22
+++ b/pyproject.toml
3-
@@ -1,3 +1,3 @@
3+
@@ -1,5 +1,5 @@
44
[build-system]
5-
-requires = ["setuptools >= 66.1.0, <= 75.3.0"] # lower bound to support controller Python versions, upper bound for latest version tested at release
6-
+requires = ["setuptools >= 66.1.0"] # lower bound to support controller Python versions, upper bound for latest version tested at release
5+
-requires = ["setuptools >= 66.1.0, <= 75.8.0"] # lower bound to support controller Python versions, upper bound for latest version tested at release
6+
+requires = ["setuptools >= 66.1.0, <= 99.9.0"] # lower bound to support controller Python versions, upper bound for latest version tested at release
77
build-backend = "setuptools.build_meta"
8+
9+
[project]

main/ansible-core/template.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname = "ansible-core"
2-
pkgver = "2.17.6"
2+
pkgver = "2.18.3"
33
pkgrel = 0
44
build_style = "python_pep517"
55
hostmakedepends = [
@@ -18,17 +18,20 @@
1818
checkdepends = [
1919
"git",
2020
"openssh",
21+
"python-bcrypt",
2122
"python-pytest",
2223
"python-pytest-mock",
2324
"python-pytest-xdist",
25+
"util-linux-mount",
2426
*depends,
2527
]
2628
pkgdesc = "Configuration management and multinode orchestration framework"
2729
subdesc = "core components"
2830
license = "GPL-3.0-or-later"
2931
url = "https://ansible.com"
30-
source = f"$(PYPI_SITE)/a/ansible-core/ansible_core-{pkgver}.tar.gz"
31-
sha256 = "3e53970b7cebfe2adb39b711c1e2f8bbfcbedac828da51dc0357a19070638e95"
32+
# pypi does not ship some files
33+
source = f"https://github.com/ansible/ansible/archive/refs/tags/v{pkgver}.tar.gz"
34+
sha256 = "90820d73f124fe8b842e2471b09da2e389931217157b02e2d96dc0b1f0ff782a"
3235

3336

3437
def check(self):

main/ansible/template.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname = "ansible"
2-
pkgver = "10.6.0"
2+
pkgver = "11.3.0"
33
pkgrel = 0
44
build_style = "python_pep517"
55
hostmakedepends = [
@@ -18,7 +18,7 @@
1818
license = "GPL-3.0-or-later"
1919
url = "https://ansible.com"
2020
source = f"$(PYPI_SITE)/a/ansible/ansible-{pkgver}.tar.gz"
21-
sha256 = "a8bde9c3ee8ee7c4a085e125777ba39bf837c6e74a0733e1f786389b125e6db2"
21+
sha256 = "90b409f630dc6d558224409a3948314ede1bcda6db2d03c17708cef6117a6103"
2222
# many collections either require additional Python modules, or the tests
2323
# require dependencies that aren't in the tarball, or they're just broken
2424
# (possibly due to Python version compat issues)

main/asciidoc/template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgname = "asciidoc"
22
pkgver = "10.2.1"
3-
pkgrel = 1
3+
pkgrel = 2
44
build_style = "python_pep517"
55
hostmakedepends = [
66
"docbook-xsl-nons",

main/audiotube/template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgname = "audiotube"
22
pkgver = "24.12.2"
3-
pkgrel = 0
3+
pkgrel = 1
44
build_style = "cmake"
55
_deps = [
66
"kirigami-addons",

main/autotiling/template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgname = "autotiling"
22
pkgver = "1.9.3"
3-
pkgrel = 0
3+
pkgrel = 1
44
build_style = "python_pep517"
55
hostmakedepends = [
66
"python-build",

main/avahi/template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgname = "avahi"
22
pkgver = "0.8"
3-
pkgrel = 10
3+
pkgrel = 11
44
build_style = "gnu_configure"
55
configure_args = [
66
"--disable-qt3",

main/base-cbuild-host/template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgname = "base-cbuild-host"
22
pkgver = "0.1"
3-
pkgrel = 2
3+
pkgrel = 3
44
build_style = "meta"
55
depends = [
66
"apk-tools",

main/base-kernel/template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgname = "base-kernel"
22
pkgver = "0.2"
3-
pkgrel = 15
3+
pkgrel = 16
44
depends = [
55
"kmod",
66
"procps",

0 commit comments

Comments
 (0)