Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pipe viewer 0.1.3
@ 2021-08-12  7:56 4ricci
  2021-08-17 15:13 ` [PR PATCH] [Updated] pipe viewer: update to 0.1.3 4ricci
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: 4ricci @ 2021-08-12  7:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/4ricci/void-packages pipe-viewer-0.1.3
https://github.com/void-linux/void-packages/pull/32467

pipe viewer 0.1.3
Also update some dependencies.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32467.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pipe-viewer-0.1.3-32467.patch --]
[-- Type: text/x-diff, Size: 4800 bytes --]

From 36ca922ce8ac505001e490b4ee3a00ea43104fcc Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Wed, 4 Aug 2021 18:58:41 +0200
Subject: [PATCH 1/4] perl-Data-Dump: update to 1.25.

---
 srcpkgs/perl-Data-Dump/template | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/perl-Data-Dump/template b/srcpkgs/perl-Data-Dump/template
index 2b9027aba038..031cc942454d 100644
--- a/srcpkgs/perl-Data-Dump/template
+++ b/srcpkgs/perl-Data-Dump/template
@@ -1,15 +1,12 @@
 # Template file for 'perl-Data-Dump'
 pkgname=perl-Data-Dump
-version=1.23
-revision=3
+version=1.25
+revision=1
 wrksrc="${pkgname/perl-/}-${version}"
 build_style=perl-module
-hostmakedepends="perl"
-makedepends="${hostmakedepends}"
-depends="${makedepends}"
 short_desc="Data::Dump - Pretty printing of data structures"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Artistic-1.0-Perl, GPL-1.0-or-later"
 homepage="https://metacpan.org/release/Data-Dump"
 distfiles="${CPAN_SITE}/Data/${pkgname/perl-/}-${version}.tar.gz"
-checksum=af53b05ef1387b4cab4427e6789179283e4f0da8cf036e8db516ddb344512b65
+checksum=a4aa6e0ddbf39d5ad49bddfe0f89d9da864e3bc00f627125d1bc580472f53fbd

From f1eca24753c5b89336a00a68102f2dbf14ed0db8 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Wed, 4 Aug 2021 19:13:53 +0200
Subject: [PATCH 2/4] perl-Net-HTTP: update to 6.21.

---
 srcpkgs/perl-Net-HTTP/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/perl-Net-HTTP/template b/srcpkgs/perl-Net-HTTP/template
index b722df679235..8ae6cddf9101 100644
--- a/srcpkgs/perl-Net-HTTP/template
+++ b/srcpkgs/perl-Net-HTTP/template
@@ -1,15 +1,14 @@
 # Template file for 'perl-Net-HTTP'
 pkgname=perl-Net-HTTP
-version=6.20
+version=6.21
 revision=1
 wrksrc="${pkgname/perl-/}-${version}"
 build_style=perl-module
-hostmakedepends="perl"
-makedepends="${hostmakedepends} perl-URI"
+makedepends="perl-URI"
 depends="${makedepends}"
 short_desc="Net::HTTP - Low-level HTTP connection (client)"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Artistic-1.0-Perl, GPL-1.0-or-later"
 homepage="https://metacpan.org/release/Net-HTTP"
 distfiles="${CPAN_SITE}/Net/Net-HTTP-${version}.tar.gz"
-checksum=92527b2a24512961b8e3637c6216a057751e39b6fa751422ed181ff599779f1e
+checksum=375aa35b76be99f06464089174d66ac76f78ce83a5c92a907bbfab18b099eec4

From 56b449b0cb8fbb3c7c36d713cc7050ca7ae64364 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Wed, 4 Aug 2021 19:44:18 +0200
Subject: [PATCH 3/4] perl-ExtUtils-Depends: update to 0.8001.

---
 srcpkgs/perl-ExtUtils-Depends/template | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/perl-ExtUtils-Depends/template b/srcpkgs/perl-ExtUtils-Depends/template
index 3b463508eba3..df0c43ac744a 100644
--- a/srcpkgs/perl-ExtUtils-Depends/template
+++ b/srcpkgs/perl-ExtUtils-Depends/template
@@ -1,15 +1,12 @@
 # Template file for 'perl-ExtUtils-Depends'
 pkgname=perl-ExtUtils-Depends
-version=0.8000
-revision=2
+version=0.8001
+revision=1
 wrksrc="${pkgname/perl-/}-${version}"
 build_style=perl-module
-hostmakedepends="perl"
-makedepends="$hostmakedepends"
-depends="$makedepends"
 short_desc="Easily build XS extensions that depend on XS extensions"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Artistic-1.0-Perl, GPL-1.0-or-later"
 homepage="http://gtk2-perl.sourceforge.net/"
 distfiles="${CPAN_SITE}/ExtUtils/ExtUtils-Depends-${version}.tar.gz"
-checksum=780ff72128c04c2a22e6801187aa9c58cab298407f6e9d062706af1c250bbe98
+checksum=673c4387e7896c1a216099c1fbb3faaa7763d7f5f95a1a56a60a2a2906c131c5

From f7366d6a99d37a33e8239488c9f45d1fa51f116c Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Wed, 4 Aug 2021 18:42:14 +0200
Subject: [PATCH 4/4] pipe-viewer: update to 0.1.3.

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

diff --git a/srcpkgs/pipe-viewer/template b/srcpkgs/pipe-viewer/template
index dd9c3f069ed4..a87c3dd482e6 100644
--- a/srcpkgs/pipe-viewer/template
+++ b/srcpkgs/pipe-viewer/template
@@ -1,6 +1,6 @@
 # Template file for 'pipe-viewer'
 pkgname=pipe-viewer
-version=0.1.2
+version=0.1.3
 revision=1
 build_style=perl-ModuleBuild
 configure_args="--gtk"
@@ -14,7 +14,7 @@ license="Artistic-2.0"
 homepage="https://github.com/trizen/pipe-viewer"
 changelog="https://github.com/trizen/pipe-viewer/releases"
 distfiles="https://github.com/trizen/pipe-viewer/archive/${version}.tar.gz"
-checksum=73068ed641a3b989d48c323ef6a8691e63cb2d408b98703b0862822c93d30764
+checksum=95ebbf825d1a34226fc8f1a330361863e23441eba81732d816515ebd9a44425a
 
 pipe-viewer-gtk_package() {
 	depends="${sourcepkg}>=${version}_${revision} perl-Gtk3 perl-File-ShareDir"

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

* Re: [PR PATCH] [Updated] pipe viewer: update to 0.1.3
  2021-08-12  7:56 [PR PATCH] pipe viewer 0.1.3 4ricci
@ 2021-08-17 15:13 ` 4ricci
  2021-09-02 20:01 ` Chocimier
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: 4ricci @ 2021-08-17 15:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/4ricci/void-packages pipe-viewer-0.1.3
https://github.com/void-linux/void-packages/pull/32467

pipe viewer: update to 0.1.3
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32467.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pipe-viewer-0.1.3-32467.patch --]
[-- Type: text/x-diff, Size: 1127 bytes --]

From f64cb78e1eff38cec5bc3da101d74d39618c5982 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Wed, 4 Aug 2021 18:42:14 +0200
Subject: [PATCH] pipe-viewer: update to 0.1.3.

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

diff --git a/srcpkgs/pipe-viewer/template b/srcpkgs/pipe-viewer/template
index dd9c3f069ed4..a87c3dd482e6 100644
--- a/srcpkgs/pipe-viewer/template
+++ b/srcpkgs/pipe-viewer/template
@@ -1,6 +1,6 @@
 # Template file for 'pipe-viewer'
 pkgname=pipe-viewer
-version=0.1.2
+version=0.1.3
 revision=1
 build_style=perl-ModuleBuild
 configure_args="--gtk"
@@ -14,7 +14,7 @@ license="Artistic-2.0"
 homepage="https://github.com/trizen/pipe-viewer"
 changelog="https://github.com/trizen/pipe-viewer/releases"
 distfiles="https://github.com/trizen/pipe-viewer/archive/${version}.tar.gz"
-checksum=73068ed641a3b989d48c323ef6a8691e63cb2d408b98703b0862822c93d30764
+checksum=95ebbf825d1a34226fc8f1a330361863e23441eba81732d816515ebd9a44425a
 
 pipe-viewer-gtk_package() {
 	depends="${sourcepkg}>=${version}_${revision} perl-Gtk3 perl-File-ShareDir"

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

* Re: pipe viewer: update to 0.1.3
  2021-08-12  7:56 [PR PATCH] pipe viewer 0.1.3 4ricci
  2021-08-17 15:13 ` [PR PATCH] [Updated] pipe viewer: update to 0.1.3 4ricci
@ 2021-09-02 20:01 ` Chocimier
  2021-09-03 12:24 ` [PR PATCH] [Updated] " 4ricci
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Chocimier @ 2021-09-02 20:01 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/32467#issuecomment-912012180

Comment:
0.1.4 is out, straw can be a subpackage now.

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

* Re: [PR PATCH] [Updated] pipe viewer: update to 0.1.3
  2021-08-12  7:56 [PR PATCH] pipe viewer 0.1.3 4ricci
  2021-08-17 15:13 ` [PR PATCH] [Updated] pipe viewer: update to 0.1.3 4ricci
  2021-09-02 20:01 ` Chocimier
@ 2021-09-03 12:24 ` 4ricci
  2021-09-04 19:59 ` [PR PATCH] [Merged]: " Chocimier
  2021-09-04 20:00 ` Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: 4ricci @ 2021-09-03 12:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/4ricci/void-packages pipe-viewer-0.1.3
https://github.com/void-linux/void-packages/pull/32467

pipe viewer: update to 0.1.3
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32467.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pipe-viewer-0.1.3-32467.patch --]
[-- Type: text/x-diff, Size: 4175 bytes --]

From 0c302396ae212d5036268e7840ac503d1453cfd8 Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Wed, 4 Aug 2021 18:42:14 +0200
Subject: [PATCH 1/2] pipe-viewer: update to 0.1.4.

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

diff --git a/srcpkgs/pipe-viewer/template b/srcpkgs/pipe-viewer/template
index dd9c3f069ed4..6f37345eebbe 100644
--- a/srcpkgs/pipe-viewer/template
+++ b/srcpkgs/pipe-viewer/template
@@ -1,6 +1,6 @@
 # Template file for 'pipe-viewer'
 pkgname=pipe-viewer
-version=0.1.2
+version=0.1.4
 revision=1
 build_style=perl-ModuleBuild
 configure_args="--gtk"
@@ -14,7 +14,7 @@ license="Artistic-2.0"
 homepage="https://github.com/trizen/pipe-viewer"
 changelog="https://github.com/trizen/pipe-viewer/releases"
 distfiles="https://github.com/trizen/pipe-viewer/archive/${version}.tar.gz"
-checksum=73068ed641a3b989d48c323ef6a8691e63cb2d408b98703b0862822c93d30764
+checksum=b55d8098d671c0aa3c6441e3305693d3223f0c699b16d1b977a3705ca457e7b9
 
 pipe-viewer-gtk_package() {
 	depends="${sourcepkg}>=${version}_${revision} perl-Gtk3 perl-File-ShareDir"

From 05786fa77b96c0e0f08b5382c0dc746ed06c8a8e Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Fri, 3 Sep 2021 14:22:38 +0200
Subject: [PATCH 2/2] straw-viewer: replace with pipe-viewer

---
 srcpkgs/gtk-straw-viewer      |  2 +-
 srcpkgs/pipe-viewer/template  | 12 ++++++++++++
 srcpkgs/straw-viewer          |  1 +
 srcpkgs/straw-viewer/template | 26 --------------------------
 4 files changed, 14 insertions(+), 27 deletions(-)
 create mode 120000 srcpkgs/straw-viewer
 delete mode 100644 srcpkgs/straw-viewer/template

diff --git a/srcpkgs/gtk-straw-viewer b/srcpkgs/gtk-straw-viewer
index 790444aff1b1..672a26eb4bcb 120000
--- a/srcpkgs/gtk-straw-viewer
+++ b/srcpkgs/gtk-straw-viewer
@@ -1 +1 @@
-straw-viewer
\ No newline at end of file
+pipe-viewer
\ No newline at end of file
diff --git a/srcpkgs/pipe-viewer/template b/srcpkgs/pipe-viewer/template
index 6f37345eebbe..6bcd8f89a58f 100644
--- a/srcpkgs/pipe-viewer/template
+++ b/srcpkgs/pipe-viewer/template
@@ -25,3 +25,15 @@ pipe-viewer-gtk_package() {
 		vmove usr/share/perl5/vendor_perl/auto/share/dist/WWW-PipeViewer/icons
 	}
 }
+
+straw-viewer_package() {
+	build_style=meta
+	depends="pipe-viewer>=${version}_${revision}"
+	short_desc="Search and stream from YouTube using the API of invidio.us (transitional dummy package)"
+}
+
+gtk-straw-viewer_package() {
+	build_style=meta
+	depends="pipe-viewer-gtk>=${version}_${revision}"
+	short_desc="Gtk interface to search and stream YouTube using the API of invidio.us (transitional dummy package)"
+}
diff --git a/srcpkgs/straw-viewer b/srcpkgs/straw-viewer
new file mode 120000
index 000000000000..672a26eb4bcb
--- /dev/null
+++ b/srcpkgs/straw-viewer
@@ -0,0 +1 @@
+pipe-viewer
\ No newline at end of file
diff --git a/srcpkgs/straw-viewer/template b/srcpkgs/straw-viewer/template
deleted file mode 100644
index b3a9137af087..000000000000
--- a/srcpkgs/straw-viewer/template
+++ /dev/null
@@ -1,26 +0,0 @@
-# Template file for 'straw-viewer'
-pkgname=straw-viewer
-version=0.1.3
-revision=1
-build_style=perl-ModuleBuild
-configure_args="--gtk"
-hostmakedepends="perl-Module-Build"
-makedepends="perl"
-depends="perl-Data-Dump perl-JSON perl-LWP-Protocol-https perl-Term-ReadLine-Gnu"
-short_desc="Search and stream from YouTube using the API of invidio.us"
-maintainer="Roberto Ricci <ricci@disroot.org>"
-license="Artistic-2.0"
-homepage="https://github.com/trizen/straw-viewer"
-changelog="https://github.com/trizen/straw-viewer/releases"
-distfiles="https://github.com/trizen/straw-viewer/archive/${version}.tar.gz"
-checksum=e6afc6a87578a55b17666a79b813657daac93f78aaf810d1aa03fcb4a7354bf4
-
-gtk-straw-viewer_package() {
-	depends="${sourcepkg}-${version}_${revision} perl-Gtk3 perl-File-ShareDir"
-	short_desc="Gtk interface to search and stream YouTube using the API of invidio.us"
-	pkg_install() {
-		vmove usr/bin/gtk-straw-viewer
-		vmove "usr/share/perl5/vendor_perl/auto/share/dist/WWW-StrawViewer/gtk-*"
-		vmove usr/share/perl5/vendor_perl/auto/share/dist/WWW-StrawViewer/icons
-	}
-}

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

* Re: [PR PATCH] [Merged]: pipe viewer: update to 0.1.3
  2021-08-12  7:56 [PR PATCH] pipe viewer 0.1.3 4ricci
                   ` (2 preceding siblings ...)
  2021-09-03 12:24 ` [PR PATCH] [Updated] " 4ricci
@ 2021-09-04 19:59 ` Chocimier
  2021-09-04 20:00 ` Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: Chocimier @ 2021-09-04 19:59 UTC (permalink / raw)
  To: ml

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

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

pipe viewer: update to 0.1.3
https://github.com/void-linux/void-packages/pull/32467

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 6+ messages in thread

* Re: pipe viewer: update to 0.1.3
  2021-08-12  7:56 [PR PATCH] pipe viewer 0.1.3 4ricci
                   ` (3 preceding siblings ...)
  2021-09-04 19:59 ` [PR PATCH] [Merged]: " Chocimier
@ 2021-09-04 20:00 ` Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: Chocimier @ 2021-09-04 20:00 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/32467#issuecomment-913032428

Comment:
Merged. Please rebase when seeing request for it in github build logs next time.

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

end of thread, other threads:[~2021-09-04 20:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-12  7:56 [PR PATCH] pipe viewer 0.1.3 4ricci
2021-08-17 15:13 ` [PR PATCH] [Updated] pipe viewer: update to 0.1.3 4ricci
2021-09-02 20:01 ` Chocimier
2021-09-03 12:24 ` [PR PATCH] [Updated] " 4ricci
2021-09-04 19:59 ` [PR PATCH] [Merged]: " Chocimier
2021-09-04 20:00 ` Chocimier

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