Skip to content

Commit

Permalink
Merge pull request #47 from jhnc-oss/45-rpyc
Browse files Browse the repository at this point in the history
Update python3-rpyc to 6.0.1
  • Loading branch information
h5b authored Jan 27, 2025
2 parents 23802c3 + e7df018 commit 80fd930
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 29 deletions.

This file was deleted.

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",
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ require ${PN}.inc

LIC_FILES_CHKSUM = "file://LICENSE;md5=439c6f54322baa097f0a398de5eb3d9a"

SRC_URI:append = " file://0001-fix_pyprojecttoml_license.patch"
SRC_URI[sha256sum] = "f2233174879faf18ae266437d5a65511ce46c817cec4edc1344f036758cfbf52"
SRC_URI:append = " file://0001-remove_unknown_classifier.patch"
SRC_URI[sha256sum] = "8a60f3c4401f309c0eb6e754fb6c4e0442231203907cebf61ae74615b52cd38a"

PYPI_PACKAGE = "rpyc"

inherit pypi python_flit_core
inherit pypi python_hatchling

RDEPENDS:${PN} += "\
python3-plumbum \
Expand Down

0 comments on commit 80fd930

Please sign in to comment.