Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-slugify: update to 6.1.2
@ 2022-07-18 19:31 tranzystorek-io
  2022-07-18 21:54 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: tranzystorek-io @ 2022-07-18 19:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages slugify
https://github.com/void-linux/void-packages/pull/38134

python3-slugify: update to 6.1.2
<!-- 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 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/38134.patch is attached

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

From b02bd06361ee7cb30d7603c2d5c69232ecf3730c Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Mon, 18 Jul 2022 21:30:53 +0200
Subject: [PATCH] python3-slugify: update to 6.1.2

---
 srcpkgs/python3-slugify/template | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-slugify/template b/srcpkgs/python3-slugify/template
index 6a61cfcaef8c..8039388f776b 100644
--- a/srcpkgs/python3-slugify/template
+++ b/srcpkgs/python3-slugify/template
@@ -1,21 +1,19 @@
 # Template file for 'python3-slugify'
 pkgname=python3-slugify
-# Please don't update. Only required by Transifx-client,
-# doesn't work with newer versions
-version=1.2.6
-revision=4
+version=6.1.2
+revision=1
 wrksrc="python-slugify-${version}"
 build_style=python3-module
-pycompile_module="slugify"
 hostmakedepends="python3-setuptools"
-makedepends="python3-text-unidecode"
 depends="python3-text-unidecode python3-Unidecode"
 short_desc="Python Slugify application that handles Unicode"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/un33k/python-slugify"
-distfiles="https://github.com/un33k/python-slugify/archive/${version}.tar.gz"
-checksum=a360fd694bf4b78dedb224324e6c3b05682ff1b0354a95b5f78ba1108f3388f8
+distfiles="${PYPI_SITE}/p/python-slugify/python-slugify-${version}.tar.gz"
+checksum=272d106cb31ab99b3496ba085e3fea0e9e76dcde967b5e9992500d1f785ce4e1
+# no tests in package
+make_check=no
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python3-slugify: update to 6.1.2
  2022-07-18 19:31 [PR PATCH] python3-slugify: update to 6.1.2 tranzystorek-io
@ 2022-07-18 21:54 ` tranzystorek-io
  2022-07-18 22:33 ` [PR REVIEW] " classabbyamp
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tranzystorek-io @ 2022-07-18 21:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages slugify
https://github.com/void-linux/void-packages/pull/38134

python3-slugify: update to 6.1.2
<!-- 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 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/38134.patch is attached

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

From bbac5641c22b5609d49bef8a145f87437a6e2081 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Mon, 18 Jul 2022 21:30:53 +0200
Subject: [PATCH] python3-slugify: update to 6.1.2

---
 srcpkgs/python3-slugify/template | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-slugify/template b/srcpkgs/python3-slugify/template
index 6a61cfcaef8c..8039388f776b 100644
--- a/srcpkgs/python3-slugify/template
+++ b/srcpkgs/python3-slugify/template
@@ -1,21 +1,19 @@
 # Template file for 'python3-slugify'
 pkgname=python3-slugify
-# Please don't update. Only required by Transifx-client,
-# doesn't work with newer versions
-version=1.2.6
-revision=4
+version=6.1.2
+revision=1
 wrksrc="python-slugify-${version}"
 build_style=python3-module
-pycompile_module="slugify"
 hostmakedepends="python3-setuptools"
-makedepends="python3-text-unidecode"
 depends="python3-text-unidecode python3-Unidecode"
 short_desc="Python Slugify application that handles Unicode"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/un33k/python-slugify"
-distfiles="https://github.com/un33k/python-slugify/archive/${version}.tar.gz"
-checksum=a360fd694bf4b78dedb224324e6c3b05682ff1b0354a95b5f78ba1108f3388f8
+distfiles="${PYPI_SITE}/p/python-slugify/python-slugify-${version}.tar.gz"
+checksum=272d106cb31ab99b3496ba085e3fea0e9e76dcde967b5e9992500d1f785ce4e1
+# no tests in package
+make_check=no
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] python3-slugify: update to 6.1.2
  2022-07-18 19:31 [PR PATCH] python3-slugify: update to 6.1.2 tranzystorek-io
  2022-07-18 21:54 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-07-18 22:33 ` classabbyamp
  2022-07-18 22:34 ` classabbyamp
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-07-18 22:33 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38134#discussion_r923912877

Comment:
does it error because of this? if not, this shouldn't be needed

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

* Re: [PR REVIEW] python3-slugify: update to 6.1.2
  2022-07-18 19:31 [PR PATCH] python3-slugify: update to 6.1.2 tranzystorek-io
  2022-07-18 21:54 ` [PR PATCH] [Updated] " tranzystorek-io
  2022-07-18 22:33 ` [PR REVIEW] " classabbyamp
@ 2022-07-18 22:34 ` classabbyamp
  2022-07-18 22:35 ` tranzystorek-io
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-07-18 22:34 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38134#discussion_r923912877

Comment:
does it error without this? if not, this shouldn't be needed

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

* Re: [PR REVIEW] python3-slugify: update to 6.1.2
  2022-07-18 19:31 [PR PATCH] python3-slugify: update to 6.1.2 tranzystorek-io
                   ` (2 preceding siblings ...)
  2022-07-18 22:34 ` classabbyamp
@ 2022-07-18 22:35 ` tranzystorek-io
  2022-07-18 22:43 ` [PR PATCH] [Updated] " tranzystorek-io
  2022-07-18 22:54 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: tranzystorek-io @ 2022-07-18 22:35 UTC (permalink / raw)
  To: ml

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

New review comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/38134#discussion_r923913730

Comment:
it does, we might have a bug in detecting what python tests to run, or if there are any

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

* Re: [PR PATCH] [Updated] python3-slugify: update to 6.1.2
  2022-07-18 19:31 [PR PATCH] python3-slugify: update to 6.1.2 tranzystorek-io
                   ` (3 preceding siblings ...)
  2022-07-18 22:35 ` tranzystorek-io
@ 2022-07-18 22:43 ` tranzystorek-io
  2022-07-18 22:54 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: tranzystorek-io @ 2022-07-18 22:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages slugify
https://github.com/void-linux/void-packages/pull/38134

python3-slugify: update to 6.1.2
<!-- 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 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/38134.patch is attached

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

From 14c92c6dc3b2ad78f048e2ab8c307e60a184aec8 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Mon, 18 Jul 2022 21:30:53 +0200
Subject: [PATCH] python3-slugify: update to 6.1.2

---
 srcpkgs/python3-slugify/template | 14 ++++++--------
 srcpkgs/python3-slugify/update   |  1 -
 2 files changed, 6 insertions(+), 9 deletions(-)
 delete mode 100644 srcpkgs/python3-slugify/update

diff --git a/srcpkgs/python3-slugify/template b/srcpkgs/python3-slugify/template
index 6a61cfcaef8c..8039388f776b 100644
--- a/srcpkgs/python3-slugify/template
+++ b/srcpkgs/python3-slugify/template
@@ -1,21 +1,19 @@
 # Template file for 'python3-slugify'
 pkgname=python3-slugify
-# Please don't update. Only required by Transifx-client,
-# doesn't work with newer versions
-version=1.2.6
-revision=4
+version=6.1.2
+revision=1
 wrksrc="python-slugify-${version}"
 build_style=python3-module
-pycompile_module="slugify"
 hostmakedepends="python3-setuptools"
-makedepends="python3-text-unidecode"
 depends="python3-text-unidecode python3-Unidecode"
 short_desc="Python Slugify application that handles Unicode"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/un33k/python-slugify"
-distfiles="https://github.com/un33k/python-slugify/archive/${version}.tar.gz"
-checksum=a360fd694bf4b78dedb224324e6c3b05682ff1b0354a95b5f78ba1108f3388f8
+distfiles="${PYPI_SITE}/p/python-slugify/python-slugify-${version}.tar.gz"
+checksum=272d106cb31ab99b3496ba085e3fea0e9e76dcde967b5e9992500d1f785ce4e1
+# no tests in package
+make_check=no
 
 post_install() {
 	vlicense LICENSE
diff --git a/srcpkgs/python3-slugify/update b/srcpkgs/python3-slugify/update
deleted file mode 100644
index 376af7fbb5cc..000000000000
--- a/srcpkgs/python3-slugify/update
+++ /dev/null
@@ -1 +0,0 @@
-ignore="*"

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

* Re: [PR PATCH] [Merged]: python3-slugify: update to 6.1.2
  2022-07-18 19:31 [PR PATCH] python3-slugify: update to 6.1.2 tranzystorek-io
                   ` (4 preceding siblings ...)
  2022-07-18 22:43 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-07-18 22:54 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-07-18 22:54 UTC (permalink / raw)
  To: ml

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

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

python3-slugify: update to 6.1.2
https://github.com/void-linux/void-packages/pull/38134

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 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] 7+ messages in thread

end of thread, other threads:[~2022-07-18 22:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-18 19:31 [PR PATCH] python3-slugify: update to 6.1.2 tranzystorek-io
2022-07-18 21:54 ` [PR PATCH] [Updated] " tranzystorek-io
2022-07-18 22:33 ` [PR REVIEW] " classabbyamp
2022-07-18 22:34 ` classabbyamp
2022-07-18 22:35 ` tranzystorek-io
2022-07-18 22:43 ` [PR PATCH] [Updated] " tranzystorek-io
2022-07-18 22: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).