Summary: Mercurial Python library Name: python-hglib Version: 2.5 Release: 1%{?dist} License: MIT URL: http://selenic.com/repo/python-hglib Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: mercurial BuildRequires: python2-devel BuildRequires: python2-nose BuildRequires: python3-devel BuildRequires: python3-nose %description python-hglib is a library with a fast, convenient interface to Mercurial. It uses Mercurials command server for communication with hg. %package -n python2-hglib Summary: Mercurial Python library %{?python_provide:%python_provide python2-hglib} %description -n python2-hglib python-hglib is a library with a fast, convenient interface to Mercurial. It uses Mercurials command server for communication with hg. %package -n python3-hglib Summary: Mercurial Python library %{?python_provide:%python_provide python3-hglib} %description -n python3-hglib python-hglib is a library with a fast, convenient interface to Mercurial. It uses Mercurials command server for communication with hg. %prep %setup -q %build %{py2_build} %{py3_build} %install %{py2_install} %{py3_install} %check %{__python2} test.py --with-doctest %{__python3} test.py --with-doctest %files -n python2-hglib %license LICENSE %{python2_sitelib}/hglib %{python2_sitelib}/python_hglib-*-py*.egg-info %files -n python3-hglib %license LICENSE %{python3_sitelib}/hglib %{python3_sitelib}/python_hglib-*-py*egg-info %changelog * Fri Feb 02 2018 Terje Rosten - 2.5-1 - 2.5 * Fri Jan 19 2018 Iryna Shcherbina - 2.4-3 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Thu Jul 27 2017 Fedora Release Engineering - 2.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue Apr 04 2017 Terje Rosten - 2.4-1 - 2.4 * Sat Feb 11 2017 Fedora Release Engineering - 2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Jan 23 2017 Terje Rosten - 2.3-1 - 2.3 * Wed Dec 28 2016 Adam Williamson - 2.2-1 - 2.2 (should fix issue between tests and recent hg) * Mon Dec 19 2016 Miro HronĨok - 2.0-3 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering - 2.0-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Tue Feb 02 2016 Terje Rosten - 2.0-1 - 2.0 * Tue Nov 10 2015 Fedora Release Engineering - 1.9-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Sat Oct 03 2015 Terje Rosten - 1.9-1 - 1.9 * Wed Sep 02 2015 Terje Rosten - 1.8-1 - 1.8 * Sun Aug 02 2015 Terje Rosten - 1.7-1 - 1.7 * Wed Jun 24 2015 Terje Rosten - 1.6-2 - use license macro (bz #1231330) * Fri Jun 12 2015 Terje Rosten - 1.6-1 - initial package