liblaf-cherries 0.0.3__tar.gz → 0.0.4__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.
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.github/copier/.copier-answers.python.yaml +1 -1
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.github/copier/.copier-answers.release.yaml +1 -1
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.github/copier/.copier-answers.shared.yaml +1 -1
- liblaf_cherries-0.0.4/.github/release-please/.manifest.json +1 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.github/release-please/config.json +4 -2
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/CHANGELOG.md +11 -4
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/PKG-INFO +2 -2
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/pyproject.toml +2 -2
- liblaf_cherries-0.0.3/.github/release-please/.manifest.json +0 -1
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.config/.restic-ignore +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.config/resticprofile.toml +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.cspell.json +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.envrc +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.github/copier/mkdocs.yaml +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.github/linters/.ruff.toml +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.github/linters/pyrightconfig.json +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.github/renovate.json +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.github/workflows/shared-docs.yaml +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.github/workflows/shared-mega-linter.yaml +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.github/workflows/shared-pr.yaml +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.github/workflows/shared-release-please.yaml +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.github/workflows/shared-release.yaml +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.github/workflows/shared-repo.yaml +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.gitignore +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.ruff.toml +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.vscode/settings.json +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/Justfile +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/LICENSE +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/__builtins__.pyi +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/docs/README.md +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/docs/SUMMARY.md +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/docs/css/fonts.css +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/docs/css/mkdocstrings/material.css +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/docs/css/mkdocstrings/syntax-highlight-in-signatures.css +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/docs/scripts/gen-ref-pages.py +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/exp/hello-cherries.py +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/mkdocs.yaml +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/pixi.lock +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/pyrightconfig.json +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/scripts/gen-init.sh +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/__init__.py +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/__init__.pyi +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/_config.py +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/_env.py +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/_experiment.py +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/_main.py +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/_start.py +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/git/__init__.py +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/git/__init__.pyi +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/git/_commit.py +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/git/_entrypoint.py +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/git/_repo.py +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/git/github/__init__.py +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/git/github/__init__.pyi +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/git/github/_link.py +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/git/github/_repo.py +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/integration/__init__.py +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/integration/__init__.pyi +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/integration/_backend.py +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/integration/_factory.py +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/integration/_neptune.py +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/plugin/__init__.py +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/plugin/__init__.pyi +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/plugin/_abc.py +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/plugin/_default.py +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/plugin/_git.py +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/plugin/_logging.py +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/plugin/_restic.py +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/utils/__init__.py +0 -0
- {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/utils/__init__.pyi +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
{".":"0.0.4"}
|
@@ -35,12 +35,14 @@
|
|
35
35
|
{
|
36
36
|
"type": "chore",
|
37
37
|
"scope": "deps",
|
38
|
-
"section": "⬆️ Dependencies"
|
38
|
+
"section": "⬆️ Dependencies",
|
39
|
+
"hidden": true
|
39
40
|
},
|
40
41
|
{
|
41
42
|
"type": "chore",
|
42
43
|
"scope": "deps-dev",
|
43
|
-
"section": "⬆️ Dependencies"
|
44
|
+
"section": "⬆️ Dependencies",
|
45
|
+
"hidden": true
|
44
46
|
},
|
45
47
|
{
|
46
48
|
"type": "fix",
|
@@ -1,16 +1,23 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
-
## [0.0.
|
3
|
+
## [0.0.4](https://github.com/liblaf/cherries/compare/v0.0.3..v0.0.4) - 2025-02-23
|
4
4
|
|
5
5
|
### ⬆️ Dependencies
|
6
6
|
|
7
|
-
- **deps:** update dependency liblaf-grapes to >=0.
|
8
|
-
- **deps:** update dependency liblaf-grapes to >=0.0.4,<0.0.5 (#8) - ([4dc1845](https://github.com/liblaf/cherries/commit/4dc18458b69222408d9889abd4609a957deddfdd))
|
7
|
+
- **deps:** update dependency liblaf-grapes to >=0.1.1,<0.1.2 (#12) - ([7167242](https://github.com/liblaf/cherries/commit/716724275eb08b04cb52d78f8145d86bdaef4ba9))
|
9
8
|
|
10
9
|
### ❤️ New Contributors
|
11
10
|
|
12
11
|
- @liblaf made their first contribution
|
13
|
-
- @renovate[bot] made their first contribution in [#
|
12
|
+
- @renovate[bot] made their first contribution in [#12](https://github.com/liblaf/cherries/pull/12)
|
13
|
+
|
14
|
+
## [0.0.3](https://github.com/liblaf/cherries/compare/v0.0.2..v0.0.3) - 2025-02-17
|
15
|
+
|
16
|
+
### ⬆️ Dependencies
|
17
|
+
|
18
|
+
- **deps:** update dependency liblaf-grapes to >=0.1.0,<0.1.1 (#11) - ([3578378](https://github.com/liblaf/cherries/commit/3578378ca5b0fe861bd72dfbe462fabbd1a4e978))
|
19
|
+
- **deps:** update dependency liblaf-grapes to >=0.0.5,<0.0.6 (#10) - ([ae48be8](https://github.com/liblaf/cherries/commit/ae48be80c7a17575dad2f1e2e876ad7abcd5480e))
|
20
|
+
- **deps:** update dependency liblaf-grapes to >=0.0.4,<0.0.5 (#8) - ([4dc1845](https://github.com/liblaf/cherries/commit/4dc18458b69222408d9889abd4609a957deddfdd))
|
14
21
|
|
15
22
|
## [0.0.2](https://github.com/liblaf/cherries/compare/v0.0.1..v0.0.2) - 2025-02-04
|
16
23
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: liblaf-cherries
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.4
|
4
4
|
Summary: Add your description here
|
5
5
|
Project-URL: Changelog, https://github.com/liblaf/cherries/blob/main/CHANGELOG.md
|
6
6
|
Project-URL: Homepage, https://github.com/liblaf/cherries
|
@@ -14,7 +14,7 @@ Requires-Python: >=3.12
|
|
14
14
|
Requires-Dist: comet-ml<4,>=3.47.6
|
15
15
|
Requires-Dist: gitpython<4,>=3.1.44
|
16
16
|
Requires-Dist: lazy-loader<0.5,>=0.4
|
17
|
-
Requires-Dist: liblaf-grapes<0.1.
|
17
|
+
Requires-Dist: liblaf-grapes<0.1.3,>=0.1.2
|
18
18
|
Requires-Dist: loguru<0.8,>=0.7.3
|
19
19
|
Requires-Dist: neptune<2,>=1.13.0
|
20
20
|
Requires-Dist: pydantic-settings<3,>=2.7.1
|
@@ -16,7 +16,7 @@ dependencies = [
|
|
16
16
|
"comet-ml>=3.47.6,<4",
|
17
17
|
"gitpython>=3.1.44,<4",
|
18
18
|
"lazy-loader>=0.4,<0.5",
|
19
|
-
"liblaf-grapes>=0.1.
|
19
|
+
"liblaf-grapes>=0.1.2,<0.1.3",
|
20
20
|
"loguru>=0.7.3,<0.8",
|
21
21
|
"neptune>=1.13.0,<2",
|
22
22
|
"pydantic-settings>=2.7.1,<3",
|
@@ -28,7 +28,7 @@ license = "MIT"
|
|
28
28
|
name = "liblaf-cherries"
|
29
29
|
readme = "docs/README.md"
|
30
30
|
requires-python = ">=3.12"
|
31
|
-
version = "0.0.
|
31
|
+
version = "0.0.4"
|
32
32
|
|
33
33
|
[project.urls]
|
34
34
|
"Changelog" = "https://github.com/liblaf/cherries/blob/main/CHANGELOG.md"
|
@@ -1 +0,0 @@
|
|
1
|
-
{".":"0.0.3"}
|
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
|
{liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.github/workflows/shared-release-please.yaml
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
|
{liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/integration/__init__.pyi
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
|