Skip to content

Commit cfb586e

Browse files
author
Release Manager
committed
gh-39675: update trove_classifiers to 2025.3.3 This is needed for Pillow 11 to build in some cases. The symptom that your trove_classifier is too old is a cryptic error ``` [spkg-install] ValueError: invalid pyproject.toml config: `project.classifiers[1]`. [spkg-install] configuration error: `project.classifiers[1]` must be trove-classifier ``` ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - #12345: short description why this is a dependency --> <!-- - #34567: ... --> URL: #39675 Reported by: Dima Pasechnik Reviewer(s):
2 parents 5f64262 + 4980853 commit cfb586e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build/pkgs/pillow/dependencies

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
zlib freetype | $(PYTHON_TOOLCHAIN) pkgconf $(PYTHON)
1+
zlib freetype trove_classifiers | $(PYTHON_TOOLCHAIN) pkgconf $(PYTHON)
22

33
----------
44
All lines of this file are ignored except the first.
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tarball=trove_classifiers-VERSION-py3-none-any.whl
2-
sha1=8219f839a8223a9dd0912cde22d579cfa75a516e
3-
sha256=ccc57a33717644df4daca018e7ec3ef57a835c48e96a1e71fc07eb7edac67af6
2+
sha1=1a1266b652ad1e5869c5fc5ad89ac10217dd0dab
3+
sha256=215630da61cf8757c373f81b602fc1283ec5a691cf12c5f9f96f11d6ad5fc7f2
44
upstream_url=https://files.pythonhosted.org/packages/py3/t/trove_classifiers/trove_classifiers-VERSION-py3-none-any.whl
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2024.7.2
1+
2025.3.3.18
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
trove-classifiers
1+
trove-classifiers >= 2025.2

0 commit comments

Comments
 (0)