diff --git a/python-zake.spec b/python-zake.spec index 6f6df59..628c7c3 100644 --- a/python-zake.spec +++ b/python-zake.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} Version: 0.2.2 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Testing utilities for the kazoo library License: ASL 2.0 @@ -20,23 +20,6 @@ It includes the following functionality: * Kazoo *mostly* compatible client API. * Sync/transaction/create/get/delete... ... -%package -n python2-%{pypi_name} -Summary: Testing utilities for the kazoo library -%{?python_provide:%python_provide python2-%{pypi_name}} - -BuildRequires: python2-devel -BuildRequires: python2-kazoo -BuildRequires: python2-six -BuildRequires: python2-setuptools - -%description -n python2-%{pypi_name} -It is a python package that works to provide a nice set of testing -utilities for the `kazoo`_ library. -It includes the following functionality: -* Storage access (for viewing what was saved/created). -* Kazoo *mostly* compatible client API. -* Sync/transaction/create/get/delete... ... - %package -n python3-%{pypi_name} Summary: Testing utilities for the kazoo library %{?python_provide:%python_provide python3-%{pypi_name}} @@ -59,19 +42,11 @@ It includes the following functionality: cp -p %{SOURCE1} . %build -%py2_build %py3_build %install -%py2_install %py3_install -%files -n python2-%{pypi_name} -%doc README.rst -%license LICENSE -%{python2_sitelib}/%{pypi_name} -%{python2_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info - %files -n python3-%{pypi_name} %doc README.rst %license LICENSE @@ -79,6 +54,10 @@ cp -p %{SOURCE1} . %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %changelog +* Mon Feb 11 2019 Miro HronĨok - 0.2.2-15 +- Subpackage python2-zake has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + * Sat Feb 02 2019 Fedora Release Engineering - 0.2.2-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild