public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Alfredo Moralejo <amoralej@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-futurist] noevent: Sync from RDO zed release from python-futurist-2.4.1-1.el9s
Date: Sun, 07 Jun 2026 16:00:15 GMT	[thread overview]
Message-ID: <178084801511.1.457036608251145857.rpms-python-futurist-0606e9a2420d@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-futurist
Branch : noevent
Commit : 0606e9a2420d73ac8845ef80588b6a9891ccfad5
Author : Alfredo Moralejo <amoralej@redhat.com>
Date   : 2022-11-18T08:40:33+01:00
Stats  : +12/-8 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/python-futurist/c/0606e9a2420d73ac8845ef80588b6a9891ccfad5?branch=noevent

Log:
Sync from RDO zed release from python-futurist-2.4.1-1.el9s

---
diff --git a/.gitignore b/.gitignore
index f1cfdd2..2634695 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,6 @@
 /futurist-2.4.0.tar.gz
 /0x4c29ff0e437f3351fd82bdf47c5a3bc787dc7035.txt
 /futurist-2.4.0.tar.gz.asc
+/futurist-2.4.1.tar.gz
+/0xa63ea142678138d1bb15f2e303bdfd64dd164087.txt
+/futurist-2.4.1.tar.gz.asc

diff --git a/python-futurist.spec b/python-futurist.spec
index f76df01..a967d42 100644
--- a/python-futurist.spec
+++ b/python-futurist.spec
@@ -1,5 +1,5 @@
 %{!?sources_gpg: %{!?dlrn:%global sources_gpg 1} }
-%global sources_gpg_sign 0x4c29ff0e437f3351fd82bdf47c5a3bc787dc7035
+%global sources_gpg_sign 0xa63ea142678138d1bb15f2e303bdfd64dd164087
 
 %global with_doc 1
 
@@ -11,8 +11,8 @@
 Code from the future, delivered to you in the now.
 
 Name:           python-%{pypi_name}
-Version:        2.4.0
-Release:        3%{?dist}
+Version:        2.4.1
+Release:        1%{?dist}
 Summary:        Useful additions to futures, from the future
 
 License:        ASL 2.0
@@ -39,9 +39,7 @@ BuildRequires:  python3-pbr
 BuildRequires:  git-core
 BuildRequires:  python3-prettytable
 BuildRequires:  python3-setuptools
-BuildRequires:  python3-six
 
-Requires:       python3-six >= 1.10.0
 
 %description -n python3-%{pypi_name}
 %{common_desc}
@@ -97,6 +95,9 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
 %endif
 
 %changelog
+* Fri Nov 18 2022 Alfredo Moralejo <amoralej@redhat.com> 2.4.1-1
+- Update to upstream version 2.4.1
+
 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
 

diff --git a/sources b/sources
index 621777d..b7a2a0d 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (futurist-2.4.0.tar.gz) = f3472a35d26022e9bbb3fc83afd5206fe52e601c6be4e453329ab9aefc6672dd96e7236de1f7eb9058c60a8611a5a8cd0246c085f0f8e3e53c9300e498a0c434
-SHA512 (0x4c29ff0e437f3351fd82bdf47c5a3bc787dc7035.txt) = 0d23121226876128c8d568c0818cdb42d7f2aa44c75bf2b9a5862da705d76925791a41f79be4fba99816ccc3fc086c166a48e58406068dabc02d1a83ce8a700c
-SHA512 (futurist-2.4.0.tar.gz.asc) = 79a89a3519cd3b8952405f620477b61f39755c6677131653b738322695c01c8c414783d9d08e1b96e879f5adf95476e626a0b7d9aa0b552a1c4d89ceaf1b5960
+SHA512 (futurist-2.4.1.tar.gz) = 39a5ccdbfd3f513356ef6f951ba2c53048b43fd7084001e025a776a4ceca8f53e9759711f3e0548b6bebd94c8760be095117084990e72e5284db0c09e0df7003
+SHA512 (0xa63ea142678138d1bb15f2e303bdfd64dd164087.txt) = 2701e33e10913b01b0537b7a8f7ace21c2aa40fa8e9ea3f88d0ba7d1543d97bbcca3c8301fa04f1376a46fabbbc4a9d2da5b667ca2bbf1874a3de8d49b4322c7
+SHA512 (futurist-2.4.1.tar.gz.asc) = c99f45172f987e044b35c4ee6b940450a0a1bec0d414e76e0454275641ab771b482b2a663d487a2e9b32d5566b2dc0ee0f6ab35410d5ce38d8ac5a406effebdd

                 reply	other threads:[~2026-06-07 16:00 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=178084801511.1.457036608251145857.rpms-python-futurist-0606e9a2420d@fedoraproject.org \
    --to=amoralej@redhat.com \
    --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