rekordbox-edit 0.4.0.dev24__tar.gz → 0.4.0.dev27__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/.github/actions/install/action.yml +2 -2
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/.github/workflows/cd.yml +2 -2
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/.github/workflows/ci.yml +3 -3
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/.github/workflows/publish.yml +5 -5
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/.github/workflows/release.yml +2 -2
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/CHANGELOG.md +10 -1
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/PKG-INFO +1 -1
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/pyproject.toml +1 -1
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/renovate.json5 +6 -4
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/uv.lock +42 -41
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/.agent-style/RULES.md +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/.agent-style/claude-code.md +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/.github/actions/commitizen-bump/action.yml +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/.github/actions/commitizen-bump/commitizen-bump.sh +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/.github/actions/lint/action.yml +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/.github/actions/test/action.yml +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/.gitignore +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/.pre-commit-config.yaml +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/AGENTS.md +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/CLAUDE.md +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/CONTRIBUTING.md +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/LICENSE +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/Makefile +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/README.md +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/codecov.yml +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/rekordbox_edit/__init__.py +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/rekordbox_edit/_click.py +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/rekordbox_edit/cli.py +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/rekordbox_edit/commands/__init__.py +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/rekordbox_edit/commands/convert.py +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/rekordbox_edit/commands/edit.py +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/rekordbox_edit/commands/search.py +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/rekordbox_edit/display.py +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/rekordbox_edit/logger.py +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/rekordbox_edit/query.py +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/rekordbox_edit/utils.py +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/ruff.toml +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/tests/__init__.py +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/tests/commands/__init__.py +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/tests/commands/test_convert.py +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/tests/commands/test_edit.py +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/tests/commands/test_search.py +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/tests/conftest.py +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/tests/test_display.py +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/tests/test_logger.py +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/tests/test_query.py +0 -0
- {rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/tests/test_utils.py +0 -0
{rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/.github/actions/install/action.yml
RENAMED
|
@@ -5,12 +5,12 @@ runs:
|
|
|
5
5
|
using: "composite"
|
|
6
6
|
steps:
|
|
7
7
|
- name: Install UV
|
|
8
|
-
uses: astral-sh/setup-uv@v4
|
|
8
|
+
uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4
|
|
9
9
|
with:
|
|
10
10
|
enable-cache: true
|
|
11
11
|
|
|
12
12
|
- name: Set up Python
|
|
13
|
-
uses: actions/setup-python@v4
|
|
13
|
+
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
|
|
14
14
|
with:
|
|
15
15
|
python-version: ${{ env.PYTHON }}
|
|
16
16
|
|
|
@@ -64,12 +64,12 @@ jobs:
|
|
|
64
64
|
git push origin v${{ steps.version.outputs.version }}
|
|
65
65
|
|
|
66
66
|
- name: Publish to PyPI
|
|
67
|
-
uses: pypa/gh-action-pypi-publish@release/v1
|
|
67
|
+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1
|
|
68
68
|
with:
|
|
69
69
|
skip-existing: true
|
|
70
70
|
|
|
71
71
|
- name: Create GitHub Pre-Release
|
|
72
|
-
uses: softprops/action-gh-release@v1
|
|
72
|
+
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
|
|
73
73
|
with:
|
|
74
74
|
tag_name: v${{ steps.version.outputs.version }}
|
|
75
75
|
name: v${{ steps.version.outputs.version }}
|
|
@@ -15,11 +15,11 @@ jobs:
|
|
|
15
15
|
code: ${{ steps.filter.outputs.code }}
|
|
16
16
|
steps:
|
|
17
17
|
- id: skip_check
|
|
18
|
-
uses: fkirc/skip-duplicate-actions@master
|
|
18
|
+
uses: fkirc/skip-duplicate-actions@04a1aebece824b56e6ad6a401d015479cd1c50b3 # master
|
|
19
19
|
|
|
20
20
|
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
21
21
|
|
|
22
|
-
- uses: dorny/paths-filter@v3
|
|
22
|
+
- uses: dorny/paths-filter@d1c1ffe0248fe513906c8e24db8ea791d46f8590 # v3
|
|
23
23
|
id: filter
|
|
24
24
|
with:
|
|
25
25
|
filters: |
|
|
@@ -74,7 +74,7 @@ jobs:
|
|
|
74
74
|
runs-on: Ubuntu-latest
|
|
75
75
|
|
|
76
76
|
steps:
|
|
77
|
-
- uses: re-actors/alls-green@release/v1
|
|
77
|
+
- uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # release/v1
|
|
78
78
|
with:
|
|
79
79
|
allowed-skips: unit-tests, lint
|
|
80
80
|
jobs: ${{ toJSON(needs) }}
|
|
@@ -21,7 +21,7 @@ jobs:
|
|
|
21
21
|
- name: Build distribution
|
|
22
22
|
run: |
|
|
23
23
|
uv build
|
|
24
|
-
- uses: actions/upload-artifact@v4
|
|
24
|
+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
|
|
25
25
|
with:
|
|
26
26
|
name: dist
|
|
27
27
|
path: dist/
|
|
@@ -34,12 +34,12 @@ jobs:
|
|
|
34
34
|
permissions:
|
|
35
35
|
id-token: write
|
|
36
36
|
steps:
|
|
37
|
-
- uses: actions/download-artifact@v4
|
|
37
|
+
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
|
|
38
38
|
with:
|
|
39
39
|
name: dist
|
|
40
40
|
path: dist/
|
|
41
41
|
- name: Publish package distributions 📦 to TestPyPI
|
|
42
|
-
uses: pypa/gh-action-pypi-publish@release/v1
|
|
42
|
+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1
|
|
43
43
|
with:
|
|
44
44
|
repository-url: https://test.pypi.org/legacy/
|
|
45
45
|
|
|
@@ -51,10 +51,10 @@ jobs:
|
|
|
51
51
|
permissions:
|
|
52
52
|
id-token: write
|
|
53
53
|
steps:
|
|
54
|
-
- uses: actions/download-artifact@v4
|
|
54
|
+
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
|
|
55
55
|
with:
|
|
56
56
|
pattern: dist
|
|
57
57
|
path: dist
|
|
58
58
|
merge-multiple: true
|
|
59
59
|
- name: Publish to PyPI
|
|
60
|
-
uses: pypa/gh-action-pypi-publish@release/v1
|
|
60
|
+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1
|
|
@@ -23,7 +23,7 @@ jobs:
|
|
|
23
23
|
fetch-depth: 0
|
|
24
24
|
|
|
25
25
|
- name: Import GPG key
|
|
26
|
-
uses: crazy-max/ghaction-import-gpg@v6
|
|
26
|
+
uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6
|
|
27
27
|
with:
|
|
28
28
|
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
|
|
29
29
|
passphrase: ${{ secrets.GPG_PASSPHRASE }}
|
|
@@ -40,7 +40,7 @@ jobs:
|
|
|
40
40
|
gpg_sign: true
|
|
41
41
|
|
|
42
42
|
- name: Release
|
|
43
|
-
uses: softprops/action-gh-release@v1
|
|
43
|
+
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
|
|
44
44
|
with:
|
|
45
45
|
body_path: "body.md"
|
|
46
46
|
tag_name: ${{ env.REVISION }}
|
|
@@ -1,6 +1,15 @@
|
|
|
1
|
-
## v0.4.0.
|
|
1
|
+
## v0.4.0.dev27 (2026-05-24)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
- chore(deps): update dependency click to v8.4.0 (#36)
|
|
5
|
+
- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
6
|
+
- chore(deps): update dependency ty to v0.0.38 (#35)
|
|
7
|
+
- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
8
|
+
- chore(deps): update dependency ruff to v0.15.13 (#34)
|
|
9
|
+
- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
10
|
+
- chore(deps): pin dependencies (#33)
|
|
11
|
+
- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
12
|
+
- chore: correct renovate config
|
|
4
13
|
- fix(display): split up the unified Location column into FolderPath and FileName
|
|
5
14
|
- docs: update AGENTS.md
|
|
6
15
|
- feat(display): add before/after change preview to print_track_info
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rekordbox-edit
|
|
3
|
-
Version: 0.4.0.
|
|
3
|
+
Version: 0.4.0.dev27
|
|
4
4
|
Summary: Tools for managing and modifying a RekordBox library en-masse
|
|
5
5
|
Project-URL: Homepage, https://github.com/jviall/rekordbox-edit
|
|
6
6
|
Project-URL: Repository, https://github.com/jviall/rekordbox-edit
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "rekordbox-edit"
|
|
7
|
-
version = "0.4.0.
|
|
7
|
+
version = "0.4.0.dev27"
|
|
8
8
|
description = "Tools for managing and modifying a RekordBox library en-masse"
|
|
9
9
|
authors = [{ name = "James Viall", email= "jamesviall@pm.me"}]
|
|
10
10
|
license = "MIT"
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
":label(dependencies)",
|
|
8
8
|
":enablePreCommit",
|
|
9
9
|
":automergePr",
|
|
10
|
+
"helpers:pinGitHubActionDigests",
|
|
10
11
|
"schedule:daily",
|
|
11
12
|
"schedule:automergeDaily",
|
|
12
13
|
],
|
|
@@ -14,18 +15,19 @@
|
|
|
14
15
|
branchPrefix: "chore/deps/",
|
|
15
16
|
commitMessageAction: "update",
|
|
16
17
|
minimumReleaseAge: "3 days",
|
|
18
|
+
// Keep version ranges; bump uv.lock to the newest in-range version.
|
|
19
|
+
rangeStrategy: "update-lockfile",
|
|
17
20
|
|
|
18
21
|
packageRules: [
|
|
19
22
|
{
|
|
20
|
-
description: "GitHub Actions:
|
|
23
|
+
description: "GitHub Actions: auto-merge digest pins and minor/patch",
|
|
21
24
|
matchManagers: ["github-actions"],
|
|
22
|
-
|
|
23
|
-
matchUpdateTypes: ["minor", "patch", "digest"],
|
|
25
|
+
matchUpdateTypes: ["minor", "patch", "digest", "pinDigest"],
|
|
24
26
|
automerge: true,
|
|
25
27
|
},
|
|
26
28
|
{
|
|
27
29
|
description: "Python deps: auto-merge minor/patch for uv-managed packages",
|
|
28
|
-
matchManagers: ["
|
|
30
|
+
matchManagers: ["pep621"],
|
|
29
31
|
matchUpdateTypes: ["minor", "patch"],
|
|
30
32
|
automerge: true,
|
|
31
33
|
},
|
|
@@ -146,14 +146,14 @@ wheels = [
|
|
|
146
146
|
|
|
147
147
|
[[package]]
|
|
148
148
|
name = "click"
|
|
149
|
-
version = "8.
|
|
149
|
+
version = "8.4.1"
|
|
150
150
|
source = { registry = "https://pypi.org/simple" }
|
|
151
151
|
dependencies = [
|
|
152
152
|
{ name = "colorama", marker = "sys_platform == 'win32'" },
|
|
153
153
|
]
|
|
154
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
154
|
+
sdist = { url = "https://files.pythonhosted.org/packages/9b/98/518d8e5081007684232226f475082b30087d0f585e8457db087298259f49/click-8.4.1.tar.gz", hash = "sha256:918b5633eddf6b41c32d4f454bf0de810065c74e3f7dbf8ee5452f8be88d3e96", size = 353007, upload-time = "2026-05-22T04:08:37.769Z" }
|
|
155
155
|
wheels = [
|
|
156
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
156
|
+
{ url = "https://files.pythonhosted.org/packages/c7/0d/67e5b4109ea4a837e80daa87c2c696711955e40449a97e8926672534def2/click-8.4.1-py3-none-any.whl", hash = "sha256:482be17c6991b8c19c5429a1e995d9b0efdbb63172824c41f99965dc0ade8ec2", size = 116639, upload-time = "2026-05-22T04:08:35.26Z" },
|
|
157
157
|
]
|
|
158
158
|
|
|
159
159
|
[[package]]
|
|
@@ -1006,7 +1006,7 @@ wheels = [
|
|
|
1006
1006
|
|
|
1007
1007
|
[[package]]
|
|
1008
1008
|
name = "rekordbox-edit"
|
|
1009
|
-
version = "0.4.0.
|
|
1009
|
+
version = "0.4.0.dev27"
|
|
1010
1010
|
source = { editable = "." }
|
|
1011
1011
|
dependencies = [
|
|
1012
1012
|
{ name = "click" },
|
|
@@ -1066,27 +1066,27 @@ wheels = [
|
|
|
1066
1066
|
|
|
1067
1067
|
[[package]]
|
|
1068
1068
|
name = "ruff"
|
|
1069
|
-
version = "0.15.
|
|
1069
|
+
version = "0.15.14"
|
|
1070
1070
|
source = { registry = "https://pypi.org/simple" }
|
|
1071
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1071
|
+
sdist = { url = "https://files.pythonhosted.org/packages/dc/8a/8bce2894573e9dae6ff4d77fe34ad727d79b9e6238ad288c5638990d90f6/ruff-0.15.14.tar.gz", hash = "sha256:48e866b165be4a9bdbf310f7d3c9a07edef2fe8cd63ffeb4e00bb590506ebf9f", size = 4700910, upload-time = "2026-05-21T14:34:55.177Z" }
|
|
1072
1072
|
wheels = [
|
|
1073
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1074
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1075
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1076
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1077
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1078
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1079
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1080
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1081
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1082
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1083
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1084
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1085
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1086
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1087
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1088
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1089
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1073
|
+
{ url = "https://files.pythonhosted.org/packages/b9/c8/74a92c6ff9fcfb4f1f947126d3ebee8389276e161ecc85de5bda7cda51bd/ruff-0.15.14-py3-none-linux_armv6l.whl", hash = "sha256:8dd2db9416e487c8d4b01fa7056bb02c4d05969d4f8d17a08c229c2f4ff3c108", size = 10739177, upload-time = "2026-05-21T14:34:37.332Z" },
|
|
1074
|
+
{ url = "https://files.pythonhosted.org/packages/45/91/254a35c20acc38a7223c9d2d594af12e794432464f2cdeb52af1dc4a892d/ruff-0.15.14-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:be4ff55af755bd71a00ab3dc6bd7ffc467bd76e0df6881e286c2e3d23e8fb43b", size = 11144969, upload-time = "2026-05-21T14:34:43.978Z" },
|
|
1075
|
+
{ url = "https://files.pythonhosted.org/packages/56/9e/d13e40f83b8d0a94430e6778ce1d94a43b38cf2efe63278bdd2b4c65abbf/ruff-0.15.14-py3-none-macosx_11_0_arm64.whl", hash = "sha256:48d5909d7d06276ce7dde6d32bfa4b0d4cb2651145cd8ee4b440722cbc77832f", size = 10478207, upload-time = "2026-05-21T14:34:48.378Z" },
|
|
1076
|
+
{ url = "https://files.pythonhosted.org/packages/8d/f1/b15a7839fa4f332f8acec78e20564f26bb2d866e3d21710b877fd0263000/ruff-0.15.14-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ca8cbfa94c4f90984a67561978602746d4cd27103568f745fa90eee3f0d4107d", size = 10818459, upload-time = "2026-05-21T14:34:22.318Z" },
|
|
1077
|
+
{ url = "https://files.pythonhosted.org/packages/45/33/53d651177f84f94b400a0e27f8824eeada3dddc9d5ee8aeb048f4352a520/ruff-0.15.14-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:9a6bbc0333f1ab053423bcbf6226477d266ca7cec7738c4c8e3f55647803f3c4", size = 10541800, upload-time = "2026-05-21T14:34:20.209Z" },
|
|
1078
|
+
{ url = "https://files.pythonhosted.org/packages/b8/a6/868f87e0bf9786ed24b5d0d0ad8676b8a94fd1912f42cddf9cfc7857818a/ruff-0.15.14-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8a24a4f7605d7003a6674d4387651effd939dead3fddd0f36561eb77a9a2e542", size = 11342149, upload-time = "2026-05-21T14:34:46.365Z" },
|
|
1079
|
+
{ url = "https://files.pythonhosted.org/packages/a7/8b/38cd5c19faffdcc05a408d2b78edccc69492ab9720eadb49ea15ef80d768/ruff-0.15.14-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:049b5326e53ed80978f2fc041a280603f69dd6b0c95464342a2bb4572d9d9e2f", size = 12212563, upload-time = "2026-05-21T14:34:28.579Z" },
|
|
1080
|
+
{ url = "https://files.pythonhosted.org/packages/3e/4d/a3c5b874a556d5731e3e657aaf04311bb76f0a5c3ec220ed43051be6b64b/ruff-0.15.14-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d4ed42e6696c8dfa5f06728e6441993901f548eb92d73bc472cb5a38d1395fbf", size = 11493299, upload-time = "2026-05-21T14:34:41.836Z" },
|
|
1081
|
+
{ url = "https://files.pythonhosted.org/packages/1e/c0/56472c251d09858a53e51efbd485b09e1995d8731668b76d52e5dd6ee0f1/ruff-0.15.14-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:715c543cf450c4888251f91c52f1942a800541d9bddd7ac060aa4e6b77ae7cba", size = 11455931, upload-time = "2026-05-21T14:34:57.276Z" },
|
|
1082
|
+
{ url = "https://files.pythonhosted.org/packages/2c/4a/e2e7b4d8dbf233d4eace59c75bc3435fa6d8bd3bae82d351d4e4300c0fd1/ruff-0.15.14-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:72ebab6013ec887d439d8b7593737a0a4ffb06d45d209d4e4bf2e92813082d3f", size = 11400794, upload-time = "2026-05-21T14:34:39.773Z" },
|
|
1083
|
+
{ url = "https://files.pythonhosted.org/packages/97/c7/83c0539fe34c3e09136204d1e75d6052492364e0b3cb05e9465423f567d7/ruff-0.15.14-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:49072d36abdbe97a8dd7f480afe9c675699c0c495d4c84076e2c1203c4550581", size = 10804759, upload-time = "2026-05-21T14:34:31.045Z" },
|
|
1084
|
+
{ url = "https://files.pythonhosted.org/packages/86/a6/18f2bfc095a2ab4a78745644e428205532ce6653a5d0fa8501572891534d/ruff-0.15.14-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:958522aee105068640c2c2ceae08f413ae44d922f52a1374ac13d6a96032fc93", size = 10539517, upload-time = "2026-05-21T14:34:53.064Z" },
|
|
1085
|
+
{ url = "https://files.pythonhosted.org/packages/54/3a/5a8b3b69c654d4e4bf1d246ac5b49cbcdac6eaab6905925f8915f31e3b80/ruff-0.15.14-py3-none-musllinux_1_2_i686.whl", hash = "sha256:f3707da619a143a2e8830e2abab8224478d69ace2d28cb6c20543ae97c36bf61", size = 11065169, upload-time = "2026-05-21T14:34:24.484Z" },
|
|
1086
|
+
{ url = "https://files.pythonhosted.org/packages/ed/c5/8864e4e7925b836ea354b31d57641ec03830564e281a8b6f061f8c3e0ec1/ruff-0.15.14-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:bb01d645694e3ec0102105d07ef2d53703970407d59c04e59d3ba0b7a1d53553", size = 11560214, upload-time = "2026-05-21T14:34:50.975Z" },
|
|
1087
|
+
{ url = "https://files.pythonhosted.org/packages/36/38/012bf76752e1f89ed50b77b99532d90f3a3e287bc7918e1fc0948ac866ac/ruff-0.15.14-py3-none-win32.whl", hash = "sha256:6d0c1ad2a0ab718d39b6d8fd2217981ce4d625cd96a720095f798fb47d8b13e6", size = 10805548, upload-time = "2026-05-21T14:34:33.453Z" },
|
|
1088
|
+
{ url = "https://files.pythonhosted.org/packages/d1/b7/4ea2c170f10ad760fff2a5250beb18897719dc8b52b53a24cddbb9dd3f19/ruff-0.15.14-py3-none-win_amd64.whl", hash = "sha256:802342981e056db3851a7836e5b070f8f15f67d4a685ae2a6160939d364b2902", size = 11939523, upload-time = "2026-05-21T14:34:18.077Z" },
|
|
1089
|
+
{ url = "https://files.pythonhosted.org/packages/62/d5/bc97ff895ec35cf3925d4bd60f3b39d822f377a446906ec9bcc87405e59b/ruff-0.15.14-py3-none-win_arm64.whl", hash = "sha256:ff47b90a9ef6a40c9e2f3b479c1fb78531adf055b94c1eba0a7ba04b31951826", size = 11208607, upload-time = "2026-05-21T14:34:26.525Z" },
|
|
1090
1090
|
]
|
|
1091
1091
|
|
|
1092
1092
|
[[package]]
|
|
@@ -1336,26 +1336,27 @@ wheels = [
|
|
|
1336
1336
|
|
|
1337
1337
|
[[package]]
|
|
1338
1338
|
name = "ty"
|
|
1339
|
-
version = "0.0.
|
|
1339
|
+
version = "0.0.39"
|
|
1340
1340
|
source = { registry = "https://pypi.org/simple" }
|
|
1341
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1341
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d0/8d/7b5c74dc287fbcb37bae9853cec13bf44717c1735298500e4aeba31579a9/ty-0.0.39.tar.gz", hash = "sha256:f750277e76a01ecd86185960eca73823c26a53c51103568d56d4d904575159fd", size = 5702365, upload-time = "2026-05-22T21:09:56.403Z" }
|
|
1342
1342
|
wheels = [
|
|
1343
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1344
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1345
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1346
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1347
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1348
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1349
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1350
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1351
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1352
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1353
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1354
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1355
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1356
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1357
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1358
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1343
|
+
{ url = "https://files.pythonhosted.org/packages/08/17/9b89802c26d12d0f7a27bc25d4066d941d42891e8898f9f26499f0067e32/ty-0.0.39-py3-none-linux_armv6l.whl", hash = "sha256:c1bb7ac70f1f7d70cc6655fd96558039e4562b10f489fa49c7ebfd5fcee73ad1", size = 11360431, upload-time = "2026-05-22T21:09:18.689Z" },
|
|
1344
|
+
{ url = "https://files.pythonhosted.org/packages/9c/c6/663ded50e823dbf9fb9d002eca46b7cb1fb2c72b744b84f22ce732a0ee0b/ty-0.0.39-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:3435b64c1e59c14c9aa39c20cc018823937cd38d55db853e74d95b8f420569b0", size = 11096281, upload-time = "2026-05-22T21:09:15.383Z" },
|
|
1345
|
+
{ url = "https://files.pythonhosted.org/packages/8b/ae/5d38ba9a6456ff4c78d212cf464fd8b9a25d8118465197b0b2dc891c0b19/ty-0.0.39-py3-none-macosx_11_0_arm64.whl", hash = "sha256:5f136377ce46c73677701a9e1ad730bf72f699bcec046e422eb79d0886cac3ab", size = 10529674, upload-time = "2026-05-22T21:09:46.471Z" },
|
|
1346
|
+
{ url = "https://files.pythonhosted.org/packages/be/6f/43638cb8106445d3c8817256a0731cde9dd7b6a53ae2e881294bc1930ca3/ty-0.0.39-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:36b65fb0cc17f03e851d40e210d420be94ab8bc52d041328ad1e45f616036a61", size = 11055561, upload-time = "2026-05-22T21:09:36.981Z" },
|
|
1347
|
+
{ url = "https://files.pythonhosted.org/packages/91/17/95e62cf4458527ce78dc386eba18f8b10c3fb64cd8c9e7e59b262ff6029d/ty-0.0.39-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:4967967bfadf3860ff84c3fccdbaec8edf8aa20d0d727521084733d853de6657", size = 11127185, upload-time = "2026-05-22T21:09:31.395Z" },
|
|
1348
|
+
{ url = "https://files.pythonhosted.org/packages/4e/c0/93666c213db5c71ab1b1f1a0db5f66bf8c7c0e0b0bf59859f5da8f0b3c36/ty-0.0.39-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9e10ecb1297099ddf9a1f054f8bd921d1863ce85fb819a3c96ed27865a1ba6ed", size = 11608459, upload-time = "2026-05-22T21:09:12.862Z" },
|
|
1349
|
+
{ url = "https://files.pythonhosted.org/packages/79/85/3b26585afc8b50230d6464bb0642feef4fab3f847e38b1f0ffa971a81446/ty-0.0.39-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9b19cca70e465d71b0510656343883d62372bbe74b7845cae7c0e701d6d5264b", size = 12177101, upload-time = "2026-05-22T21:09:40.519Z" },
|
|
1350
|
+
{ url = "https://files.pythonhosted.org/packages/49/4a/1039e4f6afc576dc1c3a4d22a6478904a1ad3766597cd0b93c077ab9dfce/ty-0.0.39-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:56c6704b01b9b3d80ff26b2918423b742516d1e469bef830e9254dcedc9185bf", size = 11827815, upload-time = "2026-05-22T21:09:49.89Z" },
|
|
1351
|
+
{ url = "https://files.pythonhosted.org/packages/e2/c5/4688652870e350a76a8157f7ffb59ad54f37d5d10725aa7076f66ac94ec8/ty-0.0.39-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:40b7840ff46764b6a6757f4ade1cd0530fc3e8a0b435ca93e7602360e4cb90b6", size = 11694429, upload-time = "2026-05-22T21:09:21.568Z" },
|
|
1352
|
+
{ url = "https://files.pythonhosted.org/packages/fc/72/8a1c4e823bb5bdc935a1c8140e100304e36a68a4139592f170aa9736fdb7/ty-0.0.39-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:1c62a3a87ce26b50819f0dbf03bd95f23f19eeb87bbc7aa732ec64277c77f1aa", size = 11869846, upload-time = "2026-05-22T21:09:28.053Z" },
|
|
1353
|
+
{ url = "https://files.pythonhosted.org/packages/17/9f/cf982457b861ae22d657c5dcdbc631199f7f90264279db1d17230dfbc3ff/ty-0.0.39-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:f8c34bc81a9c3516e49904e9d8330aac385377cca98390193ea02b903a40fcf0", size = 11029763, upload-time = "2026-05-22T21:09:06.791Z" },
|
|
1354
|
+
{ url = "https://files.pythonhosted.org/packages/46/c9/95b64f6d43ae6e8f0b7e13dacf9c196d35819af22b1924171fba31383156/ty-0.0.39-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:66f5ab11586a64e79cb692ad685ee5469325c31b5f30bd3554f52f36dbe28cc4", size = 11146761, upload-time = "2026-05-22T21:09:10.178Z" },
|
|
1355
|
+
{ url = "https://files.pythonhosted.org/packages/52/69/0a89cfb06f7632a05bf56c78e0affb4a40f81759e275376cea75c9c5abe9/ty-0.0.39-py3-none-musllinux_1_2_i686.whl", hash = "sha256:e8d89732bcbbcb091f439e556dfc4932f198b118b47d5b85212c60662099670e", size = 11281843, upload-time = "2026-05-22T21:09:34.234Z" },
|
|
1356
|
+
{ url = "https://files.pythonhosted.org/packages/0e/53/64c4a27067a46643fea2b3fcf21a8a2f838d91a65ffdd14f2e82945b9538/ty-0.0.39-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:eceb6c91dcd05a231119f82abdd9aa337513de23ca6ac990bc44f88791dc1799", size = 11792477, upload-time = "2026-05-22T21:09:24.923Z" },
|
|
1357
|
+
{ url = "https://files.pythonhosted.org/packages/1a/e8/02f4dd4a12bcdbda0006f9c7ff3b99a4be06bd0d257d3bd4a5b66de074e6/ty-0.0.39-py3-none-win32.whl", hash = "sha256:891c3262314dbc80bf3e872634d23dd216306945daa9a9fcc206ce5ed21ac4c9", size = 10615377, upload-time = "2026-05-22T21:09:43.167Z" },
|
|
1358
|
+
{ url = "https://files.pythonhosted.org/packages/b5/5a/aaeb22faa8d4dae90a287d4c3636c671edcff3b99be5f4fc8b79ad71eef6/ty-0.0.39-py3-none-win_amd64.whl", hash = "sha256:ba7f2d54452535419e90f6f03ff39282999e87b43c21c00559f6d7ad711a36d5", size = 11710711, upload-time = "2026-05-22T21:09:53.179Z" },
|
|
1359
|
+
{ url = "https://files.pythonhosted.org/packages/a3/17/ae7339651bfcaa5f54698c8c70eaf5031baa400ecb67baec31d03a56cbd4/ty-0.0.39-py3-none-win_arm64.whl", hash = "sha256:eb4cf0fefbbfedf9a352597bb2431ebdcb7eb3a595c0f825f228e897a0ec285d", size = 11081409, upload-time = "2026-05-22T21:09:03.741Z" },
|
|
1359
1360
|
]
|
|
1360
1361
|
|
|
1361
1362
|
[[package]]
|
|
File without changes
|
|
File without changes
|
{rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/.github/actions/commitizen-bump/action.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/rekordbox_edit/commands/__init__.py
RENAMED
|
File without changes
|
{rekordbox_edit-0.4.0.dev24 → rekordbox_edit-0.4.0.dev27}/rekordbox_edit/commands/convert.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|