- update to version 1.8.1
- fix tox python3 overrides - Add blueprints notes link to README - Use template for lower-constraints - Trivial: Update pypi url to new url - Change openstack-dev to openstack-discuss - import zuul job settings from project-config - Update reno for stable/rocky - Only install monotonic on python2 - Don't quote {posargs} in tox.ini - Follow the new PTI for document build - Remove the duplicated word - add lib-forward-testing-python3 test job - add python 3.6 unit test job - Switch to stestr OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-futurist?expand=0&rev=9
This commit is contained in:
parent
3b9a558799
commit
997361bf29
4
_service
4
_service
@ -1,8 +1,8 @@
|
||||
<services>
|
||||
<service mode="disabled" name="renderspec">
|
||||
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/futurist/futurist.spec.j2</param>
|
||||
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/futurist/futurist.spec.j2</param>
|
||||
<param name="output-name">python-futurist.spec</param>
|
||||
<param name="requirements">https://raw.githubusercontent.com/openstack/futurist/stable/rocky/requirements.txt</param>
|
||||
<param name="requirements">https://raw.githubusercontent.com/openstack/futurist/stable/stein/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:8d2c8700b250a6b1489761f8f73657a79a844085daec4ff06da2646390f81e22
|
||||
size 41819
|
3
futurist-1.8.1.tar.gz
Normal file
3
futurist-1.8.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:499ee57728a987028725f836ac22aa18899702162fa0a0f1bbe2ecd5c8daf1eb
|
||||
size 42430
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 8 14:00:23 UTC 2019 - cloud-devel@suse.de
|
||||
|
||||
- update to version 1.8.1
|
||||
- fix tox python3 overrides
|
||||
- Add blueprints notes link to README
|
||||
- Use template for lower-constraints
|
||||
- Trivial: Update pypi url to new url
|
||||
- Change openstack-dev to openstack-discuss
|
||||
- import zuul job settings from project-config
|
||||
- Update reno for stable/rocky
|
||||
- Only install monotonic on python2
|
||||
- Don't quote {posargs} in tox.ini
|
||||
- Follow the new PTI for document build
|
||||
- Remove the duplicated word
|
||||
- add lib-forward-testing-python3 test job
|
||||
- add python 3.6 unit test job
|
||||
- Switch to stestr
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 3 18:04:31 UTC 2018 - cloud-devel@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-futurist
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,20 +12,19 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: python-futurist
|
||||
Version: 1.7.0
|
||||
Version: 1.8.1
|
||||
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.7.0.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/source/f/futurist/futurist-1.8.1.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python2-PrettyTable >= 0.7.1
|
||||
BuildRequires: python2-Sphinx
|
||||
BuildRequires: python2-contextlib2 >= 0.4.0
|
||||
@ -37,12 +36,10 @@ BuildRequires: python2-oslotest
|
||||
BuildRequires: python2-pbr >= 2.0.0
|
||||
BuildRequires: python2-setuptools
|
||||
BuildRequires: python2-six >= 1.10.0
|
||||
BuildRequires: python2-testrepository
|
||||
BuildRequires: python2-stestr
|
||||
BuildRequires: python2-testscenarios
|
||||
BuildRequires: python2-testtools
|
||||
BuildRequires: python3-PrettyTable >= 0.7.1
|
||||
BuildRequires: python3-Sphinx
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-eventlet
|
||||
BuildRequires: python3-monotonic >= 0.6
|
||||
BuildRequires: python3-openstackdocstheme
|
||||
@ -50,9 +47,8 @@ BuildRequires: python3-oslotest
|
||||
BuildRequires: python3-pbr >= 2.0.0
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-six >= 1.10.0
|
||||
BuildRequires: python3-testrepository
|
||||
BuildRequires: python3-stestr
|
||||
BuildRequires: python3-testscenarios
|
||||
BuildRequires: python3-testtools
|
||||
Requires: python-PrettyTable >= 0.7.1
|
||||
Requires: python-monotonic >= 0.6
|
||||
Requires: python-six >= 1.10.0
|
||||
@ -67,25 +63,20 @@ Requires: python-futures >= 3.0.0
|
||||
Useful additions to futures, from the future.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n futurist-1.7.0
|
||||
%autosetup -p1 -n futurist-1.8.1
|
||||
%py_req_cleanup
|
||||
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
|
||||
|
||||
%build
|
||||
%{python_build}
|
||||
|
||||
# generate html docs
|
||||
%{__python2} setup.py build_sphinx
|
||||
# remove the sphinx-build leftovers
|
||||
rm -rf html/.{doctrees,buildinfo}
|
||||
PBR_VERSION=1.8.1 sphinx-build -b html doc/source doc/build/html
|
||||
|
||||
%install
|
||||
%{python_install}
|
||||
|
||||
%check
|
||||
%{python_expand rm -rf .testrepository
|
||||
$python setup.py testr
|
||||
}
|
||||
%python_exec -m stestr.cli run
|
||||
|
||||
%files %{python_files}
|
||||
%doc doc/build/html README.rst
|
||||
|
Loading…
x
Reference in New Issue
Block a user