From ad8fb4ae878c7022879de9331983f1034c414cfc Mon Sep 17 00:00:00 2001 From: Damien Goutte-Gattat Date: Tue, 23 Jun 2020 09:36:29 +0100 Subject: [PATCH] l/python-flake8-comprehensions: Upgraded to python-flake8-comprehensions-3.2.3. --- .../flake8-comprehensions-3.1.4.tar.gz.sha256 | 1 - .../flake8-comprehensions-3.2.3.tar.gz.sha256 | 1 + .../python-flake8-comprehensions.SlackBuild | 6 +++--- 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 l/python-flake8-comprehensions/flake8-comprehensions-3.1.4.tar.gz.sha256 create mode 100644 l/python-flake8-comprehensions/flake8-comprehensions-3.2.3.tar.gz.sha256 diff --git a/l/python-flake8-comprehensions/flake8-comprehensions-3.1.4.tar.gz.sha256 b/l/python-flake8-comprehensions/flake8-comprehensions-3.1.4.tar.gz.sha256 deleted file mode 100644 index 74e0871d..00000000 --- a/l/python-flake8-comprehensions/flake8-comprehensions-3.1.4.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -e3a8350a35d7bc71f8a1f64cf3c633a418a26b0edace2219d26ea4dd78ac21f3 flake8-comprehensions-3.1.4.tar.gz diff --git a/l/python-flake8-comprehensions/flake8-comprehensions-3.2.3.tar.gz.sha256 b/l/python-flake8-comprehensions/flake8-comprehensions-3.2.3.tar.gz.sha256 new file mode 100644 index 00000000..3d60f99d --- /dev/null +++ b/l/python-flake8-comprehensions/flake8-comprehensions-3.2.3.tar.gz.sha256 @@ -0,0 +1 @@ +d5751acc0f7364794c71d06f113f4686d6e2e26146a50fa93130b9f200fe160d flake8-comprehensions-3.2.3.tar.gz diff --git a/l/python-flake8-comprehensions/python-flake8-comprehensions.SlackBuild b/l/python-flake8-comprehensions/python-flake8-comprehensions.SlackBuild index f62b8ac0..396dc703 100755 --- a/l/python-flake8-comprehensions/python-flake8-comprehensions.SlackBuild +++ b/l/python-flake8-comprehensions/python-flake8-comprehensions.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash # Build script for Slackware -# Copyright (C) 2019 Damien Goutte-Gattat +# Copyright (C) 2019,2020 Damien Goutte-Gattat # # Redistribution and use of this script, with or without modifications, # is permitted provided that the following conditions are met: @@ -25,11 +25,11 @@ # Latest flake8-comprehensions sourcecode is available at: # . # -# Depends: l/python-flake8, l/python-importlib_metadata +# Depends: l/python-flake8 # Source package infos NAMESRC=${NAMESRC:-flake8-comprehensions} -VERSION=${VERSION:-3.1.4} +VERSION=${VERSION:-3.2.3} ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} # Build infos