Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-pyasn1: update to 0.5.0.
@ 2023-10-02 10:48 mhmdanas
  2023-10-25 13:16 ` Piraty
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: mhmdanas @ 2023-10-02 10:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages python3-pyasn1-0.5.0
https://github.com/void-linux/void-packages/pull/46374

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

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

<!--
#### 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/46374.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-pyasn1-0.5.0-46374.patch --]
[-- Type: text/x-diff, Size: 1136 bytes --]

From decee02db395aaa3192d5c198ee2f08392299fa7 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Mon, 2 Oct 2023 11:47:31 +0100
Subject: [PATCH] python3-pyasn1: update to 0.5.0.

---
 srcpkgs/python3-pyasn1/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-pyasn1/template b/srcpkgs/python3-pyasn1/template
index dafa225912cca..78b67cebba9fd 100644
--- a/srcpkgs/python3-pyasn1/template
+++ b/srcpkgs/python3-pyasn1/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyasn1'
 pkgname=python3-pyasn1
-version=0.4.8
-revision=5
+version=0.5.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
@@ -12,7 +12,7 @@ license="BSD-2-Clause"
 homepage="https://github.com/etingof/pyasn1"
 changelog="https://raw.githubusercontent.com/etingof/pyasn1/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/p/pyasn1/pyasn1-${version}.tar.gz"
-checksum=aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba
+checksum=97b7290ca68e62a832558ec3976f15cbf911bf5d7c7039d8b861c2a0ece69fde
 
 post_install() {
 	vlicense LICENSE.rst

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

* Re: python3-pyasn1: update to 0.5.0.
  2023-10-02 10:48 [PR PATCH] python3-pyasn1: update to 0.5.0 mhmdanas
@ 2023-10-25 13:16 ` Piraty
  2023-10-26 12:31 ` [PR PATCH] [Updated] " mhmdanas
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Piraty @ 2023-10-25 13:16 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/46374#issuecomment-1779255722

Comment:
rebase

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

* Re: [PR PATCH] [Updated] python3-pyasn1: update to 0.5.0.
  2023-10-02 10:48 [PR PATCH] python3-pyasn1: update to 0.5.0 mhmdanas
  2023-10-25 13:16 ` Piraty
@ 2023-10-26 12:31 ` mhmdanas
  2023-10-27 12:28 ` Piraty
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mhmdanas @ 2023-10-26 12:31 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages python3-pyasn1-0.5.0
https://github.com/void-linux/void-packages/pull/46374

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

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

<!--
#### 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/46374.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-pyasn1-0.5.0-46374.patch --]
[-- Type: text/x-diff, Size: 1136 bytes --]

From 9dfd596a45b36c946c0c06047cd243ad8f1e4149 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Mon, 2 Oct 2023 11:47:31 +0100
Subject: [PATCH] python3-pyasn1: update to 0.5.0.

---
 srcpkgs/python3-pyasn1/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-pyasn1/template b/srcpkgs/python3-pyasn1/template
index a456a8986f9a8..78b67cebba9fd 100644
--- a/srcpkgs/python3-pyasn1/template
+++ b/srcpkgs/python3-pyasn1/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyasn1'
 pkgname=python3-pyasn1
-version=0.4.8
-revision=6
+version=0.5.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
@@ -12,7 +12,7 @@ license="BSD-2-Clause"
 homepage="https://github.com/etingof/pyasn1"
 changelog="https://raw.githubusercontent.com/etingof/pyasn1/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/p/pyasn1/pyasn1-${version}.tar.gz"
-checksum=aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba
+checksum=97b7290ca68e62a832558ec3976f15cbf911bf5d7c7039d8b861c2a0ece69fde
 
 post_install() {
 	vlicense LICENSE.rst

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

* Re: python3-pyasn1: update to 0.5.0.
  2023-10-02 10:48 [PR PATCH] python3-pyasn1: update to 0.5.0 mhmdanas
  2023-10-25 13:16 ` Piraty
  2023-10-26 12:31 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-10-27 12:28 ` Piraty
  2023-10-27 22:51 ` [PR PATCH] [Updated] " mhmdanas
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Piraty @ 2023-10-27 12:28 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/46374#issuecomment-1782833272

Comment:
see https://github.com/etingof/pyasn1/issues/217

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

* Re: [PR PATCH] [Updated] python3-pyasn1: update to 0.5.0.
  2023-10-02 10:48 [PR PATCH] python3-pyasn1: update to 0.5.0 mhmdanas
                   ` (2 preceding siblings ...)
  2023-10-27 12:28 ` Piraty
@ 2023-10-27 22:51 ` mhmdanas
  2023-10-27 22:52 ` mhmdanas
  2023-10-28 22:21 ` [PR PATCH] [Merged]: " Piraty
  5 siblings, 0 replies; 7+ messages in thread
From: mhmdanas @ 2023-10-27 22:51 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages python3-pyasn1-0.5.0
https://github.com/void-linux/void-packages/pull/46374

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

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

<!--
#### 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/46374.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-pyasn1-0.5.0-46374.patch --]
[-- Type: text/x-diff, Size: 1381 bytes --]

From c36aed00fab765840a56c02d85a6a8d3d7def030 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Mon, 2 Oct 2023 11:47:31 +0100
Subject: [PATCH] python3-pyasn1: update to 0.5.0.

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

diff --git a/srcpkgs/python3-pyasn1/template b/srcpkgs/python3-pyasn1/template
index a456a8986f9a8..9f8f40ce88c8c 100644
--- a/srcpkgs/python3-pyasn1/template
+++ b/srcpkgs/python3-pyasn1/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-pyasn1'
 pkgname=python3-pyasn1
-version=0.4.8
-revision=6
+version=0.5.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
@@ -9,10 +9,10 @@ checkdepends="python3-pytest"
 short_desc="ASN.1 library for Python3"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
-homepage="https://github.com/etingof/pyasn1"
-changelog="https://raw.githubusercontent.com/etingof/pyasn1/master/CHANGES.rst"
+homepage="https://github.com/pyasn1/pyasn1"
+changelog="https://raw.githubusercontent.com/pyasn1/pyasn1/main/CHANGES.rst"
 distfiles="${PYPI_SITE}/p/pyasn1/pyasn1-${version}.tar.gz"
-checksum=aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba
+checksum=97b7290ca68e62a832558ec3976f15cbf911bf5d7c7039d8b861c2a0ece69fde
 
 post_install() {
 	vlicense LICENSE.rst

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

* Re: python3-pyasn1: update to 0.5.0.
  2023-10-02 10:48 [PR PATCH] python3-pyasn1: update to 0.5.0 mhmdanas
                   ` (3 preceding siblings ...)
  2023-10-27 22:51 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-10-27 22:52 ` mhmdanas
  2023-10-28 22:21 ` [PR PATCH] [Merged]: " Piraty
  5 siblings, 0 replies; 7+ messages in thread
From: mhmdanas @ 2023-10-27 22:52 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/46374#issuecomment-1783590902

Comment:
That's sad news, may he rest in peace.

I went ahead and updated the homepage and changelog URL to their new locations.

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

* Re: [PR PATCH] [Merged]: python3-pyasn1: update to 0.5.0.
  2023-10-02 10:48 [PR PATCH] python3-pyasn1: update to 0.5.0 mhmdanas
                   ` (4 preceding siblings ...)
  2023-10-27 22:52 ` mhmdanas
@ 2023-10-28 22:21 ` Piraty
  5 siblings, 0 replies; 7+ messages in thread
From: Piraty @ 2023-10-28 22:21 UTC (permalink / raw)
  To: ml

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

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

python3-pyasn1: update to 0.5.0.
https://github.com/void-linux/void-packages/pull/46374

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

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

<!--
#### 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] 7+ messages in thread

end of thread, other threads:[~2023-10-28 22:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-02 10:48 [PR PATCH] python3-pyasn1: update to 0.5.0 mhmdanas
2023-10-25 13:16 ` Piraty
2023-10-26 12:31 ` [PR PATCH] [Updated] " mhmdanas
2023-10-27 12:28 ` Piraty
2023-10-27 22:51 ` [PR PATCH] [Updated] " mhmdanas
2023-10-27 22:52 ` mhmdanas
2023-10-28 22:21 ` [PR PATCH] [Merged]: " Piraty

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).