forked from pool/python-immutabledict
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 274b1ec70f | |||
| 386b6ae7b2 | |||
| b23ebc286f | |||
| 07e35f177e |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e003fd81aad2377a5a758bf7e1086cf3b70b63e9a5cc2f46bce8d0a2b4727c5f
|
|
||||||
size 6165
|
|
||||||
3
immutabledict-4.2.2.tar.gz
Normal file
3
immutabledict-4.2.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cb6ed3090df593148f94cb407d218ca526fd2639694afdb553dc4f50ce6feeca
|
||||||
|
size 6099
|
||||||
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 15:14:44 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 4.2.2
|
||||||
|
* Update classifiers, Github Actions... for Python 3.14
|
||||||
|
* Update metadatas for PEP 639
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 19 15:37:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 4.2.1:
|
||||||
|
* Published with attestation
|
||||||
|
* Update classifiers, Github Actions... for Python 3.13 (no
|
||||||
|
code changes)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 16 08:33:35 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sat Mar 16 08:33:35 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
%define short_name immutabledict
|
%define short_name immutabledict
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-%{short_name}%{psuffix}
|
Name: python-%{short_name}%{psuffix}
|
||||||
Version: 4.2.0
|
Version: 4.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Immutable wrapper around dictionaries (a fork of frozendict)
|
Summary: Immutable wrapper around dictionaries (a fork of frozendict)
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -35,7 +35,7 @@ URL: https://github.com/corenting/immutabledict
|
|||||||
Source: https://files.pythonhosted.org/packages/source/i/immutabledict/immutabledict-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/i/immutabledict/immutabledict-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base >= 3.8}
|
BuildRequires: %{python_module base >= 3.8}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module poetry-core}
|
BuildRequires: %{python_module poetry-core >= 2.0.0}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module typing_extensions}
|
BuildRequires: %{python_module typing_extensions}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
|
|||||||
Reference in New Issue
Block a user