Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-typogrify: update to 2.1.0, switch to a maintained fork
@ 2025-04-16 15:46 meator
  2025-04-16 16:26 ` [PR PATCH] [Updated] " meator
  2025-05-17 18:07 ` [PR PATCH] [Closed]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: meator @ 2025-04-16 15:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages typogrify-fork
https://github.com/void-linux/void-packages/pull/55082

python3-typogrify: update to 2.1.0, switch to a maintained fork
Switch to a maintained fork advertised in old upstream's website: https://github.com/mintchaos/typogrify/blob/master/README.rst

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/55082.patch is attached

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

From 16066722d557f55af8d340d17ea90b6c8c52fb25 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Wed, 16 Apr 2025 17:44:24 +0200
Subject: [PATCH] python3-typogrify: update to 2.1.0, use fork

Switch to a maintained fork advertised in old upstream's website:
https://github.com/mintchaos/typogrify/blob/master/README.rst
---
 srcpkgs/python3-typogrify/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-typogrify/template b/srcpkgs/python3-typogrify/template
index 8f170fe2aecb3c..fdf263b1efa663 100644
--- a/srcpkgs/python3-typogrify/template
+++ b/srcpkgs/python3-typogrify/template
@@ -1,16 +1,17 @@
 # Template file for 'python3-typogrify'
 pkgname=python3-typogrify
-version=2.0.7
-revision=5
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+version=2.1.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="hatchling"
 depends="python3-smartypants"
+checkdepends="python3-pytest"
 short_desc="Filters to enhance web typography"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
-homepage="https://github.com/mintchaos/typogrify"
-distfiles="https://github.com/mintchaos/typogrify/archive/refs/tags/$version.tar.gz"
-checksum=d5081966c1c1423157e240d5cfe7435b56ca30be57ff8c7fe6f90f6cc42295ee
+homepage="https://github.com/justinmayer/typogrify"
+distfiles="https://github.com/justinmayer/typogrify/archive/refs/tags/${version}.tar.gz"
+checksum=212603210fb5a55fd5bed4c34cd9043b96ab605b190d4e17e27396330147e523
 make_check=no # conflicting dependencies
 
 post_install() {

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

* Re: [PR PATCH] [Updated] python3-typogrify: update to 2.1.0, switch to a maintained fork
  2025-04-16 15:46 [PR PATCH] python3-typogrify: update to 2.1.0, switch to a maintained fork meator
@ 2025-04-16 16:26 ` meator
  2025-05-17 18:07 ` [PR PATCH] [Closed]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: meator @ 2025-04-16 16:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/meator/void-packages typogrify-fork
https://github.com/void-linux/void-packages/pull/55082

python3-typogrify: update to 2.1.0, switch to a maintained fork
Switch to a maintained fork advertised in old upstream's website: https://github.com/mintchaos/typogrify/blob/master/README.rst

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/55082.patch is attached

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

From 8ed9204583e13ffa562387914535f7cf948eb68d Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Wed, 16 Apr 2025 17:44:24 +0200
Subject: [PATCH] python3-typogrify: update to 2.1.0, use fork

Switch to a maintained fork advertised in old upstream's website:
https://github.com/mintchaos/typogrify/blob/master/README.rst
---
 srcpkgs/python3-typogrify/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-typogrify/template b/srcpkgs/python3-typogrify/template
index 8f170fe2aecb3c..d409713af417d3 100644
--- a/srcpkgs/python3-typogrify/template
+++ b/srcpkgs/python3-typogrify/template
@@ -1,16 +1,16 @@
 # Template file for 'python3-typogrify'
 pkgname=python3-typogrify
-version=2.0.7
-revision=5
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+version=2.1.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="hatchling"
 depends="python3-smartypants"
 short_desc="Filters to enhance web typography"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
-homepage="https://github.com/mintchaos/typogrify"
-distfiles="https://github.com/mintchaos/typogrify/archive/refs/tags/$version.tar.gz"
-checksum=d5081966c1c1423157e240d5cfe7435b56ca30be57ff8c7fe6f90f6cc42295ee
+homepage="https://github.com/justinmayer/typogrify"
+distfiles="https://github.com/justinmayer/typogrify/archive/refs/tags/${version}.tar.gz"
+checksum=212603210fb5a55fd5bed4c34cd9043b96ab605b190d4e17e27396330147e523
 make_check=no # conflicting dependencies
 
 post_install() {

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

* Re: [PR PATCH] [Closed]: python3-typogrify: update to 2.1.0, switch to a maintained fork
  2025-04-16 15:46 [PR PATCH] python3-typogrify: update to 2.1.0, switch to a maintained fork meator
  2025-04-16 16:26 ` [PR PATCH] [Updated] " meator
@ 2025-05-17 18:07 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2025-05-17 18:07 UTC (permalink / raw)
  To: ml

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

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

python3-typogrify: update to 2.1.0, switch to a maintained fork
https://github.com/void-linux/void-packages/pull/55082

Description:
Switch to a maintained fork advertised in old upstream's website: https://github.com/mintchaos/typogrify/blob/master/README.rst

I have briefly reviewed [all commit the new forks adds on top of the original upstream](https://github.com/mintchaos/typogrify/compare/master...justinmayer:typogrify:main) and I have found nothing out of the ordinary.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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] 3+ messages in thread

end of thread, other threads:[~2025-05-17 18:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-16 15:46 [PR PATCH] python3-typogrify: update to 2.1.0, switch to a maintained fork meator
2025-04-16 16:26 ` [PR PATCH] [Updated] " meator
2025-05-17 18:07 ` [PR PATCH] [Closed]: " 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).