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 victoria release from python-futurist-2.3.0-2.el8
Date: Sun, 07 Jun 2026 16:00:11 GMT [thread overview]
Message-ID: <178084801107.1.14410401345115541059.rpms-python-futurist-216ff174fd31@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-futurist
Branch : noevent
Commit : 216ff174fd31e5d2588f2bc143904d7c872fa39f
Author : Alfredo Moralejo <amoralej@redhat.com>
Date : 2020-10-28T18:47:23+01:00
Stats : +26/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-futurist/c/216ff174fd31e5d2588f2bc143904d7c872fa39f?branch=noevent
Log:
Sync from RDO victoria release from python-futurist-2.3.0-2.el8
---
diff --git a/.gitignore b/.gitignore
index 0970e34..9f8e54c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,6 @@
/futurist-1.8.1.tar.gz
/futurist-1.9.0.tar.gz
/futurist-2.1.1.tar.gz
+/futurist-2.3.0.tar.gz
+/0x2426b928085a020d8a90d0d879ab7008d0896c8a.txt
+/futurist-2.3.0.tar.gz.asc
diff --git a/python-futurist.spec b/python-futurist.spec
index ecd9950..a34909d 100644
--- a/python-futurist.spec
+++ b/python-futurist.spec
@@ -1,3 +1,5 @@
+%{!?sources_gpg: %{!?dlrn:%global sources_gpg 1} }
+%global sources_gpg_sign 0x2426b928085a020d8a90d0d879ab7008d0896c8a
%global with_doc 1
@@ -9,15 +11,25 @@
Code from the future, delivered to you in the now.
Name: python-%{pypi_name}
-Version: 2.1.1
+Version: 2.3.0
Release: 2%{?dist}
Summary: Useful additions to futures, from the future
License: ASL 2.0
URL: http://docs.openstack.org/developer/futurist
Source0: https://tarballs.openstack.org/%{pypi_name}/%{pypi_name}-%{upstream_version}.tar.gz
+# Required for tarball sources verification
+%if 0%{?sources_gpg} == 1
+Source101: https://tarballs.openstack.org/%{pypi_name}/%{pypi_name}-%{upstream_version}.tar.gz.asc
+Source102: https://releases.openstack.org/_static/%{sources_gpg_sign}.txt
+%endif
BuildArch: noarch
+# Required for tarball sources verification
+%if 0%{?sources_gpg} == 1
+BuildRequires: /usr/bin/gpgv2
+%endif
+
%package -n python3-%{pypi_name}
Summary: Useful additions to futures, from the future
%{?python_provide:%python_provide python3-%{pypi_name}}
@@ -31,7 +43,6 @@ BuildRequires: python3-six
BuildRequires: python3-contextlib2
Requires: python3-six >= 1.10.0
-Requires: python3-prettytable
%description -n python3-%{pypi_name}
%{common_desc}
@@ -55,6 +66,10 @@ Futurist
%{common_desc}
%prep
+# Required for tarball sources verification
+%if 0%{?sources_gpg} == 1
+%{gpgverify} --keyring=%{SOURCE102} --signature=%{SOURCE101} --data=%{SOURCE0}
+%endif
%autosetup -n %{pypi_name}-%{upstream_version} -S git
%build
@@ -83,6 +98,9 @@ rm -rf doc/build/html/.{doctrees,buildinfo}
%endif
%changelog
+* Wed Oct 28 2020 Alfredo Moralejo <amoralej@redhat.com> 2.3.0-2
+- Update to upstream version 2.3.0
+
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
diff --git a/sources b/sources
index 26efdfc..8b2d607 100644
--- a/sources
+++ b/sources
@@ -1 +1,3 @@
-SHA512 (futurist-2.1.1.tar.gz) = f9fbb70eef8226864376b069b85da2bbc9558f37f56876179215d0fa67f3cab94bb6550ba166a7adc293118ed4665e2b7337ceae9cfd270dcf746e8948f1512e
+SHA512 (futurist-2.3.0.tar.gz) = fa12314ce1bc12ccb7d8dd0e99a76a63dbd6a1c6560ca976eacb782f2c28a6003aee820d8ea745b59d35280b047e67563b046c761737d76fefb5928fdfba20e9
+SHA512 (0x2426b928085a020d8a90d0d879ab7008d0896c8a.txt) = b7e6d9d398c3d0a825919714e15a4165aecc19107ca04a8e9435f5ce3b57d87255154d2c9a0bc83798580385e62e7b0cd57d8b0e7cb92950371ee36e31759cee
+SHA512 (futurist-2.3.0.tar.gz.asc) = 6669a1f18b3c002505544250967859e102ec1b856dc9180deb157f5ab24711847dc2afad884715aec6f2141b4f5d0d8a08d0801f0e0e23d2e944076a02d2f5a2
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=178084801107.1.14410401345115541059.rpms-python-futurist-216ff174fd31@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