- 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:
Dirk Mueller 2024-05-10 08:40:07 +00:00 committed by Git OBS Bridge
parent 50a2746a51
commit 729d03c55b
5 changed files with 25 additions and 12 deletions

View File

@ -1,12 +1,12 @@
<services> <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="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="output-name">python-futurist.spec</param>
<param name="requirements">https://opendev.org/openstack/futurist/raw/master/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-email">cloud-devel@suse.de</param>
<param name="changelog-provider">gh,openstack,futurist</param> <param name="changelog-provider">gh,openstack,futurist</param>
</service> </service>
<service mode="disabled" name="download_files"> <service mode="manual" name="download_files">
</service> </service>
<service name="format_spec_file" mode="disabled"/> <service name="format_spec_file" mode="manual"/>
</services> </services>

View File

@ -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
View File

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

View File

@ -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 Sat May 14 15:45:21 UTC 2022 - cloud-devel@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-futurist # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,13 +17,13 @@
Name: python-futurist Name: python-futurist
Version: 2.4.1 Version: 3.0.0
Release: 0 Release: 0
Summary: Useful additions to futures, from the future. Summary: Useful additions to futures, from the future.
License: Apache-2.0 License: Apache-2.0
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://docs.openstack.org/futurist 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: openstack-macros
BuildRequires: python3-PrettyTable BuildRequires: python3-PrettyTable
BuildRequires: python3-Sphinx BuildRequires: python3-Sphinx
@ -47,14 +47,14 @@ Useful additions to futures, from the future.
This package contains the Python 3.x module. This package contains the Python 3.x module.
%prep %prep
%autosetup -p1 -n futurist-2.4.1 %autosetup -p1 -n futurist-3.0.0
%py_req_cleanup %py_req_cleanup
%build %build
%{py3_build} %{py3_build}
# generate html docs # 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 # remove the sphinx-build leftovers
rm -r doc/build/html/.{doctrees,buildinfo} rm -r doc/build/html/.{doctrees,buildinfo}
@ -62,7 +62,7 @@ rm -r doc/build/html/.{doctrees,buildinfo}
%{py3_install} %{py3_install}
%check %check
python3 -m stestr.cli run %{openstack_stestr_run}
%files -n python3-futurist %files -n python3-futurist
%doc doc/build/html README.rst %doc doc/build/html README.rst