Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-greenlet: ignore alphas and release candidates.
@ 2023-06-27  7:30 mhmdanas
  2023-06-27  7:31 ` [PR PATCH] [Updated] " mhmdanas
  2023-06-27  7:37 ` [PR PATCH] [Merged]: python3-greenlet: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: mhmdanas @ 2023-06-27  7:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages python3-greenlet-ignore-alpha
https://github.com/void-linux/void-packages/pull/44656

python-greenlet: ignore alphas and release candidates.
<!-- 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/44656.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-greenlet-ignore-alpha-44656.patch --]
[-- Type: text/x-diff, Size: 567 bytes --]

From 1bdef4b675feeb8887e084092ba6a172f74c4866 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Tue, 27 Jun 2023 08:29:29 +0100
Subject: [PATCH] python-greenlet: ignore alphas and release candidates.

---
 srcpkgs/python3-greenlet/update | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 srcpkgs/python3-greenlet/update

diff --git a/srcpkgs/python3-greenlet/update b/srcpkgs/python3-greenlet/update
new file mode 100644
index 000000000000..f7dcfce5eacb
--- /dev/null
+++ b/srcpkgs/python3-greenlet/update
@@ -0,0 +1 @@
+ignore="*a* *rc*"

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

* Re: [PR PATCH] [Updated] python-greenlet: ignore alphas and release candidates.
  2023-06-27  7:30 [PR PATCH] python-greenlet: ignore alphas and release candidates mhmdanas
@ 2023-06-27  7:31 ` mhmdanas
  2023-06-27  7:37 ` [PR PATCH] [Merged]: python3-greenlet: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: mhmdanas @ 2023-06-27  7:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages python3-greenlet-ignore-alpha
https://github.com/void-linux/void-packages/pull/44656

python-greenlet: ignore alphas and release candidates.
<!-- 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/44656.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-greenlet-ignore-alpha-44656.patch --]
[-- Type: text/x-diff, Size: 568 bytes --]

From de177a28326c723f054867ad48587206dc1d235d Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Tue, 27 Jun 2023 08:29:29 +0100
Subject: [PATCH] python3-greenlet: ignore alphas and release candidates.

---
 srcpkgs/python3-greenlet/update | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 srcpkgs/python3-greenlet/update

diff --git a/srcpkgs/python3-greenlet/update b/srcpkgs/python3-greenlet/update
new file mode 100644
index 000000000000..f7dcfce5eacb
--- /dev/null
+++ b/srcpkgs/python3-greenlet/update
@@ -0,0 +1 @@
+ignore="*a* *rc*"

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

* Re: [PR PATCH] [Merged]: python3-greenlet: ignore alphas and release candidates.
  2023-06-27  7:30 [PR PATCH] python-greenlet: ignore alphas and release candidates mhmdanas
  2023-06-27  7:31 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-06-27  7:37 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-06-27  7:37 UTC (permalink / raw)
  To: ml

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

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

python3-greenlet: ignore alphas and release candidates.
https://github.com/void-linux/void-packages/pull/44656

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

end of thread, other threads:[~2023-06-27  7:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-27  7:30 [PR PATCH] python-greenlet: ignore alphas and release candidates mhmdanas
2023-06-27  7:31 ` [PR PATCH] [Updated] " mhmdanas
2023-06-27  7:37 ` [PR PATCH] [Merged]: python3-greenlet: " 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).