python-docker: update to 3.3.0 (#13871)

This commit is contained in:
iaroki 2018-04-26 20:17:43 +03:00 committed by Alessio Sergi
parent ec450073d3
commit 444d36452c
2 changed files with 2 additions and 22 deletions

View File

@ -1,20 +0,0 @@
--- setup.py.orig 2017-01-20 03:12:21.000000000 +0100
+++ setup.py 2017-04-21 12:39:13.784172057 +0200
@@ -5,17 +5,8 @@
import os
import sys
-import pip
-
from setuptools import setup, find_packages
-if 'docker-py' in [x.project_name for x in pip.get_installed_distributions()]:
- print(
- 'ERROR: "docker-py" needs to be uninstalled before installing this'
- ' package:\npip uninstall docker-py', file=sys.stderr
- )
- sys.exit(1)
-
ROOT_DIR = os.path.dirname(__file__)
SOURCE_DIR = os.path.join(ROOT_DIR)

View File

@ -1,6 +1,6 @@
# Template file for 'python-docker'
pkgname=python-docker
version=3.2.1
version=3.3.0
revision=1
noarch=yes
wrksrc="docker-${version}"
@ -15,7 +15,7 @@ maintainer="Sergi Alvarez <pancake@nopcode.org>"
homepage="https://github.com/docker/docker-py"
license="Apache-2.0"
distfiles="${PYPI_SITE}/d/docker/docker-${version}.tar.gz"
checksum=0d698c3dc4df66c988de5df21a62cdc3450de2fa8523772779e5e23799c41f43
checksum=dc5cc0971a0d36fe94c5ce89bd4adb6c892713500af7b0818708229c3199911a
python3-docker_package() {
noarch=yes