From 729d03c55b42f945602635bab9497e176a7a47a11bafba66f17ad7fcc96d10dd Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 10 May 2024 08:40:07 +0000 Subject: [PATCH] - update to version 3.0.0 - tox: Replace whitelist_externals - coveragerc: Remove non-existent path - Revert "Moves supported python runtimes from version 3.8 to 3.10" - Update python classifier in setup.cfg - Drop python3.6/3.7 support in testing runtime - Add py39 package metadata - Bump hacking - Moves supported python runtimes from version 3.8 to 3.10 OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-futurist?expand=0&rev=22 --- _service | 6 +++--- futurist-2.4.1.tar.gz | 3 --- futurist-3.0.0.tar.gz | 3 +++ python-futurist.changes | 13 +++++++++++++ python-futurist.spec | 12 ++++++------ 5 files changed, 25 insertions(+), 12 deletions(-) delete mode 100644 futurist-2.4.1.tar.gz create mode 100644 futurist-3.0.0.tar.gz diff --git a/_service b/_service index 931f41a..566f8f6 100644 --- a/_service +++ b/_service @@ -1,12 +1,12 @@ - + https://opendev.org/openstack/rpm-packaging/raw/master/openstack/futurist/futurist.spec.j2 python-futurist.spec https://opendev.org/openstack/futurist/raw/master/requirements.txt cloud-devel@suse.de gh,openstack,futurist - + - + diff --git a/futurist-2.4.1.tar.gz b/futurist-2.4.1.tar.gz deleted file mode 100644 index 6e29fe0..0000000 --- a/futurist-2.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c1760a877c0fe3260d04b6a6d4352a6d25ac58e483f1d6cd495e33dc3740ff7 -size 44796 diff --git a/futurist-3.0.0.tar.gz b/futurist-3.0.0.tar.gz new file mode 100644 index 0000000..31621e2 --- /dev/null +++ b/futurist-3.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6422011792414c39228e114bec5494303aaf06dcd335e4f8dd4f907f78a41f79 +size 44836 diff --git a/python-futurist.changes b/python-futurist.changes index 4cbcc57..87422b3 100644 --- a/python-futurist.changes +++ b/python-futurist.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri May 10 08:39:55 UTC 2024 - cloud-devel@suse.de + +- update to version 3.0.0 + - tox: Replace whitelist_externals + - coveragerc: Remove non-existent path + - Revert "Moves supported python runtimes from version 3.8 to 3.10" + - Update python classifier in setup.cfg + - Drop python3.6/3.7 support in testing runtime + - Add py39 package metadata + - Bump hacking + - Moves supported python runtimes from version 3.8 to 3.10 + ------------------------------------------------------------------- Sat May 14 15:45:21 UTC 2022 - cloud-devel@suse.de diff --git a/python-futurist.spec b/python-futurist.spec index 20527e2..253bf34 100644 --- a/python-futurist.spec +++ b/python-futurist.spec @@ -1,7 +1,7 @@ # # spec file for package python-futurist # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: python-futurist -Version: 2.4.1 +Version: 3.0.0 Release: 0 Summary: Useful additions to futures, from the future. License: Apache-2.0 Group: Development/Languages/Python URL: https://docs.openstack.org/futurist -Source0: https://files.pythonhosted.org/packages/source/f/futurist/futurist-2.4.1.tar.gz +Source0: https://files.pythonhosted.org/packages/source/f/futurist/futurist-3.0.0.tar.gz BuildRequires: openstack-macros BuildRequires: python3-PrettyTable BuildRequires: python3-Sphinx @@ -47,14 +47,14 @@ Useful additions to futures, from the future. This package contains the Python 3.x module. %prep -%autosetup -p1 -n futurist-2.4.1 +%autosetup -p1 -n futurist-3.0.0 %py_req_cleanup %build %{py3_build} # generate html docs -PBR_VERSION=2.4.1 %sphinx_build -b html doc/source doc/build/html +PBR_VERSION=3.0.0 %sphinx_build -b html doc/source doc/build/html # remove the sphinx-build leftovers rm -r doc/build/html/.{doctrees,buildinfo} @@ -62,7 +62,7 @@ rm -r doc/build/html/.{doctrees,buildinfo} %{py3_install} %check -python3 -m stestr.cli run +%{openstack_stestr_run} %files -n python3-futurist %doc doc/build/html README.rst