%global modname slackclient Name: python-%{modname} Version: 1.3.1 Release: 1%{?dist} Summary: Slack Developer Kit for Python License: MIT URL: https://github.com/slackapi/python-%{modname} Source0: %{url}/archive/%{version}/python-%{modname}-%{version}.tar.gz BuildArch: noarch %description %{summary}. %package -n python%{python3_pkgversion}-%{modname} Summary: %{summary} %{?python_provide:%python_provide python%{python3_pkgversion}-%{modname}} BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python3-websocket-client BuildRequires: python3-six BuildRequires: python3-requests Requires: python3-websocket-client Requires: python3-six Requires: python3-requests %description -n python%{python3_pkgversion}-%{modname} %{summary}. Python %{python3_pkgversion} version. %prep %autosetup %build %py3_build %install %py3_install %check %{__python3} setup.py test %files -n python%{python3_pkgversion}-%{modname} %doc README.rst docs/ %license LICENSE %{python3_sitelib}/%{modname}/ %{python3_sitelib}/%{modname}-*.egg-info/ %changelog * Fri Mar 01 2019 Gwyn Ciesla - 1.3.1-1 - 1.3.1 * Thu Jan 31 2019 Gwyn Ciesla - 1.3.0-1 - 1.3.0 * Mon Sep 17 2018 Gwyn Ciesla - 1.2.1-4 - Drop Python 2. * Sat Jul 14 2018 Fedora Release Engineering - 1.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro HronĨok - 1.2.1-2 - Rebuilt for Python 3.7 * Tue Mar 27 2018 Gwyn Ciesla - 1.2.1-1 - 1.2.1 * Thu Mar 22 2018 Gwyn Ciesla - 1.2.0-1 - 1.2.0 * Fri Mar 02 2018 Gwyn Ciesla - 1.1.3-1 - 1.1.3 * Fri Feb 09 2018 Fedora Release Engineering - 1.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Feb 02 2018 Gwyn Ciesla - 1.1.2-1 - 1.1.2 * Tue Jan 30 2018 Iryna Shcherbina - 1.1.0-2 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Mon Nov 27 2017 Gwyn Ciesla - 1.1.0-1 - 1.1.0 * Fri Sep 01 2017 Gwyn Ciesla - 1.0.9-1 - 1.0.9 * Thu Aug 03 2017 Gwyn Ciesla - 1.0.7-1 - 1.0.7 * Thu Jul 27 2017 Fedora Release Engineering - 1.0.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Jul 14 2017 Gwyn Ciesla - 1.0.6-2 - Require python-requests. * Wed Jul 05 2017 Gwyn Ciesla - 1.0.6-1 - Initial package.