ptars 0.0.4__tar.gz → 0.0.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.
@@ -699,7 +699,7 @@ dependencies = [
699
699
 
700
700
  [[package]]
701
701
  name = "ptarslib"
702
- version = "0.0.4"
702
+ version = "0.0.5"
703
703
  dependencies = [
704
704
  "arrow",
705
705
  "arrow-array",
@@ -23,7 +23,7 @@ license = "Apache-2.0"
23
23
  name = "ptarslib"
24
24
  readme = "README.md"
25
25
  repository = "https://github.com/0x26res/ptars"
26
- version = "0.0.4"
26
+ version = "0.0.5"
27
27
 
28
28
  [package.metadata.maturin]
29
29
  name = "ptars._lib"
@@ -34,7 +34,7 @@ cargo build && maturin develop && RUST_BACKTRACE=1 pytest python/test
34
34
  Note: the ci script is autogenerated:
35
35
 
36
36
  ```shell
37
- maturin generate-ci github > .github/workflows/release.yml
37
+ maturin generate-ci github --output=.github/workflows/release.yaml
38
38
  ```
39
39
 
40
40
  ## Benchmarking
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ptars
3
- Version: 0.0.4
3
+ Version: 0.0.5
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Operating System :: POSIX :: Linux
6
6
  Classifier: Natural Language :: English
@@ -16,7 +16,7 @@ Home-Page: https://github.com/0x26res/ptars
16
16
  Author: 0x26res <0x26res@gmail.net>
17
17
  Author-email: 0x26res <0x26res@gmail.net>
18
18
  License: Apache-2.0
19
- Requires-Python: >=3.8
19
+ Requires-Python: >=3.10
20
20
  Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
21
21
  Project-URL: Source Code, https://github.com/0x26res/ptars
22
22
 
@@ -1762,4 +1762,4 @@ type = ["pytest-mypy"]
1762
1762
  [metadata]
1763
1763
  lock-version = "2.1"
1764
1764
  python-versions = ">=3.10,<4.0"
1765
- content-hash = "5380152f1a1134067a51ea1f6a3c4dd0b01c47a325de3366ab59e0a19e1f3653"
1765
+ content-hash = "8f4bd67fe65a7ac98bcae7f6ada4164823bdd6594234bc652f97cb99a91e9b4c"
@@ -20,8 +20,8 @@ dependencies = [
20
20
  "pyarrow > 15"
21
21
  ]
22
22
  name = "ptars"
23
- requires-python = ">=3.8"
24
- version = "0.0.4"
23
+ requires-python = ">=3.10"
24
+ version = "0.0.5"
25
25
 
26
26
  [tool.bandit]
27
27
  skips = ["B101"]
@@ -58,10 +58,10 @@ name = "ptars"
58
58
  packages = [{include = "ptars", from = "python"}]
59
59
  readme = "README.md"
60
60
  repository = "https://github.com/tradewelltech/ptars"
61
- version = "0.0.4"
61
+ version = "0.0.5"
62
62
 
63
63
  [tool.poetry.dependencies]
64
- maturin = "*"
64
+ maturin = ">=1.0,<2.0"
65
65
  protobuf = ">=3.20.1"
66
66
  pyarrow = "*"
67
67
  python = ">=3.10,<4.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