From c819f658027f875788dc3d2b876ad58e1780d8d7 Mon Sep 17 00:00:00 2001 From: Denis Silakov Date: Wed, 13 Jun 2018 13:26:34 +0300 Subject: [PATCH] Updated to 1.11.0 (by updates_builder) --- .abf.yml | 3 ++- python-six.spec | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.abf.yml b/.abf.yml index 4a733be..1074485 100644 --- a/.abf.yml +++ b/.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 diff --git a/python-six.spec b/python-six.spec index f50bc8d..0a7529a 100644 --- a/python-six.spec +++ b/python-six.spec @@ -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