Github messages for voidlinux
 help / color / mirror / Atom feed
From: dataCobra <dataCobra@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] profanity: update to 0.13.1.
Date: Sun, 13 Nov 2022 11:10:07 +0100	[thread overview]
Message-ID: <20221113101007.PhSuavJeWCoOf5DpN5rR6LppxInVaEvWEwdZvyTkEzs@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40488@inbox.vuxu.org>

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

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

https://github.com/dataCobra/void-packages profanity
https://github.com/void-linux/void-packages/pull/40488

profanity: update to 0.13.1.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (crossbuild)


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

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

From 758cb1f4a0dae27f7d214a16b813741c5e55918d Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Sun, 13 Nov 2022 11:08:44 +0100
Subject: [PATCH] profanity: update to 0.13.1.

---
 srcpkgs/profanity/patches/python-3.11.patch | 21 ---------------------
 srcpkgs/profanity/template                  |  6 +++---
 2 files changed, 3 insertions(+), 24 deletions(-)
 delete mode 100644 srcpkgs/profanity/patches/python-3.11.patch

diff --git a/srcpkgs/profanity/patches/python-3.11.patch b/srcpkgs/profanity/patches/python-3.11.patch
deleted file mode 100644
index 56e9762ad5dc..000000000000
--- a/srcpkgs/profanity/patches/python-3.11.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff --git a/src/plugins/python_api.c b/src/plugins/python_api.c
-index 0b91cf70..091b3b4a 100644
---- a/src/plugins/python_api.c
-+++ b/src/plugins/python_api.c
-@@ -1619,8 +1619,16 @@ static char*
- _python_plugin_name(void)
- {
-     PyThreadState* ts = PyThreadState_Get();
-+#if PY_VERSION_HEX >= 0x030B0000
-+    PyFrameObject* frame = PyThreadState_GetFrame(ts);
-+    PyCodeObject* code = PyFrame_GetCode(frame);
-+    char* filename = python_str_or_unicode_to_string(code->co_filename);
-+    Py_DECREF(code);
-+    Py_DECREF(frame);
-+#else
-     PyFrameObject* frame = ts->frame;
-     char* filename = python_str_or_unicode_to_string(frame->f_code->co_filename);
-+#endif
-     gchar** split = g_strsplit(filename, "/", 0);
-     free(filename);
-     char* plugin_name = strdup(split[g_strv_length(split) - 1]);
diff --git a/srcpkgs/profanity/template b/srcpkgs/profanity/template
index 96b1db6b3f1b..da07a0fe4672 100644
--- a/srcpkgs/profanity/template
+++ b/srcpkgs/profanity/template
@@ -1,7 +1,7 @@
 # Template file for 'profanity'
 pkgname=profanity
-version=0.12.1
-revision=2
+version=0.13.1
+revision=1
 build_style=gnu-configure
 configure_args="$(vopt_enable notify notifications) $(vopt_enable otr)
  $(vopt_enable pgp) $(vopt_enable python python-plugins) $(vopt_enable plugins)
@@ -20,7 +20,7 @@ license="GPL-3.0-or-later"
 homepage="https://profanity-im.github.io/"
 changelog="https://raw.githubusercontent.com/profanity-im/profanity/master/CHANGELOG"
 distfiles="https://github.com/boothj5/profanity/releases/download/${version}/profanity-${version}.tar.gz"
-checksum=e344481e7bf3b16baf58a169d321b809c4700becffb70db6f1c39adc3fad306e
+checksum=2b5075272e7ec9d9c991542e592b1d474fff88c61c66e7e23096ad306ed2c84a
 
 case "$XBPS_TARGET_MACHINE" in
 	arm*)

  reply	other threads:[~2022-11-13 10:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-12 15:23 [PR PATCH] " dataCobra
2022-11-13 10:10 ` dataCobra [this message]
2022-11-16 12:22 ` [PR PATCH] [Updated] " dataCobra
2022-11-17 12:37 ` [PR PATCH] [Merged]: " paper42

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221113101007.PhSuavJeWCoOf5DpN5rR6LppxInVaEvWEwdZvyTkEzs@z \
    --to=datacobra@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).