public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Mattia Verga <mattia.verga@proton.me>
To: git-commits@fedoraproject.org
Subject: [rpms/python-rpds-py] eln: Update to 0.30.0 (Fedora#2419305)
Date: Sun, 07 Jun 2026 23:47:41 GMT [thread overview]
Message-ID: <178087606196.1.8378479285509801151.rpms-python-rpds-py-4fa14d46c58a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-rpds-py
Branch : eln
Commit : 4fa14d46c58a814e496d4f6a85f0c64d538b9246
Author : Mattia Verga <mattia.verga@proton.me>
Date : 2026-02-10T16:33:45-05:00
Stats : +12/-11 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/python-rpds-py/c/4fa14d46c58a814e496d4f6a85f0c64d538b9246?branch=eln
Log:
Update to 0.30.0 (Fedora#2419305)
---
diff --git a/.gitignore b/.gitignore
index c36b6de..c495fee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,5 @@
/rpds_py-0.27.0-vendor.tar.xz
/rpds_py-0.29.0.tar.gz
/rpds_py-0.29.0-vendor.tar.xz
+/rpds_py-0.30.0.tar.gz
+/rpds_py-0.30.0-vendor.tar.xz
diff --git a/do_not_require_win_only_pyo3_extension.patch b/do_not_require_win_only_pyo3_extension.patch
index 8007b8f..230b3c2 100644
--- a/do_not_require_win_only_pyo3_extension.patch
+++ b/do_not_require_win_only_pyo3_extension.patch
@@ -1,10 +1,10 @@
diff -U 3 -dHrN a/Cargo.toml b/Cargo.toml
---- a/Cargo.toml 1970-01-01 01:00:00.000000000 +0100
-+++ b/Cargo.toml 2025-11-22 18:30:09.699339521 +0100
+--- a/Cargo.toml 2006-07-24 03:21:28.000000000 +0200
++++ b/Cargo.toml 2026-02-08 10:59:46.269158012 +0100
@@ -13,6 +13,4 @@
[dependencies.pyo3]
- version = "0.27.1"
+ version = "0.27.2"
-# To build extension for PyPy on Windows, "generate-import-lib" is needed:
-# https://github.com/PyO3/maturin-action/issues/267#issuecomment-2106844429
-features = ["extension-module", "generate-import-lib"]
diff --git a/fix_test_group_dependencies.patch b/fix_test_group_dependencies.patch
index 33e016e..0144365 100644
--- a/fix_test_group_dependencies.patch
+++ b/fix_test_group_dependencies.patch
@@ -1,13 +1,13 @@
-diff -U 3 -dHrN a/pyproject.toml b/pyproject.toml
---- a/pyproject.toml 2006-07-24 03:21:28.000000000 +0200
-+++ b/pyproject.toml 2025-11-22 19:03:59.102887442 +0100
-@@ -151,8 +151,7 @@
+diff -U 3 -dHrN b/pyproject.toml c/pyproject.toml
+--- b/pyproject.toml 2006-07-24 03:21:28.000000000 +0200
++++ c/pyproject.toml 2026-02-08 11:00:56.494270709 +0100
+@@ -49,8 +49,7 @@
"url-py>=0.18.0",
]
test = [
- "pytest>=9.0.1",
- "pytest-run-parallel>=0.7.1",
-+ "pytest>=8.3",
++ "pytest>=8.4",
]
typing = [
{ include-group = "test" },
diff --git a/python-rpds-py.spec b/python-rpds-py.spec
index a79ea53..4a7014c 100644
--- a/python-rpds-py.spec
+++ b/python-rpds-py.spec
@@ -2,7 +2,7 @@
%global modname rpds_py
Name: python-rpds-py
-Version: 0.29.0
+Version: 0.30.0
Release: %autorelease
Summary: Python bindings to the Rust rpds crate
# Full license breakdown in LICENSES.dependencies
diff --git a/sources b/sources
index 33cc566..84216c1 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-SHA512 (rpds_py-0.29.0.tar.gz) = fee809ab1cf4858e1f6092d47da663b3302f292f56bfd975505551339a4adf2f66a6dea33fa046987720506e6139c767d6542e5daaec914d3b0f40673d3697ce
-SHA512 (rpds_py-0.29.0-vendor.tar.xz) = b3089e4e1fdd3aef57de46fa4c5f8ccaf628e03ec3e77cd9c3a5cb8c5a400d08e517a66cbad79537079e12705db0376a813cd1414ee0b85e923b5425bb074d4a
+SHA512 (rpds_py-0.30.0.tar.gz) = d6791b9e6020fdd09d5168214d22d5f8d170563ac3e59540c05921a88b269ca11a8456270a0cd4862b6beca516425f505f0d75a5d80fc8367f2209edd826ecd3
reply other threads:[~2026-06-07 23:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178087606196.1.8378479285509801151.rpms-python-rpds-py-4fa14d46c58a@fedoraproject.org \
--to=mattia.verga@proton.me \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox