public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-immutabledict] rawhide: update to 4.3.1 fixes rhbz#2403280
@ 2026-07-10  2:42 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-07-10  2:42 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-immutabledict
            Branch : rawhide
            Commit : 1f9e66d743f2c1c8c7be23c086471153cb03504a
            Author : Filipe Rosset <filiperosset@fedoraproject.org>
            Date   : 2026-06-26T13:30:11-03:00
            Stats  : +8/-8 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-immutabledict/c/1f9e66d743f2c1c8c7be23c086471153cb03504a?branch=rawhide

            Log:
            update to 4.3.1 fixes rhbz#2403280

Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>

---
diff --git a/.gitignore b/.gitignore
index ced7d4b..eb2941f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /immutabledict-4.0.0.tar.gz
 /immutabledict-4.2.0.tar.gz
 /immutabledict-4.2.1.tar.gz
+/immutabledict-4.3.1.tar.gz

diff --git a/python-immutabledict.spec b/python-immutabledict.spec
index b93f566..2e2e45c 100644
--- a/python-immutabledict.spec
+++ b/python-immutabledict.spec
@@ -1,7 +1,7 @@
 %bcond_without check
 
 Name:           python-immutabledict
-Version:        4.2.1
+Version:        4.3.1
 Release:        %autorelease
 Summary:        Drop-in replacement for dictionaries where immutability is desired
 
@@ -19,8 +19,8 @@ BuildRequires:  python3-pytest
 %global _description %{expand:
 Implements the complete mapping interface and can be used as a drop-in
 replacement for dictionaries where immutability is desired. The immutabledict
-constructor mimics dict, and all of the expected interfaces (iter, len, repr,
-hash, getitem) are provided.}
+constructor mimics dict, and all of the expected dictionary interfaces (such as
+iteration, length, representation, hash, and item retrieval) are provided.}
 
 %description %{_description}
 
@@ -44,19 +44,18 @@ Summary:        %{summary}
 
 %install
 %pyproject_install
-%pyproject_save_files immutabledict
+%pyproject_save_files -l immutabledict
 
 
 %if %{with check}
 %check
+%pyproject_check_import
+
 %pytest
 %endif
 
 
 %files -n python3-immutabledict -f %{pyproject_files}
-# Explicit license until poetry adds proper metadata
-# https://github.com/python-poetry/poetry/issues/1350
-%license LICENSE
 %doc README.md
 
 

diff --git a/sources b/sources
index 9e26026..fbe5516 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (immutabledict-4.2.1.tar.gz) = 4e8da859dae471bb6865190c7cd9ac0665a5d46be7dc8ca53511f79d4777e35842ba678c102e519e502e002d9f49ddec4e99b5adcb5a00f12f970de0fd1e0329
+SHA512 (immutabledict-4.3.1.tar.gz) = c9d1b647a3e56f9675b0029605b319196b04ac18bd02bfbc544e0e9a23444a7fe14ca986c378ba919bda6dc9d78ac6447c39ab60e7a185b3415832861ca4d1dd

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-10  2:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-10  2:42 [rpms/python-immutabledict] rawhide: update to 4.3.1 fixes rhbz#2403280 Filipe Rosset

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox