From 2bfbd70d7d4d32252791ffbd1cb59235249c7921a48241cfe02703fd58e323c8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 17 Oct 2019 08:28:59 +0000 Subject: [PATCH] - update to version 1.9.0 - Update master for stable/stein - OpenDev Migration Patch - Use opendev repository - Dropping the py35 testing - Add Python 3 Train unit tests OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-futurist?expand=0&rev=11 --- _service | 4 ++-- futurist-1.8.1.tar.gz | 3 --- futurist-1.9.0.tar.gz | 3 +++ python-futurist.changes | 10 ++++++++++ python-futurist.spec | 14 +++++++------- 5 files changed, 22 insertions(+), 12 deletions(-) delete mode 100644 futurist-1.8.1.tar.gz create mode 100644 futurist-1.9.0.tar.gz diff --git a/_service b/_service index 280f22e..77065f9 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/futurist/futurist.spec.j2 + https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/futurist/futurist.spec.j2 python-futurist.spec - https://raw.githubusercontent.com/openstack/futurist/stable/stein/requirements.txt + https://raw.githubusercontent.com/openstack/futurist/stable/train/requirements.txt cloud-devel@suse.de gh,openstack,futurist diff --git a/futurist-1.8.1.tar.gz b/futurist-1.8.1.tar.gz deleted file mode 100644 index f6631aa..0000000 --- a/futurist-1.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:499ee57728a987028725f836ac22aa18899702162fa0a0f1bbe2ecd5c8daf1eb -size 42430 diff --git a/futurist-1.9.0.tar.gz b/futurist-1.9.0.tar.gz new file mode 100644 index 0000000..d6988c2 --- /dev/null +++ b/futurist-1.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c58c359d0fa09852841efc587870db4c186c7a9175768176f69013c8acd83a6 +size 41762 diff --git a/python-futurist.changes b/python-futurist.changes index 9f09d6d..fbc5d57 100644 --- a/python-futurist.changes +++ b/python-futurist.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Oct 17 08:28:51 UTC 2019 - cloud-devel@suse.de + +- update to version 1.9.0 + - Update master for stable/stein + - OpenDev Migration Patch + - Use opendev repository + - Dropping the py35 testing + - Add Python 3 Train unit tests + ------------------------------------------------------------------- Mon Apr 8 14:00:23 UTC 2019 - cloud-devel@suse.de diff --git a/python-futurist.spec b/python-futurist.spec index a760906..8ec026b 100644 --- a/python-futurist.spec +++ b/python-futurist.spec @@ -17,21 +17,19 @@ Name: python-futurist -Version: 1.8.1 +Version: 1.9.0 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.8.1.tar.gz +Source0: https://files.pythonhosted.org/packages/source/f/futurist/futurist-1.9.0.tar.gz BuildRequires: openstack-macros BuildRequires: python2-PrettyTable >= 0.7.1 -BuildRequires: python2-Sphinx BuildRequires: python2-contextlib2 >= 0.4.0 BuildRequires: python2-eventlet BuildRequires: python2-futures >= 3.0.0 BuildRequires: python2-monotonic >= 0.6 -BuildRequires: python2-openstackdocstheme BuildRequires: python2-oslotest BuildRequires: python2-pbr >= 2.0.0 BuildRequires: python2-setuptools @@ -50,12 +48,12 @@ BuildRequires: python3-six >= 1.10.0 BuildRequires: python3-stestr BuildRequires: python3-testscenarios Requires: python-PrettyTable >= 0.7.1 -Requires: python-monotonic >= 0.6 Requires: python-six >= 1.10.0 BuildArch: noarch %ifpython2 Requires: python-contextlib2 >= 0.4.0 Requires: python-futures >= 3.0.0 +Requires: python-monotonic >= 0.6 %endif %python_subpackages @@ -63,14 +61,16 @@ Requires: python-futures >= 3.0.0 Useful additions to futures, from the future. %prep -%autosetup -p1 -n futurist-1.8.1 +%autosetup -p1 -n futurist-1.9.0 %py_req_cleanup %build %{python_build} # generate html docs -PBR_VERSION=1.8.1 sphinx-build -b html doc/source doc/build/html +PBR_VERSION=1.9.0 %sphinx_build -b html doc/source doc/build/html +# remove the sphinx-build leftovers +rm -r doc/build/html/.{doctrees,buildinfo} %install %{python_install}