Accepting request 633067 from Cloud:OpenStack:Factory

Initial Rocky clients submission. please combine all in one staging project otherwise this will never build

OBS-URL: https://build.opensuse.org/request/show/633067
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-futurist?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2018-09-07 13:37:09 +00:00 committed by Git OBS Bridge
parent 38cde108ed
commit 3b9a558799
5 changed files with 35 additions and 23 deletions

View File

@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/openstack/futurist/futurist.spec.j2</param>
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/futurist/futurist.spec.j2</param>
<param name="output-name">python-futurist.spec</param>
<param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/requirements.txt</param>
<param name="requirements">https://raw.githubusercontent.com/openstack/futurist/stable/rocky/requirements.txt</param>
<param name="changelog-email">cloud-devel@suse.de</param>
<param name="changelog-provider">gh,openstack,futurist</param>
</service>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab3b2422f89d93751cfbf455aef7847a63d6d484ec294409f5a620648f941364
size 40372

3
futurist-1.7.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d2c8700b250a6b1489761f8f73657a79a844085daec4ff06da2646390f81e22
size 41819

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Sep 3 18:04:31 UTC 2018 - cloud-devel@suse.de
- update to version 1.7.0
- set default python to python3
- clean up test job configuration
- Update reno for stable/queens
- Update links in README
- fix lower constraints and uncap eventlet
- Updated from global requirements
- add lower-constraints job
-------------------------------------------------------------------
Fri Feb 23 12:57:30 UTC 2018 - tbechtold@suse.com

View File

@ -17,42 +17,42 @@
Name: python-futurist
Version: 1.6.0
Version: 1.7.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-1.6.0.tar.gz
URL: https://launchpad.net/futurist
Source0: https://files.pythonhosted.org/packages/source/f/futurist/futurist-1.7.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python-devel
BuildRequires: python2-PrettyTable >= 0.7.1
BuildRequires: python2-Sphinx
BuildRequires: python2-contextlib2 >= 0.4.0
BuildRequires: python2-eventlet >= 0.18.2
BuildRequires: python2-eventlet
BuildRequires: python2-futures >= 3.0.0
BuildRequires: python2-monotonic >= 0.6
BuildRequires: python2-openstackdocstheme >= 1.18.1
BuildRequires: python2-oslotest >= 3.2.0
BuildRequires: python2-openstackdocstheme
BuildRequires: python2-oslotest
BuildRequires: python2-pbr >= 2.0.0
BuildRequires: python2-setuptools >= 16.0
BuildRequires: python2-setuptools
BuildRequires: python2-six >= 1.10.0
BuildRequires: python2-testrepository >= 0.0.18
BuildRequires: python2-testscenarios >= 0.4
BuildRequires: python2-testtools >= 2.2.0
BuildRequires: python2-testrepository
BuildRequires: python2-testscenarios
BuildRequires: python2-testtools
BuildRequires: python3-PrettyTable >= 0.7.1
BuildRequires: python3-Sphinx
BuildRequires: python3-devel
BuildRequires: python3-eventlet >= 0.18.2
BuildRequires: python3-eventlet
BuildRequires: python3-monotonic >= 0.6
BuildRequires: python3-openstackdocstheme >= 1.18.1
BuildRequires: python3-oslotest >= 3.2.0
BuildRequires: python3-openstackdocstheme
BuildRequires: python3-oslotest
BuildRequires: python3-pbr >= 2.0.0
BuildRequires: python3-setuptools >= 16.0
BuildRequires: python3-setuptools
BuildRequires: python3-six >= 1.10.0
BuildRequires: python3-testrepository >= 0.0.18
BuildRequires: python3-testscenarios >= 0.4
BuildRequires: python3-testtools >= 2.2.0
BuildRequires: python3-testrepository
BuildRequires: python3-testscenarios
BuildRequires: python3-testtools
Requires: python-PrettyTable >= 0.7.1
Requires: python-monotonic >= 0.6
Requires: python-six >= 1.10.0
@ -67,7 +67,7 @@ Requires: python-futures >= 3.0.0
Useful additions to futures, from the future.
%prep
%autosetup -p1 -n futurist-1.6.0
%autosetup -p1 -n futurist-1.7.0
%py_req_cleanup
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg