gitpure 1.0.1__tar.gz → 1.0.2__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.
- {gitpure-1.0.1 → gitpure-1.0.2}/.github/workflows/CI.yml +1 -1
- {gitpure-1.0.1 → gitpure-1.0.2}/Cargo.lock +11 -11
- {gitpure-1.0.1 → gitpure-1.0.2}/Cargo.toml +2 -2
- {gitpure-1.0.1 → gitpure-1.0.2}/PKG-INFO +1 -1
- {gitpure-1.0.1 → gitpure-1.0.2}/package-lock.json +903 -658
- {gitpure-1.0.1 → gitpure-1.0.2}/package.json +1 -1
- {gitpure-1.0.1 → gitpure-1.0.2}/.gitignore +0 -0
- {gitpure-1.0.1 → gitpure-1.0.2}/.releaserc.json +0 -0
- {gitpure-1.0.1 → gitpure-1.0.2}/LICENSE +0 -0
- {gitpure-1.0.1 → gitpure-1.0.2}/README.md +0 -0
- {gitpure-1.0.1 → gitpure-1.0.2}/gitpure.pyi +0 -0
- {gitpure-1.0.1 → gitpure-1.0.2}/pyproject.toml +0 -0
- {gitpure-1.0.1 → gitpure-1.0.2}/renovate.json +0 -0
- {gitpure-1.0.1 → gitpure-1.0.2}/src/lib.rs +0 -0
- {gitpure-1.0.1 → gitpure-1.0.2}/tests/test_repo.py +0 -0
|
@@ -258,7 +258,7 @@ jobs:
|
|
|
258
258
|
with:
|
|
259
259
|
subject-path: 'wheels-*/*'
|
|
260
260
|
- name: Set up Node.js
|
|
261
|
-
uses: actions/setup-node@
|
|
261
|
+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
|
|
262
262
|
with:
|
|
263
263
|
node-version: 'lts/*'
|
|
264
264
|
- name: Install npm dependencies
|
|
@@ -406,7 +406,7 @@ checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
|
|
|
406
406
|
|
|
407
407
|
[[package]]
|
|
408
408
|
name = "gitpure"
|
|
409
|
-
version = "1.0.
|
|
409
|
+
version = "1.0.2"
|
|
410
410
|
dependencies = [
|
|
411
411
|
"gix",
|
|
412
412
|
"pyo3",
|
|
@@ -1814,9 +1814,9 @@ dependencies = [
|
|
|
1814
1814
|
|
|
1815
1815
|
[[package]]
|
|
1816
1816
|
name = "pyo3"
|
|
1817
|
-
version = "0.
|
|
1817
|
+
version = "0.27.1"
|
|
1818
1818
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1819
|
-
checksum = "
|
|
1819
|
+
checksum = "37a6df7eab65fc7bee654a421404947e10a0f7085b6951bf2ea395f4659fb0cf"
|
|
1820
1820
|
dependencies = [
|
|
1821
1821
|
"indoc",
|
|
1822
1822
|
"libc",
|
|
@@ -1831,18 +1831,18 @@ dependencies = [
|
|
|
1831
1831
|
|
|
1832
1832
|
[[package]]
|
|
1833
1833
|
name = "pyo3-build-config"
|
|
1834
|
-
version = "0.
|
|
1834
|
+
version = "0.27.1"
|
|
1835
1835
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1836
|
-
checksum = "
|
|
1836
|
+
checksum = "f77d387774f6f6eec64a004eac0ed525aab7fa1966d94b42f743797b3e395afb"
|
|
1837
1837
|
dependencies = [
|
|
1838
1838
|
"target-lexicon",
|
|
1839
1839
|
]
|
|
1840
1840
|
|
|
1841
1841
|
[[package]]
|
|
1842
1842
|
name = "pyo3-ffi"
|
|
1843
|
-
version = "0.
|
|
1843
|
+
version = "0.27.1"
|
|
1844
1844
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1845
|
-
checksum = "
|
|
1845
|
+
checksum = "2dd13844a4242793e02df3e2ec093f540d948299a6a77ea9ce7afd8623f542be"
|
|
1846
1846
|
dependencies = [
|
|
1847
1847
|
"libc",
|
|
1848
1848
|
"pyo3-build-config",
|
|
@@ -1850,9 +1850,9 @@ dependencies = [
|
|
|
1850
1850
|
|
|
1851
1851
|
[[package]]
|
|
1852
1852
|
name = "pyo3-macros"
|
|
1853
|
-
version = "0.
|
|
1853
|
+
version = "0.27.1"
|
|
1854
1854
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1855
|
-
checksum = "
|
|
1855
|
+
checksum = "eaf8f9f1108270b90d3676b8679586385430e5c0bb78bb5f043f95499c821a71"
|
|
1856
1856
|
dependencies = [
|
|
1857
1857
|
"proc-macro2",
|
|
1858
1858
|
"pyo3-macros-backend",
|
|
@@ -1862,9 +1862,9 @@ dependencies = [
|
|
|
1862
1862
|
|
|
1863
1863
|
[[package]]
|
|
1864
1864
|
name = "pyo3-macros-backend"
|
|
1865
|
-
version = "0.
|
|
1865
|
+
version = "0.27.1"
|
|
1866
1866
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1867
|
-
checksum = "
|
|
1867
|
+
checksum = "70a3b2274450ba5288bc9b8c1b69ff569d1d61189d4bff38f8d22e03d17f932b"
|
|
1868
1868
|
dependencies = [
|
|
1869
1869
|
"heck",
|
|
1870
1870
|
"proc-macro2",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "gitpure"
|
|
3
|
-
version = "1.0.
|
|
3
|
+
version = "1.0.2"
|
|
4
4
|
edition = "2024"
|
|
5
5
|
authors = [ "Max Dymond <cmeister2@gmail.com>" ]
|
|
6
6
|
license = "MIT"
|
|
@@ -17,7 +17,7 @@ name = "gitpure"
|
|
|
17
17
|
crate-type = [ "cdylib" ]
|
|
18
18
|
|
|
19
19
|
[dependencies]
|
|
20
|
-
pyo3 = "0.
|
|
20
|
+
pyo3 = "0.27.0"
|
|
21
21
|
|
|
22
22
|
[dependencies.gix]
|
|
23
23
|
version = "0.73.0"
|