Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-Unidecode: update to 1.3.3.
@ 2022-02-19 20:36 tibequadorian
  2022-02-19 21:00 ` [PR REVIEW] " paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tibequadorian @ 2022-02-19 20:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages python3-Unidecode
https://github.com/void-linux/void-packages/pull/35707

python3-Unidecode: update to 1.3.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35707.patch is attached

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

From 4207be4ee69f25cf689f15ff9a6222a01c082b32 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sat, 19 Feb 2022 21:36:06 +0100
Subject: [PATCH] python3-Unidecode: update to 1.3.3.

---
 srcpkgs/python3-Unidecode/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Unidecode/template b/srcpkgs/python3-Unidecode/template
index 3f04ca622e67..44d98ba5164e 100644
--- a/srcpkgs/python3-Unidecode/template
+++ b/srcpkgs/python3-Unidecode/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-Unidecode'
 pkgname=python3-Unidecode
-version=1.3.2
+version=1.3.3
 revision=1
 wrksrc="Unidecode-${version}"
 build_style=python3-module
@@ -11,7 +11,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://pypi.org/project/Unidecode/"
 distfiles="${PYPI_SITE}/U/Unidecode/Unidecode-${version}.tar.gz"
-checksum=669898c1528912bcf07f9819dc60df18d057f7528271e31f8ec28cc88ef27504
+checksum=8521f2853fd250891dc27d156a9d30e61c4e76319da963c4a1c27083a909ac30
 conflicts="python-Unidecode>=0"
 
 do_check() {

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

* Re: [PR REVIEW] python3-Unidecode: update to 1.3.3.
  2022-02-19 20:36 [PR PATCH] python3-Unidecode: update to 1.3.3 tibequadorian
@ 2022-02-19 21:00 ` paper42
  2022-02-19 21:11 ` [PR PATCH] [Updated] " tibequadorian
  2022-02-19 22:13 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-02-19 21:00 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35707#discussion_r810537034

Comment:
```suggestion
homepage="https://pypi.org/project/Unidecode/"
changelog="https://raw.githubusercontent.com/avian2/unidecode/master/ChangeLog"
distfiles="${PYPI_SITE}/U/Unidecode/Unidecode-${version}.tar.gz"
```

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

* Re: [PR PATCH] [Updated] python3-Unidecode: update to 1.3.3.
  2022-02-19 20:36 [PR PATCH] python3-Unidecode: update to 1.3.3 tibequadorian
  2022-02-19 21:00 ` [PR REVIEW] " paper42
@ 2022-02-19 21:11 ` tibequadorian
  2022-02-19 22:13 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: tibequadorian @ 2022-02-19 21:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages python3-Unidecode
https://github.com/void-linux/void-packages/pull/35707

python3-Unidecode: update to 1.3.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35707.patch is attached

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

From 011f76be1d33512af65f6402abe65ba264a2d324 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Sat, 19 Feb 2022 21:36:06 +0100
Subject: [PATCH] python3-Unidecode: update to 1.3.3.

---
 srcpkgs/python3-Unidecode/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Unidecode/template b/srcpkgs/python3-Unidecode/template
index 3f04ca622e67..f7b541d50702 100644
--- a/srcpkgs/python3-Unidecode/template
+++ b/srcpkgs/python3-Unidecode/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-Unidecode'
 pkgname=python3-Unidecode
-version=1.3.2
+version=1.3.3
 revision=1
 wrksrc="Unidecode-${version}"
 build_style=python3-module
@@ -10,8 +10,9 @@ short_desc="Python3 ASCII transliterations of Unicode text"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://pypi.org/project/Unidecode/"
+changelog="https://raw.githubusercontent.com/avian2/unidecode/master/ChangeLog"
 distfiles="${PYPI_SITE}/U/Unidecode/Unidecode-${version}.tar.gz"
-checksum=669898c1528912bcf07f9819dc60df18d057f7528271e31f8ec28cc88ef27504
+checksum=8521f2853fd250891dc27d156a9d30e61c4e76319da963c4a1c27083a909ac30
 conflicts="python-Unidecode>=0"
 
 do_check() {

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

* Re: [PR PATCH] [Merged]: python3-Unidecode: update to 1.3.3.
  2022-02-19 20:36 [PR PATCH] python3-Unidecode: update to 1.3.3 tibequadorian
  2022-02-19 21:00 ` [PR REVIEW] " paper42
  2022-02-19 21:11 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-02-19 22:13 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-02-19 22:13 UTC (permalink / raw)
  To: ml

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

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

python3-Unidecode: update to 1.3.3.
https://github.com/void-linux/void-packages/pull/35707

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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] 4+ messages in thread

end of thread, other threads:[~2022-02-19 22:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-19 20:36 [PR PATCH] python3-Unidecode: update to 1.3.3 tibequadorian
2022-02-19 21:00 ` [PR REVIEW] " paper42
2022-02-19 21:11 ` [PR PATCH] [Updated] " tibequadorian
2022-02-19 22:13 ` [PR PATCH] [Merged]: " paper42

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