%{?mingw_package_header}
%global pkgname pytz
%global pypi_name %{pkgname}
Name: mingw-python-%{pkgname}
Summary: MinGW Windows Python %{pkgname} library
Version: 2022.2.1
Release: 1%{?dist}
BuildArch: noarch
License: MIT
URL: https://github.com/stub42/pytz
Source0: %{pypi_source}
BuildRequires: mingw32-filesystem >= 95
BuildRequires: mingw32-python3
BuildRequires: mingw32-python3-setuptools
BuildRequires: mingw64-filesystem >= 95
BuildRequires: mingw64-python3
BuildRequires: mingw64-python3-setuptools
%description
MinGW Windows Python %{pkgname} library.
%package -n mingw32-python3-%{pkgname}
Summary: MinGW Windows Python3 %{pkgname} library
%description -n mingw32-python3-%{pkgname}
MinGW Windows Python3 %{pkgname} library.
%package -n mingw64-python3-%{pkgname}
Summary: MinGW Windows Python3 %{pkgname} library
%description -n mingw64-python3-%{pkgname}
MinGW Windows Python3 %{pkgname} library.
%prep
%autosetup -p1 -n %{pypi_name}-%{version}
%build
%{mingw32_py3_build}
%{mingw64_py3_build}
%install
%{mingw32_py3_install}
%{mingw64_py3_install}
%files -n mingw32-python3-%{pkgname}
%license LICENSE.txt
%{mingw32_python3_sitearch}/%{pkgname}/
%{mingw32_python3_sitearch}/%{pypi_name}-%{version}-py%{mingw32_python3_version}.egg-info/
%files -n mingw64-python3-%{pkgname}
%license LICENSE.txt
%{mingw64_python3_sitearch}/%{pkgname}/
%{mingw64_python3_sitearch}/%{pypi_name}-%{version}-py%{mingw64_python3_version}.egg-info/
%changelog
* Tue Aug 16 2022 Sandro Mani <manisandro@gmail.com> - 2022.1-3
- Update to 2022.2.1
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2022.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Mar 23 2022 Sandro Mani <manisandro@gmail.com> - 2022.1-1
- Update to 2022.1
* Thu Feb 10 2022 Sandro Mani <manisandro@gmail.com> - 2021.3-4
- Rebuild for new python dependency generator (take two)
* Thu Feb 10 2022 Sandro Mani <manisandro@gmail.com> - 2021.3-3
- Rebuild for new python dependency generator
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2021.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Oct 19 2021 Sandro Mani <manisandro@gmail.com> - 2021.3-1
- Update to 2021.3
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2020.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 11 2021 Sandro Mani <manisandro@gmail.com> - 2020.4-3
- Rebuild (python-3.10)
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2020.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Nov 05 2020 Sandro Mani <manisandro@gmail.com> - 2020.4-1
- Update to 2020.4
* Tue Jun 02 2020 Sandro Mani <manisandro@gmail.com> - 2020.1-2
- Rebuild (python-3.9)
* Fri May 22 2020 Sandro Mani <manisandro@gmail.com> - 2020.1-1
- Initial package