1
0

Compare commits

4 Commits

Author SHA256 Message Date
081b80a294 Accepting request 1289727 from devel:languages:python
- Switch to pyproject macros.
- Actually run fdupes.

OBS-URL: https://build.opensuse.org/request/show/1289727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-immutables?expand=0&rev=17
2025-07-02 10:07:15 +00:00
67fb89ca24 - Switch to pyproject macros.
- Actually run fdupes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-immutables?expand=0&rev=34
2025-07-02 05:35:02 +00:00
44728d57f5 Accepting request 1217421 from devel:languages:python
- update to 0.21:
  * Drop typing_extensions dependency
  * Replace `_PyLong_Format` with `PyNumber_ToBase`

OBS-URL: https://build.opensuse.org/request/show/1217421
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-immutables?expand=0&rev=16
2024-10-25 17:18:35 +00:00
7ee7d9c7c5 - update to 0.21:
* Drop typing_extensions dependency
  * Replace `_PyLong_Format` with `PyNumber_ToBase`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-immutables?expand=0&rev=32
2024-10-23 20:26:05 +00:00
4 changed files with 24 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1d2f83e6a6a8455466cd97b9a90e2b4f7864648616dfa6b19d18f49badac3876
size 88933

BIN
immutables-0.21.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Jul 2 05:34:49 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
- Actually run fdupes.
-------------------------------------------------------------------
Wed Oct 23 20:25:25 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-immutables
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,15 +18,17 @@
%{?sle15_python_module_pythons}
Name: python-immutables
Version: 0.20
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.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%python_subpackages
@@ -39,10 +41,11 @@ Immutable collections for Python.
%build
export CFLAGS="%{optflags}"
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
export IMMU_SKIP_MYPY_TESTS=1
@@ -52,6 +55,6 @@ export IMMU_SKIP_MYPY_TESTS=1
%doc README.rst
%license LICENSE
%{python_sitearch}/immutables
%{python_sitearch}/immutables-%{version}*-info
%{python_sitearch}/immutables-%{version}.dist-info
%changelog