From 1d6049fcac3ae06193bcbca0d514738769c1245c4423082e8428a0ebd7d03fc9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 9 Oct 2020 19:13:37 +0000 Subject: [PATCH] update to stable/victoria OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-futurist?expand=0&rev=17 --- _service | 4 ++-- futurist-2.1.1.tar.gz | 3 --- futurist-2.3.0.tar.gz | 3 +++ python-futurist.changes | 16 ++++++++++++++++ python-futurist.spec | 9 ++++----- 5 files changed, 25 insertions(+), 10 deletions(-) delete mode 100644 futurist-2.1.1.tar.gz create mode 100644 futurist-2.3.0.tar.gz diff --git a/_service b/_service index fed10bf..b7236ae 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/futurist/futurist.spec.j2 + https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/futurist/futurist.spec.j2 python-futurist.spec - https://opendev.org/openstack/futurist/raw/branch/stable/ussuri/requirements.txt + https://opendev.org/openstack/futurist/raw/branch/stable/victoria/requirements.txt cloud-devel@suse.de gh,openstack,futurist diff --git a/futurist-2.1.1.tar.gz b/futurist-2.1.1.tar.gz deleted file mode 100644 index f14eec1..0000000 --- a/futurist-2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:685a8751515c71323a4768a0c2df4fe344a52540dca7b80a5d2090b9c0d853e8 -size 42307 diff --git a/futurist-2.3.0.tar.gz b/futurist-2.3.0.tar.gz new file mode 100644 index 0000000..3e6cc57 --- /dev/null +++ b/futurist-2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:174ea146adf303d7e5d7d6d34e3a01f4abf0382b03a6f9309bac2e2d54ffbed6 +size 42993 diff --git a/python-futurist.changes b/python-futurist.changes index abe2eec..8280194 100644 --- a/python-futurist.changes +++ b/python-futurist.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Oct 9 19:13:32 UTC 2020 - cloud-devel@suse.de + +- update to version 2.3.0 + - Remove monotonic usage + - Remove unnecessary blockquote in release notes + - [goal] Migrate testing to ubuntu focal + - Add py38 package metadata + - Bump default tox env from py37 to py38 + - Switch to newer openstackdocstheme and reno versions + - drop mock from lower-constraints + - Update master for stable/ussuri + - Use unittest.mock instead of third party mock + - Remove translation sections from setup.cfg + - Add Python3 victoria unit tests + ------------------------------------------------------------------- Tue May 12 09:59:29 UTC 2020 - cloud-devel@suse.de diff --git a/python-futurist.spec b/python-futurist.spec index a274871..914d043 100644 --- a/python-futurist.spec +++ b/python-futurist.spec @@ -17,13 +17,13 @@ Name: python-futurist -Version: 2.1.1 +Version: 2.3.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-2.1.1.tar.gz +Source0: https://files.pythonhosted.org/packages/source/f/futurist/futurist-2.3.0.tar.gz BuildRequires: openstack-macros BuildRequires: python3-PrettyTable BuildRequires: python3-Sphinx @@ -32,7 +32,6 @@ BuildRequires: python3-monotonic BuildRequires: python3-openstackdocstheme BuildRequires: python3-oslotest BuildRequires: python3-pbr >= 2.0.0 -BuildRequires: python3-setuptools BuildRequires: python3-six >= 1.10.0 BuildRequires: python3-stestr BuildRequires: python3-testscenarios @@ -53,14 +52,14 @@ Useful additions to futures, from the future. This package contains the Python 3.x module. %prep -%autosetup -p1 -n futurist-2.1.1 +%autosetup -p1 -n futurist-2.3.0 %py_req_cleanup %build %{py3_build} # generate html docs -PBR_VERSION=2.1.1 %sphinx_build -b html doc/source doc/build/html +PBR_VERSION=2.3.0 %sphinx_build -b html doc/source doc/build/html # remove the sphinx-build leftovers rm -r doc/build/html/.{doctrees,buildinfo}