Increase obsoletes version for upgrade path rhbz#1700292
This commit is contained in:
parent
ae6db236ae
commit
e372720721
@ -16,7 +16,7 @@ terminal applications in Python.}
|
||||
|
||||
Name: python-%{pkgname}
|
||||
Version: 2.0.9
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Library for building powerful interactive command lines in Python
|
||||
License: BSD
|
||||
URL: https://github.com/jonathanslenders/python-prompt-toolkit
|
||||
@ -41,7 +41,7 @@ Requires: python3-wcwidth
|
||||
# https://github.com/jonathanslenders/python-prompt-toolkit/issues/94
|
||||
Recommends: python3-pygments
|
||||
# renamed from python3-prompt_toolkit
|
||||
Obsoletes: python3-prompt_toolkit < 1.0.15-3
|
||||
Obsoletes: python3-prompt_toolkit < 1.0.16-2
|
||||
Provides: python3-prompt_toolkit = %{version}-%{release}
|
||||
%{?python_provide:%python_provide python3-%{pkgname}}
|
||||
|
||||
@ -76,6 +76,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} --verbose
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 16 2019 Carl George <carl@george.computer> - 2.0.9-2
|
||||
- Increase obsoletes version for upgrade path rhbz#1700292
|
||||
|
||||
* Wed Mar 20 2019 Carl George <carl@george.computer> - 2.0.9-1
|
||||
- Latest upstream
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user