## START: Set by rpmautospec ## (rpmautospec version 0.3.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # These are unreliable, unfortunately. %bcond_with xvfb_tests %global desc \ A collection of custom wx widgets and utilities used by FSLeyes. Name: python-fsleyes-widgets Version: 0.14.2 Release: %autorelease Summary: A collection of custom wx widgets and utilities used by FSLeyes License: Apache-2.0 URL: https://pypi.python.org/pypi/fsleyes-widgets Source0: %{pypi_source fsleyes-widgets} BuildArch: noarch BuildRequires: python3-devel %if %{with xvfb_tests} BuildRequires: xorg-x11-server-Xvfb %endif %description %{desc} %package -n python3-fsleyes-widgets Summary: %{summary} %description -n python3-fsleyes-widgets %{desc} # do not generate docs because sphinx docs bundle js etc. which are very hard to unbundle %prep %autosetup -n fsleyes-widgets-%{version} # remove unneeded shebangs find . -name "*py" -exec sed -i '/#!\/usr\/bin\/env python/ d' '{}' \; # remove sphinx from requirements because we're not generating sphinx docs sed -i '/sphinx/ d' requirements-dev.txt %generate_buildrequires %pyproject_buildrequires -r requirements-dev.txt requirements.txt %build %pyproject_wheel %install %pyproject_install %pyproject_save_files fsleyes_widgets %check %if %{with xvfb_tests} # From https://git.fmrib.ox.ac.uk/fsl/fsleyes/widgets/blob/master/.ci/test_template.sh # These tests fail, so Ive disabled them for the time being. Upstream has been e-mailed. # set sceen size for test_widgetgrid.py # cannot use %%pytest, xvfb doesnt like the CFLAGS etc. that it sets xvfb-run -a -s "-screen 0 1920x1200x24" pytest-3 tests --ignore=tests/test_autotextctrl.py --ignore=tests/test_bitmapradio.py --ignore=tests/test_bitmaptoggle.py --ignore=tests/test_colourbutton.py --ignore=tests/test_floatslider.py --ignore=tests/test_notebook.py --ignore=tests/test_rangeslider.py --ignore=tests/test_texttag.py --ignore=tests/test_numberdialog.py %endif %files -n python3-fsleyes-widgets -f %{pyproject_files} %license LICENSE COPYRIGHT %doc README.rst %changelog * Mon Jun 12 2023 Ankur Sinha (Ankur Sinha Gmail) - 0.14.2-1 - feat: update to 0.14.2 * Mon Feb 27 2023 Ankur Sinha (Ankur Sinha Gmail) - 0.13.0-1 - feat: update to 0.13.0 (fixes rhbz#2171873) * Mon Feb 27 2023 Ankur Sinha (Ankur Sinha Gmail) - 0.12.3-7 - feat: use spdx identifier * Fri Jan 20 2023 Fedora Release Engineering - 0.12.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering - 0.12.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jun 15 2022 Python Maint - 0.12.3-4 - Rebuilt for Python 3.11 * Fri May 06 2022 Ankur Sinha (Ankur Sinha Gmail) - 0.12.3-3 - chore: drop doc sub-package * Sat Aug 07 2021 Ankur Sinha - 0.12.1-1 - Update to latest release * Fri Jul 23 2021 Fedora Release Engineering - 0.11.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 0.11.2-2 - Rebuilt for Python 3.10 * Sun Mar 28 2021 Ankur Sinha - 0.11.2-1 - Update to latest release * Wed Jan 27 2021 Fedora Release Engineering - 0.9.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.9.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jun 25 2020 Ankur Sinha - 0.9.0-2 - Explicitly BR setuptools * Sun Jun 07 2020 Ankur Sinha - 0.9.0-1 - Update to new release * Tue May 26 2020 Miro Hrončok - 0.8.4-3 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 0.8.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Oct 28 2019 Ankur Sinha - 0.8.4-1 - Update to 0.8.4 - Make tests conditional * Mon Sep 23 2019 Aniket Pradhan - 0.8.2-1 - Update to 0.8.2 * Wed Sep 11 2019 Ankur Sinha - 0.8.0-2 - Fix failing tests - https://github.com/pauldmccarthy/fsleyes-widgets/issues/2 * Sat Aug 31 2019 Ankur Sinha - 0.8.0-1 - Update to 0.8.0 - Report and disable failing test * Mon Aug 19 2019 Miro Hrončok - 0.7.3-4 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 0.7.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Jun 07 2019 Petr Viktorin - 0.7.3-2 - Require sphinx_rtd_theme, which is no longer provided in Sphinx 2.0+ * Sat Feb 16 2019 Ankur Sinha - 0.7.3-1 - Update to latest release - Remove py2 conditionals * Sat Feb 02 2019 Fedora Release Engineering - 0.7.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Nov 08 2018 Ankur Sinha - 0.7.0-3 - Fix doc building on F29- * Thu Nov 08 2018 Ankur Sinha - 0.7.0-2 - Remove leftover files from the doc - Move requires to py3 sub package - Remove dot at end of summary * Fri Nov 02 2018 Ankur Sinha - 0.7.0-1 - Initial build