Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-md2gemini: update to 1.9.1.
@ 2023-08-08  9:11 Bnyro
  2023-08-08  9:47 ` [PR PATCH] [Updated] " Bnyro
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bnyro @ 2023-08-08  9:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages python3-md2gemini
https://github.com/void-linux/void-packages/pull/45489

python3-md2gemini: update to 1.9.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-glibc



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

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

From 6d84cf7be012090ee90dec014eb28c3e3abb3a1a Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 8 Aug 2023 11:10:05 +0200
Subject: [PATCH] python3-md2gemini: update to 1.9.1.

---
 srcpkgs/python3-md2gemini/template | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-md2gemini/template b/srcpkgs/python3-md2gemini/template
index 1d5f4e9c39a21..c1a045bc48c6e 100644
--- a/srcpkgs/python3-md2gemini/template
+++ b/srcpkgs/python3-md2gemini/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-md2gemini'
 pkgname=python3-md2gemini
-version=1.9.0
-revision=2
+version=1.9.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-mistune2 python3-cjkwrap
  python3-wcwidth"
@@ -12,9 +12,4 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="LGPL-3.0-only"
 homepage="https://github.com/makeworld-the-better-one/md2gemini"
 distfiles="${PYPI_SITE}/m/md2gemini/md2gemini-${version}.tar.gz"
-checksum=775cee2be36aa0f4b7ea2861f2ac7d80e113f78b40a58f92192b6c73f6c84e75
-
-post_install() {
-	# remove tests directory polluting site-packages
-	rm -r $DESTDIR/usr/lib/python*/site-packages/tests
-}
+checksum=5eb783aaacc7dd443e44804eaef1e96816fb3d770f3e9b63431e5c8e923e5734

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

* Re: [PR PATCH] [Updated] python3-md2gemini: update to 1.9.1.
  2023-08-08  9:11 [PR PATCH] python3-md2gemini: update to 1.9.1 Bnyro
@ 2023-08-08  9:47 ` Bnyro
  2023-08-08  9:48 ` Bnyro
  2023-08-09 17:04 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Bnyro @ 2023-08-08  9:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages python3-md2gemini
https://github.com/void-linux/void-packages/pull/45489

python3-md2gemini: update to 1.9.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-glibc



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

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

From 73fa205943e5a66a61dc0ed5f3dbf904489b1e60 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 8 Aug 2023 11:10:05 +0200
Subject: [PATCH] python3-md2gemini: update to 1.9.1.

---
 .../patches/fix-test-link-in-quote-newline.diff   | 15 +++++++++++++++
 srcpkgs/python3-md2gemini/template                | 11 +++--------
 2 files changed, 18 insertions(+), 8 deletions(-)
 create mode 100644 srcpkgs/python3-md2gemini/patches/fix-test-link-in-quote-newline.diff

diff --git a/srcpkgs/python3-md2gemini/patches/fix-test-link-in-quote-newline.diff b/srcpkgs/python3-md2gemini/patches/fix-test-link-in-quote-newline.diff
new file mode 100644
index 0000000000000..10f106386c69e
--- /dev/null
+++ b/srcpkgs/python3-md2gemini/patches/fix-test-link-in-quote-newline.diff
@@ -0,0 +1,15 @@
+diff --git a/tests/test_links.py b/tests/test_links.py
+index bae3ce3..93d9d5d 100644
+--- a/tests/test_links.py
++++ b/tests/test_links.py
+@@ -133,9 +133,8 @@ Text before
+ 
+ > quote with newline link in it
+ > 
+-> link[1]
+ 
+-=> https://example.com 1: https://example.com
++=> https://example.com link
+ 
+ Text after
+     """.strip()
diff --git a/srcpkgs/python3-md2gemini/template b/srcpkgs/python3-md2gemini/template
index 1d5f4e9c39a21..c1a045bc48c6e 100644
--- a/srcpkgs/python3-md2gemini/template
+++ b/srcpkgs/python3-md2gemini/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-md2gemini'
 pkgname=python3-md2gemini
-version=1.9.0
-revision=2
+version=1.9.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-mistune2 python3-cjkwrap
  python3-wcwidth"
@@ -12,9 +12,4 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="LGPL-3.0-only"
 homepage="https://github.com/makeworld-the-better-one/md2gemini"
 distfiles="${PYPI_SITE}/m/md2gemini/md2gemini-${version}.tar.gz"
-checksum=775cee2be36aa0f4b7ea2861f2ac7d80e113f78b40a58f92192b6c73f6c84e75
-
-post_install() {
-	# remove tests directory polluting site-packages
-	rm -r $DESTDIR/usr/lib/python*/site-packages/tests
-}
+checksum=5eb783aaacc7dd443e44804eaef1e96816fb3d770f3e9b63431e5c8e923e5734

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

* Re: [PR PATCH] [Updated] python3-md2gemini: update to 1.9.1.
  2023-08-08  9:11 [PR PATCH] python3-md2gemini: update to 1.9.1 Bnyro
  2023-08-08  9:47 ` [PR PATCH] [Updated] " Bnyro
@ 2023-08-08  9:48 ` Bnyro
  2023-08-09 17:04 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Bnyro @ 2023-08-08  9:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages python3-md2gemini
https://github.com/void-linux/void-packages/pull/45489

python3-md2gemini: update to 1.9.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-glibc



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

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

From 09cb5ca3e79cca8d4dac6e61af81256dadb3a5f4 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 8 Aug 2023 11:10:05 +0200
Subject: [PATCH] python3-md2gemini: update to 1.9.1.

---
 .../patches/fix-test-link-in-quote-newline.diff | 17 +++++++++++++++++
 srcpkgs/python3-md2gemini/template              | 11 +++--------
 2 files changed, 20 insertions(+), 8 deletions(-)
 create mode 100644 srcpkgs/python3-md2gemini/patches/fix-test-link-in-quote-newline.diff

diff --git a/srcpkgs/python3-md2gemini/patches/fix-test-link-in-quote-newline.diff b/srcpkgs/python3-md2gemini/patches/fix-test-link-in-quote-newline.diff
new file mode 100644
index 0000000000000..68d3ab886dcc8
--- /dev/null
+++ b/srcpkgs/python3-md2gemini/patches/fix-test-link-in-quote-newline.diff
@@ -0,0 +1,17 @@
+the test is broken on upstream
+--
+diff --git a/tests/test_links.py b/tests/test_links.py
+index bae3ce3..93d9d5d 100644
+--- a/tests/test_links.py
++++ b/tests/test_links.py
+@@ -133,9 +133,8 @@ Text before
+ 
+ > quote with newline link in it
+ > 
+-> link[1]
+ 
+-=> https://example.com 1: https://example.com
++=> https://example.com link
+ 
+ Text after
+     """.strip()
diff --git a/srcpkgs/python3-md2gemini/template b/srcpkgs/python3-md2gemini/template
index 1d5f4e9c39a21..c1a045bc48c6e 100644
--- a/srcpkgs/python3-md2gemini/template
+++ b/srcpkgs/python3-md2gemini/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-md2gemini'
 pkgname=python3-md2gemini
-version=1.9.0
-revision=2
+version=1.9.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-mistune2 python3-cjkwrap
  python3-wcwidth"
@@ -12,9 +12,4 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="LGPL-3.0-only"
 homepage="https://github.com/makeworld-the-better-one/md2gemini"
 distfiles="${PYPI_SITE}/m/md2gemini/md2gemini-${version}.tar.gz"
-checksum=775cee2be36aa0f4b7ea2861f2ac7d80e113f78b40a58f92192b6c73f6c84e75
-
-post_install() {
-	# remove tests directory polluting site-packages
-	rm -r $DESTDIR/usr/lib/python*/site-packages/tests
-}
+checksum=5eb783aaacc7dd443e44804eaef1e96816fb3d770f3e9b63431e5c8e923e5734

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

* Re: [PR PATCH] [Merged]: python3-md2gemini: update to 1.9.1.
  2023-08-08  9:11 [PR PATCH] python3-md2gemini: update to 1.9.1 Bnyro
  2023-08-08  9:47 ` [PR PATCH] [Updated] " Bnyro
  2023-08-08  9:48 ` Bnyro
@ 2023-08-09 17:04 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-08-09 17:04 UTC (permalink / raw)
  To: ml

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

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

python3-md2gemini: update to 1.9.1.
https://github.com/void-linux/void-packages/pull/45489

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



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

end of thread, other threads:[~2023-08-09 17:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-08  9:11 [PR PATCH] python3-md2gemini: update to 1.9.1 Bnyro
2023-08-08  9:47 ` [PR PATCH] [Updated] " Bnyro
2023-08-08  9:48 ` Bnyro
2023-08-09 17:04 ` [PR PATCH] [Merged]: " Duncaen

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