- 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
This commit is contained in:
Dirk Mueller 2020-05-12 09:59:38 +00:00 committed by Git OBS Bridge
parent 4a84bb7922
commit 1a9f812e0f
5 changed files with 27 additions and 12 deletions

View File

@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/futurist/futurist.spec.j2</param>
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/futurist/futurist.spec.j2</param>
<param name="output-name">python-futurist.spec</param>
<param name="requirements">https://raw.githubusercontent.com/openstack/futurist/stable/train/requirements.txt</param>
<param name="requirements">https://opendev.org/openstack/futurist/raw/branch/stable/ussuri/requirements.txt</param>
<param name="changelog-email">cloud-devel@suse.de</param>
<param name="changelog-provider">gh,openstack,futurist</param>
</service>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0c58c359d0fa09852841efc587870db4c186c7a9175768176f69013c8acd83a6
size 41762

3
futurist-2.1.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:685a8751515c71323a4768a0c2df4fe344a52540dca7b80a5d2090b9c0d853e8
size 42307

View File

@ -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 <dmueller@suse.com>

View File

@ -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}