Update to 3.0.37, resolves rhbz#2172242
This commit is contained in:
parent
8eb48a7f25
commit
b5c933bcd1
@ -1,17 +1,14 @@
|
||||
%global commit 5eb6efd273530dc5517a7bc22bcce1df57a29f0e
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global common_description %{expand:
|
||||
prompt_toolkit is a library for building powerful interactive command line
|
||||
applications in Python.}
|
||||
|
||||
Name: python-prompt-toolkit
|
||||
Version: 3.0.36^1.%{shortcommit}
|
||||
Version: 3.0.37
|
||||
Release: %autorelease
|
||||
Summary: Library for building powerful interactive command line applications in Python
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/prompt-toolkit/python-prompt-toolkit
|
||||
Source: %{url}/archive/%{commit}/prompt_toolkit-%{shortcommit}.tar.gz
|
||||
Source: %{pypi_source prompt_toolkit}
|
||||
BuildArch: noarch
|
||||
|
||||
|
||||
@ -30,7 +27,7 @@ Recommends: python3-pygments
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -n python-prompt-toolkit-%{commit}
|
||||
%autosetup -n prompt_toolkit-%{version}
|
||||
|
||||
|
||||
%generate_buildrequires
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (prompt_toolkit-5eb6efd.tar.gz) = 523ac5222bf61e7d1ffcdfa486f4967b75d9ab42e6722d3567da682fbbb575c489bc13efdd2b46e45461e171d5b09ec45888d50419782a2a47df03e86b595959
|
||||
SHA512 (prompt_toolkit-3.0.37.tar.gz) = 00e8b0d768c1449afd1c771a1b71611f291052ebed08c329cb9b34156588315b1d1202ac748293e6635c9ee78415068155565e69c2e632ae5513b61b670bd3fb
|
||||
|
Loading…
Reference in New Issue
Block a user