gxhash 0.1.3__tar.gz → 0.1.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.

Potentially problematic release.


This version of gxhash might be problematic. Click here for more details.

@@ -142,6 +142,8 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
142
142
  [[package]]
143
143
  name = "gxhash"
144
144
  version = "3.5.0"
145
+ source = "registry+https://github.com/rust-lang/crates.io-index"
146
+ checksum = "f3ce1bab7aa741d4e7042b2aae415b78741f267a98a7271ea226cd5ba6c43d7d"
145
147
  dependencies = [
146
148
  "rustversion",
147
149
  ]
@@ -241,7 +243,7 @@ dependencies = [
241
243
 
242
244
  [[package]]
243
245
  name = "py-gxhash"
244
- version = "0.1.3"
246
+ version = "0.1.4"
245
247
  dependencies = [
246
248
  "gxhash",
247
249
  "libc",
@@ -5,7 +5,7 @@ panic = "abort"
5
5
 
6
6
  [package]
7
7
  name = "py-gxhash"
8
- version = "0.1.3"
8
+ version = "0.1.4"
9
9
  edition = "2021"
10
10
 
11
11
  [lib]
@@ -16,6 +16,6 @@ crate-type = ["cdylib"]
16
16
  pyo3 = "0.24.0"
17
17
  pyo3-async-runtimes = { version = "0.24.0", features = ["tokio-runtime"] }
18
18
  tokio = "1.44.1"
19
- gxhash = { path = "..", features = ["hybrid"], default-features = false }
19
+ gxhash = { version = "3.5.0", features = ["hybrid"], default-features = false }
20
20
  memmap2 = "0.9.5"
21
21
  libc = "0.2.171"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: gxhash
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Programming Language :: Python :: Implementation :: PyPy
@@ -18,11 +18,5 @@ build-backend = "maturin"
18
18
 
19
19
  [tool.maturin]
20
20
  features = ["pyo3/extension-module"]
21
- exclude = [
22
- "**/.github/**/*",
23
- "**/benches/**/*",
24
- "**/examples/**/*",
25
- "**/uv.lock",
26
- ]
27
- manifest-path = "py-gxhash/Cargo.toml"
21
+ exclude = ["**/uv.lock"]
28
22
 
@@ -1,3 +0,0 @@
1
- [build]
2
- rustflags = ["-C", "target-cpu=native"]
3
- rustdocflags = ["-C", "target-cpu=native"]
@@ -1 +0,0 @@
1
- *.tex linguist-detectable=false
gxhash-0.1.3/.gitignore DELETED
@@ -1,25 +0,0 @@
1
- # Generated by Cargo
2
- # will have compiled files and executables
3
- debug/
4
- target/
5
-
6
- # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
7
- # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
8
- Cargo.lock
9
-
10
- # These are backup files generated by rustfmt
11
- **/*.rs.bk
12
-
13
- # MSVC Windows builds of rustc generate these, which store debugging information
14
- *.pdb
15
- article/*.log
16
- article/*.out
17
- article/*.fls
18
- article/*.toc
19
- article/*.fdb_latexmk
20
- article/*.synctex.gz
21
- article/*.aux
22
- article/*.blg
23
- article/*.bbl
24
-
25
- .idea/**/*
gxhash-0.1.3/CITATION.cff DELETED
@@ -1,10 +0,0 @@
1
- cff-version: 1.2.0
2
- message: "If you use this software, please cite it as below."
3
- authors:
4
- - family-names: Giniaux
5
- given-names: Olivier
6
- orcid: https://orcid.org/1234-5678-9101-1121
7
- title: "GxHash: A High-Throughput, Non-Cryptographic Hashing Algorithm Leveraging Modern CPU Capabilities"
8
- version: 1.0.0
9
- doi: 10.5281/zenodo.8368254
10
- date-released: