public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <filiperosset@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/python-immutabledict] rawhide: update to 4.3.1 fixes rhbz#2403280
Date: Fri, 10 Jul 2026 02:42:53 GMT	[thread overview]
Message-ID: <178365137398.1.4294834595410192382.rpms-python-immutabledict-1f9e66d743f2@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-07-10  2:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178365137398.1.4294834595410192382.rpms-python-immutabledict-1f9e66d743f2@fedoraproject.org \
    --to=filiperosset@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox