Skip to content

Commit

Permalink
[qtinterfaceframework] Delete pathtools dependency and update dependa…
Browse files Browse the repository at this point in the history
…bot tagged dependencies.

Pathtools does not work with Python 3.12 ( gorakhargosh/pathtools#13 ) and qtinterfaceframework says: - Use ``pathlib`` from the standard library, instead of pathtools (`microsoft#556 <https://github.com/gorakhargosh/watchdog/pull/556>`_)
  • Loading branch information
BillyONeal committed Jun 3, 2024
1 parent ee7563a commit 1f6d24b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 2 additions & 3 deletions ports/qtinterfaceframework/requirements_minimal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ argh==0.26.2
click==6.7
coloredlogs==10.0
humanfriendly==4.15.1
Jinja2==2.11.3
MarkupSafe==1.1
Jinja2==3.1.4
MarkupSafe==2.1.5
path.py==11.0.1
pathtools==0.1.2
PyYAML==6.0.1
six==1.11.0
watchdog==2.1.7
Expand Down
1 change: 1 addition & 0 deletions ports/qtinterfaceframework/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "qtinterfaceframework",
"version": "6.7.0",
"port-version": 1,
"description": "The Qt Interface Framework module provides both the tools and the core APIs, for you to implement Middleware APIs, Middleware Back ends, and Middleware Services.",
"homepage": "https://www.qt.io/",
"license": null,
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7370,7 +7370,7 @@
},
"qtinterfaceframework": {
"baseline": "6.7.0",
"port-version": 0
"port-version": 1
},
"qtkeychain": {
"baseline": "0.14.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/q-/qtinterfaceframework.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9a24b3891ebf5c1875ed5be91218025de48029b8",
"version": "6.7.0",
"port-version": 1
},
{
"git-tree": "f42b78256d78f322fb0a0a053c7704b9cd9702ab",
"version": "6.7.0",
Expand Down

0 comments on commit 1f6d24b

Please sign in to comment.