- update to version 3.0.0
- tox: Replace whitelist_externals - coveragerc: Remove non-existent path - Revert "Moves supported python runtimes from version 3.8 to 3.10" - Update python classifier in setup.cfg - Drop python3.6/3.7 support in testing runtime - Add py39 package metadata - Bump hacking - Moves supported python runtimes from version 3.8 to 3.10 OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-futurist?expand=0&rev=22
This commit is contained in:
parent
50a2746a51
commit
729d03c55b
6
_service
6
_service
@ -1,12 +1,12 @@
|
||||
<services>
|
||||
<service mode="disabled" name="renderspec">
|
||||
<service mode="manual" name="renderspec">
|
||||
<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/master/requirements.txt</param>
|
||||
<param name="changelog-email">cloud-devel@suse.de</param>
|
||||
<param name="changelog-provider">gh,openstack,futurist</param>
|
||||
</service>
|
||||
<service mode="disabled" name="download_files">
|
||||
<service mode="manual" name="download_files">
|
||||
</service>
|
||||
<service name="format_spec_file" mode="disabled"/>
|
||||
<service name="format_spec_file" mode="manual"/>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c1760a877c0fe3260d04b6a6d4352a6d25ac58e483f1d6cd495e33dc3740ff7
|
||||
size 44796
|
3
futurist-3.0.0.tar.gz
Normal file
3
futurist-3.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6422011792414c39228e114bec5494303aaf06dcd335e4f8dd4f907f78a41f79
|
||||
size 44836
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 10 08:39:55 UTC 2024 - cloud-devel@suse.de
|
||||
|
||||
- update to version 3.0.0
|
||||
- tox: Replace whitelist_externals
|
||||
- coveragerc: Remove non-existent path
|
||||
- Revert "Moves supported python runtimes from version 3.8 to 3.10"
|
||||
- Update python classifier in setup.cfg
|
||||
- Drop python3.6/3.7 support in testing runtime
|
||||
- Add py39 package metadata
|
||||
- Bump hacking
|
||||
- Moves supported python runtimes from version 3.8 to 3.10
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 14 15:45:21 UTC 2022 - cloud-devel@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-futurist
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 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.4.1
|
||||
Version: 3.0.0
|
||||
Release: 0
|
||||
Summary: Useful additions to futures, from the future.
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://docs.openstack.org/futurist
|
||||
Source0: https://files.pythonhosted.org/packages/source/f/futurist/futurist-2.4.1.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/source/f/futurist/futurist-3.0.0.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: python3-PrettyTable
|
||||
BuildRequires: python3-Sphinx
|
||||
@ -47,14 +47,14 @@ Useful additions to futures, from the future.
|
||||
This package contains the Python 3.x module.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n futurist-2.4.1
|
||||
%autosetup -p1 -n futurist-3.0.0
|
||||
%py_req_cleanup
|
||||
|
||||
%build
|
||||
%{py3_build}
|
||||
|
||||
# generate html docs
|
||||
PBR_VERSION=2.4.1 %sphinx_build -b html doc/source doc/build/html
|
||||
PBR_VERSION=3.0.0 %sphinx_build -b html doc/source doc/build/html
|
||||
# remove the sphinx-build leftovers
|
||||
rm -r doc/build/html/.{doctrees,buildinfo}
|
||||
|
||||
@ -62,7 +62,7 @@ rm -r doc/build/html/.{doctrees,buildinfo}
|
||||
%{py3_install}
|
||||
|
||||
%check
|
||||
python3 -m stestr.cli run
|
||||
%{openstack_stestr_run}
|
||||
|
||||
%files -n python3-futurist
|
||||
%doc doc/build/html README.rst
|
||||
|
Loading…
x
Reference in New Issue
Block a user