diff --git a/_service b/_service index b7236ae..931f41a 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/futurist/futurist.spec.j2 + https://opendev.org/openstack/rpm-packaging/raw/master/openstack/futurist/futurist.spec.j2 python-futurist.spec - https://opendev.org/openstack/futurist/raw/branch/stable/victoria/requirements.txt + https://opendev.org/openstack/futurist/raw/master/requirements.txt cloud-devel@suse.de gh,openstack,futurist diff --git a/futurist-2.3.0.tar.gz b/futurist-2.3.0.tar.gz deleted file mode 100644 index 3e6cc57..0000000 --- a/futurist-2.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:174ea146adf303d7e5d7d6d34e3a01f4abf0382b03a6f9309bac2e2d54ffbed6 -size 42993 diff --git a/futurist-2.4.0.tar.gz b/futurist-2.4.0.tar.gz new file mode 100644 index 0000000..97431ff --- /dev/null +++ b/futurist-2.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7452e2e8cc542c40c066c7d2be266a7029d9de391055613b4f069caa10a90b +size 45047 diff --git a/python-futurist.changes b/python-futurist.changes index 8280194..0baa03a 100644 --- a/python-futurist.changes +++ b/python-futurist.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Dec 6 09:20:49 UTC 2021 - cloud-devel@suse.de + +- update to version 2.4.0 + - remove unicode from code + - Use TOX_CONSTRAINTS_FILE + - setup.cfg: Replace dashes with underscores + - trivial: Bump hacking to 4.x + - Move flake8 as a pre-commit local target. + - pre-commit: Lower flake8 version + - Use py3 as the default runtime for tox + - Update master for stable/victoria + - Uncap PrettyTable + - Remove lower-constraints remnants + - Add Python3 wallaby unit tests + - Adding pre-commit + - Dropping lower constraints testing + - ignore reno generated artifacts + ------------------------------------------------------------------- Fri Oct 9 19:13:32 UTC 2020 - cloud-devel@suse.de diff --git a/python-futurist.spec b/python-futurist.spec index 914d043..24ed663 100644 --- a/python-futurist.spec +++ b/python-futurist.spec @@ -1,7 +1,7 @@ # # spec file for package python-futurist # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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.3.0 +Version: 2.4.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.3.0.tar.gz +URL: https://docs.openstack.org/futurist +Source0: https://files.pythonhosted.org/packages/source/f/futurist/futurist-2.4.0.tar.gz BuildRequires: openstack-macros BuildRequires: python3-PrettyTable BuildRequires: python3-Sphinx @@ -42,7 +42,6 @@ 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 Requires: python3-six >= 1.10.0 @@ -52,14 +51,14 @@ Useful additions to futures, from the future. This package contains the Python 3.x module. %prep -%autosetup -p1 -n futurist-2.3.0 +%autosetup -p1 -n futurist-2.4.0 %py_req_cleanup %build %{py3_build} # generate html docs -PBR_VERSION=2.3.0 %sphinx_build -b html doc/source doc/build/html +PBR_VERSION=2.4.0 %sphinx_build -b html doc/source doc/build/html # remove the sphinx-build leftovers rm -r doc/build/html/.{doctrees,buildinfo}