mirror of
https://abf.rosa.ru/djam/python-six.git
synced 2025-02-23 23:42:51 +00:00
Updated to 1.8.0 (by updates_builder)
This commit is contained in:
parent
bc69cb1a4e
commit
695e22f3b4
2 changed files with 4 additions and 4 deletions
3
.abf.yml
3
.abf.yml
|
@ -2,5 +2,6 @@ removed_sources:
|
|||
six-1.0.0.tar.gz: befd2442a6ec5bfd20832ed975ebdaf9e570333b
|
||||
six-1.4.1.tar.gz: b4cfd03344390d73d84349c815808358a128cc1d
|
||||
six-1.6.1.tar.gz: 2a7941cc2233d9ad6d7d54dd5265d1eb9726c5a1
|
||||
sources:
|
||||
six-1.7.2.tar.gz: 6ed970106d18e48b361b09c227dac83b4cc72f26
|
||||
sources:
|
||||
six-1.8.0.tar.gz: aa3b0659cbc85c6c7a91efc51f2d1007040070cd
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
%define oname six
|
||||
|
||||
Name: python-%{oname}
|
||||
Version: 1.7.2
|
||||
Release: 3
|
||||
Version: 1.8.0
|
||||
Release: 1
|
||||
Summary: Python 2 and 3 compatibility utilities
|
||||
|
||||
Source0: http://pypi.python.org/packages/source/s/six/six-%{version}.tar.gz
|
||||
|
@ -67,4 +67,3 @@ popd
|
|||
%files -n python3-six
|
||||
%doc python3/LICENSE python3/README python2/documentation/index.rst
|
||||
%{py3_puresitedir}/*
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue