Blame python-httpagentparser.spec

86ecc5e
%global pkg_name httpagentparser
86ecc5e
86ecc5e
Name:           python-%{pkg_name}
a4eaa02
Version:        1.9.5
25ed55e
Release:        6%{?dist}
86ecc5e
Summary:        Extracts OS Browser etc information from http user agent string
86ecc5e
86ecc5e
License:        MIT
86ecc5e
URL:            https://github.com/shon/httpagentparser
86ecc5e
Source0:        %{pypi_source httpagentparser}
86ecc5e
BuildArch:      noarch
86ecc5e
86ecc5e
BuildRequires:  python3-devel
86ecc5e
86ecc5e
86ecc5e
%description
86ecc5e
Extracts OS Browser etc information from http user agent string.
86ecc5e
86ecc5e
86ecc5e
%package -n python3-%{pkg_name}
86ecc5e
Summary:        Extracts OS Browser etc information from http user agent string
86ecc5e
86ecc5e
86ecc5e
%description -n python3-%{pkg_name}
86ecc5e
Extracts OS Browser etc information from http user agent string.
86ecc5e
86ecc5e
86ecc5e
%prep
86ecc5e
%autosetup -p1 -n %{pkg_name}-%{version}
86ecc5e
86ecc5e
86ecc5e
%generate_buildrequires
86ecc5e
%pyproject_buildrequires -r
86ecc5e
86ecc5e
86ecc5e
%build
86ecc5e
%pyproject_wheel
86ecc5e
86ecc5e
86ecc5e
%install
86ecc5e
%pyproject_install
86ecc5e
%pyproject_save_files httpagentparser
86ecc5e
86ecc5e
86ecc5e
%check
86ecc5e
%py3_check_import httpagentparser
86ecc5e
86ecc5e
86ecc5e
%files -n python3-%{pkg_name}  -f %{pyproject_files}
86ecc5e
%license LICENSE.txt
86ecc5e
%doc README.rst
86ecc5e
86ecc5e
86ecc5e
%changelog
25ed55e
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.5-6
25ed55e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
25ed55e
20c366f
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.5-5
20c366f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
20c366f
d475a7f
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.5-4
d475a7f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
d475a7f
6922ba5
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.9.5-3
6922ba5
- Rebuilt for Python 3.12
6922ba5
074c394
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.5-2
074c394
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
074c394
a4eaa02
* Thu Oct 20 2022 Sandro Mani <manisandro@gmail.com> - 1.9.5-1
a4eaa02
- Update to 1.9.5
a4eaa02
4c0ac8d
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.3-3
4c0ac8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
4c0ac8d
d3635eb
* Sun Jun 19 2022 Python Maint <python-maint@redhat.com> - 1.9.3-2
d3635eb
- Rebuilt for Python 3.11
d3635eb
98de121
* Sun Jun 19 2022 Sandro Mani <manisandro@gmail.com> - 1.9.3-1
98de121
- Update to 1.9.3
98de121
d2a90a9
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.9.2-2
d2a90a9
- Rebuilt for Python 3.11
d2a90a9
0d4f5ab
* Sun Jan 30 2022 Sandro Mani <manisandro@gmail.com> - 1.9.2-1
0d4f5ab
- Update to 1.9.2
0d4f5ab
2b0a7c4
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-2
2b0a7c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
2b0a7c4
86ecc5e
* Wed Dec 08 2021 Sandro Mani <manisandro@gmail.com> - 1.9.1-1
86ecc5e
- Initial package