From 1a9f812e0f51ed07c1bbf3824cdc6e615380fb40ac3880701d3fa685866225d5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 12 May 2020 09:59:38 +0000 Subject: [PATCH] - update to version 2.1.1 - Make PrettyTable optional - Switch to Ussuri jobs - Update master for stable/train - Update the constraints url - Fix Calling waiters.wait_for_any() blocks if future has called Condition.wait() - Sync Sphinx requirement - [ussuri][goal] Drop python 2.7 support and testing - Add release notes link to README - Bump the openstackdocstheme extension to 1.20 - Update hacking for Python3 OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-futurist?expand=0&rev=15 --- _service | 4 ++-- futurist-1.9.0.tar.gz | 3 --- futurist-2.1.1.tar.gz | 3 +++ python-futurist.changes | 15 +++++++++++++++ python-futurist.spec | 14 +++++++------- 5 files changed, 27 insertions(+), 12 deletions(-) delete mode 100644 futurist-1.9.0.tar.gz create mode 100644 futurist-2.1.1.tar.gz diff --git a/_service b/_service index 77065f9..fed10bf 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/futurist/futurist.spec.j2 + https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/futurist/futurist.spec.j2 python-futurist.spec - https://raw.githubusercontent.com/openstack/futurist/stable/train/requirements.txt + https://opendev.org/openstack/futurist/raw/branch/stable/ussuri/requirements.txt cloud-devel@suse.de gh,openstack,futurist diff --git a/futurist-1.9.0.tar.gz b/futurist-1.9.0.tar.gz deleted file mode 100644 index d6988c2..0000000 --- a/futurist-1.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c58c359d0fa09852841efc587870db4c186c7a9175768176f69013c8acd83a6 -size 41762 diff --git a/futurist-2.1.1.tar.gz b/futurist-2.1.1.tar.gz new file mode 100644 index 0000000..f14eec1 --- /dev/null +++ b/futurist-2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:685a8751515c71323a4768a0c2df4fe344a52540dca7b80a5d2090b9c0d853e8 +size 42307 diff --git a/python-futurist.changes b/python-futurist.changes index 4a307f0..abe2eec 100644 --- a/python-futurist.changes +++ b/python-futurist.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue May 12 09:59:29 UTC 2020 - cloud-devel@suse.de + +- update to version 2.1.1 + - Make PrettyTable optional + - Switch to Ussuri jobs + - Update master for stable/train + - Update the constraints url + - Fix Calling waiters.wait_for_any() blocks if future has called Condition.wait() + - Sync Sphinx requirement + - [ussuri][goal] Drop python 2.7 support and testing + - Add release notes link to README + - Bump the openstackdocstheme extension to 1.20 + - Update hacking for Python3 + ------------------------------------------------------------------- Sat Mar 14 12:31:12 UTC 2020 - Dirk Mueller diff --git a/python-futurist.spec b/python-futurist.spec index f1f91a9..a274871 100644 --- a/python-futurist.spec +++ b/python-futurist.spec @@ -17,18 +17,18 @@ Name: python-futurist -Version: 1.9.0 +Version: 2.1.1 Release: 0 Summary: Useful additions to futures, from the future. License: Apache-2.0 Group: Development/Languages/Python URL: https://launchpad.net/futurist -Source0: https://files.pythonhosted.org/packages/source/f/futurist/futurist-1.9.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/f/futurist/futurist-2.1.1.tar.gz BuildRequires: openstack-macros -BuildRequires: python3-PrettyTable >= 0.7.1 +BuildRequires: python3-PrettyTable BuildRequires: python3-Sphinx BuildRequires: python3-eventlet -BuildRequires: python3-monotonic >= 0.6 +BuildRequires: python3-monotonic BuildRequires: python3-openstackdocstheme BuildRequires: python3-oslotest BuildRequires: python3-pbr >= 2.0.0 @@ -44,7 +44,7 @@ Useful additions to futures, from the future. %package -n python3-futurist Summary: Useful additions to futures, from the future. Group: Development/Languages/Python -Requires: python3-PrettyTable >= 0.7.1 +Requires: python3-PrettyTable Requires: python3-six >= 1.10.0 %description -n python3-futurist @@ -53,14 +53,14 @@ Useful additions to futures, from the future. This package contains the Python 3.x module. %prep -%autosetup -p1 -n futurist-1.9.0 +%autosetup -p1 -n futurist-2.1.1 %py_req_cleanup %build %{py3_build} # generate html docs -PBR_VERSION=1.9.0 %sphinx_build -b html doc/source doc/build/html +PBR_VERSION=2.1.1 %sphinx_build -b html doc/source doc/build/html # remove the sphinx-build leftovers rm -r doc/build/html/.{doctrees,buildinfo}