* [PR PATCH] offpunk: update to 2.4.
@ 2024-11-21 20:41 sprocklem
2024-12-20 6:52 ` [PR PATCH] [Updated] " sprocklem
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: sprocklem @ 2024-11-21 20:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 593 bytes --]
There is a new pull request by sprocklem against master on the void-packages repository
https://github.com/sprocklem/void-packages offpunk
https://github.com/void-linux/void-packages/pull/53182
offpunk: update to 2.4.
#### 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-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- N/A (pure python module)
A patch file from https://github.com/void-linux/void-packages/pull/53182.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-offpunk-53182.patch --]
[-- Type: text/x-diff, Size: 1258 bytes --]
From 6b32bcac2a282321090bd7f6ec0b4a02c7dd4351 Mon Sep 17 00:00:00 2001
From: Maeve Sproule <code@sprock.dev>
Date: Thu, 21 Nov 2024 13:26:24 -0700
Subject: [PATCH] offpunk: update to 2.4.
---
srcpkgs/offpunk/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/offpunk/template b/srcpkgs/offpunk/template
index 49c9fb07910551..22f9a9d37267eb 100644
--- a/srcpkgs/offpunk/template
+++ b/srcpkgs/offpunk/template
@@ -1,6 +1,6 @@
# Template file for 'offpunk'
pkgname=offpunk
-version=2.3
+version=2.4
revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
@@ -10,10 +10,10 @@ depends="chafa file less python3-BeautifulSoup4 python3-chardet
short_desc="Offline-first command-line browser for gemini, gopher and the web"
maintainer="Maeve Sproule <code@sprock.dev>"
license="AGPL-3.0-only"
-homepage="https://sr.ht/~lioploum/offpunk"
+homepage="https://offpunk.net/"
changelog="https://git.sr.ht/~lioploum/offpunk/blob/master/CHANGELOG"
distfiles="https://git.sr.ht/~lioploum/offpunk/archive/v${version}.tar.gz"
-checksum=9b3e4c38a9517b77280cc97a38f4a24e3b7ef07945bebdf2f7c58064a1d72b9e
+checksum=f79c1a2369da20c1ef278a4eca65d320d3d7cef6cc9c2a90475c6d6132ace3fd
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] offpunk: update to 2.4.
2024-11-21 20:41 [PR PATCH] offpunk: update to 2.4 sprocklem
@ 2024-12-20 6:52 ` sprocklem
2025-01-14 20:58 ` sprocklem
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: sprocklem @ 2024-12-20 6:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 598 bytes --]
There is an updated pull request by sprocklem against master on the void-packages repository
https://github.com/sprocklem/void-packages offpunk
https://github.com/void-linux/void-packages/pull/53182
offpunk: update to 2.4.
#### 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-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- N/A (pure python module)
A patch file from https://github.com/void-linux/void-packages/pull/53182.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-offpunk-53182.patch --]
[-- Type: text/x-diff, Size: 1337 bytes --]
From c7553d24a654826a62dc696f897d6bd2a2da181d Mon Sep 17 00:00:00 2001
From: Maeve Sproule <code@sprock.dev>
Date: Thu, 21 Nov 2024 13:26:24 -0700
Subject: [PATCH] offpunk: update to 2.4.
---
srcpkgs/offpunk/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/offpunk/template b/srcpkgs/offpunk/template
index 87806380fb6c1e..22f9a9d37267eb 100644
--- a/srcpkgs/offpunk/template
+++ b/srcpkgs/offpunk/template
@@ -1,7 +1,7 @@
# Template file for 'offpunk'
pkgname=offpunk
-version=2.3
-revision=2
+version=2.4
+revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="chafa file less python3-BeautifulSoup4 python3-chardet
@@ -10,10 +10,10 @@ depends="chafa file less python3-BeautifulSoup4 python3-chardet
short_desc="Offline-first command-line browser for gemini, gopher and the web"
maintainer="Maeve Sproule <code@sprock.dev>"
license="AGPL-3.0-only"
-homepage="https://sr.ht/~lioploum/offpunk"
+homepage="https://offpunk.net/"
changelog="https://git.sr.ht/~lioploum/offpunk/blob/master/CHANGELOG"
distfiles="https://git.sr.ht/~lioploum/offpunk/archive/v${version}.tar.gz"
-checksum=9b3e4c38a9517b77280cc97a38f4a24e3b7ef07945bebdf2f7c58064a1d72b9e
+checksum=f79c1a2369da20c1ef278a4eca65d320d3d7cef6cc9c2a90475c6d6132ace3fd
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] offpunk: update to 2.4.
2024-11-21 20:41 [PR PATCH] offpunk: update to 2.4 sprocklem
2024-12-20 6:52 ` [PR PATCH] [Updated] " sprocklem
@ 2025-01-14 20:58 ` sprocklem
2025-01-14 21:00 ` sprocklem
2025-02-12 19:26 ` [PR PATCH] [Closed]: " sprocklem
3 siblings, 0 replies; 5+ messages in thread
From: sprocklem @ 2025-01-14 20:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 598 bytes --]
There is an updated pull request by sprocklem against master on the void-packages repository
https://github.com/sprocklem/void-packages offpunk
https://github.com/void-linux/void-packages/pull/53182
offpunk: update to 2.4.
#### 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-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- N/A (pure python module)
A patch file from https://github.com/void-linux/void-packages/pull/53182.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-offpunk-53182.patch --]
[-- Type: text/x-diff, Size: 1337 bytes --]
From 01876032f3fce9bb0e9e857edf6cf42b862a5e06 Mon Sep 17 00:00:00 2001
From: Maeve Sproule <code@sprock.dev>
Date: Thu, 21 Nov 2024 13:26:24 -0700
Subject: [PATCH] offpunk: update to 2.4.
---
srcpkgs/offpunk/template | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/offpunk/template b/srcpkgs/offpunk/template
index 87806380fb6c1e..22f9a9d37267eb 100644
--- a/srcpkgs/offpunk/template
+++ b/srcpkgs/offpunk/template
@@ -1,7 +1,7 @@
# Template file for 'offpunk'
pkgname=offpunk
-version=2.3
-revision=2
+version=2.4
+revision=1
build_style=python3-pep517
hostmakedepends="hatchling"
depends="chafa file less python3-BeautifulSoup4 python3-chardet
@@ -10,10 +10,10 @@ depends="chafa file less python3-BeautifulSoup4 python3-chardet
short_desc="Offline-first command-line browser for gemini, gopher and the web"
maintainer="Maeve Sproule <code@sprock.dev>"
license="AGPL-3.0-only"
-homepage="https://sr.ht/~lioploum/offpunk"
+homepage="https://offpunk.net/"
changelog="https://git.sr.ht/~lioploum/offpunk/blob/master/CHANGELOG"
distfiles="https://git.sr.ht/~lioploum/offpunk/archive/v${version}.tar.gz"
-checksum=9b3e4c38a9517b77280cc97a38f4a24e3b7ef07945bebdf2f7c58064a1d72b9e
+checksum=f79c1a2369da20c1ef278a4eca65d320d3d7cef6cc9c2a90475c6d6132ace3fd
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: offpunk: update to 2.4.
2024-11-21 20:41 [PR PATCH] offpunk: update to 2.4 sprocklem
2024-12-20 6:52 ` [PR PATCH] [Updated] " sprocklem
2025-01-14 20:58 ` sprocklem
@ 2025-01-14 21:00 ` sprocklem
2025-02-12 19:26 ` [PR PATCH] [Closed]: " sprocklem
3 siblings, 0 replies; 5+ messages in thread
From: sprocklem @ 2025-01-14 21:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 258 bytes --]
New comment by sprocklem on void-packages repository
https://github.com/void-linux/void-packages/pull/53182#issuecomment-2591093352
Comment:
Rebased on current master to resolve conflict caused by revision bump. The commit still builds and runs correctly.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Closed]: offpunk: update to 2.4.
2024-11-21 20:41 [PR PATCH] offpunk: update to 2.4 sprocklem
` (2 preceding siblings ...)
2025-01-14 21:00 ` sprocklem
@ 2025-02-12 19:26 ` sprocklem
3 siblings, 0 replies; 5+ messages in thread
From: sprocklem @ 2025-02-12 19:26 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 438 bytes --]
There's a closed pull request on the void-packages repository
offpunk: update to 2.4.
https://github.com/void-linux/void-packages/pull/53182
Description:
#### 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-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- N/A (pure python module)
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-02-12 19:26 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-21 20:41 [PR PATCH] offpunk: update to 2.4 sprocklem
2024-12-20 6:52 ` [PR PATCH] [Updated] " sprocklem
2025-01-14 20:58 ` sprocklem
2025-01-14 21:00 ` sprocklem
2025-02-12 19:26 ` [PR PATCH] [Closed]: " sprocklem
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).