* [Buildroot] [PATCH 1/2] package/mupdf: bump to version 1.21.0
@ 2022-12-10 20:12 James Hilliard
2022-12-10 20:12 ` [Buildroot] [PATCH 2/2] package/python-pymupdf: " James Hilliard
2022-12-10 21:10 ` [Buildroot] [PATCH 1/2] package/mupdf: " Yann E. MORIN
0 siblings, 2 replies; 3+ messages in thread
From: James Hilliard @ 2022-12-10 20:12 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Raphaël Mélotte, Asaf Kahlon
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/mupdf/mupdf.hash | 4 ++--
package/mupdf/mupdf.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/mupdf/mupdf.hash b/package/mupdf/mupdf.hash
index fa24e741c7..6785aa163a 100644
--- a/package/mupdf/mupdf.hash
+++ b/package/mupdf/mupdf.hash
@@ -1,8 +1,8 @@
# From https://mupdf.com/downloads/index.html:
-sha1 f27108668e876b47d7438e2a8b2295654e66f42d mupdf-1.20.3-source.tar.lz
+sha1 27d75cae256450abb9f50cd00b3e5a895fc684cf mupdf-1.21.0-source.tar.lz
# Locally computed:
-sha256 6f73f63ef8aa81991dfd023d4426a548827d1d74e0bfcf2a013acad63b651868 mupdf-1.20.3-source.tar.lz
+sha256 f23fc1ad9081375d9c5f2318d6e6e5c5be490ecb70b10ed7167932afbe1ccfb5 mupdf-1.21.0-source.tar.lz
# Hash for license files:
sha256 57c8ff33c9c0cfc3ef00e650a1cc910d7ee479a8bc509f6c9209a7c2a11399d6 COPYING
diff --git a/package/mupdf/mupdf.mk b/package/mupdf/mupdf.mk
index 1fc54b2d35..e93a41bd00 100644
--- a/package/mupdf/mupdf.mk
+++ b/package/mupdf/mupdf.mk
@@ -5,7 +5,7 @@
################################################################################
# python-pymupdf's version must match mupdf's version
-MUPDF_VERSION = 1.20.3
+MUPDF_VERSION = 1.21.0
MUPDF_SOURCE = mupdf-$(MUPDF_VERSION)-source.tar.lz
MUPDF_SITE = https://mupdf.com/downloads/archive
MUPDF_LICENSE = AGPL-3.0+
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 2/2] package/python-pymupdf: bump to version 1.21.0
2022-12-10 20:12 [Buildroot] [PATCH 1/2] package/mupdf: bump to version 1.21.0 James Hilliard
@ 2022-12-10 20:12 ` James Hilliard
2022-12-10 21:10 ` [Buildroot] [PATCH 1/2] package/mupdf: " Yann E. MORIN
1 sibling, 0 replies; 3+ messages in thread
From: James Hilliard @ 2022-12-10 20:12 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Raphaël Mélotte, Asaf Kahlon
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-pymupdf/python-pymupdf.hash | 4 ++--
package/python-pymupdf/python-pymupdf.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/python-pymupdf/python-pymupdf.hash b/package/python-pymupdf/python-pymupdf.hash
index 21befb3b7c..d930d04335 100644
--- a/package/python-pymupdf/python-pymupdf.hash
+++ b/package/python-pymupdf/python-pymupdf.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pymupdf/json
-md5 450f0c613fec4b0d061299d3d935fafa PyMuPDF-1.20.2.tar.gz
-sha256 02eedf01f57c6bafb5e8667cea0088a2d2522643c47100f1908bec3a68a84888 PyMuPDF-1.20.2.tar.gz
+md5 ae24d77d44369e46bbcd5457fe97d776 PyMuPDF-1.21.0.tar.gz
+sha256 a63dfc289e127a16ab60310ee6005fe83121c7a97f7c120db688f9281c9e5d0f PyMuPDF-1.21.0.tar.gz
# Locally computed sha256 checksums
sha256 57c8ff33c9c0cfc3ef00e650a1cc910d7ee479a8bc509f6c9209a7c2a11399d6 COPYING
diff --git a/package/python-pymupdf/python-pymupdf.mk b/package/python-pymupdf/python-pymupdf.mk
index 238fc4dd47..38212dc44b 100644
--- a/package/python-pymupdf/python-pymupdf.mk
+++ b/package/python-pymupdf/python-pymupdf.mk
@@ -5,9 +5,9 @@
################################################################################
# python-pymupdf's version must match mupdf's version
-PYTHON_PYMUPDF_VERSION = 1.20.2
+PYTHON_PYMUPDF_VERSION = 1.21.0
PYTHON_PYMUPDF_SOURCE = PyMuPDF-$(PYTHON_PYMUPDF_VERSION).tar.gz
-PYTHON_PYMUPDF_SITE = https://files.pythonhosted.org/packages/4a/09/6afe87a8ea7acb6e4709223a704270ffe9929497add4d06b12305e229ba8
+PYTHON_PYMUPDF_SITE = https://files.pythonhosted.org/packages/61/14/632eefe5568ee7a4ec95aa7fc9c63996ff6a6d2464d4e3a9dc35da11a409
PYTHON_PYMUPDF_SETUP_TYPE = setuptools
PYTHON_PYMUPDF_LICENSE = AGPL-3.0+
PYTHON_PYMUPDF_LICENSE_FILES = COPYING
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/2] package/mupdf: bump to version 1.21.0
2022-12-10 20:12 [Buildroot] [PATCH 1/2] package/mupdf: bump to version 1.21.0 James Hilliard
2022-12-10 20:12 ` [Buildroot] [PATCH 2/2] package/python-pymupdf: " James Hilliard
@ 2022-12-10 21:10 ` Yann E. MORIN
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2022-12-10 21:10 UTC (permalink / raw)
To: James Hilliard; +Cc: Raphaël Mélotte, Asaf Kahlon, buildroot
James, All,
On 2022-12-10 13:12 -0700, James Hilliard spake thusly:
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
> package/mupdf/mupdf.hash | 4 ++--
> package/mupdf/mupdf.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/mupdf/mupdf.hash b/package/mupdf/mupdf.hash
> index fa24e741c7..6785aa163a 100644
> --- a/package/mupdf/mupdf.hash
> +++ b/package/mupdf/mupdf.hash
> @@ -1,8 +1,8 @@
> # From https://mupdf.com/downloads/index.html:
> -sha1 f27108668e876b47d7438e2a8b2295654e66f42d mupdf-1.20.3-source.tar.lz
> +sha1 27d75cae256450abb9f50cd00b3e5a895fc684cf mupdf-1.21.0-source.tar.lz
>
> # Locally computed:
> -sha256 6f73f63ef8aa81991dfd023d4426a548827d1d74e0bfcf2a013acad63b651868 mupdf-1.20.3-source.tar.lz
> +sha256 f23fc1ad9081375d9c5f2318d6e6e5c5be490ecb70b10ed7167932afbe1ccfb5 mupdf-1.21.0-source.tar.lz
>
> # Hash for license files:
> sha256 57c8ff33c9c0cfc3ef00e650a1cc910d7ee479a8bc509f6c9209a7c2a11399d6 COPYING
> diff --git a/package/mupdf/mupdf.mk b/package/mupdf/mupdf.mk
> index 1fc54b2d35..e93a41bd00 100644
> --- a/package/mupdf/mupdf.mk
> +++ b/package/mupdf/mupdf.mk
> @@ -5,7 +5,7 @@
> ################################################################################
>
> # python-pymupdf's version must match mupdf's version
As the comment states, both packages must have the same version, so they
must be updated in the same patch.
Applied to master as a single patch, thanks.
Regards,
Yann E. MORIN.
> -MUPDF_VERSION = 1.20.3
> +MUPDF_VERSION = 1.21.0
> MUPDF_SOURCE = mupdf-$(MUPDF_VERSION)-source.tar.lz
> MUPDF_SITE = https://mupdf.com/downloads/archive
> MUPDF_LICENSE = AGPL-3.0+
> --
> 2.34.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-12-10 21:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-10 20:12 [Buildroot] [PATCH 1/2] package/mupdf: bump to version 1.21.0 James Hilliard
2022-12-10 20:12 ` [Buildroot] [PATCH 2/2] package/python-pymupdf: " James Hilliard
2022-12-10 21:10 ` [Buildroot] [PATCH 1/2] package/mupdf: " 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.