Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-regex: update to 2022.9.13.
@ 2022-09-14  6:32 skmpz
  2022-09-14  6:38 ` classabbyamp
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: skmpz @ 2022-09-14  6:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages python3-regex-2022.9.13
https://github.com/void-linux/void-packages/pull/39276

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

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

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

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

From f8da645358a570e28e430f4d604f11a030fa917f Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Wed, 14 Sep 2022 10:31:59 +0400
Subject: [PATCH] python3-regex: update to 2022.9.13.

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

diff --git a/srcpkgs/python3-regex/template b/srcpkgs/python3-regex/template
index 323f78834a5e..c0e1591a123f 100644
--- a/srcpkgs/python3-regex/template
+++ b/srcpkgs/python3-regex/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-regex'
 pkgname=python3-regex
-version=2022.8.17
+version=2022.9.13
 revision=1
 wrksrc="regex-${version}"
 build_style=python3-module
@@ -12,7 +12,7 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
 license="CNRI-Python, Apache-2.0"
 homepage="https://github.com/mrabarnett/mrab-regex"
 distfiles="${PYPI_SITE}/r/regex/regex-${version}.tar.gz"
-checksum=5c77eab46f3a2b2cd8bbe06467df783543bf7396df431eb4a144cc4b89e9fb3c
+checksum=f07373b6e56a6f3a0df3d75b651a278ca7bd357a796078a26a958ea1ce0588fd
 
 do_check() {
 	(cd build/lib* && python3 -m unittest regex/test_regex.py)

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

* Re: python3-regex: update to 2022.9.13.
  2022-09-14  6:32 [PR PATCH] python3-regex: update to 2022.9.13 skmpz
@ 2022-09-14  6:38 ` classabbyamp
  2022-09-18 13:57 ` sgn
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-09-14  6:38 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39276#issuecomment-1246309774

Comment:
does `/usr/lib/python3.10/site-packages/regex/test_regex.py` need to be installed?

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

* Re: python3-regex: update to 2022.9.13.
  2022-09-14  6:32 [PR PATCH] python3-regex: update to 2022.9.13 skmpz
  2022-09-14  6:38 ` classabbyamp
@ 2022-09-18 13:57 ` sgn
  2022-09-19  4:15 ` classabbyamp
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2022-09-18 13:57 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/39276#issuecomment-1250314534

Comment:
> does `/usr/lib/python3.10/site-packages/regex/test_regex.py` need to be installed?

It's unittests.

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

* Re: python3-regex: update to 2022.9.13.
  2022-09-14  6:32 [PR PATCH] python3-regex: update to 2022.9.13 skmpz
  2022-09-14  6:38 ` classabbyamp
  2022-09-18 13:57 ` sgn
@ 2022-09-19  4:15 ` classabbyamp
  2022-09-19  5:19 ` skmpz
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-09-19  4:15 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39276#issuecomment-1250549496

Comment:
yes, that's why I ask

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

* Re: python3-regex: update to 2022.9.13.
  2022-09-14  6:32 [PR PATCH] python3-regex: update to 2022.9.13 skmpz
                   ` (2 preceding siblings ...)
  2022-09-19  4:15 ` classabbyamp
@ 2022-09-19  5:19 ` skmpz
  2022-09-19  5:22 ` [PR PATCH] [Updated] " skmpz
  2022-09-19  5:32 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: skmpz @ 2022-09-19  5:19 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/39276#issuecomment-1250580991

Comment:
yeah, sorry for the late response, let me remove it.

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

* Re: [PR PATCH] [Updated] python3-regex: update to 2022.9.13.
  2022-09-14  6:32 [PR PATCH] python3-regex: update to 2022.9.13 skmpz
                   ` (3 preceding siblings ...)
  2022-09-19  5:19 ` skmpz
@ 2022-09-19  5:22 ` skmpz
  2022-09-19  5:32 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: skmpz @ 2022-09-19  5:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages python3-regex-2022.9.13
https://github.com/void-linux/void-packages/pull/39276

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

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

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

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

From a26b0d4dbd1a784b48eb167e454d9eafb9fc42d5 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Wed, 14 Sep 2022 10:31:59 +0400
Subject: [PATCH] python3-regex: update to 2022.9.13.

---
 srcpkgs/python3-regex/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-regex/template b/srcpkgs/python3-regex/template
index 323f78834a5e..ca9184626b31 100644
--- a/srcpkgs/python3-regex/template
+++ b/srcpkgs/python3-regex/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-regex'
 pkgname=python3-regex
-version=2022.8.17
+version=2022.9.13
 revision=1
 wrksrc="regex-${version}"
 build_style=python3-module
@@ -12,13 +12,14 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
 license="CNRI-Python, Apache-2.0"
 homepage="https://github.com/mrabarnett/mrab-regex"
 distfiles="${PYPI_SITE}/r/regex/regex-${version}.tar.gz"
-checksum=5c77eab46f3a2b2cd8bbe06467df783543bf7396df431eb4a144cc4b89e9fb3c
+checksum=f07373b6e56a6f3a0df3d75b651a278ca7bd357a796078a26a958ea1ce0588fd
 
 do_check() {
 	(cd build/lib* && python3 -m unittest regex/test_regex.py)
 }
 
 post_install() {
+	rm -f ${DESTDIR}/${py3_sitelib}/regex/test_regex.py
 	local i
 	for i in docs/*.* ; do
 		vdoc $i

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

* Re: [PR PATCH] [Merged]: python3-regex: update to 2022.9.13.
  2022-09-14  6:32 [PR PATCH] python3-regex: update to 2022.9.13 skmpz
                   ` (4 preceding siblings ...)
  2022-09-19  5:22 ` [PR PATCH] [Updated] " skmpz
@ 2022-09-19  5:32 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-09-19  5:32 UTC (permalink / raw)
  To: ml

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

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

python3-regex: update to 2022.9.13.
https://github.com/void-linux/void-packages/pull/39276

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

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

<!--
#### 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:[~2022-09-19  5:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-14  6:32 [PR PATCH] python3-regex: update to 2022.9.13 skmpz
2022-09-14  6:38 ` classabbyamp
2022-09-18 13:57 ` sgn
2022-09-19  4:15 ` classabbyamp
2022-09-19  5:19 ` skmpz
2022-09-19  5:22 ` [PR PATCH] [Updated] " skmpz
2022-09-19  5:32 ` [PR PATCH] [Merged]: " classabbyamp

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