b31f115
%global pkg_name itemadapter
b31f115
%global desc %{expand:
b31f115
The ItemAdapter class is a wrapper for data container objects,
b31f115
providing a common interface to handle objects of different
b31f115
types in an uniform manner, regardless of their underlying implementation.}
b31f115
Name:		python-itemadapter
cf8bff3
Version:	0.4.0
eb03d41
Release:	3%{?dist}
b31f115
Summary:	The ItemAdapter class is a wrapper for data container object
b31f115
b31f115
License:	BSD
b31f115
URL:		https://github.com/scrapy/itemadapter
b31f115
Source0:	%{pypi_source %pkg_name}
b31f115
b31f115
BuildArch:	noarch
b31f115
b31f115
b31f115
%description
b31f115
%{desc}
b31f115
b31f115
%package -n python3-%{pkg_name}
b31f115
Summary:	%{summary}
b31f115
b31f115
BuildRequires:	python3-devel
b31f115
BuildRequires:	python3-setuptools
b31f115
Requires:	python3-attrs
b31f115
b31f115
%py_provides  python3-%{pkg_name}
b31f115
b31f115
b31f115
%description -n python3-%{pkg_name}
b31f115
%{desc}
b31f115
b31f115
%prep
b31f115
%autosetup -n %{pkg_name}-%{version}
b31f115
b31f115
%build
b31f115
%py3_build
b31f115
b31f115
b31f115
%install
b31f115
%py3_install
b31f115
b31f115
%files -n python3-%{pkg_name}
b31f115
%license LICENSE
b31f115
%doc README.md
b31f115
%{python3_sitelib}/itemadapter
b31f115
%{python3_sitelib}/itemadapter-*.egg-info
b31f115
b31f115
%changelog
eb03d41
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-3
eb03d41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
eb03d41
2e5ffe9
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.4.0-2
2e5ffe9
- Rebuilt for Python 3.11
2e5ffe9
cf8bff3
* Sun Feb 20 2022 Eduardo Echeverria <echevemaster@gmail.com> - 0.4.0-1
cf8bff3
- Bumped to the latest upstream version
cf8bff3
a6f69b6
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-4
a6f69b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
a6f69b6
eead727
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-3
eead727
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
eead727
796bb70
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.2.0-2
796bb70
- Rebuilt for Python 3.10
796bb70
b31f115
* Sat Apr 3 2021 Eduardo Echeverria <echevemaster@gmail.com> - 0.2.0-1
b31f115
- Initial packaging
b31f115