From db1045de637c4a74cad1c69a9274e47686ee242c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 15 Feb 2019 01:16:51 +0100 Subject: [PATCH] Subpackage python2-testpath has been removed --- python-testpath.spec | 28 +++++----------------------- 1 file changed, 5 insertions(+), 23 deletions(-) diff --git a/python-testpath.spec b/python-testpath.spec index 7da60cf..1ee2e82 100644 --- a/python-testpath.spec +++ b/python-testpath.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 0.3.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Test utilities for code working with files and commands License: MIT @@ -13,9 +13,6 @@ Source0: %url/archive/%{version}.tar.gz#/%{pypi_name}-%{version}.tar.gz BuildArch: noarch -BuildRequires: python2-pip -BuildRequires: python2-devel - BuildRequires: python3-pip BuildRequires: python3-devel @@ -25,8 +22,6 @@ BuildRequires: python3-sphinx BuildRequires: python3-sphinx_rtd_theme # Tests: -BuildRequires: python2-pytest -BuildRequires: python2-pathlib2 BuildRequires: python3-pathlib2 BuildRequires: python3-pytest @@ -39,15 +34,6 @@ mocking system commands and recording calls to those. %description %_description -%package -n python2-%{pypi_name} -Summary: %summary -%{?python_provide:%python_provide python2-%{pypi_name}} - -%description -n python2-%{pypi_name} - -%_description - - %package -n python3-%{pypi_name} Summary: %summary %{?python_provide:%python_provide python3-%{pypi_name}} @@ -83,22 +69,14 @@ rm -rf html/.{doctrees,buildinfo} %install # We install the wheel created at %%build -%py2_install_wheel %{pypi_name}-%{version}-py2.py3-none-any.whl %py3_install_wheel %{pypi_name}-%{version}-py2.py3-none-any.whl %check -%{__python2} -m pytest -v %{__python3} -m pytest -v -%files -n python2-%{pypi_name} -%doc README.rst -%license LICENSE -%{python2_sitelib}/%{pypi_name}-%{version}.dist-info/ -%{python2_sitelib}/%{pypi_name}/ - %files -n python3-%{pypi_name} %doc README.rst %license LICENSE @@ -109,6 +87,10 @@ rm -rf html/.{doctrees,buildinfo} %doc html %changelog +* Fri Feb 15 2019 Miro HronĨok - 0.3.1-7 +- Subpackage python2-testpath has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + * Sat Feb 02 2019 Fedora Release Engineering - 0.3.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild