## START: Set by rpmautospec ## (rpmautospec version 0.3.0) %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 %bcond_without tests %global desc %{expand: \ Messy datasets? Missing values? missingno provides a small toolset of flexible and easy-to-use missing data visualizations and utilities that allows you to get a quick visual summary of the completeness (or lack thereof) of your dataset.} Name: python-missingno Version: 0.5.2 Release: %autorelease Summary: Missing data visualization module for Python # SPDX License: MIT URL: https://github.com/ResidentMario/missingno Source0: %{url}/archive/%{version}/missingno-%{version}.tar.gz BuildArch: noarch # https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval ExcludeArch: %{ix86} %description %{desc} %package -n python3-missingno Summary: %{summary} BuildRequires: python3-devel BuildRequires: python3dist(setuptools) BuildRequires: quilt %description -n python3-missingno %{desc} %prep %autosetup -n missingno-%{version} find . -type f -name "*.py" -exec sed -i '/^#![ ]*\/usr\/bin\/env.*$/ d' {} ';' %generate_buildrequires %pyproject_buildrequires -x tests %build %pyproject_wheel %install %pyproject_install %pyproject_save_files missingno %check mkdir -p ~/.config/matplotlib/ echo "backend: Agg" > ~/.config/matplotlib/matplotlibrc export PYTHONPATH=".:$RPM_BUILD_ROOT/%{python3_sitelib}" # https://github.com/ResidentMario/missingno/blob/master/CONTRIBUTING.md#testing # temporarily disabled: failing unreliably #%%{pytest} --mpl-generate-path=tests/baseline tests/viz_tests.py %{pytest} tests/test_util.py %files -n python3-missingno -f %{pyproject_files} %doc README.md CONFIGURATION.md paper.bib paper.md %changelog * Wed May 17 2023 Ankur Sinha (Ankur Sinha Gmail) 0.5.2-1 - feat: update to 0.5.2 (fixes rhbz#2059026) * Wed May 17 2023 Ankur Sinha (Ankur Sinha Gmail) 0.5.0-8 - chore: mark spdx license * Wed May 17 2023 Ankur Sinha (Ankur Sinha Gmail) 0.5.0-7 - feat: modernise spec to use pyproject macros * Fri Jan 20 2023 Fedora Release Engineering - 0.5.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Dec 19 2022 Elliott Sales de Andrade - 0.5.0-4 - Drop support for i686 * Fri Jul 22 2022 Fedora Release Engineering - 0.5.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jan 21 2022 Fedora Release Engineering - 0.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Aug 17 2021 Ankur Sinha - 0.5.0-1 - Update to latest release - Replace nose with pytest - remove uneeded patch * Fri Jul 23 2021 Fedora Release Engineering - 0.4.2-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Thu Jun 17 2021 Elliott Sales de Andrade - 0.4.2-8 - Remove unused descartes dependencies * Fri Jun 04 2021 Python Maint - 0.4.2-8 - Rebuilt for Python 3.10 * Sun Mar 28 2021 Elliott Sales de Andrade - 0.4.2-7 - Patch to fix test setup with latest Pandas * Wed Jan 27 2021 Fedora Release Engineering - 0.4.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.4.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jun 04 2020 Luis Bazan - 0.4.2-5 - Rebuild * Tue May 26 2020 Miro Hrončok - 0.4.2-4 - Rebuilt for Python 3.9 * Sun Mar 29 2020 Ankur Sinha - 0.4.2-3 - Exclude deprecated geoplot test - https://github.com/ResidentMario/missingno/commit/5b99ad5840f4fef8169e50b0e542eae9ea5cd00e - https://bugzilla.redhat.com/show_bug.cgi?id=1816251 * Thu Jan 30 2020 Fedora Release Engineering - 0.4.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Dec 23 2019 Luis Bazan - 0.4.2-1 - New upstream version * Mon Aug 19 2019 Miro Hrončok - 0.4.0-4 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 0.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed Mar 20 2019 Luis Bazan - 0.4.0-2 - Fix comment #1 on BZ #1655725 * Mon Dec 03 2018 Luis Bazan - 0.4.0-1 - Initial import