* [Buildroot] [PATCH] package/python-pycrate: bump to version 0.6.0
@ 2023-05-07 22:52 Nasser Afshin
2023-05-08 19:21 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: Nasser Afshin @ 2023-05-07 22:52 UTC (permalink / raw)
To: buildroot; +Cc: Nasser Afshin, Asaf Kahlon
Signed-off-by: Nasser Afshin <afshin.nasser@gmail.com>
---
package/python-pycrate/Config.in | 3 ++-
package/python-pycrate/python-pycrate.hash | 6 +++---
package/python-pycrate/python-pycrate.mk | 4 ++--
3 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/package/python-pycrate/Config.in b/package/python-pycrate/Config.in
index 193a973f7e..bbd6873938 100644
--- a/package/python-pycrate/Config.in
+++ b/package/python-pycrate/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_PYTHON_PYCRATE
bool "python-pycrate"
help
- A software suite to handle various data formats.
+ A software suite to handle various data and protocol
+ formats.
https://github.com/P1sec/pycrate/
diff --git a/package/python-pycrate/python-pycrate.hash b/package/python-pycrate/python-pycrate.hash
index e37fd6743a..fd41274369 100644
--- a/package/python-pycrate/python-pycrate.hash
+++ b/package/python-pycrate/python-pycrate.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pycrate/json
-md5 075622d5d573274cd4dbfe268ca52f7f pycrate-0.5.5.tar.gz
-sha256 59f09331890a389a6b98412f19f4fb021c5a75a35ab07bf5ba0d1e299a0967af pycrate-0.5.5.tar.gz
-# Locally computed
+md5 d51fd27d99481990ff85a1e418b1c938 pycrate-0.6.0.tar.gz
+sha256 b49738c02a3f93ba9f76c0dac82b689a5341882814b36c714e9600e9f560daf7 pycrate-0.6.0.tar.gz
+# Locally computed sha256 checksums
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 license.txt
diff --git a/package/python-pycrate/python-pycrate.mk b/package/python-pycrate/python-pycrate.mk
index 6779433556..2f947ab807 100644
--- a/package/python-pycrate/python-pycrate.mk
+++ b/package/python-pycrate/python-pycrate.mk
@@ -4,9 +4,9 @@
#
################################################################################
-PYTHON_PYCRATE_VERSION = 0.5.5
+PYTHON_PYCRATE_VERSION = 0.6.0
PYTHON_PYCRATE_SOURCE = pycrate-$(PYTHON_PYCRATE_VERSION).tar.gz
-PYTHON_PYCRATE_SITE = https://files.pythonhosted.org/packages/25/8f/b3d7e0b541aa04b2f0f7aa694a6946b572bfa2e2627cf1f12b5416d633df
+PYTHON_PYCRATE_SITE = https://files.pythonhosted.org/packages/fb/7f/5f354100270a5d41350e9806dc9950a33e00a30eb3a7ab5fc9db86326856
PYTHON_PYCRATE_SETUP_TYPE = setuptools
PYTHON_PYCRATE_EXTRA_DOWNLOADS = https://raw.githubusercontent.com/P1sec/pycrate/$(PYTHON_PYCRATE_VERSION)/license.txt
PYTHON_PYCRATE_LICENSE = LGPL-2.1+
--
2.25.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] package/python-pycrate: bump to version 0.6.0
2023-05-07 22:52 [Buildroot] [PATCH] package/python-pycrate: bump to version 0.6.0 Nasser Afshin
@ 2023-05-08 19:21 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2023-05-08 19:21 UTC (permalink / raw)
To: Nasser Afshin; +Cc: Asaf Kahlon, buildroot
Nasser, All,
On 2023-05-08 02:22 +0330, Nasser Afshin spake thusly:
> Signed-off-by: Nasser Afshin <afshin.nasser@gmail.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/python-pycrate/Config.in | 3 ++-
> package/python-pycrate/python-pycrate.hash | 6 +++---
> package/python-pycrate/python-pycrate.mk | 4 ++--
> 3 files changed, 7 insertions(+), 6 deletions(-)
>
> diff --git a/package/python-pycrate/Config.in b/package/python-pycrate/Config.in
> index 193a973f7e..bbd6873938 100644
> --- a/package/python-pycrate/Config.in
> +++ b/package/python-pycrate/Config.in
> @@ -1,6 +1,7 @@
> config BR2_PACKAGE_PYTHON_PYCRATE
> bool "python-pycrate"
> help
> - A software suite to handle various data formats.
> + A software suite to handle various data and protocol
> + formats.
>
> https://github.com/P1sec/pycrate/
> diff --git a/package/python-pycrate/python-pycrate.hash b/package/python-pycrate/python-pycrate.hash
> index e37fd6743a..fd41274369 100644
> --- a/package/python-pycrate/python-pycrate.hash
> +++ b/package/python-pycrate/python-pycrate.hash
> @@ -1,5 +1,5 @@
> # md5, sha256 from https://pypi.org/pypi/pycrate/json
> -md5 075622d5d573274cd4dbfe268ca52f7f pycrate-0.5.5.tar.gz
> -sha256 59f09331890a389a6b98412f19f4fb021c5a75a35ab07bf5ba0d1e299a0967af pycrate-0.5.5.tar.gz
> -# Locally computed
> +md5 d51fd27d99481990ff85a1e418b1c938 pycrate-0.6.0.tar.gz
> +sha256 b49738c02a3f93ba9f76c0dac82b689a5341882814b36c714e9600e9f560daf7 pycrate-0.6.0.tar.gz
> +# Locally computed sha256 checksums
> sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 license.txt
> diff --git a/package/python-pycrate/python-pycrate.mk b/package/python-pycrate/python-pycrate.mk
> index 6779433556..2f947ab807 100644
> --- a/package/python-pycrate/python-pycrate.mk
> +++ b/package/python-pycrate/python-pycrate.mk
> @@ -4,9 +4,9 @@
> #
> ################################################################################
>
> -PYTHON_PYCRATE_VERSION = 0.5.5
> +PYTHON_PYCRATE_VERSION = 0.6.0
> PYTHON_PYCRATE_SOURCE = pycrate-$(PYTHON_PYCRATE_VERSION).tar.gz
> -PYTHON_PYCRATE_SITE = https://files.pythonhosted.org/packages/25/8f/b3d7e0b541aa04b2f0f7aa694a6946b572bfa2e2627cf1f12b5416d633df
> +PYTHON_PYCRATE_SITE = https://files.pythonhosted.org/packages/fb/7f/5f354100270a5d41350e9806dc9950a33e00a30eb3a7ab5fc9db86326856
> PYTHON_PYCRATE_SETUP_TYPE = setuptools
> PYTHON_PYCRATE_EXTRA_DOWNLOADS = https://raw.githubusercontent.com/P1sec/pycrate/$(PYTHON_PYCRATE_VERSION)/license.txt
> PYTHON_PYCRATE_LICENSE = LGPL-2.1+
> --
> 2.25.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] 2+ messages in thread
end of thread, other threads:[~2023-05-08 19:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-07 22:52 [Buildroot] [PATCH] package/python-pycrate: bump to version 0.6.0 Nasser Afshin
2023-05-08 19:21 ` 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.