CI tests: Remove Fedora 33 compatibility shims, as F33 reaches EOL
This commit is contained in:
parent
92802d7afe
commit
d5f4f199b6
@ -1,14 +1,5 @@
|
||||
Name: python-dns-lexicon
|
||||
|
||||
# For testing purposes, we package different versions on different Fedoras,
|
||||
# because otherwise we would miss some dependencies.
|
||||
# Please, don't write spec files like this in Fedora, it is forbidden.
|
||||
%if 0%{?fedora} >= 34 || 0%{?rhel} >= 9
|
||||
Version: 3.8.1
|
||||
%else
|
||||
Version: 3.4.0
|
||||
%endif
|
||||
|
||||
Release: 0%{?dist}
|
||||
Summary: Manipulate DNS records on various DNS providers in a standardized/agnostic way
|
||||
License: MIT
|
||||
|
@ -1,15 +1,6 @@
|
||||
%global pypi_name pytest
|
||||
Name: python-%{pypi_name}
|
||||
|
||||
# For testing purposes, we package different versions on different Fedoras,
|
||||
# because otherwise we would miss some dependencies (pytest 6.2 needs tox 3.20+)
|
||||
# Please, don't write spec files like this in Fedora, it is forbidden.
|
||||
%if 0%{?fedora} > 33 || 0%{?rhel} > 9
|
||||
Version: 6.2.5
|
||||
%else
|
||||
Version: 4.4.2
|
||||
%endif
|
||||
|
||||
Release: 0%{?dist}
|
||||
Summary: Simple powerful testing with Python
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user