rekordbox-edit 0.5.1.dev3__tar.gz → 0.5.1.dev4__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.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/CHANGELOG.md +3 -1
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/PKG-INFO +1 -1
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/pyproject.toml +1 -1
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/uv.lock +20 -20
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/.agent-style/RULES.md +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/.agent-style/claude-code.md +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/.github/actions/build-release-notes/action.yml +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/.github/actions/commitizen-bump/action.yml +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/.github/actions/commitizen-bump/commitizen-bump.sh +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/.github/actions/install/action.yml +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/.github/actions/lint/action.yml +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/.github/actions/test/action.yml +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/.github/workflows/cd.yml +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/.github/workflows/ci.yml +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/.github/workflows/publish.yml +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/.github/workflows/release.yml +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/.gitignore +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/.pre-commit-config.yaml +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/.python-version +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/AGENTS.md +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/CLAUDE.md +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/CONTRIBUTING.md +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/LICENSE +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/Makefile +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/README.md +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/codecov.yml +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/rekordbox_edit/__init__.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/rekordbox_edit/_click.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/rekordbox_edit/api/__init__.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/rekordbox_edit/api/_utils.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/rekordbox_edit/api/convert.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/rekordbox_edit/api/edit.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/rekordbox_edit/api/search.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/rekordbox_edit/cli/__init__.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/rekordbox_edit/cli/_utils.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/rekordbox_edit/cli/convert.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/rekordbox_edit/cli/edit.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/rekordbox_edit/cli/main.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/rekordbox_edit/cli/search.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/rekordbox_edit/display.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/rekordbox_edit/logger.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/rekordbox_edit/models.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/rekordbox_edit/query.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/rekordbox_edit/utils.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/renovate.json5 +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/ruff.toml +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/tests/__init__.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/tests/api/__init__.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/tests/api/test_convert.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/tests/api/test_edit.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/tests/api/test_search.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/tests/api/test_utils.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/tests/cli/__init__.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/tests/cli/test_convert.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/tests/cli/test_edit.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/tests/cli/test_main.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/tests/cli/test_search.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/tests/cli/test_utils.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/tests/conftest.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/tests/test_display.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/tests/test_logger.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/tests/test_models.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/tests/test_query.py +0 -0
- {rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/tests/test_utils.py +0 -0
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
## v0.5.1.
|
|
1
|
+
## v0.5.1.dev4 (2026-06-08)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
- chore(deps): update linters to v0.15.16 (#76)
|
|
5
|
+
- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
4
6
|
- fix: handle stdin BOM character on windows
|
|
5
7
|
- chore(deps): update linters to v0.0.43 (#73)
|
|
6
8
|
- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rekordbox-edit
|
|
3
|
-
Version: 0.5.1.
|
|
3
|
+
Version: 0.5.1.dev4
|
|
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.5.1.
|
|
7
|
+
version = "0.5.1.dev4"
|
|
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.5.1.
|
|
993
|
+
version = "0.5.1.dev4"
|
|
994
994
|
source = { editable = "." }
|
|
995
995
|
dependencies = [
|
|
996
996
|
{ name = "click" },
|
|
@@ -1052,27 +1052,27 @@ wheels = [
|
|
|
1052
1052
|
|
|
1053
1053
|
[[package]]
|
|
1054
1054
|
name = "ruff"
|
|
1055
|
-
version = "0.15.
|
|
1055
|
+
version = "0.15.16"
|
|
1056
1056
|
source = { registry = "https://pypi.org/simple" }
|
|
1057
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1057
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a6/bd/5f7ec371001337d8fa61701c186ff8b613ecac1651848c5950f4c4d5f2e9/ruff-0.15.16.tar.gz", hash = "sha256:d05e78d38c78caf020b03789e25106c93017db5a0cb6e2819885018c61343b78", size = 4714267, upload-time = "2026-06-04T16:33:09.974Z" }
|
|
1058
1058
|
wheels = [
|
|
1059
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1060
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1061
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1062
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1063
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1064
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1065
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1066
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1067
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1068
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1069
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1070
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1071
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1072
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1073
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1074
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1075
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1059
|
+
{ url = "https://files.pythonhosted.org/packages/0c/42/53ef1c3953f157956db9bf7861e3bc50b9b887ce93300aa48cdba8336fe6/ruff-0.15.16-py3-none-linux_armv6l.whl", hash = "sha256:6ac3c0b3969cc6cf6b158c4e2f8f682acb58e7d700d8a44b65ecdc72d66ab0b2", size = 10709025, upload-time = "2026-06-04T16:32:51.935Z" },
|
|
1060
|
+
{ url = "https://files.pythonhosted.org/packages/93/9a/a79159346f19134a956607754e57d8d128f7a4c00f4ad2f7514d224c172c/ruff-0.15.16-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:197c207ed75ffba54a0dec23db4aa939a27a3053073e085e0042433cbdc58e4a", size = 11063550, upload-time = "2026-06-04T16:32:42.24Z" },
|
|
1061
|
+
{ url = "https://files.pythonhosted.org/packages/bc/72/3ce2ac000a5299ec238e01f51397b3b653c93b077d9b1bfe8715bb895f20/ruff-0.15.16-py3-none-macosx_11_0_arm64.whl", hash = "sha256:3a39fec45ab316cc23e7558f23fea4a70403ddb5648ea9a4a3854a16973d0071", size = 10421345, upload-time = "2026-06-04T16:32:37.251Z" },
|
|
1062
|
+
{ url = "https://files.pythonhosted.org/packages/b0/c2/cc7fad3ec9169373f5b6a18f1917b91080feec40c3f9658334a1d28e2f03/ruff-0.15.16-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ba93191d79003116b95128c9d306e045200fdbd0bccb782b110f3cd1d4abc5cf", size = 10757217, upload-time = "2026-06-04T16:32:54.722Z" },
|
|
1063
|
+
{ url = "https://files.pythonhosted.org/packages/69/d2/3474009eaa0a65b31fa7152a2fad5e2f050c640ceb1e6b02ee6922e94c82/ruff-0.15.16-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:c6ee4b90520630120ef032aa5cc10db483852dff950e78b1d717e2993a61ac8d", size = 10507035, upload-time = "2026-06-04T16:33:05.343Z" },
|
|
1064
|
+
{ url = "https://files.pythonhosted.org/packages/ca/81/b7ae6ccbd11f0c8dc3d5d67fc4be9b57ff57ca86ba56152021378e1277f2/ruff-0.15.16-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4e4215bc938bc3c8215c1472c1aa437e310fee20cd427335fec9d7e609563628", size = 11255291, upload-time = "2026-06-04T16:32:49.49Z" },
|
|
1065
|
+
{ url = "https://files.pythonhosted.org/packages/d9/e1/46e526f1a7cc90857ce6ddf25fbb77eb6568651ac38d71b033af07076dd5/ruff-0.15.16-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7c8d26be963b090f10e29abc8b3e74a2a321f6fa34e02424e30b5af89350ecbb", size = 12124922, upload-time = "2026-06-04T16:33:07.821Z" },
|
|
1066
|
+
{ url = "https://files.pythonhosted.org/packages/1a/da/5c791b088b596b24d0deb967fa28ae02ad751a140c0b9ea81c5ab915d6c0/ruff-0.15.16-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f198cf4123602a2280ed46c307bcbafe41758d6fee5b456b6b6058ca1514b3b4", size = 11332186, upload-time = "2026-06-04T16:33:02.971Z" },
|
|
1067
|
+
{ url = "https://files.pythonhosted.org/packages/72/11/5da87abe20047c8962361473923ebb2f62b595250126aadfad8c20649c1e/ruff-0.15.16-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bb27515fa6240fb586ae82b901a59e67d24acff86f2190b433dc542fe0435aeb", size = 11373541, upload-time = "2026-06-04T16:32:47.007Z" },
|
|
1068
|
+
{ url = "https://files.pythonhosted.org/packages/fe/2a/8554754c23a854ae3fd6b507e36ad61ddb121e298c6d5d617dec94ed0f14/ruff-0.15.16-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:a267c46ba1593fc26b8eecbea050b39d40c0b6bb7781ee11c90a02cd10032951", size = 11353014, upload-time = "2026-06-04T16:32:34.795Z" },
|
|
1069
|
+
{ url = "https://files.pythonhosted.org/packages/62/25/62ea41529ec89f742ea3fed9cb1059c72877ec7cf9b9e99ac9cf3294d1d9/ruff-0.15.16-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:528c68f39a91498a8d50e91ff5985df3d105782bab49cc378e73ac26bff083e8", size = 10737467, upload-time = "2026-06-04T16:32:26.348Z" },
|
|
1070
|
+
{ url = "https://files.pythonhosted.org/packages/90/17/334d3ad9de4d40f9dd58fdd09e35ce64553bb501e2f19a839e2fb6be14fc/ruff-0.15.16-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:7ed55c58950df60589a9a7a5d2f8fa5f54ebd287163be805adfe6ee95a9de123", size = 10521910, upload-time = "2026-06-04T16:32:32.54Z" },
|
|
1071
|
+
{ url = "https://files.pythonhosted.org/packages/4d/bd/3ac7c6ae77a885c1004b3dda2446ea401768d24f851c14b4ad4b24f6639c/ruff-0.15.16-py3-none-musllinux_1_2_i686.whl", hash = "sha256:d482feaf51512b50f9790ceb417a56a61dd1e9d9bf967662b9ed27c01b34f53a", size = 10979190, upload-time = "2026-06-04T16:32:57.492Z" },
|
|
1072
|
+
{ url = "https://files.pythonhosted.org/packages/33/d7/609546e6a413c3f216fbf2a50c928f97c80939154f6a0503114094a86191/ruff-0.15.16-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:1e15bc8c94513dae2a40cc9ef07c94fdd4ecc9e29dabebeebe170f952322c9e3", size = 11477014, upload-time = "2026-06-04T16:32:44.687Z" },
|
|
1073
|
+
{ url = "https://files.pythonhosted.org/packages/74/0d/f2cd247ad32633a5c36e97141a2c21b11c6279f7957bc2ff360b1e08fddd/ruff-0.15.16-py3-none-win32.whl", hash = "sha256:580378f7bd4aa25f72e74aa54948a9622f142b1e509521dd10902e886681cc1e", size = 10735541, upload-time = "2026-06-04T16:32:30.145Z" },
|
|
1074
|
+
{ url = "https://files.pythonhosted.org/packages/8b/9e/02e845ef151b1dee585e55c4739f8e1734ae1d9f1221dff65761c162208b/ruff-0.15.16-py3-none-win_amd64.whl", hash = "sha256:408256017284eddf98fff77b29aa4fb30f586042d535b2d9befc6512f400aaec", size = 11843403, upload-time = "2026-06-04T16:32:39.76Z" },
|
|
1075
|
+
{ url = "https://files.pythonhosted.org/packages/15/19/016553f86f207450aebebc2b2b5088d086b901cc8186c02ac4284db3bd88/ruff-0.15.16-py3-none-win_arm64.whl", hash = "sha256:8cd61783afb39638a7133ef0d2dfb1e91277593962f81b5a8423eb0b888a6121", size = 11134555, upload-time = "2026-06-04T16:33:00.136Z" },
|
|
1076
1076
|
]
|
|
1077
1077
|
|
|
1078
1078
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rekordbox_edit-0.5.1.dev3 → rekordbox_edit-0.5.1.dev4}/.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
|
|
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
|