Blame SPECS/python-mypy_extensions.spec

fb002c
%global srcname mypy_extensions
fb002c
fb002c
Name:           python-%{srcname}
fb002c
Version:        0.4.3
fb002c
Release:        5%{?dist}
fb002c
Summary:        Extensions for mypy (separated out from mypy/extensions)
fb002c
fb002c
License:        MIT
fb002c
URL:            https://github.com/python/mypy_extensions
fb002c
Source:         %{pypi_source}
fb002c
fb002c
BuildArch:      noarch
fb002c
fb002c
%global _description \
fb002c
The "mypy_extensions" module defines experimental extensions to the standard\
fb002c
"typing" module that are supported by the mypy typechecker.
fb002c
fb002c
%description %{_description}
fb002c
fb002c
%package -n python3-%{srcname}
fb002c
Summary:        %{summary}
fb002c
%{?python_provide:%python_provide python3-%{srcname}}
fb002c
BuildRequires:  python3-devel
fb002c
BuildRequires:  python3-setuptools
fb002c
fb002c
%description -n python3-%{srcname} %{_description}
fb002c
fb002c
Python 3 version.
fb002c
fb002c
%prep
fb002c
%autosetup -n %{srcname}-%{version}
fb002c
rm -vrf *.egg-info/
fb002c
fb002c
%build
fb002c
%py3_build
fb002c
fb002c
%install
fb002c
%py3_install
fb002c
fb002c
%files -n python3-%{srcname}
fb002c
%license LICENSE
fb002c
%doc README.md
fb002c
%{python3_sitelib}/%{srcname}-*.egg-info/
fb002c
%{python3_sitelib}/%{srcname}.py
fb002c
%{python3_sitelib}/__pycache__/%{srcname}.*
fb002c
fb002c
%changelog
fb002c
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-5
fb002c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
fb002c
fb002c
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-4
fb002c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
fb002c
fb002c
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.4.3-3
fb002c
- Rebuilt for Python 3.9
fb002c
fb002c
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-2
fb002c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
fb002c
fb002c
* Tue Jan 07 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.4.3-1
fb002c
- Update to 0.4.3
fb002c
fb002c
* Sun Dec 29 2019 FeRD (Frank Dana) <ferdnyc@gmail.com> - 0.4.1-5
fb002c
- Fix output package name
fb002c
fb002c
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.4.1-4
fb002c
- Rebuilt for Python 3.8.0rc1 (#1748018)
fb002c
fb002c
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.4.1-3
fb002c
- Rebuilt for Python 3.8
fb002c
fb002c
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-2
fb002c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
fb002c
fb002c
* Sat Feb 23 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.1-1
fb002c
- Initial package