rekordbox-edit 0.4.0.dev29__tar.gz → 0.4.0.dev31__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.dev29 → rekordbox_edit-0.4.0.dev31}/.github/actions/install/action.yml +2 -2
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/.github/workflows/ci.yml +18 -17
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/CHANGELOG.md +8 -1
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/PKG-INFO +1 -1
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/pyproject.toml +5 -1
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/renovate.json5 +17 -6
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/uv.lock +24 -20
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/.agent-style/RULES.md +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/.agent-style/claude-code.md +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/.github/actions/commitizen-bump/action.yml +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/.github/actions/commitizen-bump/commitizen-bump.sh +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/.github/actions/lint/action.yml +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/.github/actions/test/action.yml +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/.github/workflows/cd.yml +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/.github/workflows/publish.yml +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/.github/workflows/release.yml +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/.gitignore +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/.pre-commit-config.yaml +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/AGENTS.md +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/CLAUDE.md +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/CONTRIBUTING.md +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/LICENSE +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/Makefile +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/README.md +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/codecov.yml +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/rekordbox_edit/__init__.py +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/rekordbox_edit/_click.py +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/rekordbox_edit/cli.py +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/rekordbox_edit/commands/__init__.py +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/rekordbox_edit/commands/convert.py +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/rekordbox_edit/commands/edit.py +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/rekordbox_edit/commands/search.py +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/rekordbox_edit/display.py +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/rekordbox_edit/logger.py +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/rekordbox_edit/query.py +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/rekordbox_edit/utils.py +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/ruff.toml +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/tests/__init__.py +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/tests/commands/__init__.py +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/tests/commands/test_convert.py +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/tests/commands/test_edit.py +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/tests/commands/test_search.py +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/tests/conftest.py +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/tests/test_display.py +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/tests/test_logger.py +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/tests/test_query.py +0 -0
- {rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/tests/test_utils.py +0 -0
{rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/.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@
|
|
8
|
+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
|
|
9
9
|
with:
|
|
10
10
|
enable-cache: true
|
|
11
11
|
|
|
12
12
|
- name: Set up Python
|
|
13
|
-
uses: actions/setup-python@
|
|
13
|
+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
|
|
14
14
|
with:
|
|
15
15
|
python-version: ${{ env.PYTHON }}
|
|
16
16
|
|
|
@@ -8,33 +8,34 @@ on:
|
|
|
8
8
|
|
|
9
9
|
jobs:
|
|
10
10
|
code-change:
|
|
11
|
-
name:
|
|
12
|
-
runs-on: ubuntu-
|
|
11
|
+
name: Skip Checks?
|
|
12
|
+
runs-on: ubuntu-slim
|
|
13
13
|
outputs:
|
|
14
14
|
should_skip: ${{ steps.skip_check.outputs.should_skip }}
|
|
15
|
-
|
|
15
|
+
paths_result: ${{ steps.skip_check.outputs.paths_result }}
|
|
16
16
|
steps:
|
|
17
17
|
- id: skip_check
|
|
18
18
|
uses: fkirc/skip-duplicate-actions@04a1aebece824b56e6ad6a401d015479cd1c50b3 # master
|
|
19
|
-
|
|
20
|
-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
21
|
-
|
|
22
|
-
- uses: dorny/paths-filter@d1c1ffe0248fe513906c8e24db8ea791d46f8590 # v3
|
|
23
|
-
id: filter
|
|
24
19
|
with:
|
|
25
|
-
|
|
20
|
+
cancel_others: true
|
|
21
|
+
concurrent_skipping: same_content_newer
|
|
22
|
+
paths_filter: |
|
|
26
23
|
code:
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
24
|
+
paths:
|
|
25
|
+
- 'rekordbox_edit/**'
|
|
26
|
+
- 'tests/**'
|
|
27
|
+
- 'pyproject.toml'
|
|
28
|
+
- 'uv.lock'
|
|
29
|
+
- 'Makefile'
|
|
30
|
+
- 'ruff.toml'
|
|
31
|
+
paths_ignore:
|
|
32
|
+
- '**/*.md'
|
|
33
33
|
|
|
34
34
|
lint:
|
|
35
35
|
name: 🧺 Lint
|
|
36
36
|
runs-on: ubuntu-latest
|
|
37
|
-
|
|
37
|
+
needs: code-change
|
|
38
|
+
if: ${{ needs.code-change.outputs.should_skip != 'true' && !fromJSON(needs.code-change.outputs.paths_result || '{}').code.should_skip }}
|
|
38
39
|
env:
|
|
39
40
|
PYTHON: "3.13"
|
|
40
41
|
steps:
|
|
@@ -47,7 +48,7 @@ jobs:
|
|
|
47
48
|
unit-tests:
|
|
48
49
|
name: 🧪 Tests
|
|
49
50
|
needs: code-change
|
|
50
|
-
if: ${{ needs.code-change.outputs.should_skip != 'true' && needs.code-change.outputs.
|
|
51
|
+
if: ${{ needs.code-change.outputs.should_skip != 'true' && !fromJSON(needs.code-change.outputs.paths_result || '{}').code.should_skip }}
|
|
51
52
|
strategy:
|
|
52
53
|
fail-fast: false
|
|
53
54
|
matrix:
|
|
@@ -1,6 +1,13 @@
|
|
|
1
|
-
## v0.4.0.
|
|
1
|
+
## v0.4.0.dev31 (2026-05-31)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
- chore(deps): update dependency ty to v0.0.40 (#49)
|
|
5
|
+
- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
6
|
+
- chore(deps): update astral-sh/setup-uv action to v8
|
|
7
|
+
- chore(deps): update actions/setup-python action to v6
|
|
8
|
+
- ci: clean up job skipping
|
|
9
|
+
- chore: add more groups to renovate config
|
|
10
|
+
- chore: exclude-newer for uv resolution to match renovate minimum age
|
|
4
11
|
- chore(deps): update dependency pre-commit to v4.6.0 (#39)
|
|
5
12
|
- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
6
13
|
- chore(deps): update dependency commitizen to v4.16.2 (#38)
|
|
@@ -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.dev31
|
|
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.dev31"
|
|
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"
|
|
@@ -41,6 +41,10 @@ Issues = "https://github.com/jviall/rekordbox-edit/issues"
|
|
|
41
41
|
rekordbox-edit = "rekordbox_edit.cli:main"
|
|
42
42
|
rbe = "rekordbox_edit.cli:main"
|
|
43
43
|
|
|
44
|
+
[tool.uv]
|
|
45
|
+
# Mirror Renovate's minimumReleaseAge
|
|
46
|
+
exclude-newer = "3 days"
|
|
47
|
+
|
|
44
48
|
[tool.coverage.run]
|
|
45
49
|
branch = true
|
|
46
50
|
data_file = ".coverage/coverage.db"
|
|
@@ -20,23 +20,34 @@
|
|
|
20
20
|
|
|
21
21
|
packageRules: [
|
|
22
22
|
{
|
|
23
|
-
description: "GitHub Actions: auto-merge digest pins and minor/patch",
|
|
24
23
|
matchManagers: ["github-actions"],
|
|
24
|
+
groupName: "github actions",
|
|
25
25
|
matchUpdateTypes: ["minor", "patch", "digest", "pinDigest"],
|
|
26
26
|
automerge: true,
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
matchManagers: ["pre-commit"],
|
|
30
|
+
groupName: "pre-commit hooks",
|
|
31
31
|
matchUpdateTypes: ["minor", "patch"],
|
|
32
32
|
automerge: true,
|
|
33
33
|
},
|
|
34
|
+
|
|
34
35
|
{
|
|
35
|
-
|
|
36
|
-
matchManagers: ["pre-commit"],
|
|
37
|
-
groupName: "pre-commit hooks",
|
|
36
|
+
matchManagers: ["pep621"],
|
|
38
37
|
matchUpdateTypes: ["minor", "patch"],
|
|
39
38
|
automerge: true,
|
|
40
39
|
},
|
|
40
|
+
{
|
|
41
|
+
matchPackageNames: ["ruff", "ty"],
|
|
42
|
+
groupName: "linters",
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
matchPackageNames: ["commitizen", "pre-commit"],
|
|
46
|
+
groupName: "commit tooling",
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
matchPackageNames: ["pytest", "pytest-*", "callee"],
|
|
50
|
+
groupName: "testing",
|
|
51
|
+
},
|
|
41
52
|
],
|
|
42
53
|
}
|
|
@@ -6,6 +6,10 @@ resolution-markers = [
|
|
|
6
6
|
"python_full_version < '3.11'",
|
|
7
7
|
]
|
|
8
8
|
|
|
9
|
+
[options]
|
|
10
|
+
exclude-newer = "0001-01-01T00:00:00Z" # This has no effect and is included for backwards compatibility when using relative exclude-newer values.
|
|
11
|
+
exclude-newer-span = "P3D"
|
|
12
|
+
|
|
9
13
|
[[package]]
|
|
10
14
|
name = "argcomplete"
|
|
11
15
|
version = "3.6.3"
|
|
@@ -1006,7 +1010,7 @@ wheels = [
|
|
|
1006
1010
|
|
|
1007
1011
|
[[package]]
|
|
1008
1012
|
name = "rekordbox-edit"
|
|
1009
|
-
version = "0.4.0.
|
|
1013
|
+
version = "0.4.0.dev31"
|
|
1010
1014
|
source = { editable = "." }
|
|
1011
1015
|
dependencies = [
|
|
1012
1016
|
{ name = "click" },
|
|
@@ -1336,27 +1340,27 @@ wheels = [
|
|
|
1336
1340
|
|
|
1337
1341
|
[[package]]
|
|
1338
1342
|
name = "ty"
|
|
1339
|
-
version = "0.0.
|
|
1343
|
+
version = "0.0.40"
|
|
1340
1344
|
source = { registry = "https://pypi.org/simple" }
|
|
1341
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1345
|
+
sdist = { url = "https://files.pythonhosted.org/packages/5a/f8/a754c96967b71de8723f88be17df8738216bd382ffed229cd500b7a24d13/ty-0.0.40.tar.gz", hash = "sha256:883b53dd98f6e5b33ab1c8e1a3cd94b0f29c762ef22cdf1e86aaffb4fd711c67", size = 5726484, upload-time = "2026-05-27T17:55:43.615Z" }
|
|
1342
1346
|
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/
|
|
1359
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1347
|
+
{ url = "https://files.pythonhosted.org/packages/2c/42/d029a72165ad39f95228b67355927fbd35c821dc8e3e475d49f47c2eeb1e/ty-0.0.40-py3-none-linux_armv6l.whl", hash = "sha256:9defb4742450e569a6a09de286a04008d6c2e815112da4362c88b6eaa2f52a36", size = 11406372, upload-time = "2026-05-27T17:55:49.633Z" },
|
|
1348
|
+
{ url = "https://files.pythonhosted.org/packages/23/99/7f8ea09b7e49afbf795cb3341a3217f30f228db7e62a2268ed8cbbf813d6/ty-0.0.40-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:868258a3330db88b683fcafe2c4e936d6226a6312799bf15b585d93557b2d38c", size = 11159782, upload-time = "2026-05-27T17:55:47.405Z" },
|
|
1349
|
+
{ url = "https://files.pythonhosted.org/packages/04/d8/1ea745ee97a98b26ae9564d19a430a76a35297cd450e84dcaad22e1f7ee8/ty-0.0.40-py3-none-macosx_11_0_arm64.whl", hash = "sha256:589c81060cf1e7a9ffa2f45bfa35ffd9b9fbd214104e3f13959f113627efcd91", size = 10594139, upload-time = "2026-05-27T17:55:37.206Z" },
|
|
1350
|
+
{ url = "https://files.pythonhosted.org/packages/39/1a/fbef21273c6617ff4715b4827ee1c0b6550aa7d1df4b8c43b325545c1cf4/ty-0.0.40-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7b06108990cb338d941c315ae6e9ba2fff8f518bc15d3f33e5619ff6a6c9beab", size = 11114156, upload-time = "2026-05-27T17:55:56.11Z" },
|
|
1351
|
+
{ url = "https://files.pythonhosted.org/packages/3c/f9/389fc4976d7ec016a7473cf1274bf9c4f491bb54c66649bd022bff9f2b6a/ty-0.0.40-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:3913ef37336bec4f96bd2512f8c3a543ca34c259b7170f7eb5adf75b3ed7f04c", size = 11189050, upload-time = "2026-05-27T17:55:54.099Z" },
|
|
1352
|
+
{ url = "https://files.pythonhosted.org/packages/fa/a9/4ecabbf4bdda7df0d99d8d3892c6edac0efc8c4cae756a5109178a3d0e86/ty-0.0.40-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8fd1486bd5fe48779a8aa857137f3642a0a9161f5cf57d4380f4a0ecea01c8f3", size = 11664266, upload-time = "2026-05-27T17:55:28.17Z" },
|
|
1353
|
+
{ url = "https://files.pythonhosted.org/packages/45/02/0aa78730116507c265afb1d6d5961c583b49d4c2e368c4a49fd81bcae6dc/ty-0.0.40-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1668364d5254a734329917ee66c2c5fdd5665389d41043f6fce0f22ddb32b749", size = 12187743, upload-time = "2026-05-27T17:56:04.337Z" },
|
|
1354
|
+
{ url = "https://files.pythonhosted.org/packages/e6/68/ccabf2d173523598271a385c1d3f864dbda23e5ebdc67f5969b9e830ea05/ty-0.0.40-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:43f77a73edb91e5dfa2ab9af7c4cac64614f8cc121f38a8875f22e830d3aba6a", size = 11862999, upload-time = "2026-05-27T17:55:58.087Z" },
|
|
1355
|
+
{ url = "https://files.pythonhosted.org/packages/03/8d/6d7ec22771bb23d534797cdb446eb644bccfe7a62b729bb99e7235a02fc3/ty-0.0.40-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1274ce0212ecbfed01bda7c3659c46e8bd0068e32d00c46c790466a95274c3df", size = 11743896, upload-time = "2026-05-27T17:56:00.017Z" },
|
|
1356
|
+
{ url = "https://files.pythonhosted.org/packages/cd/a4/f9fa076b010c91cb249b1fcc3476569b7b8462cb4b688da2d04c23a0622f/ty-0.0.40-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:5ee1261dbc363e5cc1a0c5bb0c8612c192bfe53491214df8bc85a540835685f9", size = 11883581, upload-time = "2026-05-27T17:56:02.319Z" },
|
|
1357
|
+
{ url = "https://files.pythonhosted.org/packages/fd/0f/5b776a2328c756d574dd4d6afbd30fc24e1ab4b76935c7c3c23f27ebbcb9/ty-0.0.40-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:6220e2cd5cdc4683dd87fb150d195bbd9f1a021395e04cb08bd3c66ea6da6ef8", size = 11093946, upload-time = "2026-05-27T17:55:33.284Z" },
|
|
1358
|
+
{ url = "https://files.pythonhosted.org/packages/64/c4/eb23154bae83ad7c2935e9e5916660fb3e31598a92ee232aebd79410480c/ty-0.0.40-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:46b9ed69d01d98ef046afac9983c68336f572605ea2a27b90fbe6f80bfc8d6b7", size = 11210737, upload-time = "2026-05-27T17:55:45.523Z" },
|
|
1359
|
+
{ url = "https://files.pythonhosted.org/packages/ff/19/1fb2529703f708cacfd13a89f98613cae2907dfa941b26976467e6119803/ty-0.0.40-py3-none-musllinux_1_2_i686.whl", hash = "sha256:ddbca9fab4406260f141674ab5efcfe7b02bd468e6985e4cdde0a21626e69ffe", size = 11332563, upload-time = "2026-05-27T17:55:41.674Z" },
|
|
1360
|
+
{ url = "https://files.pythonhosted.org/packages/87/69/b3f5a8ef26c31204e0391147b3adcdb0674eda3e7d99868478ef168a41c6/ty-0.0.40-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:b1fcc082a749e6dc11b68fe9aab0420238bbf2a2374c2c7aa3c22e8c1618b136", size = 11843216, upload-time = "2026-05-27T17:55:35.367Z" },
|
|
1361
|
+
{ url = "https://files.pythonhosted.org/packages/ac/e8/20193069d32787f3e1a6ec8940aaa3759d3de8f48f9281bcc0c5cb0939da/ty-0.0.40-py3-none-win32.whl", hash = "sha256:75feb115b3587824c5bdf8f8305e9547b0d1e398e3077b0addc7a1988ea9bb50", size = 10670731, upload-time = "2026-05-27T17:55:31.316Z" },
|
|
1362
|
+
{ url = "https://files.pythonhosted.org/packages/a3/f9/8b2aa4da61db81322d4a2f9db227afeb48110ca15ae31d380f64c64ceb63/ty-0.0.40-py3-none-win_amd64.whl", hash = "sha256:b0f905edaad788bd61f779a85801b60a267a25ed57fca05aaddd168d9d8896be", size = 11766211, upload-time = "2026-05-27T17:55:51.898Z" },
|
|
1363
|
+
{ url = "https://files.pythonhosted.org/packages/04/87/369056ed46f1b235130ec0595393262f9cd2061ca3dab276d490980f9343/ty-0.0.40-py3-none-win_arm64.whl", hash = "sha256:07da2b09d9130e2c9a257d2a29beb53105835b0256ee5fdb288fe1aab83fee47", size = 11117369, upload-time = "2026-05-27T17:55:39.329Z" },
|
|
1360
1364
|
]
|
|
1361
1365
|
|
|
1362
1366
|
[[package]]
|
|
File without changes
|
|
File without changes
|
{rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/rekordbox_edit/commands/__init__.py
RENAMED
|
File without changes
|
{rekordbox_edit-0.4.0.dev29 → rekordbox_edit-0.4.0.dev31}/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
|