All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/python-mutagen: bump to version 1.45.1
@ 2021-10-03 19:32 Yann E. MORIN
  0 siblings, 0 replies; only message in thread
From: Yann E. MORIN @ 2021-10-03 19:32 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=c513d89ab0e6767bc6173b9da686e229fcae26aa
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

* The package doesn't support python2 anymore.
* SETUP_TYPE was changed to setuptools.
* Indent with two spaces in the hash file.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
---
 package/python-mutagen/Config.in           | 7 +++----
 package/python-mutagen/python-mutagen.hash | 9 +++++----
 package/python-mutagen/python-mutagen.mk   | 6 +++---
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/package/python-mutagen/Config.in b/package/python-mutagen/Config.in
index 3c95e37447..655562893f 100644
--- a/package/python-mutagen/Config.in
+++ b/package/python-mutagen/Config.in
@@ -1,9 +1,8 @@
 config BR2_PACKAGE_PYTHON_MUTAGEN
 	bool "python-mutagen"
-	select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON # runtime
-	select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3 # runtime
-	select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime
-	select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
+	depends on BR2_PACKAGE_PYTHON3
+	select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
+	select BR2_PACKAGE_PYTHON3_ZLIB # runtime
 	help
 	  Mutagen is a Python module to handle audio metadata.  It
 	  supports ASF, FLAC, MP4, Monkey's Audio, MP3, Musepack, Ogg
diff --git a/package/python-mutagen/python-mutagen.hash b/package/python-mutagen/python-mutagen.hash
index 5ee8ed17c7..0cf25fd5fe 100644
--- a/package/python-mutagen/python-mutagen.hash
+++ b/package/python-mutagen/python-mutagen.hash
@@ -1,4 +1,5 @@
-# md5 from https://pypi.python.org/pypi/mutagen/json, sha256 locally computed
-md5 3729218f974c3a79ee9972ffa5ca5d12 mutagen-1.42.0.tar.gz
-sha256 bb61e2456f59a9a4a259fbc08def6d01ba45a42da8eeaa97d00633b0ec5de71c mutagen-1.42.0.tar.gz
-sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
+# md5, sha256 from https://pypi.org/pypi/mutagen/json
+md5  76e1f7fc2386813c0ff2716695fb06e1  mutagen-1.45.1.tar.gz
+sha256  6397602efb3c2d7baebd2166ed85731ae1c1d475abca22090b7141ff5034b3e1  mutagen-1.45.1.tar.gz
+# Locally computed sha256 checksums
+sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
diff --git a/package/python-mutagen/python-mutagen.mk b/package/python-mutagen/python-mutagen.mk
index 5477d6f4c8..627ec70e96 100644
--- a/package/python-mutagen/python-mutagen.mk
+++ b/package/python-mutagen/python-mutagen.mk
@@ -4,11 +4,11 @@
 #
 ################################################################################
 
-PYTHON_MUTAGEN_VERSION = 1.42.0
+PYTHON_MUTAGEN_VERSION = 1.45.1
 PYTHON_MUTAGEN_SOURCE = mutagen-$(PYTHON_MUTAGEN_VERSION).tar.gz
-PYTHON_MUTAGEN_SITE = https://files.pythonhosted.org/packages/30/4c/5ad1a6e1ccbcfaf6462db727989c302d9d721beedd9b09c11e6f0c7065b0
+PYTHON_MUTAGEN_SITE = https://files.pythonhosted.org/packages/f3/d9/2232a4cb9a98e2d2501f7e58d193bc49c956ef23756d7423ba1bd87e386d
 PYTHON_MUTAGEN_LICENSE = GPL-2.0
 PYTHON_MUTAGEN_LICENSE_FILES = COPYING
-PYTHON_MUTAGEN_SETUP_TYPE = distutils
+PYTHON_MUTAGEN_SETUP_TYPE = setuptools
 
 $(eval $(python-package))
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-03 19:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-03 19:32 [Buildroot] [git commit] package/python-mutagen: bump to version 1.45.1 Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.