mirror of
https://abf.rosa.ru/djam/python-six.git
synced 2025-02-23 23:42:51 +00:00
Updated to 1.11.0 (by updates_builder)
This commit is contained in:
parent
7d71eeb314
commit
c819f65802
2 changed files with 7 additions and 6 deletions
3
.abf.yml
3
.abf.yml
|
@ -1,9 +1,10 @@
|
|||
removed_sources:
|
||||
six-1.0.0.tar.gz: befd2442a6ec5bfd20832ed975ebdaf9e570333b
|
||||
six-1.10.0.tar.gz: 30d480d2e352e8e4c2aae042cf1bf33368ff0920
|
||||
six-1.4.1.tar.gz: b4cfd03344390d73d84349c815808358a128cc1d
|
||||
six-1.6.1.tar.gz: 2a7941cc2233d9ad6d7d54dd5265d1eb9726c5a1
|
||||
six-1.7.2.tar.gz: 6ed970106d18e48b361b09c227dac83b4cc72f26
|
||||
six-1.8.0.tar.gz: aa3b0659cbc85c6c7a91efc51f2d1007040070cd
|
||||
six-1.9.0.tar.gz: d168e6d01f0900875c6ecebc97da72d0fda31129
|
||||
sources:
|
||||
six-1.10.0.tar.gz: 30d480d2e352e8e4c2aae042cf1bf33368ff0920
|
||||
six-1.11.0.tar.gz: 3647372a0e104e7b53bd477762392024e1083ac0
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
%define oname six
|
||||
|
||||
Name: python-%{oname}
|
||||
Version: 1.10.0
|
||||
Release: 3
|
||||
Version: 1.11.0
|
||||
Release: 1
|
||||
Summary: Python 2 and 3 compatibility utilities
|
||||
|
||||
Source0: http://pypi.python.org/packages/source/s/six/six-%{version}.tar.gz
|
||||
Source0: http://pypi.io/packages/source/s/six/six-%{version}.tar.gz
|
||||
License: MIT
|
||||
Group: Development/Python
|
||||
Url: http://pypi.python.org/pypi/six/
|
||||
|
@ -30,10 +30,10 @@ be found there.
|
|||
|
||||
%build
|
||||
chmod 644 README
|
||||
python setup.py build
|
||||
%py_build
|
||||
|
||||
%install
|
||||
python setup.py install --root=%{buildroot}
|
||||
%py_install
|
||||
|
||||
%files
|
||||
%doc LICENSE README documentation/index.rst
|
||||
|
|
Loading…
Add table
Reference in a new issue