Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-immutables for openSUSE:Factory checked in at 2022-03-02 18:20:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-immutables (Old) and /work/SRC/openSUSE:Factory/.python-immutables.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-immutables" Wed Mar 2 18:20:18 2022 rev:8 rq:958226 version:0.16 Changes: -------- --- /work/SRC/openSUSE:Factory/python-immutables/python-immutables.changes 2021-08-06 22:44:37.730086779 +0200 +++ /work/SRC/openSUSE:Factory/.python-immutables.new.1958/python-immutables.changes 2022-03-02 18:20:28.472654612 +0100 @@ -1,0 +2,11 @@ +Tue Feb 22 09:01:33 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- update to 0.16: + * Refactor typings + * Update Python 3.10 support, drop Python 3.5 + * Fix test_none_collisions on 32-bit systems + * Clarify the license of the included pythoncapi_compat.h header + * Use cibuildwheel to build wheels +- drop skip_32bit_tests.patch, test_none_collisions-32-bit.patch (upstream) + +------------------------------------------------------------------- Old: ---- immutables-0.15.tar.gz test_none_collisions-32-bit.patch New: ---- immutables-0.16.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-immutables.spec ++++++ --- /var/tmp/diff_new_pack.TIwATQ/_old 2022-03-02 18:20:29.152654636 +0100 +++ /var/tmp/diff_new_pack.TIwATQ/_new 2022-03-02 18:20:29.160654637 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-immutables # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,16 +19,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-immutables -Version: 0.15 +Version: 0.16 Release: 0 Summary: Immutable collections for Python License: Apache-2.0 URL: https://github.com/MagicStack/immutables Source: https://files.pythonhosted.org/packages/source/i/immutables/immutables-%{version}.tar.gz -# PATCH-FIX-UPSTREAM test_none_collisions-32-bit.patch gh#MagicStack/immutables#69 mc...@suse.com -# Fix test_none_collisions on 32-bit systems -Patch0: test_none_collisions-32-bit.patch BuildRequires: %{python_module devel} +BuildRequires: %{python_module mypy} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros ++++++ immutables-0.15.tar.gz -> immutables-0.16.tar.gz ++++++ ++++ 1832 lines of diff (skipped)