From 987a41628a7d8eb87915fcef6f5eaaa733f50052 Mon Sep 17 00:00:00 2001 From: rdobuilder Date: Oct 07 2021 06:23:21 +0000 Subject: Update to 0.8.9 Related-to: https://review.rdoproject.org/r/q/I6d07bc8e4f90232fcdb0431fec6ae1ced1639dea --- diff --git a/.python-tabulate.metadata b/.python-tabulate.metadata index fd06ffe..f4e2ba2 100644 --- a/.python-tabulate.metadata +++ b/.python-tabulate.metadata @@ -1 +1 @@ -4b01c101daa78fea695eb246072a478f8421741d SOURCES/tabulate-0.8.7.tar.gz +7bfd54c59d03019294915c245aaec2c6fada607c SOURCES/tabulate-0.8.9.tar.gz diff --git a/SPECS/python-tabulate.spec b/SPECS/python-tabulate.spec index d4355b8..3b7ee9c 100644 --- a/SPECS/python-tabulate.spec +++ b/SPECS/python-tabulate.spec @@ -1,20 +1,14 @@ %global srcname tabulate Name: python-%{srcname} -Version: 0.8.7 -Release: 5%{?dist} +Version: 0.8.9 +Release: 2%{?dist} Summary: Pretty-print tabular data in Python, a library and a command-line utility License: MIT URL: https://pypi.python.org/pypi/tabulate Source: %{pypi_source} -# Python 3.10 removes deprecated aliases to Collections Abstract Base Classes -# from the collections module. This patch fixes ImportError until it's fixed in -# upstream. -# https://github.com/astanin/python-tabulate/issues/104 -Patch1: 0001-python3.10-fix-ImportError.patch - BuildArch: noarch %global _description %{expand: @@ -31,11 +25,10 @@ The main use cases of the library are: %package -n python3-%{srcname} Summary: %{summary} -%{?python_provide:%python_provide python3-%{srcname}} BuildRequires: python3-devel BuildRequires: python3dist(setuptools) # Test deps -BuildRequires: python3dist(nose) +BuildRequires: python3dist(pytest) BuildRequires: python3dist(numpy) BuildRequires: python3dist(pandas) BuildRequires: python3dist(wcwidth) @@ -59,7 +52,7 @@ Python 3 version. %py3_install %check -%{__python3} setup.py test +%{pytest} %files -n python3-%{srcname} %license LICENSE @@ -70,6 +63,14 @@ Python 3 version. %{python3_sitelib}/__pycache__/%{srcname}.* %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.8.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sun Jul 04 2021 Ankur Sinha - 0.8.9-1 +- Update to latest release +- replace nose with pytest +- drop no longer needed patch + * Wed Jan 27 2021 Fedora Release Engineering - 0.8.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild