Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-cramjam for openSUSE:Factory checked in at 2026-05-13 17:21:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-cramjam (Old) and /work/SRC/openSUSE:Factory/.python-cramjam.new.1966 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cramjam" Wed May 13 17:21:33 2026 rev:10 rq:1352911 version:2.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-cramjam/python-cramjam.changes 2026-01-05 14:53:03.914041963 +0100 +++ /work/SRC/openSUSE:Factory/.python-cramjam.new.1966/python-cramjam.changes 2026-05-13 17:23:25.833475834 +0200 @@ -1,0 +2,14 @@ +Wed May 6 01:39:19 UTC 2026 - Steve Kowalik <[email protected]> + +- Work around version misnumbering. + +------------------------------------------------------------------- +Sun May 3 18:42:43 UTC 2026 - Dirk Müller <[email protected]> + +- update to 2.12.0: + * Add 3.8 for 2.11.0 release & disable hypothesis derandomize + * Drop 3.8 support + * Configure `python-source` to include type stubs + * Add 3.8 for 2.11.0 release & disable hypothesis derandomize + +------------------------------------------------------------------- Old: ---- cramjam-2.11.0.tar.xz New: ---- cramjam-2.12.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-cramjam.spec ++++++ --- /var/tmp/diff_new_pack.23ovjG/_old 2026-05-13 17:23:27.425541917 +0200 +++ /var/tmp/diff_new_pack.23ovjG/_new 2026-05-13 17:23:27.429542083 +0200 @@ -29,7 +29,7 @@ %define modname cramjam %{?sle15_python_module_pythons} Name: python-cramjam%{psuffix} -Version: 2.11.0 +Version: 2.12.0 Release: 0 Summary: Thin Python bindings to de/compression algorithms in Rust License: MIT @@ -40,8 +40,8 @@ Patch0: cramjam-opensuse-config.patch # PATCH-FIX-UPSTREAM cramjam-issue193-test_variants.patch gh#milesgranger/cramjam#193 Patch1: cramjam-issue193-test_variants.patch -BuildRequires: %{python_module base >= 3.8} -BuildRequires: %{python_module maturin >= 0.13} +BuildRequires: %{python_module base >= 3.10} +BuildRequires: %{python_module maturin >= 0.14} BuildRequires: %{python_module pip} BuildRequires: autoconf BuildRequires: automake @@ -57,10 +57,10 @@ # SECTION test dependencies %if %{with test} BuildRequires: %{python_module %{modname} = %{version}} -BuildRequires: %{python_module hypothesis} +BuildRequires: %{python_module hypothesis >= 6.60.0} BuildRequires: %{python_module numpy} +BuildRequires: %{python_module pytest >= 5.30} BuildRequires: %{python_module pytest-xdist} -BuildRequires: %{python_module pytest} %endif # /SECTION BuildRequires: fdupes @@ -72,6 +72,8 @@ %prep %autosetup -p1 -n %{modname}-%{version} -a1 +# https://github.com/milesgranger/cramjam/issues/238 +sed -i 's/2.12.0-rc1/%{version}/' pyproject.toml %build %if %{without test} @@ -95,6 +97,7 @@ %if %{without test} %files %{python_files} %license LICENSE +%doc README.md %{python_sitearch}/%{modname} %{python_sitearch}/%{modname}-%{version}.dist-info %endif ++++++ _service ++++++ --- /var/tmp/diff_new_pack.23ovjG/_old 2026-05-13 17:23:27.485544407 +0200 +++ /var/tmp/diff_new_pack.23ovjG/_new 2026-05-13 17:23:27.505545237 +0200 @@ -4,7 +4,7 @@ <param name="scm">git</param> <param name="versionformat">@PARENT_TAG@</param> <!-- can change back to master when there are no .post tags on top of the branch --> - <param name="revision">v2.11.0</param> + <param name="revision">v2.12.0</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-replacement">\1</param> </service> ++++++ cramjam-2.11.0.tar.xz -> cramjam-2.12.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/python-cramjam/cramjam-2.11.0.tar.xz /work/SRC/openSUSE:Factory/.python-cramjam.new.1966/cramjam-2.12.0.tar.xz differ: char 15, line 1 ++++++ cramjam-opensuse-config.patch ++++++ --- /var/tmp/diff_new_pack.23ovjG/_old 2026-05-13 17:23:27.549547065 +0200 +++ /var/tmp/diff_new_pack.23ovjG/_new 2026-05-13 17:23:27.553547230 +0200 @@ -1,11 +1,11 @@ -Index: cramjam-2.11.0/pyproject.toml +Index: cramjam-2.12.0/pyproject.toml =================================================================== ---- cramjam-2.11.0.orig/pyproject.toml -+++ cramjam-2.11.0/pyproject.toml -@@ -15,7 +15,26 @@ requires = ["maturin>=0.14"] - build-backend = "maturin" +--- cramjam-2.12.0.orig/pyproject.toml ++++ cramjam-2.12.0/pyproject.toml +@@ -16,7 +16,26 @@ build-backend = "maturin" [tool.maturin] + python-source = "src" -strip = true +strip = false +no-default-features = true @@ -30,11 +30,11 @@ [dependency-groups] dev = [ -Index: cramjam-2.11.0/Cargo.toml +Index: cramjam-2.12.0/Cargo.toml =================================================================== ---- cramjam-2.11.0.orig/Cargo.toml -+++ cramjam-2.11.0/Cargo.toml -@@ -79,7 +79,8 @@ libcramjam = { version = "^0.8", default +--- cramjam-2.12.0.orig/Cargo.toml ++++ cramjam-2.12.0/Cargo.toml +@@ -104,7 +104,8 @@ libcramjam = { version = "^0.8", default pyo3-build-config = "^0.25" [profile.release] ++++++ cramjam.obsinfo ++++++ --- /var/tmp/diff_new_pack.23ovjG/_old 2026-05-13 17:23:27.581548393 +0200 +++ /var/tmp/diff_new_pack.23ovjG/_new 2026-05-13 17:23:27.597549057 +0200 @@ -1,5 +1,5 @@ name: cramjam -version: 2.11.0 -mtime: 1753648793 -commit: 1f411f3a05e5acf96ca8a632087916d5bf8b3500 +version: 2.12.0 +mtime: 1776102548 +commit: c7a03b25a5d23d5d6b20327634cb0aa7078f286e ++++++ vendor.tar.xz ++++++ /work/SRC/openSUSE:Factory/python-cramjam/vendor.tar.xz /work/SRC/openSUSE:Factory/.python-cramjam.new.1966/vendor.tar.xz differ: char 15, line 1
