Accepting request 841178 from Cloud:OpenStack:Factory

switch to victoria

OBS-URL: https://build.opensuse.org/request/show/841178
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-futurist?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2020-10-26 15:14:57 +00:00 committed by Git OBS Bridge
commit e8440d4ac8
5 changed files with 25 additions and 10 deletions

View File

@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/futurist/futurist.spec.j2</param>
<param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/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/ussuri/requirements.txt</param>
<param name="requirements">https://opendev.org/openstack/futurist/raw/branch/stable/victoria/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:685a8751515c71323a4768a0c2df4fe344a52540dca7b80a5d2090b9c0d853e8
size 42307

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

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Oct 9 19:13:32 UTC 2020 - cloud-devel@suse.de
- update to version 2.3.0
- Remove monotonic usage
- Remove unnecessary blockquote in release notes
- [goal] Migrate testing to ubuntu focal
- Add py38 package metadata
- Bump default tox env from py37 to py38
- Switch to newer openstackdocstheme and reno versions
- drop mock from lower-constraints
- Update master for stable/ussuri
- Use unittest.mock instead of third party mock
- Remove translation sections from setup.cfg
- Add Python3 victoria unit tests
-------------------------------------------------------------------
Tue May 12 09:59:29 UTC 2020 - cloud-devel@suse.de

View File

@ -17,13 +17,13 @@
Name: python-futurist
Version: 2.1.1
Version: 2.3.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.1.1.tar.gz
Source0: https://files.pythonhosted.org/packages/source/f/futurist/futurist-2.3.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python3-PrettyTable
BuildRequires: python3-Sphinx
@ -32,7 +32,6 @@ BuildRequires: python3-monotonic
BuildRequires: python3-openstackdocstheme
BuildRequires: python3-oslotest
BuildRequires: python3-pbr >= 2.0.0
BuildRequires: python3-setuptools
BuildRequires: python3-six >= 1.10.0
BuildRequires: python3-stestr
BuildRequires: python3-testscenarios
@ -53,14 +52,14 @@ Useful additions to futures, from the future.
This package contains the Python 3.x module.
%prep
%autosetup -p1 -n futurist-2.1.1
%autosetup -p1 -n futurist-2.3.0
%py_req_cleanup
%build
%{py3_build}
# generate html docs
PBR_VERSION=2.1.1 %sphinx_build -b html doc/source doc/build/html
PBR_VERSION=2.3.0 %sphinx_build -b html doc/source doc/build/html
# remove the sphinx-build leftovers
rm -r doc/build/html/.{doctrees,buildinfo}