rekordbox-edit 0.6.0.dev10__tar.gz → 0.6.0.dev11__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.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/CHANGELOG.md +3 -1
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/PKG-INFO +1 -1
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/pyproject.toml +1 -1
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/uv.lock +20 -20
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/.agent-style/RULES.md +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/.agent-style/claude-code.md +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/.github/actions/build-release-notes/action.yml +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/.github/actions/commitizen-bump/action.yml +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/.github/actions/commitizen-bump/commitizen-bump.sh +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/.github/actions/install/action.yml +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/.github/actions/lint/action.yml +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/.github/actions/test/action.yml +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/.github/workflows/cd.yml +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/.github/workflows/ci.yml +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/.github/workflows/publish.yml +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/.github/workflows/release.yml +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/.gitignore +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/.pre-commit-config.yaml +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/.python-version +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/AGENTS.md +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/CLAUDE.md +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/CONTRIBUTING.md +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/LICENSE +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/Makefile +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/README.md +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/codecov.yml +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/rekordbox_edit/__init__.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/rekordbox_edit/_click.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/rekordbox_edit/api/__init__.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/rekordbox_edit/api/_utils.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/rekordbox_edit/api/convert.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/rekordbox_edit/api/edit.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/rekordbox_edit/api/search.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/rekordbox_edit/cli/__init__.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/rekordbox_edit/cli/_utils.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/rekordbox_edit/cli/convert.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/rekordbox_edit/cli/edit.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/rekordbox_edit/cli/main.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/rekordbox_edit/cli/search.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/rekordbox_edit/display.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/rekordbox_edit/logger.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/rekordbox_edit/models.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/rekordbox_edit/query.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/rekordbox_edit/utils.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/renovate.json5 +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/ruff.toml +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/tests/__init__.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/tests/api/__init__.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/tests/api/test_convert.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/tests/api/test_edit.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/tests/api/test_search.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/tests/api/test_utils.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/tests/cli/__init__.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/tests/cli/test_convert.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/tests/cli/test_edit.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/tests/cli/test_main.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/tests/cli/test_search.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/tests/cli/test_utils.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/tests/conftest.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/tests/test_display.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/tests/test_logger.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/tests/test_models.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/tests/test_query.py +0 -0
- {rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/tests/test_utils.py +0 -0
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
## v0.6.0.
|
|
1
|
+
## v0.6.0.dev11 (2026-06-09)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
- chore(deps): update linters to v0.0.44 (#79)
|
|
5
|
+
- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
4
6
|
- test: restore coverage lost during api/cli redesign
|
|
5
7
|
- Restore tests for ffmpeg conversion internals, post-commit/rollback
|
|
6
8
|
paths, and the CLI preview-confirm-commit default flow that the
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rekordbox-edit
|
|
3
|
-
Version: 0.6.0.
|
|
3
|
+
Version: 0.6.0.dev11
|
|
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.6.0.
|
|
7
|
+
version = "0.6.0.dev11"
|
|
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"
|
|
@@ -990,7 +990,7 @@ wheels = [
|
|
|
990
990
|
|
|
991
991
|
[[package]]
|
|
992
992
|
name = "rekordbox-edit"
|
|
993
|
-
version = "0.6.0.
|
|
993
|
+
version = "0.6.0.dev11"
|
|
994
994
|
source = { editable = "." }
|
|
995
995
|
dependencies = [
|
|
996
996
|
{ name = "click" },
|
|
@@ -1299,27 +1299,27 @@ wheels = [
|
|
|
1299
1299
|
|
|
1300
1300
|
[[package]]
|
|
1301
1301
|
name = "ty"
|
|
1302
|
-
version = "0.0.
|
|
1302
|
+
version = "0.0.44"
|
|
1303
1303
|
source = { registry = "https://pypi.org/simple" }
|
|
1304
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1304
|
+
sdist = { url = "https://files.pythonhosted.org/packages/13/f4/fbb120226e4f239652525a664bad976a23fea58c646d1323f2296fee8a61/ty-0.0.44.tar.gz", hash = "sha256:5886229830ab77022842a1c55d2ef57405621a91fc465969fa6d538661898173", size = 5803665, upload-time = "2026-06-05T03:33:48.612Z" }
|
|
1305
1305
|
wheels = [
|
|
1306
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1307
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1308
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1309
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1310
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1311
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1312
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1313
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1314
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1315
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1316
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1317
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1318
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1319
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1320
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1321
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1322
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1306
|
+
{ url = "https://files.pythonhosted.org/packages/e8/c6/b5b8c4762efb4d85401652658786506867553ecfc2beac3bcf361a15937f/ty-0.0.44-py3-none-linux_armv6l.whl", hash = "sha256:272d31e7ad49b1dc5e8465a9fe700354e14c755b40d9c75f08f031d786903df3", size = 11607267, upload-time = "2026-06-05T03:33:27.154Z" },
|
|
1307
|
+
{ url = "https://files.pythonhosted.org/packages/1c/5c/f4b405570737f44ab0fc4214117fe43353f8f0825a1823d9e99e9c8e57be/ty-0.0.44-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:b92c4ddd7a3daf2049715edec9dc70cf6fd31a5a318ee647258f90dd75495eed", size = 11382826, upload-time = "2026-06-05T03:33:54.374Z" },
|
|
1308
|
+
{ url = "https://files.pythonhosted.org/packages/9d/aa/fb9835aa492b148d7754cb4c3db07f31a7e2e09f0d8e0e8e297f01125dd2/ty-0.0.44-py3-none-macosx_11_0_arm64.whl", hash = "sha256:4d42cfd84a690f6654b2a4f0515027c21b692cf2512d32e6433f754893a95609", size = 10809741, upload-time = "2026-06-05T03:33:33.22Z" },
|
|
1309
|
+
{ url = "https://files.pythonhosted.org/packages/47/f5/0b20ba6b66837a5a37bab7f74ac0732c66e766b5f0b2d55b30816b15f348/ty-0.0.44-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5dc47ae87e4cb7db2a9166bb23b78a905c3626e523296ec5bccf36b5e89bda6b", size = 11318153, upload-time = "2026-06-05T03:34:09.403Z" },
|
|
1310
|
+
{ url = "https://files.pythonhosted.org/packages/ca/bb/b82ea730774a4f950f06d355fbc120d51eac7da23b57fc79ef6ff7c79cbb/ty-0.0.44-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:46d867e80f16f421ac72c9a85240dbf050d62d9b3fbd10a8b5b082fb21679e0b", size = 11403108, upload-time = "2026-06-05T03:33:57.745Z" },
|
|
1311
|
+
{ url = "https://files.pythonhosted.org/packages/8b/41/e2c83856165291049c702eda4e2ef3d3ebd875e8a0a77b8cc4ef3156aa1c/ty-0.0.44-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:411f5de0f96a4e4e5cccc3e0d55954c41f6a99ee6ca1fe5a7226cbc68406e053", size = 11944815, upload-time = "2026-06-05T03:34:15.793Z" },
|
|
1312
|
+
{ url = "https://files.pythonhosted.org/packages/66/95/1fa6a101eb9d5bec042b87e5ca9c8fc349b75961beca6306f95af5cd5539/ty-0.0.44-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4b15f01ecb4e2b46c05a1769293f9d32c3d4a1e4e7dfccf37c604d705dc3e3f4", size = 12476121, upload-time = "2026-06-05T03:33:51.529Z" },
|
|
1313
|
+
{ url = "https://files.pythonhosted.org/packages/72/6a/da4b45b1229d39207c6140681c2aaf4f5691bcb1dc830b84450ca25c8f57/ty-0.0.44-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:edd32b7467af509c99c0244c2226a4e4c03400699003ec33373282ab931654d9", size = 12091340, upload-time = "2026-06-05T03:33:36.289Z" },
|
|
1314
|
+
{ url = "https://files.pythonhosted.org/packages/16/c7/e1c9260ea5188195962ff1214ace418b5d69187e8fa7c0a1ec4994b8071b/ty-0.0.44-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:503a585f4007387c3afc58bae23a7ca1b9f236cbdb1a881dc36110655ceb1937", size = 11986201, upload-time = "2026-06-05T03:34:00.624Z" },
|
|
1315
|
+
{ url = "https://files.pythonhosted.org/packages/92/f9/312bb112da9b1a7da295bb0426be85e72ad48da4e4266c36d77256b4058d/ty-0.0.44-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:2d28bcfa83243d77c2316944e8cf197f73597bf17d1ddc047d0b10a762531252", size = 12168475, upload-time = "2026-06-05T03:33:30.386Z" },
|
|
1316
|
+
{ url = "https://files.pythonhosted.org/packages/02/de/64978d603f6c3e5dd7cb97eca2214567d8ad0c85fa4a7435b7852ae4b779/ty-0.0.44-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:56fd2dd0192def189715b25f5338f6222fb827884dc34111e50aa1c4e061cee5", size = 11292937, upload-time = "2026-06-05T03:34:06.448Z" },
|
|
1317
|
+
{ url = "https://files.pythonhosted.org/packages/64/63/a625d8a3c71dcaa01988d330f849c465fe72ead4b0bbab44fe4bd6e672b5/ty-0.0.44-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:7f8d990489032de1984e73c159f3e760d754cf83a602b874827d943821f63595", size = 11421560, upload-time = "2026-06-05T03:33:23.995Z" },
|
|
1318
|
+
{ url = "https://files.pythonhosted.org/packages/99/96/61aeba0e629b0c91bd316ff94d00e38817ec493ae4316f39508988daa287/ty-0.0.44-py3-none-musllinux_1_2_i686.whl", hash = "sha256:f61ffe72996a755432922fe90b28db593f572eb5cbf48e3ef4e67b282533d1b0", size = 11580282, upload-time = "2026-06-05T03:34:03.308Z" },
|
|
1319
|
+
{ url = "https://files.pythonhosted.org/packages/fa/f7/256e1538ce21cab67b381201444c42454de69d310059c4929d92a0ee9c48/ty-0.0.44-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:2b237a143bac4f30cec9257d45f01e72da97030a80a09a2b69cfef065f09c37f", size = 12085723, upload-time = "2026-06-05T03:33:45.953Z" },
|
|
1320
|
+
{ url = "https://files.pythonhosted.org/packages/d3/76/ec3957c10872643a98db7a7895101ad89c5b7cba4bc6c4aebbbfc91756cc/ty-0.0.44-py3-none-win32.whl", hash = "sha256:6a24586c65419223ac5bab4822d49ab493a5d19ea2a897514284c232b9d6166a", size = 10892978, upload-time = "2026-06-05T03:34:12.603Z" },
|
|
1321
|
+
{ url = "https://files.pythonhosted.org/packages/a5/7d/ba24050432196e7d7f03945e5c379951593c48e04e5c5d5275cfc4624791/ty-0.0.44-py3-none-win_amd64.whl", hash = "sha256:8cccb27e348c89a9733fbad1b2efadfbad79b107c7e52adb52dfd8a70156a38d", size = 11987058, upload-time = "2026-06-05T03:33:42.692Z" },
|
|
1322
|
+
{ url = "https://files.pythonhosted.org/packages/71/34/16ec3f1fec75292d9c56a8b5fef037ceaba85a5c30562206c1a245a00a67/ty-0.0.44-py3-none-win_arm64.whl", hash = "sha256:58049504e7a12bf1957f24a5384a332c94d5590127083a80db5e5a1bed34190b", size = 11329961, upload-time = "2026-06-05T03:33:39.427Z" },
|
|
1323
1323
|
]
|
|
1324
1324
|
|
|
1325
1325
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/.github/actions/commitizen-bump/action.yml
RENAMED
|
File without changes
|
|
File without changes
|
{rekordbox_edit-0.6.0.dev10 → rekordbox_edit-0.6.0.dev11}/.github/actions/install/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
|
|
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
|
|
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
|