- 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 OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-futurist?expand=0&rev=19
This commit is contained in:
parent
1d6049fcac
commit
1725135ece
4
_service
4
_service
@ -1,8 +1,8 @@
|
||||
<services>
|
||||
<service mode="disabled" name="renderspec">
|
||||
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/futurist/futurist.spec.j2</param>
|
||||
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/openstack/futurist/futurist.spec.j2</param>
|
||||
<param name="output-name">python-futurist.spec</param>
|
||||
<param name="requirements">https://opendev.org/openstack/futurist/raw/branch/stable/victoria/requirements.txt</param>
|
||||
<param name="requirements">https://opendev.org/openstack/futurist/raw/master/requirements.txt</param>
|
||||
<param name="changelog-email">cloud-devel@suse.de</param>
|
||||
<param name="changelog-provider">gh,openstack,futurist</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:174ea146adf303d7e5d7d6d34e3a01f4abf0382b03a6f9309bac2e2d54ffbed6
|
||||
size 42993
|
3
futurist-2.4.0.tar.gz
Normal file
3
futurist-2.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c7452e2e8cc542c40c066c7d2be266a7029d9de391055613b4f069caa10a90b
|
||||
size 45047
|
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user