From: Asaf Kahlon <asafka7@gmail.com>
To: buildroot@buildroot.org
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
Asaf Kahlon <asafka7@gmail.com>
Subject: [Buildroot] [PATCH 1/1] package/python-mutagen: bump to version 1.45.1
Date: Tue, 28 Sep 2021 09:43:59 +0300 [thread overview]
Message-ID: <20210928064400.573159-5-asafka7@gmail.com> (raw)
In-Reply-To: <20210928064400.573159-1-asafka7@gmail.com>
* 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>
---
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))
--
2.33.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2021-09-28 6:44 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-28 6:43 [Buildroot] [PATCH 1/1] package/python-incremental: bump to versioni 21.3.0 Asaf Kahlon
2021-09-28 6:43 ` [Buildroot] [PATCH 1/1] package/python-markdown2: bump to version 2.4.1 Asaf Kahlon
2021-09-28 6:43 ` [Buildroot] [PATCH 1/1] package/python-meld3: bump to version 2.0.1 Asaf Kahlon
2021-10-06 15:08 ` Peter Korsgaard
2021-10-06 15:51 ` Asaf Kahlon
2021-10-06 16:43 ` Peter Korsgaard
2021-09-28 6:43 ` [Buildroot] [PATCH 1/1] package/python-more-itertools: bump to version 8.10.0 Asaf Kahlon
2021-09-28 6:43 ` Asaf Kahlon [this message]
2021-09-28 6:44 ` [Buildroot] [PATCH 1/1] package/python-netifaces: bump to version 0.11.0 Asaf Kahlon
2021-10-03 20:01 ` [Buildroot] [PATCH 1/1] package/python-incremental: bump to versioni 21.3.0 Yann E. MORIN
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210928064400.573159-5-asafka7@gmail.com \
--to=asafka7@gmail.com \
--cc=buildroot@buildroot.org \
--cc=thomas.petazzoni@bootlin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox