diff options
| author | Soumya Sambu <soumya.sambu@windriver.com> | 2025-10-07 10:16:07 +0530 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-06 22:08:46 -0700 |
| commit | 64f25a76634873926f610dfa6ea9a806e4a0601f (patch) | |
| tree | 43c6b2839b524eafc552638439328981ac78be40 /meta-python/recipes-devtools/python/python3-django | |
| parent | 24ad0ea9105dbb678ee08e19221a67f174eb750d (diff) | |
| download | meta-openembedded-64f25a76634873926f610dfa6ea9a806e4a0601f.tar.gz | |
python3-django: Upgrade 5.2 -> 5.2.6
Release notes:
https://docs.djangoproject.com/en/5.2/releases/5.2.6/
https://docs.djangoproject.com/en/5.2/releases/5.2.5/
https://docs.djangoproject.com/en/5.2/releases/5.2.4/
https://docs.djangoproject.com/en/5.2/releases/5.2.3/
https://docs.djangoproject.com/en/5.2/releases/5.2.2/
https://docs.djangoproject.com/en/5.2/releases/5.2.1/
Drop patch 0001-Fixed-35980-Updated-setuptools-to-normalize-package.patch:
already present in the upgraded version.
Signed-off-by: Soumya Sambu <soumya.sambu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-django/0001-Fixed-35980-Updated-setuptools-to-normalize-package.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django/0001-Fixed-35980-Updated-setuptools-to-normalize-package.patch b/meta-python/recipes-devtools/python/python3-django/0001-Fixed-35980-Updated-setuptools-to-normalize-package.patch deleted file mode 100644 index 4e28f59d8a..0000000000 --- a/meta-python/recipes-devtools/python/python3-django/0001-Fixed-35980-Updated-setuptools-to-normalize-package.patch +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | From 3ae049b26b995c650c41ef918d5f60beed52b4ba Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Nick Pope <nick@nickpope.me.uk> | ||
| 3 | Date: Fri, 6 Dec 2024 18:32:39 +0000 | ||
| 4 | Subject: [PATCH] Fixed #35980 -- Updated setuptools to normalize package names | ||
| 5 | in built artifacts. | ||
| 6 | |||
| 7 | Upstream-Status: Backport [https://github.com/django/django/commit/3ae049b26b995c650c41ef918d5f60beed52b4ba] | ||
| 8 | |||
| 9 | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> | ||
| 10 | --- | ||
| 11 | pyproject.toml | 2 +- | ||
| 12 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 13 | |||
| 14 | diff --git a/pyproject.toml b/pyproject.toml | ||
| 15 | index f10d15d20d..b9e82334cd 100644 | ||
| 16 | --- a/pyproject.toml | ||
| 17 | +++ b/pyproject.toml | ||
| 18 | @@ -1,5 +1,5 @@ | ||
| 19 | [build-system] | ||
| 20 | -requires = ["setuptools>=61.0.0,<69.3.0"] | ||
| 21 | +requires = ["setuptools>=75.8.1"] | ||
| 22 | build-backend = "setuptools.build_meta" | ||
| 23 | |||
| 24 | [project] | ||
| 25 | -- | ||
| 26 | 2.34.1 | ||
| 27 | |||
