%global srcname ipython_genutils Name: python-%{srcname} Version: 0.1.0 Release: 14%{?dist} Summary: IPython vestigial utilities License: BSD URL: https://github.com/ipython/%{srcname} Source0: https://pypi.python.org/packages/source/i/%{srcname}/%{srcname}-%{version}.tar.gz BuildArch: noarch %description This package is a stop-gap that contains some common utilities shared by Jupyter and IPython projects during The Big Split™. As soon as possible, those packages will remove their dependency on this, and this repo will go away. No functionality should be added to this repository, and no packages outside IPython/Jupyter should depend on it. %package -n python3-%{srcname} Summary: IPython vestigial utilities BuildRequires: python3-devel # For tests BuildRequires: python3-nose %{?python_provide:%python_provide python3-%{srcname}} %description -n python3-%{srcname} This package is a stop-gap that contains some common utilities shared by Jupyter and IPython projects during The Big Split™. As soon as possible, those packages will remove their dependency on this, and this repo will go away. No functionality should be added to this repository, and no packages outside IPython/Jupyter should depend on it. %prep %setup -q -n %{srcname}-%{version} %build %py3_build %install %py3_install %files -n python3-%{srcname} %doc README.md %license COPYING.md %{python3_sitelib}/* %changelog * Sat Jul 14 2018 Fedora Release Engineering - 0.1.0-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 0.1.0-13 - Rebuilt for Python 3.7 * Mon Feb 12 2018 Iryna Shcherbina - 0.1.0-12 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Fedora Release Engineering - 0.1.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 0.1.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 0.1.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok - 0.1.0-8 - Rebuild for Python 3.6 * Fri Oct 14 2016 Orion Poplawski - 0.1.0-7 - No python2 package for EPEL6 (needs python 2.7) * Thu Oct 13 2016 Orion Poplawski - 0.1.0-7 - Properly ship python2-ipython_genutils * Thu Oct 13 2016 Orion Poplawski - 0.1.0-6 - Enable python3 builds for EPEL - Ship python2-ipython_genutils - Modernize spec * Tue Jul 19 2016 Fedora Release Engineering - 0.1.0-5 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering - 0.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Nov 10 2015 Fedora Release Engineering - 0.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Sat Jul 11 2015 Orion Poplawski - 0.1.0-2 - Use nosetests * Fri Jul 10 2015 Orion Poplawski - 0.1.0-1 - Initial package