5c04473
Name:		pylast
641cbcd
Version:	1.5.1
641cbcd
Release:	1%{?dist}
5c04473
Summary:	A Python interface to Last.fm API compatible social networks
5c04473
Group:		Development/Languages
5c04473
License:	ASL 2.0
5c04473
URL:		http://pypi.python.org/pypi/pylast
5c04473
Source0:	http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
4496abf
BuildRequires:	PyYAML
4496abf
BuildRequires:	pyflakes
4496abf
BuildRequires:	pytest
4496abf
BuildRequires:	python-coverage
4496abf
BuildRequires:	python-mock
4496abf
BuildRequires:	python-pbr
4496abf
BuildRequires:	python-pep8
4496abf
BuildRequires:	python-py
5c04473
BuildRequires:	python-setuptools
4496abf
BuildRequires:	python-six
4496abf
BuildRequires:	python2-devel
4496abf
Requires:	python-six
5c04473
BuildArch:	noarch
4496abf
%{?python_provide:%python_provide python2-pylast}
5c04473
5c04473
5c04473
%description
5c04473
A Python interface to Last.fm (and other API compatible social networks)
5c04473
5c04473
4496abf
%package -n python3-pylast
4496abf
Summary:	A Python interface to Last.fm API compatible social networks
4496abf
BuildRequires:	python3-PyYAML
4496abf
BuildRequires:	python3-coverage
4496abf
BuildRequires:	python3-devel
4496abf
BuildRequires:	python3-mock
4496abf
BuildRequires:	python3-pbr
4496abf
BuildRequires:	python3-pep8
4496abf
BuildRequires:	python3-py
4496abf
BuildRequires:	python3-pyflakes
4496abf
BuildRequires:	python3-pytest
4496abf
BuildRequires:	python3-setuptools
4496abf
BuildRequires:	python3-six
4496abf
Requires:	python3-six
4496abf
%{?python_provide:%python_provide python3-pylast}
4496abf
4496abf
4496abf
%description -n python3-pylast
4496abf
A Python interface to Last.fm (and other API compatible social networks)
4496abf
4496abf
5c04473
%prep
5c04473
%setup -q
5c04473
5c04473
5c04473
%build
4496abf
%py2_build
4496abf
%py3_build
5c04473
5c04473
5c04473
%install
4496abf
# Must do the python2 install first because the scripts in /usr/bin are
4496abf
# overwritten with every setup.py install, and in general we want the
4496abf
# python3 version to be the default.
4496abf
%py2_install
4496abf
%py3_install
5c04473
5c04473
4496abf
%check
4496abf
%{__python2} setup.py test
4496abf
%{__python3} setup.py test
5c04473
5c04473
5c04473
%files
4496abf
%license COPYING
4496abf
%doc README.md
4496abf
%{python_sitelib}/%{name}/
5c04473
%{python_sitelib}/%{name}-%{version}-*.egg-info/
5c04473
5c04473
4496abf
%files -n python3-pylast
4496abf
%license COPYING
4496abf
%doc README.md
4496abf
%{python3_sitelib}/%{name}/
4496abf
%{python3_sitelib}/%{name}-%{version}-*.egg-info/
4496abf
5c04473
5c04473
%changelog
641cbcd
* Mon Feb  8 2016 Peter Lemenkov <lemenkov@gmail.com> - 1.5.1-1
641cbcd
- Ver. 1.5.1
641cbcd
24277e8
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.2-2
24277e8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
24277e8
4496abf
* Thu Nov 19 2015 Peter Lemenkov <lemenkov@gmail.com> - 1.4.2-1
4496abf
- Ver. 1.4.2
4496abf
- Remove outdated RPM-related stuff and eventually drop compatibility with EPEL < 7
4496abf
- Python3 sub-package
4496abf
bd442e1
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.11-7
bd442e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
bd442e1
de3d1a7
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.11-6
de3d1a7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
de3d1a7
e32eafc
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.11-5
e32eafc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
e32eafc
22c3433
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.11-4
22c3433
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
22c3433
1035f53
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.11-3
1035f53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1035f53
4d2ca11
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.11-2
4d2ca11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
4d2ca11
5c04473
* Fri Jun 03 2011 Peter Lemenkov <lemenkov@gmail.com> - 0.5.11-1
5c04473
- Initial package
5c04473