From 874d30ae397e182ba5009adcaa4d02034ab95b4b Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Apr 19 2018 05:24:40 +0000 Subject: Fix build against latest flit. --- diff --git a/python-jupyter-kernel-test.spec b/python-jupyter-kernel-test.spec index cdf6dcc..14c0c65 100644 --- a/python-jupyter-kernel-test.spec +++ b/python-jupyter-kernel-test.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 0.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Machinery for testing Jupyter kernels via the messaging protocol License: BSD @@ -48,7 +48,7 @@ successful code execution and conformance with the Jupyter Messaging Protocol %build export FLIT_NO_NETWORK=1 -XDG_CACHE_HOME=$PWD/.cache flit wheel +XDG_CACHE_HOME=$PWD/.cache flit build --format wheel %install @@ -70,21 +70,24 @@ PYTHONPATH="%{buildroot}%{python3_sitelib}" \ %changelog +* The Apr 19 2018 Elliott Sales de Andrade - 0.3-6 +- Fix build against latest flit. + * Fri Feb 09 2018 Fedora Release Engineering - 0.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild -* Mon Oct 30 2017 Elliott Sales de Andrade 0.3-4 +* Mon Oct 30 2017 Elliott Sales de Andrade - 0.3-4 - Fix license tag. -* Sun Oct 29 2017 Elliott Sales de Andrade 0.3-3 +* Sun Oct 29 2017 Elliott Sales de Andrade - 0.3-3 - Use new method of skipping flit network usage. - Simplify spec against latest template. -* Mon Jul 24 2017 Elliott Sales de Andrade 0.3-2 +* Mon Jul 24 2017 Elliott Sales de Andrade - 0.3-2 - Use new py3_install_wheel macro. -* Mon Jul 24 2017 Elliott Sales de Andrade 0.3-1 +* Mon Jul 24 2017 Elliott Sales de Andrade - 0.3-1 - Update to latest version. -* Sun Mar 12 2017 Elliott Sales de Andrade 0.2.2-1 +* Sun Mar 12 2017 Elliott Sales de Andrade - 0.2.2-1 - Initial package release.