Drop conditionals for EPEL8 (which has setuptools too old for this version anyway)

This commit is contained in:
Benjamin A. Beasley 2023-02-04 10:07:54 -05:00
parent cf4f86eedb
commit 9163dfd707

View File

@ -2,7 +2,7 @@
Name: python-alembic Name: python-alembic
Version: 1.8.1 Version: 1.8.1
Release: 2%{?dist} Release: 3%{?dist}
Summary: Database migration tool for SQLAlchemy Summary: Database migration tool for SQLAlchemy
License: MIT License: MIT
@ -23,9 +23,6 @@ BuildRequires: python3-mako
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-dateutil BuildRequires: python3-dateutil
BuildRequires: python3-pytest BuildRequires: python3-pytest
%if 0%{?rhel} == 8
BuildRequires: python3-importlib-resources
%endif
%global _description\ %global _description\
@ -48,9 +45,6 @@ Documentation and status of Alembic is at http://readthedocs.org/docs/alembic/
%package -n python3-alembic %package -n python3-alembic
Summary: %summary Summary: %summary
%if 0%{?rhel} == 8
Requires: python3-importlib-resources
%endif
%{?python_provide:%python_provide python3-alembic} %{?python_provide:%python_provide python3-alembic}
@ -100,6 +94,10 @@ py.test-3
%changelog %changelog
* Sat Feb 04 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.8.1-3
- Drop conditionals for EPEL8 (which has setuptools too old for this version
anyway)
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-2 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild