Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] urh: update to 2.9.3, adopt
@ 2022-12-29  9:36 realcharmer
  2022-12-29 19:49 ` [PR PATCH] [Updated] " realcharmer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: realcharmer @ 2022-12-29  9:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages urh
https://github.com/void-linux/void-packages/pull/41341

urh: update to 2.9.3, adopt
Adopting the package from @bra1nwave.

#### 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)
- I built this PR locally for these architectures:
  - armv6l-musl
  - armv6l
  - x86_64-musl

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

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

From 57bb54a8d841c68ec7daaacaa7990265827b83d9 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Thu, 29 Dec 2022 10:29:42 +0100
Subject: [PATCH] urh: update to 2.9.3, adopt

---
 srcpkgs/urh/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/urh/template b/srcpkgs/urh/template
index 76110b0329cb..025e8890ba40 100644
--- a/srcpkgs/urh/template
+++ b/srcpkgs/urh/template
@@ -1,7 +1,7 @@
 # Template file for 'urh'
 pkgname=urh
-version=2.8.8
-revision=5
+version=2.9.3
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
 makedepends="python3-devel python3-PyQt5 libairspy-devel librtlsdr-devel
@@ -9,11 +9,11 @@ makedepends="python3-devel python3-PyQt5 libairspy-devel librtlsdr-devel
 depends="python3-numpy python3-PyQt5 python3-Cython python3-psutil
  python3-setuptools"
 short_desc="Universal Radio Hacker: investigate unknown wireless protocols"
-maintainer="bra1nwave <bra1nwave@protonmail.com>"
+maintainer="Emil Miler <em@0x45.cz>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/jopohl/urh"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=c8a9646892e6fc1e3f56108ab60e94c5682e9f1aa11da2eef9ba8e3bb271b711
+checksum=a36dd3ff79f66cc0a746a0b57aaf278c86dda7c091a3b10682fe4fcaa7e91586
 
 post_install() {
 	vinstall data/urh.desktop 644 usr/share/applications

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

* Re: [PR PATCH] [Updated] urh: update to 2.9.3, adopt
  2022-12-29  9:36 [PR PATCH] urh: update to 2.9.3, adopt realcharmer
@ 2022-12-29 19:49 ` realcharmer
  2022-12-29 19:57 ` realcharmer
  2022-12-29 22:05 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: realcharmer @ 2022-12-29 19:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages urh
https://github.com/void-linux/void-packages/pull/41341

urh: update to 2.9.3, adopt
Adopting the package from @bra1nwave.

#### 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)
- I built this PR locally for these architectures:
  - armv6l-musl
  - armv6l
  - x86_64-musl

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

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

From 8fd20f3166a23bc2801f6452b790be7018354f88 Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Thu, 29 Dec 2022 10:29:42 +0100
Subject: [PATCH] urh: update to 2.9.3, adopt

---
 srcpkgs/urh/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/urh/template b/srcpkgs/urh/template
index 76110b0329cb..663df6edafa6 100644
--- a/srcpkgs/urh/template
+++ b/srcpkgs/urh/template
@@ -1,19 +1,21 @@
 # Template file for 'urh'
 pkgname=urh
-version=2.8.8
-revision=5
+version=2.9.3
+revision=1
 build_style=python3-module
-hostmakedepends="python3-setuptools python3-Cython python3-numpy"
+hostmakedepends="python3-setuptools"
 makedepends="python3-devel python3-PyQt5 libairspy-devel librtlsdr-devel
  libhackrf-devel uhd-devel libgomp-devel"
 depends="python3-numpy python3-PyQt5 python3-Cython python3-psutil
  python3-setuptools"
+checkdepends="$depends $makedepends python3-pytest python3-wheel python3-PyVirtualDisplay python3-pytest-xdist python3-EasyProcess python3-sip-PyQt5"
 short_desc="Universal Radio Hacker: investigate unknown wireless protocols"
-maintainer="bra1nwave <bra1nwave@protonmail.com>"
+maintainer="Emil Miler <em@0x45.cz>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/jopohl/urh"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=c8a9646892e6fc1e3f56108ab60e94c5682e9f1aa11da2eef9ba8e3bb271b711
+checksum=a36dd3ff79f66cc0a746a0b57aaf278c86dda7c091a3b10682fe4fcaa7e91586
+make_check=no # tests/test_advanced_modulation_settings.py Aborted (core dumped)
 
 post_install() {
 	vinstall data/urh.desktop 644 usr/share/applications

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

* Re: [PR PATCH] [Updated] urh: update to 2.9.3, adopt
  2022-12-29  9:36 [PR PATCH] urh: update to 2.9.3, adopt realcharmer
  2022-12-29 19:49 ` [PR PATCH] [Updated] " realcharmer
@ 2022-12-29 19:57 ` realcharmer
  2022-12-29 22:05 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: realcharmer @ 2022-12-29 19:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/realcharmer/void-packages urh
https://github.com/void-linux/void-packages/pull/41341

urh: update to 2.9.3, adopt
Adopting the package from @bra1nwave.

#### 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)
- I built this PR locally for these architectures:
  - armv6l-musl
  - armv6l
  - x86_64-musl

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

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

From da4983eb358f079faa38f3cda10c982c88d799fe Mon Sep 17 00:00:00 2001
From: Emil Miler <em@0x45.cz>
Date: Thu, 29 Dec 2022 10:29:42 +0100
Subject: [PATCH] urh: update to 2.9.3, adopt

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

diff --git a/srcpkgs/urh/template b/srcpkgs/urh/template
index 76110b0329cb..72dd959825f4 100644
--- a/srcpkgs/urh/template
+++ b/srcpkgs/urh/template
@@ -1,7 +1,7 @@
 # Template file for 'urh'
 pkgname=urh
-version=2.8.8
-revision=5
+version=2.9.3
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-Cython python3-numpy"
 makedepends="python3-devel python3-PyQt5 libairspy-devel librtlsdr-devel
@@ -9,11 +9,12 @@ makedepends="python3-devel python3-PyQt5 libairspy-devel librtlsdr-devel
 depends="python3-numpy python3-PyQt5 python3-Cython python3-psutil
  python3-setuptools"
 short_desc="Universal Radio Hacker: investigate unknown wireless protocols"
-maintainer="bra1nwave <bra1nwave@protonmail.com>"
+maintainer="Emil Miler <em@0x45.cz>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/jopohl/urh"
 distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=c8a9646892e6fc1e3f56108ab60e94c5682e9f1aa11da2eef9ba8e3bb271b711
+checksum=a36dd3ff79f66cc0a746a0b57aaf278c86dda7c091a3b10682fe4fcaa7e91586
+make_check=no # tests/test_advanced_modulation_settings.py Aborted (core dumped)
 
 post_install() {
 	vinstall data/urh.desktop 644 usr/share/applications

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

* Re: [PR PATCH] [Merged]: urh: update to 2.9.3, adopt
  2022-12-29  9:36 [PR PATCH] urh: update to 2.9.3, adopt realcharmer
  2022-12-29 19:49 ` [PR PATCH] [Updated] " realcharmer
  2022-12-29 19:57 ` realcharmer
@ 2022-12-29 22:05 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-12-29 22:05 UTC (permalink / raw)
  To: ml

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

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

urh: update to 2.9.3, adopt
https://github.com/void-linux/void-packages/pull/41341

Description:
Adopting the package from @bra1nwave.

#### 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)
- I built this PR locally for these architectures:
  - armv6l-musl
  - armv6l
  - x86_64-musl

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

end of thread, other threads:[~2022-12-29 22:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-29  9:36 [PR PATCH] urh: update to 2.9.3, adopt realcharmer
2022-12-29 19:49 ` [PR PATCH] [Updated] " realcharmer
2022-12-29 19:57 ` realcharmer
2022-12-29 22:05 ` [PR PATCH] [Merged]: " paper42

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