Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-rpds-py for openSUSE:Factory 
checked in at 2026-04-23 17:04:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rpds-py (Old)
 and      /work/SRC/openSUSE:Factory/.python-rpds-py.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rpds-py"

Thu Apr 23 17:04:21 2026 rev:6 rq:1348662 version:0.30.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rpds-py/python-rpds-py.changes    
2025-09-11 14:39:33.860364495 +0200
+++ /work/SRC/openSUSE:Factory/.python-rpds-py.new.11940/python-rpds-py.changes 
2026-04-23 17:04:27.792377954 +0200
@@ -1,0 +2,17 @@
+Wed Apr 22 01:24:36 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Update to 0.30.0:
+  * Update to PyO3 0.27.2
+  * Bump actions/download-artifact from 5 to 6
+  * Bump github/codeql-action from 4.30.9 to 4.31.0
+  * Bump actions/upload-artifact from 4 to 5
+  * Bump astral-sh/setup-uv from 7.1.1 to 7.1.2
+  * Bump github/codeql-action from 4.31.0 to 4.31.2
+  * Bump softprops/action-gh-release from 2.4.1 to 2.4.2
+  * Bump rpds from 1.1.2 to 1.2.0
+  * Bump PyO3 to 0.27
+- Drop tar_scm use and switch to the PyPi sdist.
+- Ship the LICENSE and the README in the built packages.
+- Run the testsuite.
+
+-------------------------------------------------------------------

Old:
----
  _servicedata
  rpds.py-0.27.1.obscpio
  rpds.py-0.27.1.tar.gz
  rpds.py.obsinfo

New:
----
  rpds_py-0.30.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-rpds-py.spec ++++++
--- /var/tmp/diff_new_pack.cRvW04/_old  2026-04-23 17:04:28.944425414 +0200
+++ /var/tmp/diff_new_pack.cRvW04/_new  2026-04-23 17:04:28.956425908 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-rpds-py
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,12 +19,12 @@
 %global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
 %{?sle15_python_module_pythons}
 Name:           python-rpds-py
-Version:        0.27.1
+Version:        0.30.0
 Release:        0
 Summary:        Python bindings to Rust's persistent data structures (rpds)
 License:        MIT
 URL:            https://github.com/Julian/rpds.py
-Source:         rpds.py-%{version}.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/r/rpds-py/rpds_py-%{version}.tar.gz
 Source1:        vendor.tar.zst
 BuildRequires:  %{python_module maturin}
 BuildRequires:  %{python_module pip}
@@ -44,7 +44,7 @@
 Python bindings to Rust's persistent data structures (rpds)
 
 %prep
-%autosetup -a1 -n rpds.py-%{version}
+%autosetup -a1 -n rpds_py-%{version}
 
 %build
 export RUSTFLAGS=%{rustflags}
@@ -53,10 +53,14 @@
 %install
 export RUSTFLAGS=%{rustflags}
 %pyproject_install
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
+%check
+%pytest_arch
+
 %files %{python_files}
+%doc README.rst
+%license LICENSE
 %{python_sitearch}/rpds
 %{python_sitearch}/rpds_py-%{version}.dist-info/
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.cRvW04/_old  2026-04-23 17:04:29.000427722 +0200
+++ /var/tmp/diff_new_pack.cRvW04/_new  2026-04-23 17:04:29.004427886 +0200
@@ -1,26 +1,11 @@
 <services>
-  <service name="obs_scm" mode="manual">
-    <param name="url">https://github.com/Julian/rpds.py</param>
-    <param name="scm">git</param>
-    <param name="exclude">.git</param>
-    <param name="revision">v0.27.1</param>
-    <param name="versionformat">@PARENT_TAG@</param>
-    <param name="changesgenerate">enable</param>
-    <param name="versionrewrite-pattern">v(.*)</param>
-  </service>
   <service name="set_version" mode="manual"/>
   <service name="cargo_vendor" mode="manual">
-    <param name="srcdir">rpds.py</param>
+    <param name="srctar">rpds_py-*.tar.gz</param>
     <param name="update">true</param>
   </service>
   <service name="cargo_audit" mode="manual">
     <param name="srcdir">rpds.py</param>
   </service>
-
-  <service name="tar" mode="buildtime"/>
-  <service name="recompress" mode="buildtime">
-    <param name="file">*.tar</param>
-    <param name="compression">gz</param>
-  </service>
 </services>
 

++++++ vendor.tar.zst ++++++
++++ 862881 lines of diff (skipped)

Reply via email to