Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-mistune2: update to 2.0.4.
@ 2022-11-29 19:18 icp1994
  2022-12-12  8:12 ` [PR REVIEW] " classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: icp1994 @ 2022-11-29 19:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-mistune2
https://github.com/void-linux/void-packages/pull/40845

python3-mistune2: update to 2.0.4.
#### 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

#### Rev dep checks
- [x] python3-md2gemini

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

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

From 1dc1793c9d2853d86cdbac53bf46fd64d6e9a94e Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 30 Nov 2022 00:43:28 +0530
Subject: [PATCH] python3-mistune2: update to 2.0.4.

---
 srcpkgs/python3-mistune2/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-mistune2/template b/srcpkgs/python3-mistune2/template
index 1f6223d460e6..2fc2bcc7ab5c 100644
--- a/srcpkgs/python3-mistune2/template
+++ b/srcpkgs/python3-mistune2/template
@@ -1,17 +1,18 @@
 # Template file for 'python3-mistune2'
 pkgname=python3-mistune2
-version=2.0.0rc1
-revision=2
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+version=2.0.4
+revision=1
+build_style=python3-pep517
+make_install_target="dist/mistune-${version}-*-*-*.whl"
+hostmakedepends="python3-wheel"
 depends="python3"
 checkdepends="python3-pytest"
 short_desc="Markdown parser for Python"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="BSD-3-Clause"
-homepage="https://github.com/lepture/mistune"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=ad224a1117fb84f148bc7d804ebe6ad7f14930c3602691e3a85cb894b03606c5
+homepage="https://mistune.lepture.com/en/latest/"
+distfiles="${PYPI_SITE}/m/mistune/mistune-${version}.tar.gz"
+checksum=9ee0a66053e2267aba772c71e06891fa8f1af6d4b01d5e84e267b4570d4d9808
 conflicts="python3-mistune>=0"
 
 post_install() {

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

* Re: [PR REVIEW] python3-mistune2: update to 2.0.4.
  2022-11-29 19:18 [PR PATCH] python3-mistune2: update to 2.0.4 icp1994
@ 2022-12-12  8:12 ` classabbyamp
  2022-12-12  8:13 ` classabbyamp
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-12-12  8:12 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40845#discussion_r1045511135

Comment:
```suggestion
homepage="https://mistune.lepture.com/en/latest/"
changelog="https://mistune.lepture.com/en/latest/changes.html"
```

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

* Re: [PR REVIEW] python3-mistune2: update to 2.0.4.
  2022-11-29 19:18 [PR PATCH] python3-mistune2: update to 2.0.4 icp1994
  2022-12-12  8:12 ` [PR REVIEW] " classabbyamp
@ 2022-12-12  8:13 ` classabbyamp
  2022-12-12  8:14 ` classabbyamp
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-12-12  8:13 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40845#discussion_r1045511135

Comment:
```suggestion
homepage="https://mistune.lepture.com/en/latest/"
changelog="https://mistune.lepture.com/en/latest/changes.html"
```

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

* Re: [PR REVIEW] python3-mistune2: update to 2.0.4.
  2022-11-29 19:18 [PR PATCH] python3-mistune2: update to 2.0.4 icp1994
  2022-12-12  8:12 ` [PR REVIEW] " classabbyamp
  2022-12-12  8:13 ` classabbyamp
@ 2022-12-12  8:14 ` classabbyamp
  2022-12-12  8:38 ` [PR PATCH] [Updated] " icp1994
  2022-12-12  9:54 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-12-12  8:14 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40845#discussion_r1045512550

Comment:
```suggestion
homepage="https://mistune.lepture.com/en/latest/"
changelog="https://mistune.lepture.com/en/stable/changes.html"
```

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

* Re: [PR PATCH] [Updated] python3-mistune2: update to 2.0.4.
  2022-11-29 19:18 [PR PATCH] python3-mistune2: update to 2.0.4 icp1994
                   ` (2 preceding siblings ...)
  2022-12-12  8:14 ` classabbyamp
@ 2022-12-12  8:38 ` icp1994
  2022-12-12  9:54 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2022-12-12  8:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-mistune2
https://github.com/void-linux/void-packages/pull/40845

python3-mistune2: update to 2.0.4.
#### 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

#### Rev dep checks
- [x] python3-md2gemini

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

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

From 21e1102e69a012effda104e42ecad816261450a9 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 30 Nov 2022 00:43:28 +0530
Subject: [PATCH] python3-mistune2: update to 2.0.4.

---
 srcpkgs/python3-mistune2/template | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-mistune2/template b/srcpkgs/python3-mistune2/template
index 1f6223d460e6..76bc57ec0b6c 100644
--- a/srcpkgs/python3-mistune2/template
+++ b/srcpkgs/python3-mistune2/template
@@ -1,17 +1,19 @@
 # Template file for 'python3-mistune2'
 pkgname=python3-mistune2
-version=2.0.0rc1
-revision=2
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+version=2.0.4
+revision=1
+build_style=python3-pep517
+make_install_target="dist/mistune-${version}-*-*-*.whl"
+hostmakedepends="python3-wheel"
 depends="python3"
 checkdepends="python3-pytest"
 short_desc="Markdown parser for Python"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="BSD-3-Clause"
-homepage="https://github.com/lepture/mistune"
-distfiles="${homepage}/archive/v${version}.tar.gz"
-checksum=ad224a1117fb84f148bc7d804ebe6ad7f14930c3602691e3a85cb894b03606c5
+homepage="https://mistune.lepture.com/en/latest/"
+changelog="https://mistune.lepture.com/en/stable/changes.html"
+distfiles="${PYPI_SITE}/m/mistune/mistune-${version}.tar.gz"
+checksum=9ee0a66053e2267aba772c71e06891fa8f1af6d4b01d5e84e267b4570d4d9808
 conflicts="python3-mistune>=0"
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: python3-mistune2: update to 2.0.4.
  2022-11-29 19:18 [PR PATCH] python3-mistune2: update to 2.0.4 icp1994
                   ` (3 preceding siblings ...)
  2022-12-12  8:38 ` [PR PATCH] [Updated] " icp1994
@ 2022-12-12  9:54 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-12-12  9:54 UTC (permalink / raw)
  To: ml

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

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

python3-mistune2: update to 2.0.4.
https://github.com/void-linux/void-packages/pull/40845

Description:
#### 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

#### Rev dep checks
- [x] python3-md2gemini

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

end of thread, other threads:[~2022-12-12  9:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-29 19:18 [PR PATCH] python3-mistune2: update to 2.0.4 icp1994
2022-12-12  8:12 ` [PR REVIEW] " classabbyamp
2022-12-12  8:13 ` classabbyamp
2022-12-12  8:14 ` classabbyamp
2022-12-12  8:38 ` [PR PATCH] [Updated] " icp1994
2022-12-12  9:54 ` [PR PATCH] [Merged]: " classabbyamp

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