Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-msgpack: update to 1.0.5.
@ 2023-03-24 20:22 mhmdanas
  2023-03-28  1:19 ` [PR REVIEW] " abenson
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: mhmdanas @ 2023-03-24 20:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1250 bytes --]

There is a new pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages python3-msgpack-1.0.5
https://github.com/void-linux/void-packages/pull/42984

python3-msgpack: update to 1.0.5.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

@skmpz

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/42984.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-msgpack-1.0.5-42984.patch --]
[-- Type: text/x-diff, Size: 1352 bytes --]

From bf841f9056131ed1f84fe80c4b94a50684f10197 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Fri, 24 Mar 2023 20:22:05 +0000
Subject: [PATCH] python3-msgpack: update to 1.0.5.

---
 srcpkgs/python3-msgpack/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-msgpack/template b/srcpkgs/python3-msgpack/template
index ab557acf721a..173ef79642ae 100644
--- a/srcpkgs/python3-msgpack/template
+++ b/srcpkgs/python3-msgpack/template
@@ -1,16 +1,16 @@
 # Template file for 'python3-msgpack'
 pkgname=python3-msgpack
-version=1.0.4
-revision=2
+version=1.0.5
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
 depends="python3"
 checkdepends="python3-pytest"
-short_desc="Python module for Msgpack serializer (Python3)"
+short_desc="Python module for Msgpack serializer"
 maintainer="skmpz <dem.procopiou@gmail.com>"
 license="Apache-2.0"
-homepage="https://msgpack.org/"
+homepage="https://github.com/msgpack/msgpack-python"
 changelog="https://raw.githubusercontent.com/msgpack/msgpack-python/main/ChangeLog.rst"
 distfiles="${PYPI_SITE}/m/msgpack/msgpack-${version}.tar.gz"
-checksum=f5d869c18f030202eb412f08b28d2afeea553d6613aee89e200d7aca7ef01f5f
+checksum=c075544284eadc5cddc70f4757331d99dcbc16b2bbd4849d15f8aae4cf36d31c

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR REVIEW] python3-msgpack: update to 1.0.5.
  2023-03-24 20:22 [PR PATCH] python3-msgpack: update to 1.0.5 mhmdanas
@ 2023-03-28  1:19 ` abenson
  2023-03-28  9:36 ` mhmdanas
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2023-03-28  1:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 172 bytes --]

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/42984#discussion_r1149929705

Comment:
Why change the homepage?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR REVIEW] python3-msgpack: update to 1.0.5.
  2023-03-24 20:22 [PR PATCH] python3-msgpack: update to 1.0.5 mhmdanas
  2023-03-28  1:19 ` [PR REVIEW] " abenson
@ 2023-03-28  9:36 ` mhmdanas
  2023-03-28 12:12 ` abenson
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: mhmdanas @ 2023-03-28  9:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 313 bytes --]

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/42984#discussion_r1150309819

Comment:
The original one is a general homepage for msgpack, not for python3-msgpack specifically. If that's not a good enough justification, I'm fine with changing it back.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR REVIEW] python3-msgpack: update to 1.0.5.
  2023-03-24 20:22 [PR PATCH] python3-msgpack: update to 1.0.5 mhmdanas
  2023-03-28  1:19 ` [PR REVIEW] " abenson
  2023-03-28  9:36 ` mhmdanas
@ 2023-03-28 12:12 ` abenson
  2023-05-04 18:29 ` mhmdanas
  2023-06-11 16:57 ` [PR PATCH] [Closed]: " abenson
  4 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2023-03-28 12:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 193 bytes --]

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/42984#discussion_r1150503974

Comment:
That's the homepage listed on the Github page

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR REVIEW] python3-msgpack: update to 1.0.5.
  2023-03-24 20:22 [PR PATCH] python3-msgpack: update to 1.0.5 mhmdanas
                   ` (2 preceding siblings ...)
  2023-03-28 12:12 ` abenson
@ 2023-05-04 18:29 ` mhmdanas
  2023-06-11 16:57 ` [PR PATCH] [Closed]: " abenson
  4 siblings, 0 replies; 6+ messages in thread
From: mhmdanas @ 2023-05-04 18:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 340 bytes --]

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/42984#discussion_r1185366004

Comment:
Still, when I'm looking for information about python3-msgpack specifically, https://msgpack.org is less than ideal. I don't see a reason to blindly use the homepage listed on the GitHub page.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Closed]: python3-msgpack: update to 1.0.5.
  2023-03-24 20:22 [PR PATCH] python3-msgpack: update to 1.0.5 mhmdanas
                   ` (3 preceding siblings ...)
  2023-05-04 18:29 ` mhmdanas
@ 2023-06-11 16:57 ` abenson
  4 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2023-06-11 16:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1083 bytes --]

There's a closed pull request on the void-packages repository

python3-msgpack: update to 1.0.5.
https://github.com/void-linux/void-packages/pull/42984

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

@skmpz

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-06-11 16:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-24 20:22 [PR PATCH] python3-msgpack: update to 1.0.5 mhmdanas
2023-03-28  1:19 ` [PR REVIEW] " abenson
2023-03-28  9:36 ` mhmdanas
2023-03-28 12:12 ` abenson
2023-05-04 18:29 ` mhmdanas
2023-06-11 16:57 ` [PR PATCH] [Closed]: " abenson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).