%global srcname arviz Name: python-%{srcname} Version: 0.11.4 Release: 1%{?dist} Summary: Exploratory analysis of Bayesian models License: ASL 2.0 URL: https://arviz-devs.github.io/arviz/ Source0: %{pypi_source} BuildArch: noarch %global _description %{expand: ArviZ is a Python package for exploratory analysis of Bayesian models. Includes functions for posterior analysis, sample diagnostics, model checking, and comparison.} %description %_description %package -n python3-%{srcname} Summary: %{summary} BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-%{srcname} %_description %prep %autosetup -n %{srcname}-%{version} %build %py3_build %install %py3_install %files -n python3-%{srcname} %license LICENSE %doc README.md %{python3_sitelib}/%{srcname}-*.egg-info/ %{python3_sitelib}/%{srcname}/ # The benchmarks directory it's installed, exclude it %exclude %{python3_sitelib}/benchmarks/ %changelog * Wed Oct 06 2021 Sergio Pascual - 0.11.4-1 - New upstream release (0.11.4) * 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 * Tue Feb 16 2021 Sergio Pascual - 0.11.2-1 - New upstream release (0.11.2) * Tue Feb 16 2021 Sergio Pascual - 0.11.1-1 - New upstream release (0.11.1) * Wed Jan 27 2021 Fedora Release Engineering - 0.10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Sep 29 2020 Sergio Pascual - 0.10.0-1 - New upstream release (0.10.0) * Tue Jul 28 2020 Fedora Release Engineering - 0.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sun Jun 28 2020 Sergio Pascual - 0.9.0-1 - New upstream release (0.9.0) * Tue May 26 2020 Miro HronĨok - 0.8.0-2 - Rebuilt for Python 3.9 * Sat May 23 2020 Sergio Pascual - 0.8.0-1 - New upstream release (0.8.0) * Mon Mar 09 2020 Sergio Pascual - 0.7.0-1 - New upstream release (0.7.0) * Sun Feb 09 2020 Sergio Pascual - 0.6.1-1 - New upstream release (0.6.1) * Mon Nov 11 2019 Sergio Pascual - 0.5.1-1 - Initial spec file