Blame python-fastprogress.spec

Sergio Pascual 397f6e3
Sergio Pascual 397f6e3
%global srcname fastprogress
Sergio Pascual 397f6e3
Sergio Pascual 397f6e3
Name: python-%{srcname}
Sergio Pascual 0712cf8
Version: 1.0.0
2a4dcd8
Release: 4%{?dist}
Sergio Pascual 397f6e3
Summary: Progress bar for Jupyter Notebook and console 
Sergio Pascual 397f6e3
Sergio Pascual 397f6e3
License: ASL 2.0
Sergio Pascual 397f6e3
URL: https://github.com/fastai/fastprogress
Sergio Pascual 397f6e3
Source0: %{pypi_source}
Sergio Pascual 397f6e3
Sergio Pascual 397f6e3
BuildArch: noarch
Sergio Pascual 397f6e3
Sergio Pascual 397f6e3
%global _description %{expand:
Sergio Pascual 397f6e3
A Python-based, fast and simple progress bar 
Sergio Pascual 397f6e3
for Jupyter Notebook and console.}
Sergio Pascual 397f6e3
Sergio Pascual 397f6e3
%description %_description
Sergio Pascual 397f6e3
Sergio Pascual 397f6e3
%package -n python3-%{srcname}
Sergio Pascual 397f6e3
Summary:        %{summary}
Sergio Pascual 397f6e3
BuildRequires:  python3-devel
Sergio Pascual 0712cf8
BuildRequires:  python3-setuptools
Sergio Pascual 397f6e3
BuildRequires:  python3-pytest
Sergio Pascual 397f6e3
%{?python_provide:%python_provide python3-%{srcname}}
Sergio Pascual 397f6e3
Sergio Pascual 397f6e3
%description -n python3-%{srcname} %_description
Sergio Pascual 397f6e3
Sergio Pascual 397f6e3
%prep
Sergio Pascual 397f6e3
%autosetup -n %{srcname}-%{version}
Sergio Pascual 397f6e3
Sergio Pascual 397f6e3
%build
Sergio Pascual 397f6e3
%py3_build
Sergio Pascual 397f6e3
Sergio Pascual 397f6e3
%install
Sergio Pascual 397f6e3
%py3_install
Sergio Pascual 397f6e3
Sergio Pascual 397f6e3
%files -n python3-%{srcname}
Sergio Pascual 397f6e3
%license LICENSE
Sergio Pascual 397f6e3
%doc README.md
Sergio Pascual 397f6e3
%{python3_sitelib}/%{srcname}-*.egg-info/
Sergio Pascual 397f6e3
%{python3_sitelib}/%{srcname}/
Sergio Pascual 397f6e3
Sergio Pascual 397f6e3
%changelog
2a4dcd8
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-4
2a4dcd8
- Second attempt - Rebuilt for
2a4dcd8
  https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
2a4dcd8
4df1c78
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.0.0-3
4df1c78
- Rebuilt for Python 3.10
4df1c78
8aca974
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
8aca974
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
8aca974
Sergio Pascual 0712cf8
* Sun Oct 18 2020 Sergio Pascual <sergiopr@fedoraproject.org> - 1.0.0-1
Sergio Pascual 0712cf8
- New upstream (1.0.0)
Sergio Pascual 0712cf8
- Add BuildReq python-setuptools
Sergio Pascual 0712cf8
5be5257
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-2
5be5257
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
5be5257
Sergio Pascual 397f6e3
* Tue May 26 2020 Sergio Pascual <sergiopr@fedoraproject.org> - 0.2.3-1
Sergio Pascual 397f6e3
- Initial spec file
Sergio Pascual 397f6e3