Relax chrono-tz dependency to allow building with 0.10

epel10
Fabio Valentini 1 month ago
parent 04291657d2
commit 57ca88c149
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,5 +1,23 @@
--- pyo3-0.22.6/Cargo.toml 1970-01-01T00:00:01+00:00 --- pyo3-0.22.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pyo3-0.22.6/Cargo.toml 2024-11-09T20:58:49.612339+00:00 +++ pyo3-0.22.6/Cargo.toml 2024-12-08T20:06:12.165353+00:00
@@ -248,7 +248,7 @@
default-features = false
[dependencies.chrono-tz]
-version = ">= 0.6, < 0.10"
+version = ">= 0.6, < 0.11"
optional = true
default-features = false
@@ -328,7 +328,7 @@
version = "0.4.25"
[dev-dependencies.chrono-tz]
-version = ">= 0.6, < 0.10"
+version = ">= 0.6, < 0.11"
[dev-dependencies.futures]
version = "0.3.28"
@@ -423,7 +423,6 @@ @@ -423,7 +423,6 @@
"serde", "serde",
"smallvec", "smallvec",

@ -1,5 +1,5 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate pyo3 %global crate pyo3
@ -13,6 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/pyo3 URL: https://crates.io/crates/pyo3
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes # Manually created patch for downstream crate metadata changes
# * relax chrono-tz dependency to allow building with 0.6..=0.10
# * drop MSVC- and MinGW-only features # * drop MSVC- and MinGW-only features
Patch: pyo3-fix-metadata.diff Patch: pyo3-fix-metadata.diff
# * make unsafe subinterpreter support available via cfg flag: # * make unsafe subinterpreter support available via cfg flag:

@ -1,5 +1,6 @@
[package] [package]
cargo-toml-patch-comments = [ cargo-toml-patch-comments = [
"relax chrono-tz dependency to allow building with 0.6..=0.10",
"drop MSVC- and MinGW-only features", "drop MSVC- and MinGW-only features",
] ]
doc-files.exclude = [".towncrier.template.md"] doc-files.exclude = [".towncrier.template.md"]

Loading…
Cancel
Save