python-auditor
Advanced tools
+3
-3
| [package] | ||
| name = "python-auditor" | ||
| version = "0.9.1" | ||
| version = "0.9.2" | ||
| edition = "2024" | ||
@@ -32,6 +32,6 @@ authors = ["Stefan Kroboth <stefan.kroboth@gmail.com>"] | ||
| chrono = { version = "0.4.40", default-features = false, features = ["serde"] } | ||
| pyo3 = { version = "0.23.5", features = ["chrono", "extension-module", "anyhow"] } | ||
| pyo3-async-runtimes = { version = "0.23.0", features = ["attributes", "tokio-runtime"] } | ||
| pyo3 = { version = "0.24.1", features = ["chrono", "extension-module", "anyhow"] } | ||
| pyo3-async-runtimes = { version = "0.24.0", features = ["attributes", "tokio-runtime"] } | ||
| serde = { version = "1.0.218", features = ["derive"] } | ||
| serde_json = "1.0.139" | ||
| tokio = "1.44.1" |
| [package] | ||
| name = "auditor-client" | ||
| version = "0.9.1" | ||
| version = "0.9.2" | ||
| authors = ["Stefan Kroboth <stefan.kroboth@gmail.com>"] | ||
@@ -5,0 +5,0 @@ edition = "2024" |
| [package] | ||
| name = "auditor" | ||
| version = "0.9.1" | ||
| version = "0.9.2" | ||
| authors = ["Stefan Kroboth <stefan.kroboth@gmail.com>"] | ||
@@ -5,0 +5,0 @@ edition = "2024" |
@@ -53,3 +53,3 @@ // Copyright 2021-2022 AUDITOR developers | ||
| /// * [`anyhow::Error`] - If there was an invalid character (`/()"<>\{}`) in the `name` | ||
| /// or if a negative `amount` was given. | ||
| /// or if a negative `amount` was given. | ||
| pub fn new<T: AsRef<str>>(name: T, amount: i64) -> Result<Self, Error> { | ||
@@ -56,0 +56,0 @@ Ok(Component { |
@@ -216,3 +216,3 @@ // Copyright 2021-2022 AUDITOR developers | ||
| /// * [`anyhow::Error`] - If there was an invalid character (`/()"<>\{}`) in the `record_id` or the | ||
| /// `meta` information. | ||
| /// `meta` information. | ||
| pub fn new<T: AsRef<str>>( | ||
@@ -254,3 +254,3 @@ record_id: T, | ||
| /// * [`anyhow::Error`] - If there was an invalid character (`/()"<>\{}`) in the `record_id` or the | ||
| /// `meta` information. | ||
| /// `meta` information. | ||
| pub fn new<T: AsRef<str>>( | ||
@@ -257,0 +257,0 @@ record_id: T, |
@@ -48,3 +48,3 @@ // Copyright 2021-2022 AUDITOR developers | ||
| /// * [`anyhow::Error`] - If there was an invalid character (`/()"<>\{}`) in the `name` | ||
| /// or if a negative `value` was given. | ||
| /// or if a negative `value` was given. | ||
| pub fn new<T: AsRef<str>>(name: T, value: f64) -> Result<Self, Error> { | ||
@@ -51,0 +51,0 @@ Ok(Score { |
@@ -158,3 +158,3 @@ // Copyright 2021-2022 AUDITOR developers | ||
| .collect(); | ||
| let updated_at_vec: Vec<_> = std::iter::repeat(Utc::now()).take(records.len()).collect(); | ||
| let updated_at_vec: Vec<_> = std::iter::repeat_n(Utc::now(), records.len()).collect(); | ||
@@ -161,0 +161,0 @@ let meta_values: Vec<Value> = records |
+1
-1
| Metadata-Version: 2.1 | ||
| Name: python-auditor | ||
| Version: 0.9.1 | ||
| Version: 0.9.2 | ||
| Classifier: Programming Language :: Rust | ||
@@ -5,0 +5,0 @@ Classifier: Programming Language :: Python :: Implementation :: CPython |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
611234
0.14%