public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-setuptools-rust] f44: Update to 0.13.0 (close RHBZ#2493936)
@ 2026-06-29 13:02 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-29 13:02 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-setuptools-rust
Branch : f44
Commit : d4d22116ebd11bbb09859b49c9520ceeabbb8142
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-06-29T13:46:15+01:00
Stats  : +73/-60 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/python-setuptools-rust/c/d4d22116ebd11bbb09859b49c9520ceeabbb8142?branch=f44

Log:
Update to 0.13.0 (close RHBZ#2493936)

---
diff --git a/.gitignore b/.gitignore
index 1a2f9e2..31a6309 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /setuptools_rust-1.11.1.tar.gz
 /setuptools_rust-1.12.0.tar.gz
 /setuptools_rust-1.12.1.tar.gz
+/setuptools_rust-1.13.0.tar.gz

diff --git a/python-setuptools-rust.spec b/python-setuptools-rust.spec
index 687b1d8..ca10947 100644
--- a/python-setuptools-rust.spec
+++ b/python-setuptools-rust.spec
@@ -7,7 +7,7 @@
 %global integration_tests_exc '^(html-py-ever)'
 
 Name:           python-setuptools-rust
-Version:        1.12.1
+Version:        1.13.0
 Release:        %autorelease
 Summary:        Setuptools Rust extension plugin
 
@@ -23,7 +23,7 @@ Source:         %{pypi_source setuptools_rust}
 # https://github.com/PyO3/setuptools-rust/pull/597
 #
 # We presume that the others will get dependabot PR’s shortly.
-Patch:          setuptools_rust-1.12.1-PyO3-0.29.patch
+Patch:          setuptools_rust-1.13.0-PyO3-0.29.patch
 
 BuildArch:      noarch
 

diff --git a/setuptools_rust-1.12.1-PyO3-0.29.patch b/setuptools_rust-1.12.1-PyO3-0.29.patch
deleted file mode 100644
index f5afa00..0000000
--- a/setuptools_rust-1.12.1-PyO3-0.29.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-diff -Naur setuptools_rust-1.12.1-original/examples/hello-world/Cargo.toml setuptools_rust-1.12.1/examples/hello-world/Cargo.toml
---- setuptools_rust-1.12.1-original/examples/hello-world/Cargo.toml	2026-03-26 08:01:49.000000000 +0000
-+++ setuptools_rust-1.12.1/examples/hello-world/Cargo.toml	2026-06-20 21:32:24.092064894 +0100
-@@ -6,7 +6,7 @@
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
- 
- [dependencies]
--pyo3 = "0.28"
-+pyo3 = "0.29"
- 
- [profile.release-lto]
- inherits = "release"
-diff -Naur setuptools_rust-1.12.1-original/examples/hello-world-setuppy/Cargo.toml setuptools_rust-1.12.1/examples/hello-world-setuppy/Cargo.toml
---- setuptools_rust-1.12.1-original/examples/hello-world-setuppy/Cargo.toml	2026-03-26 08:01:49.000000000 +0000
-+++ setuptools_rust-1.12.1/examples/hello-world-setuppy/Cargo.toml	2026-06-20 21:32:29.768158955 +0100
-@@ -4,7 +4,7 @@
- edition = "2021"
- 
- [dependencies]
--pyo3 = "0.28"
-+pyo3 = "0.29"
- 
- [lib]
- # See https://github.com/PyO3/pyo3 for details
-diff -Naur setuptools_rust-1.12.1-original/examples/html-py-ever/Cargo.toml setuptools_rust-1.12.1/examples/html-py-ever/Cargo.toml
---- setuptools_rust-1.12.1-original/examples/html-py-ever/Cargo.toml	2026-03-26 08:01:49.000000000 +0000
-+++ setuptools_rust-1.12.1/examples/html-py-ever/Cargo.toml	2026-06-20 21:32:31.584189049 +0100
-@@ -6,7 +6,7 @@
- 
- [dependencies]
- scraper = "0.25"
--pyo3 = "0.28"
-+pyo3 = "0.29"
- 
- [lib]
- name = "html_py_ever"
-diff -Naur setuptools_rust-1.12.1-original/examples/namespace_package/Cargo.toml setuptools_rust-1.12.1/examples/namespace_package/Cargo.toml
---- setuptools_rust-1.12.1-original/examples/namespace_package/Cargo.toml	2026-03-26 08:01:49.000000000 +0000
-+++ setuptools_rust-1.12.1/examples/namespace_package/Cargo.toml	2026-06-20 21:32:33.724224512 +0100
-@@ -18,4 +18,4 @@
- # path = "src/lib.rs"
- 
- [dependencies]
--pyo3 = "0.28"
-+pyo3 = "0.29"
-diff -Naur setuptools_rust-1.12.1-original/examples/rust_with_cffi/Cargo.toml setuptools_rust-1.12.1/examples/rust_with_cffi/Cargo.toml
---- setuptools_rust-1.12.1-original/examples/rust_with_cffi/Cargo.toml	2026-03-26 08:01:49.000000000 +0000
-+++ setuptools_rust-1.12.1/examples/rust_with_cffi/Cargo.toml	2026-06-20 21:32:35.630256099 +0100
-@@ -5,7 +5,7 @@
- edition = "2021"
- 
- [dependencies]
--pyo3 = "0.28"
-+pyo3 = "0.29"
- 
- [lib]
- name = "rust_with_cffi"

diff --git a/setuptools_rust-1.13.0-PyO3-0.29.patch b/setuptools_rust-1.13.0-PyO3-0.29.patch
new file mode 100644
index 0000000..055dad9
--- /dev/null
+++ b/setuptools_rust-1.13.0-PyO3-0.29.patch
@@ -0,0 +1,69 @@
+diff -Naur setuptools_rust-1.13.0-original/examples/generated-files/Cargo.toml setuptools_rust-1.13.0/examples/generated-files/Cargo.toml
+--- setuptools_rust-1.13.0-original/examples/generated-files/Cargo.toml	2026-06-27 22:44:42.000000000 +0100
++++ setuptools_rust-1.13.0/examples/generated-files/Cargo.toml	2026-06-29 13:44:49.483715455 +0100
+@@ -5,7 +5,7 @@
+ build = "build.rs"
+ 
+ [dependencies]
+-pyo3 = "0.27"
++pyo3 = "0.29"
+ 
+ [lib]
+ name = "_lib"  # private module to be nested into Python package
+diff -Naur setuptools_rust-1.13.0-original/examples/hello-world/Cargo.toml setuptools_rust-1.13.0/examples/hello-world/Cargo.toml
+--- setuptools_rust-1.13.0-original/examples/hello-world/Cargo.toml	2026-06-27 22:44:42.000000000 +0100
++++ setuptools_rust-1.13.0/examples/hello-world/Cargo.toml	2026-06-29 13:44:59.091593448 +0100
+@@ -6,7 +6,7 @@
+ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+ 
+ [dependencies]
+-pyo3 = "0.28"
++pyo3 = "0.29"
+ 
+ [profile.release-lto]
+ inherits = "release"
+diff -Naur setuptools_rust-1.13.0-original/examples/hello-world-setuppy/Cargo.toml setuptools_rust-1.13.0/examples/hello-world-setuppy/Cargo.toml
+--- setuptools_rust-1.13.0-original/examples/hello-world-setuppy/Cargo.toml	2026-06-27 22:44:42.000000000 +0100
++++ setuptools_rust-1.13.0/examples/hello-world-setuppy/Cargo.toml	2026-06-29 13:44:56.458813255 +0100
+@@ -4,7 +4,7 @@
+ edition = "2021"
+ 
+ [dependencies]
+-pyo3 = "0.28"
++pyo3 = "0.29"
+ 
+ [lib]
+ # See https://github.com/PyO3/pyo3 for details
+diff -Naur setuptools_rust-1.13.0-original/examples/html-py-ever/Cargo.toml setuptools_rust-1.13.0/examples/html-py-ever/Cargo.toml
+--- setuptools_rust-1.13.0-original/examples/html-py-ever/Cargo.toml	2026-06-27 22:44:42.000000000 +0100
++++ setuptools_rust-1.13.0/examples/html-py-ever/Cargo.toml	2026-06-29 13:44:46.656675817 +0100
+@@ -6,7 +6,7 @@
+ 
+ [dependencies]
+ scraper = "0.27"
+-pyo3 = "0.28"
++pyo3 = "0.29"
+ 
+ [lib]
+ name = "html_py_ever"
+diff -Naur setuptools_rust-1.13.0-original/examples/namespace_package/Cargo.toml setuptools_rust-1.13.0/examples/namespace_package/Cargo.toml
+--- setuptools_rust-1.13.0-original/examples/namespace_package/Cargo.toml	2026-06-27 22:44:42.000000000 +0100
++++ setuptools_rust-1.13.0/examples/namespace_package/Cargo.toml	2026-06-29 13:44:44.003638622 +0100
+@@ -18,4 +18,4 @@
+ # path = "src/lib.rs"
+ 
+ [dependencies]
+-pyo3 = "0.28"
++pyo3 = "0.29"
+diff -Naur setuptools_rust-1.13.0-original/examples/rust_with_cffi/Cargo.toml setuptools_rust-1.13.0/examples/rust_with_cffi/Cargo.toml
+--- setuptools_rust-1.13.0-original/examples/rust_with_cffi/Cargo.toml	2026-06-27 22:44:42.000000000 +0100
++++ setuptools_rust-1.13.0/examples/rust_with_cffi/Cargo.toml	2026-06-29 13:44:41.476603196 +0100
+@@ -5,7 +5,7 @@
+ edition = "2021"
+ 
+ [dependencies]
+-pyo3 = "0.28"
++pyo3 = "0.29"
+ 
+ [lib]
+ name = "rust_with_cffi"

diff --git a/sources b/sources
index 93dbef9..d5102d5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (setuptools_rust-1.12.1.tar.gz) = f8af3b27e85ec4cb0197bac05a8eaa6dd294aae78030d589364fc2179591967d5c959c8e59463af31b8f4660988aabb08174982737ccc386930555b876942eba
+SHA512 (setuptools_rust-1.13.0.tar.gz) = 07f6112b614d0621f4a6a413e3484b3d04772d5214ff099ca33c87e2802d2ad11fa6c6d3e9540643177ba541768a1f12b6759a592b7af53eb10879d78fcb68b9

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-29 13:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 13:02 [rpms/python-setuptools-rust] f44: Update to 0.13.0 (close RHBZ#2493936) Benjamin A. Beasley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox