package/python-daphne: bump version to 2.4.1

Other changes:
  - Use the LICENSE file for the license. This prevents having to change the
    sha256sum on every version bump due to PKG-INFO containing the version
    number.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Adam Duskett 2020-01-10 08:16:35 -08:00 committed by Thomas Petazzoni
parent f6d673ccc4
commit 0ed357e8c2
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/daphne/json
md5 1e8c391395ade46abe8cca84e3a9746a daphne-2.4.0.tar.gz
sha256 5af4d83c8ecf11a4d8ed65ced02d8336d52d90d213dfcd184d07222d36da433c daphne-2.4.0.tar.gz
md5 564353eaed92659e3b113d966a0288f2 daphne-2.4.1.tar.gz0
sha256 1e41d02d78da373c1f8504835cdca6d447b5d64c2941661d4bd968d412b6c383 daphne-2.4.1.tar.gz
# Locally computed sha256
sha256 d0916b2b91afac6090fc01501e895a3cea81141d4b10c702db9e0a057ca5a563 PKG-INFO
sha256 b846415d1b514e9c1dff14a22deb906d794bc546ca6129f950a18cd091e2a669 LICENSE

View File

@ -4,12 +4,12 @@
#
################################################################################
PYTHON_DAPHNE_VERSION = 2.4.0
PYTHON_DAPHNE_VERSION = 2.4.1
PYTHON_DAPHNE_SOURCE = daphne-$(PYTHON_DAPHNE_VERSION).tar.gz
PYTHON_DAPHNE_SITE = https://files.pythonhosted.org/packages/c6/66/05ace288000d323831a9fab1e68a5625b117b7c8aca408404d33330f3906
PYTHON_DAPHNE_SITE = https://files.pythonhosted.org/packages/03/6c/847d1c962f8c45aa2ab0791583c4a41669d158e28fd6369ce940b8ea8417
PYTHON_DAPHNE_SETUP_TYPE = setuptools
# https://github.com/django/daphne/blob/master/LICENSE
PYTHON_DAPHNE_LICENSE = BSD-3-Clause
PYTHON_DAPHNE_LICENSE_FILES = PKG-INFO
PYTHON_DAPHNE_LICENSE_FILES = LICENSE
$(eval $(python-package))