From b65ad55bbf0f242a8e3ecf3452579b03c5c9ba13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 18 Oct 2018 10:36:49 +0200 Subject: [PATCH] Subpackage python2-nixio has been removed --- python-nixio.spec | 33 +++++---------------------------- 1 file changed, 5 insertions(+), 28 deletions(-) diff --git a/python-nixio.spec b/python-nixio.spec index dbf1bd6..90d3442 100644 --- a/python-nixio.spec +++ b/python-nixio.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 1.4.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{sum} License: BSD @@ -26,25 +26,6 @@ the wiki for more information The current implementations store the actual data using the HDF5 file format as a storage backend. -%package -n python2-%{srcname} -Summary: %{sum} -BuildRequires: python2-devel -BuildRequires: %{py2_dist pytest numpy h5py pytest-runner} -Requires: %{py2_dist numpy h5py} -%{?python_provide:%python_provide python2-%{srcname}} - -%description -n python2-%{srcname} -The NIX project started as an initiative within the Electrophysiology Task -Force a part of the INCF Data sharing Program. The NIX data model allows to -store fully annotated scientific data-set, i.e. the data together with its -metadata within the same container. Our aim is to achieve standardization by -providing a common/generic data structure for a multitude of data types. See -the wiki for more information - -The current implementations store the actual data using the HDF5 file format as -a storage backend. - - %package -n python3-%{srcname} Summary: %{sum} BuildRequires: python3-devel @@ -75,7 +56,6 @@ Documentation files for %{name}. rm -fr *egg-info %build -%py2_build %py3_build PYTHONPATH=. sphinx-build-3 docs/source html @@ -90,18 +70,11 @@ for f in html/_downloads/*.py; do done %install -%py2_install %py3_install %check -%{__python2} setup.py test %{__python3} setup.py test -%files -n python2-%{srcname} -%license LICENSE -%{python2_sitelib}/%{srcname}-%{version}-py?.?.egg-info -%{python2_sitelib}/%{srcname}/ - %files -n python3-%{srcname} %license LICENSE %{python3_sitelib}/%{srcname}-%{version}-py?.?.egg-info @@ -112,6 +85,10 @@ done %license LICENSE %changelog +* Thu Oct 18 2018 Zbigniew Jędrzejewski-Szmek - 1.4.6-2 +- Subpackage python2-nixio has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + * Wed Jul 18 2018 Ankur Sinha - 1.4.6-1 - Update to 1.4.6