Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-pulsectl: update to 22.1.3.
@ 2022-02-22  1:02 tibequadorian
  2022-02-22  1:06 ` tibequadorian
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tibequadorian @ 2022-02-22  1:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages python3-pulsectl
https://github.com/void-linux/void-packages/pull/35749

python3-pulsectl: update to 22.1.3.
<!-- 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 [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/35749.patch is attached

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

From 08965295e81cac60795c1e2f98342c8a4cb16eff Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 22 Feb 2022 01:59:54 +0100
Subject: [PATCH] python3-pulsectl: update to 22.1.3.

---
 srcpkgs/python3-pulsectl/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-pulsectl/template b/srcpkgs/python3-pulsectl/template
index 006363a1c5d4..2c2a985b0b39 100644
--- a/srcpkgs/python3-pulsectl/template
+++ b/srcpkgs/python3-pulsectl/template
@@ -1,18 +1,19 @@
 # Template file for 'python3-pulsectl'
 pkgname=python3-pulsectl
-version=20.5.1
-revision=2
+version=22.1.3
+revision=1
 wrksrc="pulsectl-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools"
+checkdepends="pulseaudio"
 short_desc="Python3 high-level interfaces and ctypes bindings for libpulse"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/mk-fg/python-pulse-control"
 changelog="https://github.com/mk-fg/python-pulse-control/raw/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/p/pulsectl/pulsectl-${version}.tar.gz"
-checksum=39b0a0e7974a7d6468d826a838822f78b00ac9c3803f0d7bfa9b1cad08ee22db
+checksum=f28fe4b881dd2cc144d2d94f83ec60d8c59a52642a0ad3635cc4d0f8406f4858
 
 post_install() {
 	vlicense COPYING

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

* Re: python3-pulsectl: update to 22.1.3.
  2022-02-22  1:02 [PR PATCH] python3-pulsectl: update to 22.1.3 tibequadorian
@ 2022-02-22  1:06 ` tibequadorian
  2022-03-01 17:47 ` tibequadorian
  2022-03-17 15:39 ` [PR PATCH] [Closed]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: tibequadorian @ 2022-02-22  1:06 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35749#issuecomment-1047332984

Comment:
seems to have problems with tests on musl :/

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

* Re: python3-pulsectl: update to 22.1.3.
  2022-02-22  1:02 [PR PATCH] python3-pulsectl: update to 22.1.3 tibequadorian
  2022-02-22  1:06 ` tibequadorian
@ 2022-03-01 17:47 ` tibequadorian
  2022-03-17 15:39 ` [PR PATCH] [Closed]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: tibequadorian @ 2022-03-01 17:47 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35749#issuecomment-1047332984

Comment:
seems to have problems with tests on musl :/ @ericonr 

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

* Re: [PR PATCH] [Closed]: python3-pulsectl: update to 22.1.3.
  2022-02-22  1:02 [PR PATCH] python3-pulsectl: update to 22.1.3 tibequadorian
  2022-02-22  1:06 ` tibequadorian
  2022-03-01 17:47 ` tibequadorian
@ 2022-03-17 15:39 ` ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2022-03-17 15:39 UTC (permalink / raw)
  To: ml

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

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

python3-pulsectl: update to 22.1.3.
https://github.com/void-linux/void-packages/pull/35749

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

end of thread, other threads:[~2022-03-17 15:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-22  1:02 [PR PATCH] python3-pulsectl: update to 22.1.3 tibequadorian
2022-02-22  1:06 ` tibequadorian
2022-03-01 17:47 ` tibequadorian
2022-03-17 15:39 ` [PR PATCH] [Closed]: " ahesford

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