* [Buildroot] [PATCH 1/1] package/python-git: bump to version 3.1.40
@ 2023-11-05 7:02 James Hilliard
2023-11-06 22:23 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2023-11-05 7:02 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Asaf Kahlon, Thomas Petazzoni
Drop no longer required python-typing-extensions dependency.
Switch to pypi based source download.
License hash changed due to formatting tweaks:
https://github.com/gitpython-developers/GitPython/commit/e1af18377fd69f9c1007f8abf6ccb95b3c5a6558
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-git/Config.in | 1 -
package/python-git/python-git.hash | 8 +++++---
package/python-git/python-git.mk | 5 +++--
3 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/package/python-git/Config.in b/package/python-git/Config.in
index 3c23f91c36..183b377c46 100644
--- a/package/python-git/Config.in
+++ b/package/python-git/Config.in
@@ -3,7 +3,6 @@ config BR2_PACKAGE_PYTHON_GIT
depends on BR2_USE_MMU # git
select BR2_PACKAGE_GIT # runtime
select BR2_PACKAGE_PYTHON_GITDB2 # runtime
- select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
help
GitPython is a python library used to interact with git
repositories, high-level like git-porcelain, or low-level
diff --git a/package/python-git/python-git.hash b/package/python-git/python-git.hash
index 0c8c764bf3..a979871796 100644
--- a/package/python-git/python-git.hash
+++ b/package/python-git/python-git.hash
@@ -1,3 +1,5 @@
-# locally computed hashes
-sha256 8282d0d1169a3a98546979bfae1524608670fadc4ca7636517aadd428e0cfbeb python-git-3.1.24.tar.gz
-sha256 fd657ffc2cef63d25c78cab7808d414dd03a282e63893491fd11c32f98be67fb LICENSE
+# md5, sha256 from https://pypi.org/pypi/gitpython/json
+md5 db4f2a27c8abc4a7e25504e3aeab4a84 GitPython-3.1.40.tar.gz
+sha256 22b126e9ffb671fdd0c129796343a02bf67bf2994b35449ffc9321aa755e18a4 GitPython-3.1.40.tar.gz
+# Locally computed sha256 checksums
+sha256 86fc94c321a9afbc11514713511bafded225f25100dcc0f7350e82bc231b8beb LICENSE
diff --git a/package/python-git/python-git.mk b/package/python-git/python-git.mk
index 9b2771ca07..91d6b07ab1 100644
--- a/package/python-git/python-git.mk
+++ b/package/python-git/python-git.mk
@@ -4,8 +4,9 @@
#
################################################################################
-PYTHON_GIT_VERSION = 3.1.24
-PYTHON_GIT_SITE = $(call github,gitpython-developers,GitPython,$(PYTHON_GIT_VERSION))
+PYTHON_GIT_VERSION = 3.1.40
+PYTHON_GIT_SOURCE = GitPython-$(PYTHON_GIT_VERSION).tar.gz
+PYTHON_GIT_SITE = https://files.pythonhosted.org/packages/0d/b2/37265877ae607a2cbf9a471f4581dbf5ed13a501b90cb4c773f9ccfff3ea
PYTHON_GIT_LICENSE = BSD-3-Clause
PYTHON_GIT_LICENSE_FILES = LICENSE
PYTHON_GIT_SETUP_TYPE = setuptools
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/python-git: bump to version 3.1.40
2023-11-05 7:02 [Buildroot] [PATCH 1/1] package/python-git: bump to version 3.1.40 James Hilliard
@ 2023-11-06 22:23 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-11-06 22:23 UTC (permalink / raw)
To: James Hilliard; +Cc: Asaf Kahlon, buildroot
On Sun, 5 Nov 2023 01:02:38 -0600
James Hilliard <james.hilliard1@gmail.com> wrote:
> Drop no longer required python-typing-extensions dependency.
>
> Switch to pypi based source download.
>
> License hash changed due to formatting tweaks:
> https://github.com/gitpython-developers/GitPython/commit/e1af18377fd69f9c1007f8abf6ccb95b3c5a6558
>
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
> package/python-git/Config.in | 1 -
> package/python-git/python-git.hash | 8 +++++---
> package/python-git/python-git.mk | 5 +++--
> 3 files changed, 8 insertions(+), 6 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-11-06 22:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-05 7:02 [Buildroot] [PATCH 1/1] package/python-git: bump to version 3.1.40 James Hilliard
2023-11-06 22:23 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox