package/python-daphne: bump version to 2.4.1
authorAdam Duskett <Aduskett@gmail.com>
Fri, 10 Jan 2020 16:16:35 +0000 (08:16 -0800)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 10 Jan 2020 21:09:29 +0000 (22:09 +0100)
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>
package/python-daphne/python-daphne.hash
package/python-daphne/python-daphne.mk

index 17c13e12c12b5fd3719aba7fe8c03fbdb0e0c257..cdf5e83ebb2e8a3136fc6c7e31e5b86e648b3de9 100644 (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
index 3d625c85eca45d3b50d874d069e38c4173046ec4..cd4739db194b7013c2c5429e7309eff46222c4ba 100644 (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))