Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-patiencediff for
openSUSE:Factory checked in at 2025-12-09 12:49:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-patiencediff (Old)
and /work/SRC/openSUSE:Factory/.python-patiencediff.new.1939 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-patiencediff"
Tue Dec 9 12:49:42 2025 rev:14 rq:1321554 version:0.2.18
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-patiencediff/python-patiencediff.changes
2025-06-10 09:10:27.824279377 +0200
+++
/work/SRC/openSUSE:Factory/.python-patiencediff.new.1939/python-patiencediff.changes
2025-12-09 12:56:33.563600775 +0100
@@ -1,0 +2,37 @@
+Thu Dec 4 10:23:08 UTC 2025 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 0.2.18
+ * Include rust extensions
+- from version 0.2.17
+ * Reflow yaml
+- from version 0.2.16
+ * Format with ruff
+ * Upgrade artifact actions
+ * Add missing dollar sign
+ * Update copyright headers
+ * Migrate to disperse.toml
+ * Add codespellrc
+ * Fix spelling errors Used config files: 1: .codespellrc
+ * Use disperse action
+ * Add code of conduct
+ * add codeowners
+ * Fix twine
+ * auto-merge dependabot PRs
+ * port binding to rust
+ * Auto-merge changes
+ * Add cibuildwheel config
+ * Fix twine
+ * Remove C extension in favor of Rust implementation
+ * Skip cp314
+ * Reduce dependabot noise
+ * Fix PyO3 deprecation warnings for into_py
+ * Fix setuptools deprecation warnings for license configuration
+ * Fix wheels
+ * add typing
+ * Add python 3.14 support
+- Add _service file to enable vendoring
+- Add vendor.tar.xz to spec file
+- Renumber sources in spec file
+- Update BuildRequires from pyproject.toml
+
+-------------------------------------------------------------------
Old:
----
patiencediff-0.2.15.tar.gz
New:
----
_service
patiencediff-0.2.18.tar.gz
vendor.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-patiencediff.spec ++++++
--- /var/tmp/diff_new_pack.Iddon2/_old 2025-12-09 12:56:34.467638911 +0100
+++ /var/tmp/diff_new_pack.Iddon2/_new 2025-12-09 12:56:34.471639079 +0100
@@ -18,17 +18,19 @@
%bcond_without libalternatives
Name: python-patiencediff
-Version: 0.2.15
+Version: 0.2.18
Release: 0
Summary: Python implementation of the patiencediff algorithm
License: GPL-2.0-or-later
Group: Development/Languages/Python
URL: https://github.com/breezy-team/patiencediff
-Source:
https://files.pythonhosted.org/packages/source/p/patiencediff/patiencediff-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/patiencediff/patiencediff-%{version}.tar.gz
+Source1: vendor.tar.xz
BuildRequires: %{python_module devel >= 3.7}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module setuptools-rust}
BuildRequires: %{python_module wheel}
BuildRequires: alts
BuildRequires: fdupes
@@ -40,7 +42,7 @@
Python implementation of the patiencediff algorithm.
%prep
-%setup -q -n patiencediff-%{version}
+%setup -q -n patiencediff-%{version} -a1
%build
export CFLAGS="%{optflags}"
++++++ _service ++++++
<services>
<service name="download_files" mode="manual"/>
<service name="cargo_vendor" mode="manual">
<param name="srctar">patiencediff-0.2.18.tar.gz</param>
<param name="compression">xz</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="manual"></service>
</services>
++++++ patiencediff-0.2.15.tar.gz -> patiencediff-0.2.18.tar.gz ++++++
++++ 3660 lines of diff (skipped)