Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-email-validator: update to 2.0.0.
@ 2023-10-19 19:53 DragonGhost7
  2023-11-16 13:49 ` [PR REVIEW] " ahesford
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: DragonGhost7 @ 2023-10-19 19:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/DragonGhost7/void-packages email_validator
https://github.com/void-linux/void-packages/pull/46781

python3-email-validator: update to 2.0.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - i686
  - x86_64-musl
  - armv6l-musl


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

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

From ff63d6981adce7825aea962bd7b78122b015bfaf Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Thu, 19 Oct 2023 15:50:46 -0400
Subject: [PATCH] python3-email-validator: update to 2.0.0.

---
 srcpkgs/python3-email-validator/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-email-validator/template b/srcpkgs/python3-email-validator/template
index 69628ad1e35db..78ec0e04fccf5 100644
--- a/srcpkgs/python3-email-validator/template
+++ b/srcpkgs/python3-email-validator/template
@@ -1,20 +1,19 @@
 # Template file for 'python3-email-validator'
 pkgname=python3-email-validator
-version=1.3.0
-revision=3
+version=2.0.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3"
 depends="python3-idna python3-dnspython"
-checkdepends="python3-pytest"
+checkdepends="python3-pytest python3-idna python3-dnspython"
 short_desc="Robust email address syntax and deliverability validation library"
 maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
 license="CC0-1.0"
 homepage="https://github.com/JoshData/python-email-validator"
 changelog="https://raw.githubusercontent.com/JoshData/python-email-validator/main/CHANGELOG.md"
 distfiles="https://github.com/JoshData/python-email-validator/archive/refs/tags/v${version}.tar.gz"
-checksum=1f5b38b5f6b8455468f2c557e887c442d455931ee1523c6eb40c6f7ce119d99b
-make_check=no #no tests folder is present in archives
+checksum=0cd656b4c2cba10bcb518808f800bdde74af0c01a2522a9d475b3b1954d98f01
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] python3-email-validator: update to 2.0.0.
  2023-10-19 19:53 [PR PATCH] python3-email-validator: update to 2.0.0 DragonGhost7
@ 2023-11-16 13:49 ` ahesford
  2023-11-21  5:28 ` [PR PATCH] [Updated] " DragonGhost7
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2023-11-16 13:49 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/46781#discussion_r1395721647

Comment:
```suggestion
checkdepends="python3-pytest $depends"
```

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

* Re: [PR PATCH] [Updated] python3-email-validator: update to 2.0.0.
  2023-10-19 19:53 [PR PATCH] python3-email-validator: update to 2.0.0 DragonGhost7
  2023-11-16 13:49 ` [PR REVIEW] " ahesford
@ 2023-11-21  5:28 ` DragonGhost7
  2023-11-29 11:42 ` ahesford
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: DragonGhost7 @ 2023-11-21  5:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/DragonGhost7/void-packages email_validator
https://github.com/void-linux/void-packages/pull/46781

python3-email-validator: update to 2.0.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - i686
  - x86_64-musl
  - armv6l-musl


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

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

From d38bcf06aa279c8d2e3867edfa8cd76a654b6a03 Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Thu, 19 Oct 2023 15:50:46 -0400
Subject: [PATCH] python3-email-validator: update to 2.0.0.

---
 srcpkgs/python3-email-validator/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-email-validator/template b/srcpkgs/python3-email-validator/template
index 69628ad1e35db..9534a0c875b59 100644
--- a/srcpkgs/python3-email-validator/template
+++ b/srcpkgs/python3-email-validator/template
@@ -1,20 +1,19 @@
 # Template file for 'python3-email-validator'
 pkgname=python3-email-validator
-version=1.3.0
-revision=3
+version=2.0.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3"
 depends="python3-idna python3-dnspython"
-checkdepends="python3-pytest"
+checkdepends="python3-pytest $depends"
 short_desc="Robust email address syntax and deliverability validation library"
 maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
 license="CC0-1.0"
 homepage="https://github.com/JoshData/python-email-validator"
 changelog="https://raw.githubusercontent.com/JoshData/python-email-validator/main/CHANGELOG.md"
 distfiles="https://github.com/JoshData/python-email-validator/archive/refs/tags/v${version}.tar.gz"
-checksum=1f5b38b5f6b8455468f2c557e887c442d455931ee1523c6eb40c6f7ce119d99b
-make_check=no #no tests folder is present in archives
+checksum=0cd656b4c2cba10bcb518808f800bdde74af0c01a2522a9d475b3b1954d98f01
 
 post_install() {
 	vlicense LICENSE

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

* Re: python3-email-validator: update to 2.0.0.
  2023-10-19 19:53 [PR PATCH] python3-email-validator: update to 2.0.0 DragonGhost7
  2023-11-16 13:49 ` [PR REVIEW] " ahesford
  2023-11-21  5:28 ` [PR PATCH] [Updated] " DragonGhost7
@ 2023-11-29 11:42 ` ahesford
  2024-02-28  1:44 ` github-actions
  2024-03-13  1:45 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2023-11-29 11:42 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/46781#issuecomment-1831736526

Comment:
It seems that 2.1.0 has been out for awhile.

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

* Re: python3-email-validator: update to 2.0.0.
  2023-10-19 19:53 [PR PATCH] python3-email-validator: update to 2.0.0 DragonGhost7
                   ` (2 preceding siblings ...)
  2023-11-29 11:42 ` ahesford
@ 2024-02-28  1:44 ` github-actions
  2024-03-13  1:45 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2024-02-28  1:44 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/46781#issuecomment-1968036043

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: python3-email-validator: update to 2.0.0.
  2023-10-19 19:53 [PR PATCH] python3-email-validator: update to 2.0.0 DragonGhost7
                   ` (3 preceding siblings ...)
  2024-02-28  1:44 ` github-actions
@ 2024-03-13  1:45 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2024-03-13  1:45 UTC (permalink / raw)
  To: ml

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

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

python3-email-validator: update to 2.0.0.
https://github.com/void-linux/void-packages/pull/46781

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - i686
  - x86_64-musl
  - armv6l-musl


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

end of thread, other threads:[~2024-03-13  1:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-19 19:53 [PR PATCH] python3-email-validator: update to 2.0.0 DragonGhost7
2023-11-16 13:49 ` [PR REVIEW] " ahesford
2023-11-21  5:28 ` [PR PATCH] [Updated] " DragonGhost7
2023-11-29 11:42 ` ahesford
2024-02-28  1:44 ` github-actions
2024-03-13  1:45 ` [PR PATCH] [Closed]: " github-actions

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