devobs 0.2.4__tar.gz → 0.2.5__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.
- {devobs-0.2.4 → devobs-0.2.5}/.github/workflows/ci.yaml +1 -1
- {devobs-0.2.4 → devobs-0.2.5}/.github/workflows/release.yaml +4 -4
- {devobs-0.2.4 → devobs-0.2.5}/Cargo.lock +9 -9
- {devobs-0.2.4 → devobs-0.2.5}/Cargo.toml +2 -2
- {devobs-0.2.4 → devobs-0.2.5}/PKG-INFO +1 -1
- {devobs-0.2.4 → devobs-0.2.5}/.config/nextest.toml +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/.devcontainer/devcontainer.json +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/.devcontainer/onCreateCommand.sh +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/.devcontainer/postAttachCommand.sh +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/.editorconfig +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/.gitattributes +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/.github/dependabot.yaml +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/.github/workflows/prepare-release.yaml +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/.gitignore +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/.pre-commit-config.yaml +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/.pre-commit-hooks.yaml +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/.rustfmt.toml +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/.vscode/extensions.json +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/.vscode/launch.json +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/.vscode/settings.json +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/LICENSE +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/Makefile +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/README.md +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/pyproject.toml +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/rust-toolchain.toml +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/src/commands/assert_diff.rs +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/src/commands/check_file_pair.rs +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/src/commands.rs +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/src/main.rs +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/src/utils/fs.rs +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/src/utils.rs +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/tests/commands/mod.rs +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/tests/commands/snapshots/integration_test__commands__test_assert_diff__changes_create-2.snap +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/tests/commands/snapshots/integration_test__commands__test_assert_diff__changes_create.snap +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/tests/commands/snapshots/integration_test__commands__test_assert_diff__changes_delete-2.snap +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/tests/commands/snapshots/integration_test__commands__test_assert_diff__changes_delete.snap +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/tests/commands/snapshots/integration_test__commands__test_assert_diff__changes_modify-2.snap +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/tests/commands/snapshots/integration_test__commands__test_assert_diff__changes_modify.snap +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/tests/commands/snapshots/integration_test__commands__test_assert_diff__empty_directory.snap +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/tests/commands/snapshots/integration_test__commands__test_assert_diff__no_changes.snap +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/tests/commands/snapshots/integration_test__commands__test_assert_diff__no_command_to_run.snap +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/tests/commands/snapshots/integration_test__commands__test_assert_diff__nonexistent_directory.snap +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/tests/commands/snapshots/integration_test__commands__test_assert_diff__on_command_error_ignore.snap +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/tests/commands/snapshots/integration_test__commands__test_assert_diff__on_command_error_propagate.snap +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/tests/commands/snapshots/integration_test__commands__test_check_file_pair__backward_matching.snap +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/tests/commands/snapshots/integration_test__commands__test_check_file_pair__create_if_not_exists.snap +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/tests/commands/snapshots/integration_test__commands__test_check_file_pair__create_if_not_exists_dry_run.snap +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/tests/commands/snapshots/integration_test__commands__test_check_file_pair__empty_directory_no_error_no_output.snap +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/tests/commands/snapshots/integration_test__commands__test_check_file_pair__forward_matching.snap +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/tests/commands/snapshots/integration_test__commands__test_check_file_pair__on_fully_populated_directory.snap +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/tests/commands/test_assert_diff.rs +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/tests/commands/test_check_file_pair.rs +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/tests/helpers.rs +0 -0
- {devobs-0.2.4 → devobs-0.2.5}/tests/integration_test.rs +0 -0
|
@@ -28,7 +28,7 @@ jobs:
|
|
|
28
28
|
args: --release --out dist
|
|
29
29
|
|
|
30
30
|
- name: Upload wheels as artifact
|
|
31
|
-
uses: actions/upload-artifact@
|
|
31
|
+
uses: actions/upload-artifact@v7
|
|
32
32
|
with:
|
|
33
33
|
name: dist-${{ matrix.target }}
|
|
34
34
|
path: dist
|
|
@@ -48,7 +48,7 @@ jobs:
|
|
|
48
48
|
args: --out dist
|
|
49
49
|
|
|
50
50
|
- name: Upload sdist as artifact
|
|
51
|
-
uses: actions/upload-artifact@
|
|
51
|
+
uses: actions/upload-artifact@v7
|
|
52
52
|
with:
|
|
53
53
|
name: sdist
|
|
54
54
|
path: dist
|
|
@@ -63,7 +63,7 @@ jobs:
|
|
|
63
63
|
contents: write
|
|
64
64
|
steps:
|
|
65
65
|
- name: Download binary artifacts
|
|
66
|
-
uses: actions/download-artifact@
|
|
66
|
+
uses: actions/download-artifact@v8
|
|
67
67
|
with:
|
|
68
68
|
path: dist
|
|
69
69
|
|
|
@@ -88,7 +88,7 @@ jobs:
|
|
|
88
88
|
id-token: write
|
|
89
89
|
steps:
|
|
90
90
|
- name: Download binary artifacts
|
|
91
|
-
uses: actions/download-artifact@
|
|
91
|
+
uses: actions/download-artifact@v8
|
|
92
92
|
with:
|
|
93
93
|
path: dist
|
|
94
94
|
merge-multiple: true
|
|
@@ -295,7 +295,7 @@ dependencies = [
|
|
|
295
295
|
|
|
296
296
|
[[package]]
|
|
297
297
|
name = "devobs"
|
|
298
|
-
version = "0.2.
|
|
298
|
+
version = "0.2.5"
|
|
299
299
|
dependencies = [
|
|
300
300
|
"anyhow",
|
|
301
301
|
"assert_cmd",
|
|
@@ -838,15 +838,15 @@ dependencies = [
|
|
|
838
838
|
|
|
839
839
|
[[package]]
|
|
840
840
|
name = "libc"
|
|
841
|
-
version = "0.2.
|
|
841
|
+
version = "0.2.182"
|
|
842
842
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
843
|
-
checksum = "
|
|
843
|
+
checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
|
|
844
844
|
|
|
845
845
|
[[package]]
|
|
846
846
|
name = "linux-raw-sys"
|
|
847
|
-
version = "0.
|
|
847
|
+
version = "0.12.1"
|
|
848
848
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
849
|
-
checksum = "
|
|
849
|
+
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
|
|
850
850
|
|
|
851
851
|
[[package]]
|
|
852
852
|
name = "litemap"
|
|
@@ -1310,9 +1310,9 @@ dependencies = [
|
|
|
1310
1310
|
|
|
1311
1311
|
[[package]]
|
|
1312
1312
|
name = "rustix"
|
|
1313
|
-
version = "1.1.
|
|
1313
|
+
version = "1.1.4"
|
|
1314
1314
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1315
|
-
checksum = "
|
|
1315
|
+
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
|
|
1316
1316
|
dependencies = [
|
|
1317
1317
|
"bitflags",
|
|
1318
1318
|
"errno",
|
|
@@ -1636,9 +1636,9 @@ dependencies = [
|
|
|
1636
1636
|
|
|
1637
1637
|
[[package]]
|
|
1638
1638
|
name = "tempfile"
|
|
1639
|
-
version = "3.
|
|
1639
|
+
version = "3.26.0"
|
|
1640
1640
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1641
|
-
checksum = "
|
|
1641
|
+
checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0"
|
|
1642
1642
|
dependencies = [
|
|
1643
1643
|
"fastrand",
|
|
1644
1644
|
"getrandom 0.3.3",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "devobs"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.5"
|
|
4
4
|
edition = "2024"
|
|
5
5
|
description = "CLI for obsessed developers."
|
|
6
6
|
readme = "README.md"
|
|
@@ -26,4 +26,4 @@ insta = "1.46.0"
|
|
|
26
26
|
mockall = "0.14.0"
|
|
27
27
|
reqwest = "0.13.1"
|
|
28
28
|
rstest = "0.26.1"
|
|
29
|
-
tempfile = "3.
|
|
29
|
+
tempfile = "3.26.0"
|
|
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
|