mirror of
https://abf.rosa.ru/djam/python-futures.git
synced 2025-02-24 19:03:06 +00:00
Updated to 3.0.4
This commit is contained in:
parent
5558a20dfd
commit
e7ee1f4d7e
2 changed files with 5 additions and 6 deletions
4
.abf.yml
4
.abf.yml
|
@ -1,2 +1,4 @@
|
|||
sources:
|
||||
removed_sources:
|
||||
futures-2.1.6.tar.gz: 5247ac8fa0eaf54051aa51e736ffc7b4d450a3d0
|
||||
sources:
|
||||
futures-3.0.4.tar.gz: a20f8dd068933ab4027854bc47469a5bb5b3c698
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
%define upstream_name futures
|
||||
|
||||
Name: python-%{upstream_name}
|
||||
Version: 2.1.6
|
||||
Release: 7
|
||||
Version: 3.0.4
|
||||
Release: 1
|
||||
Summary: Backport of the concurrent.futures package from Python 3.2
|
||||
Group: Development/Python
|
||||
License: BSD
|
||||
|
@ -27,7 +27,4 @@ python setup.py install --skip-build --root %{buildroot}
|
|||
|
||||
%files
|
||||
%{py_puresitedir}/concurrent
|
||||
%{py_puresitedir}/futures
|
||||
%{py_puresitedir}/futures-%{version}-*.egg-info
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue