diff --git a/immutables-0.19.tar.gz b/immutables-0.19.tar.gz deleted file mode 100644 index de6d4dc..0000000 --- a/immutables-0.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df17942d60e8080835fcc5245aa6928ef4c1ed567570ec019185798195048dcf -size 85490 diff --git a/immutables-0.21.tar.gz b/immutables-0.21.tar.gz new file mode 100644 index 0000000..eb961f2 --- /dev/null +++ b/immutables-0.21.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b55ffaf0449790242feb4c56ab799ea7af92801a0a43f9e2f4f8af2ab24dfc4a +size 89008 diff --git a/python-immutables.changes b/python-immutables.changes index 0a2bd14..b6bac80 100644 --- a/python-immutables.changes +++ b/python-immutables.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Wed Oct 23 20:25:25 UTC 2024 - Dirk Müller + +- update to 0.21: + * Drop typing_extensions dependency + * Replace `_PyLong_Format` with `PyNumber_ToBase` + +------------------------------------------------------------------- +Fri Dec 1 16:59:24 UTC 2023 - Dirk Müller + +- update to 0.20: + * Enable support for pattern matching (#96) + * add support for aix/sunos (#98) + * Python 3.12 compatibility (#105) + * Add __contains__ to MapKeys (#99) + * Add PEP 585 GenericAlias support (#101) + * Move metadata to `pyproject.toml`, fix test fixture inclusion + in sdist (#111) +- drop python312.patch (upstream) + +------------------------------------------------------------------- +Mon Aug 14 20:48:16 UTC 2023 - Dirk Müller + +- add python312.patch to fix build with python 3.12 + +------------------------------------------------------------------- +Thu Jun 22 15:25:56 UTC 2023 - Dirk Müller + +- limit to newer python versions, older are no longer needed + ------------------------------------------------------------------- Fri Apr 21 12:26:44 UTC 2023 - Dirk Müller @@ -11,7 +41,7 @@ Thu Apr 13 22:42:01 UTC 2023 - Matej Cepl ------------------------------------------------------------------- Wed Oct 12 03:36:57 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 0.19 +- Update to version 0.19 * Support for Python 3.11 ------------------------------------------------------------------- @@ -31,6 +61,11 @@ Tue Jul 19 12:26:30 UTC 2022 - Dirk Müller * Test on python 3.10 * consolidate mypy and pytest config into pyproject.toml +------------------------------------------------------------------- +Mon Apr 25 12:49:18 UTC 2022 - Pablo Suárez Hernández + +- Add the package to SUSE Linux Enterprise 15 (jsc#SLE-24404) + ------------------------------------------------------------------- Tue Feb 22 09:01:33 UTC 2022 - Dirk Müller @@ -40,7 +75,7 @@ Tue Feb 22 09:01:33 UTC 2022 - Dirk Müller * 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) +- drop skip_32bit_tests.patch, test_none_collisions-32-bit.patch (upstream) ------------------------------------------------------------------- Thu Aug 5 06:23:30 UTC 2021 - Matej Cepl @@ -54,7 +89,7 @@ Thu Aug 5 06:23:30 UTC 2021 - Matej Cepl Thu Apr 22 20:28:33 UTC 2021 - Dirk Müller - update to 0.15 - * python 3.9 support + * python 3.9 support ------------------------------------------------------------------- Mon Dec 7 15:34:37 UTC 2020 - Matej Cepl @@ -65,7 +100,7 @@ Mon Dec 7 15:34:37 UTC 2020 - Matej Cepl ------------------------------------------------------------------- Tue Oct 13 07:42:13 UTC 2020 - Dirk Mueller -- skip tests that fail on 32bit +- skip tests that fail on 32bit ------------------------------------------------------------------- Wed Sep 16 11:27:37 UTC 2020 - Dirk Mueller diff --git a/python-immutables.spec b/python-immutables.spec index 62dd7f0..fba1823 100644 --- a/python-immutables.spec +++ b/python-immutables.spec @@ -1,7 +1,7 @@ # # spec file for package python-immutables # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,25 +16,19 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 %{?sle15_python_module_pythons} Name: python-immutables -Version: 0.19 +Version: 0.21 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 -BuildRequires: %{python_module devel >= 3.6} +BuildRequires: %{python_module devel >= 3.8} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module typing-extensions >= 3.7.4.3 if %python-base < 3.8} BuildRequires: fdupes BuildRequires: python-rpm-macros -%if %python_version_nodots < 38 -Requires: python-typing-extensions >= 3.7.4.3 -%endif %python_subpackages %description @@ -49,9 +43,6 @@ export CFLAGS="%{optflags}" %install %python_install -%{python_expand rm %{buildroot}%{$python_sitearch}/immutables/*.[ch] -%fdupes %{buildroot}%{$python_sitearch} -} %check export IMMU_SKIP_MYPY_TESTS=1