Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-qrcode: update to 7.3.1.
@ 2022-02-13  3:43 MouadCharradi
  2022-02-13 12:27 ` [PR PATCH] [Updated] " MouadCharradi
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: MouadCharradi @ 2022-02-13  3:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MouadCharradi/void-packages python3-qrcode
https://github.com/void-linux/void-packages/pull/35575

python3-qrcode: update to 7.3.1.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35575.patch is attached

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

From 14fe947f6e68e0993aff7d005dd73f5de9b17bbd Mon Sep 17 00:00:00 2001
From: MouadCharradi <charradimouad58@gmail.com>
Date: Sun, 13 Feb 2022 04:41:09 +0100
Subject: [PATCH] python3-qrcode: update to 7.3.1.

---
 srcpkgs/python3-qrcode/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-qrcode/template b/srcpkgs/python3-qrcode/template
index 50a1966adb5b..6abb8c0dce44 100644
--- a/srcpkgs/python3-qrcode/template
+++ b/srcpkgs/python3-qrcode/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-qrcode'
 pkgname=python3-qrcode
-version=6.1
+version=7.3.1
 revision=5
 wrksrc="qrcode-${version}"
 build_style=python3-module
@@ -12,7 +12,7 @@ maintainer="Charles E. Lehner <cel@celehner.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/lincolnloop/python-qrcode"
 distfiles="${PYPI_SITE}/q/qrcode/qrcode-${version}.tar.gz"
-checksum=505253854f607f2abf4d16092c61d4e9d511a3b4392e60bff957a68592b04369
+checksum=375a6ff240ca9bd41adc070428b5dfc1dcfbb0f2507f1ac848f6cded38956578
 
 do_check() {
 	python3 setup.py test

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

* Re: [PR PATCH] [Updated] python3-qrcode: update to 7.3.1.
  2022-02-13  3:43 [PR PATCH] python3-qrcode: update to 7.3.1 MouadCharradi
@ 2022-02-13 12:27 ` MouadCharradi
  2022-02-13 13:15 ` [PR PATCH] [Closed]: " MouadCharradi
  2022-02-13 13:15 ` [PR PATCH] [Updated] " MouadCharradi
  2 siblings, 0 replies; 7+ messages in thread
From: MouadCharradi @ 2022-02-13 12:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MouadCharradi/void-packages python3-qrcode
https://github.com/void-linux/void-packages/pull/35575

python3-qrcode: update to 7.3.1.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35575.patch is attached

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

From 14fe947f6e68e0993aff7d005dd73f5de9b17bbd Mon Sep 17 00:00:00 2001
From: MouadCharradi <charradimouad58@gmail.com>
Date: Sun, 13 Feb 2022 04:41:09 +0100
Subject: [PATCH 1/2] python3-qrcode: update to 7.3.1.

---
 srcpkgs/python3-qrcode/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-qrcode/template b/srcpkgs/python3-qrcode/template
index 50a1966adb5b..6abb8c0dce44 100644
--- a/srcpkgs/python3-qrcode/template
+++ b/srcpkgs/python3-qrcode/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-qrcode'
 pkgname=python3-qrcode
-version=6.1
+version=7.3.1
 revision=5
 wrksrc="qrcode-${version}"
 build_style=python3-module
@@ -12,7 +12,7 @@ maintainer="Charles E. Lehner <cel@celehner.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/lincolnloop/python-qrcode"
 distfiles="${PYPI_SITE}/q/qrcode/qrcode-${version}.tar.gz"
-checksum=505253854f607f2abf4d16092c61d4e9d511a3b4392e60bff957a68592b04369
+checksum=375a6ff240ca9bd41adc070428b5dfc1dcfbb0f2507f1ac848f6cded38956578
 
 do_check() {
 	python3 setup.py test

From b244a17bc70295f6be0a8a625fb1feb968e1e7d8 Mon Sep 17 00:00:00 2001
From: MouadCharradi <charradimouad58@gmail.com>
Date: Sun, 13 Feb 2022 13:26:14 +0100
Subject: [PATCH 2/2] python3-qrcode: update to 7.3.1.

---
 srcpkgs/python3-qrcode/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-qrcode/template b/srcpkgs/python3-qrcode/template
index 6abb8c0dce44..aee92b923edc 100644
--- a/srcpkgs/python3-qrcode/template
+++ b/srcpkgs/python3-qrcode/template
@@ -1,12 +1,12 @@
 # Template file for 'python3-qrcode'
 pkgname=python3-qrcode
 version=7.3.1
-revision=5
+revision=1
 wrksrc="qrcode-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-six"
-checkdepends="python3-six"
+checkdepends="python3-six python3-Pillow"
 short_desc="QR Code image generator (Python3)"
 maintainer="Charles E. Lehner <cel@celehner.com>"
 license="BSD-3-Clause"

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

* Re: [PR PATCH] [Updated] python3-qrcode: update to 7.3.1.
  2022-02-13  3:43 [PR PATCH] python3-qrcode: update to 7.3.1 MouadCharradi
  2022-02-13 12:27 ` [PR PATCH] [Updated] " MouadCharradi
  2022-02-13 13:15 ` [PR PATCH] [Closed]: " MouadCharradi
@ 2022-02-13 13:15 ` MouadCharradi
  2 siblings, 0 replies; 7+ messages in thread
From: MouadCharradi @ 2022-02-13 13:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MouadCharradi/void-packages python3-qrcode
https://github.com/void-linux/void-packages/pull/35575

python3-qrcode: update to 7.3.1.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35575.patch is attached

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



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

* Re: [PR PATCH] [Closed]: python3-qrcode: update to 7.3.1.
  2022-02-13  3:43 [PR PATCH] python3-qrcode: update to 7.3.1 MouadCharradi
  2022-02-13 12:27 ` [PR PATCH] [Updated] " MouadCharradi
@ 2022-02-13 13:15 ` MouadCharradi
  2022-02-13 13:15 ` [PR PATCH] [Updated] " MouadCharradi
  2 siblings, 0 replies; 7+ messages in thread
From: MouadCharradi @ 2022-02-13 13:15 UTC (permalink / raw)
  To: ml

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

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

python3-qrcode: update to 7.3.1.
https://github.com/void-linux/void-packages/pull/35575

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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

* Re: [PR PATCH] [Closed]: python3-qrcode: update to 7.3.1
  2022-10-13  5:39 [PR PATCH] " anjandev
@ 2023-01-27  1:59 ` github-actions
  0 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2023-01-27  1:59 UTC (permalink / raw)
  To: ml

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

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

python3-qrcode: update to 7.3.1
https://github.com/void-linux/void-packages/pull/39928

Description:

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)



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

* Re: [PR PATCH] [Closed]: python3-qrcode: update to 7.3.1.
  2022-02-13 13:57 [PR PATCH] " MouadCharradi
@ 2022-02-15 16:05 ` MouadCharradi
  0 siblings, 0 replies; 7+ messages in thread
From: MouadCharradi @ 2022-02-15 16:05 UTC (permalink / raw)
  To: ml

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

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

python3-qrcode: update to 7.3.1.
https://github.com/void-linux/void-packages/pull/35583

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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

* Re: [PR PATCH] [Closed]: python3-qrcode: update to 7.3.1.
  2022-02-13  1:06 [PR PATCH] " MouadCharradi
@ 2022-02-13  2:48 ` MouadCharradi
  0 siblings, 0 replies; 7+ messages in thread
From: MouadCharradi @ 2022-02-13  2:48 UTC (permalink / raw)
  To: ml

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

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

python3-qrcode: update to 7.3.1.
https://github.com/void-linux/void-packages/pull/35571

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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-01-27  1:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-13  3:43 [PR PATCH] python3-qrcode: update to 7.3.1 MouadCharradi
2022-02-13 12:27 ` [PR PATCH] [Updated] " MouadCharradi
2022-02-13 13:15 ` [PR PATCH] [Closed]: " MouadCharradi
2022-02-13 13:15 ` [PR PATCH] [Updated] " MouadCharradi
  -- strict thread matches above, loose matches on Subject: below --
2022-10-13  5:39 [PR PATCH] " anjandev
2023-01-27  1:59 ` [PR PATCH] [Closed]: " github-actions
2022-02-13 13:57 [PR PATCH] " MouadCharradi
2022-02-15 16:05 ` [PR PATCH] [Closed]: " MouadCharradi
2022-02-13  1:06 [PR PATCH] " MouadCharradi
2022-02-13  2:48 ` [PR PATCH] [Closed]: " MouadCharradi

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