84a5555
%global pypi_name pyemby
84a5555
%global upstream_name pyEmby
84a5555
84a5555
Name:           python-%{pypi_name}
84a5555
Version:        1.6
08f8af0
Release:        12%{?dist}
84a5555
Summary:        Python module to interact with a Emby media server
84a5555
84a5555
License:        MIT
84a5555
URL:            https://github.com/mezz64/pyemby
84a5555
Source0:        %{pypi_source %{upstream_name}}
84a5555
BuildArch:      noarch
84a5555
84a5555
%description
84a5555
This is a Python module aiming to interact with the Emby Media
84a5555
Server API.
84a5555
84a5555
%package -n     python3-%{pypi_name}
84a5555
Summary:        %{summary}
84a5555
84a5555
BuildRequires:  python3-devel
84a5555
BuildRequires:  python3dist(setuptools)
84a5555
%{?python_provide:%python_provide python3-%{pypi_name}}
84a5555
84a5555
%description -n python3-%{pypi_name}
84a5555
This is a Python module aiming to interact with the Emby Media
84a5555
Server API.
84a5555
84a5555
%prep
84a5555
%autosetup -n %{upstream_name}-%{version}
84a5555
84a5555
%build
84a5555
%py3_build
84a5555
84a5555
%install
84a5555
%py3_install
84a5555
84a5555
%files -n python3-%{pypi_name}
84a5555
%license LICENSE.txt
84a5555
%doc README.md
84a5555
%{python3_sitelib}/%{pypi_name}/
84a5555
%{python3_sitelib}/%{upstream_name}-%{version}-py%{python3_version}.egg-info
84a5555
84a5555
%changelog
08f8af0
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-12
08f8af0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
08f8af0
92aaebc
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-11
92aaebc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
92aaebc
eebed04
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-10
eebed04
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
eebed04
85c0863
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.6-9
85c0863
- Rebuilt for Python 3.12
85c0863
4c84e01
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-8
4c84e01
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
4c84e01
c128f12
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-7
c128f12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
c128f12
37363f9
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.6-6
37363f9
- Rebuilt for Python 3.11
37363f9
6c458b1
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-5
6c458b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
6c458b1
bc382aa
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-4
bc382aa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
bc382aa
a625df8
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.6-3
a625df8
- Rebuilt for Python 3.10
a625df8
c1210d0
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-2
c1210d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
c1210d0
84a5555
* Thu Sep 03 2020 Fabian Affolter <mail@fabian-affolter.ch> - 1.6-1
84a5555
- Initial package for Fedora