public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Matthias Runge <mrunge@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-futurist] noevent: update to 1.7.0
Date: Sun, 07 Jun 2026 16:00:04 GMT	[thread overview]
Message-ID: <178084800469.1.2845247714191501486.rpms-python-futurist-09f4900ca40d@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-futurist
Branch : noevent
Commit : 09f4900ca40d4dc417a4d1a6a054614bd8cbdedd
Author : Matthias Runge <mrunge@redhat.com>
Date   : 2018-07-23T08:19:57+02:00
Stats  : +32/-3 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/python-futurist/c/09f4900ca40d4dc417a4d1a6a054614bd8cbdedd?branch=noevent

Log:
update to 1.7.0

---
diff --git a/.gitignore b/.gitignore
index 79b343e..571e7ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /futurist-0.17.0.tar.gz
 /futurist-0.18.0.tar.gz
 /futurist-0.19.0.tar.gz
+/futurist-1.7.0.tar.gz

diff --git a/python-futurist.spec b/python-futurist.spec
index 7ce00e7..1e5e0a7 100644
--- a/python-futurist.spec
+++ b/python-futurist.spec
@@ -7,8 +7,8 @@
 %global pypi_name futurist
 
 Name:           python-%{pypi_name}
-Version:        0.19.0
-Release:        8%{?dist}
+Version:        1.7.0
+Release:        1%{?dist}
 Summary:        Useful additions to futures, from the future
 
 License:        ASL 2.0
@@ -30,6 +30,14 @@ BuildRequires:  python2-prettytable
 BuildRequires:  python2-contextlib2
 BuildRequires:  python2-setuptools
 BuildRequires:  python2-six
+BuildRequires:  python2-openstackdocstheme
+# test requirements
+BuildRequires:  python2-eventlet
+BuildRequires:  python2-subunit
+BuildRequires:  python2-oslotest
+BuildRequires:  python2-testrepository
+BuildRequires:  python2-testscenarios
+BuildRequires:  python2-testtools
 
 Requires:       python2-six >= 1.9.0
 Requires:       python2-monotonic
@@ -53,6 +61,14 @@ BuildRequires:  python3-prettytable
 BuildRequires:  python3-sphinx
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-six
+# test requirements
+BuildRequires:  python3-eventlet
+BuildRequires:  python3-subunit
+BuildRequires:  python3-oslotest
+BuildRequires:  python3-testrepository
+BuildRequires:  python3-testscenarios
+BuildRequires:  python3-testtools
+
 
 Requires:       python3-six >= 1.9.0
 Requires:       python3-monotonic
@@ -97,6 +113,15 @@ rm -rf html/.{doctrees,buildinfo}
 %endif
 %py2_install
 
+%check
+export PYTHON=%{__python2}
+# test fails with db type could not determined
+# %{__python2} setup.py testr --slowest
+%if 0%{?with_python3}
+export PYTHON=%{__python3}
+# %{__python3} setup.py testr --slowest
+%endif
+
 %files -n python2-%{pypi_name}
 %doc README.rst
 %license LICENSE
@@ -116,6 +141,9 @@ rm -rf html/.{doctrees,buildinfo}
 %license LICENSE
 
 %changelog
+* Mon Jul 23 2018 Matthias Runge <mrunge@redhat.com> - 1.7.0-1
+- update to 1.7.0
+
 * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.0-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
 

diff --git a/sources b/sources
index e25cf1e..a199c4e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ee681c849f89e43d354fa7a01317c474  futurist-0.19.0.tar.gz
+SHA512 (futurist-1.7.0.tar.gz) = 486785d4064d2fbb693fc252c1734d222613ad5fda44d3ed245bb85c8748a326ebcf06c34c6a13781c454bd5088c82f55d05f30a6a930eadea7f11fcd99e72b9

                 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=178084800469.1.2845247714191501486.rpms-python-futurist-09f4900ca40d@fedoraproject.org \
    --to=mrunge@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