From 4ece45d6e1adbdd385b1eafb782eeeec52d84fbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 17 Oct 2018 23:13:52 +0200 Subject: [PATCH] Subpackage python2-mmtf has been removed --- python-mmtf.spec | 29 +++++------------------------ 1 file changed, 5 insertions(+), 24 deletions(-) diff --git a/python-mmtf.spec b/python-mmtf.spec index 94cf2a3..526ff09 100644 --- a/python-mmtf.spec +++ b/python-mmtf.spec @@ -22,7 +22,7 @@ doi: 10.1145/2945292.2945324\ Name: python-mmtf Version: 1.1.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A decoding library for the macromolecular transmission format (MMTF) License: ASL 2.0 URL: https://github.com/rcsb/mmtf-python @@ -32,20 +32,6 @@ BuildArch: noarch %description %{desc} -%package -n python2-mmtf -Summary: %{summary} -BuildRequires: python2-devel -%if %{with check} -BuildRequires: python2-msgpack -BuildRequires: python2-nose -BuildRequires: python2-numpy -%endif -%{?python_provide:%python_provide python2-mmtf} -Requires: python2-msgpack - -%description -n python2-mmtf -%{desc} - %package -n python3-mmtf Summary: %{summary} BuildRequires: python3-devel @@ -64,25 +50,16 @@ Requires: python3-msgpack %setup -q -n %{pname}-%{version} %build -%py2_build %py3_build %install -%py2_install %py3_install %if %{with check} %check -nosetests-%{python2_version} nosetests-%{python3_version} %endif -%files -n python2-mmtf -%license LICENSE.txt -%doc CHANGELOG.md README.md -%{python2_sitelib}/mmtf_python-%{version}-py%{python2_version}.egg-info -%{python2_sitelib}/mmtf - %files -n python3-mmtf %license LICENSE.txt %doc CHANGELOG.md README.md @@ -90,6 +67,10 @@ nosetests-%{python3_version} %{python3_sitelib}/mmtf %changelog +* Wed Oct 17 2018 Zbigniew Jędrzejewski-Szmek - 1.1.2-4 +- Subpackage python2-mmtf has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + * Sat Jul 14 2018 Fedora Release Engineering - 1.1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild