-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
...ta-python/recipes-devtools/python3-rpyc/python3-rpyc/0001-remove_unknown_classifier.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Remove unknown project classifier | ||
|
||
Upstream-Status: Inappropriate [oe-specific] | ||
Signed-off-by: jhnc-oss | ||
|
||
---- | ||
diff --git a/pyproject.toml b/pyproject.toml | ||
index 416946b..595300a 100644 | ||
--- a/pyproject.toml | ||
+++ b/pyproject.toml | ||
@@ -27,7 +27,6 @@ classifiers = [ | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Programming Language :: Python :: 3.13", | ||
- "Programming Language :: Python :: 3.14", | ||
"Topic :: Internet", | ||
"Topic :: Software Development :: Libraries :: Python Modules", | ||
"Topic :: Software Development :: Object Brokering", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters