Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-filetype: update to 1.2.0.
@ 2023-03-26  9:57 Luc-Saccoccio
  2023-03-28  4:21 ` [PR REVIEW] " classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Luc-Saccoccio @ 2023-03-26  9:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Luc-Saccoccio/void-packages master
https://github.com/void-linux/void-packages/pull/43026

python3-filetype: update to 1.2.0.
#### 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)
- I built this PR locally for these architectures :
  - aarch64
  - aarch64-musl
  - armv6l
  - armv6l-musl
  - armv7l
  - armv7l-musl


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

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

From 85e145b409f8124e94f40215b809a6a6a1ce7342 Mon Sep 17 00:00:00 2001
From: Luc-Saccoccio <lucsaccoccio@disroot.org>
Date: Sun, 26 Mar 2023 11:42:57 +0200
Subject: [PATCH] python3-filetype: update to 1.2.0.

---
 srcpkgs/python3-filetype/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-filetype/template b/srcpkgs/python3-filetype/template
index 416aa614ced6..c4fc923fb34c 100644
--- a/srcpkgs/python3-filetype/template
+++ b/srcpkgs/python3-filetype/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filetype'
 pkgname=python3-filetype
-version=1.0.5
-revision=6
+version=1.2.0
+revision=0
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
@@ -10,7 +10,7 @@ maintainer="xaltsc <xaltsc@protonmail.ch>"
 license="MIT"
 homepage="https://github.com/h2non/filetype.py"
 distfiles="${PYPI_SITE}/f/filetype/filetype-${version}.tar.gz"
-checksum=17a3b885f19034da29640b083d767e0f13c2dcb5dcc267945c8b6e5a5a9013c7
+checksum=66b56cd6474bf41d8c54660347d37afcc3f7d1970648de365c102ef77548aadb
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR REVIEW] python3-filetype: update to 1.2.0.
  2023-03-26  9:57 [PR PATCH] python3-filetype: update to 1.2.0 Luc-Saccoccio
@ 2023-03-28  4:21 ` classabbyamp
  2023-03-28 12:26 ` abenson
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-03-28  4:21 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43026#discussion_r1150009486

Comment:
```suggestion
homepage="https://github.com/h2non/filetype.py"
changelog="https://raw.githubusercontent.com/h2non/filetype.py/master/History.md"
```

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

* Re: [PR REVIEW] python3-filetype: update to 1.2.0.
  2023-03-26  9:57 [PR PATCH] python3-filetype: update to 1.2.0 Luc-Saccoccio
  2023-03-28  4:21 ` [PR REVIEW] " classabbyamp
@ 2023-03-28 12:26 ` abenson
  2023-03-28 12:29 ` abenson
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2023-03-28 12:26 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/43026#discussion_r1150527796

Comment:
We start revision at 1.

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

* Re: [PR REVIEW] python3-filetype: update to 1.2.0.
  2023-03-26  9:57 [PR PATCH] python3-filetype: update to 1.2.0 Luc-Saccoccio
  2023-03-28  4:21 ` [PR REVIEW] " classabbyamp
  2023-03-28 12:26 ` abenson
@ 2023-03-28 12:29 ` abenson
  2023-03-28 19:17 ` [PR PATCH] [Updated] " Luc-Saccoccio
  2023-03-28 20:11 ` [PR PATCH] [Merged]: " abenson
  4 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2023-03-28 12:29 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/43026#discussion_r1150531560

Comment:
add `checkdepends="python3-pytest python3-pytest-benchmark"`

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

* Re: [PR PATCH] [Updated] python3-filetype: update to 1.2.0.
  2023-03-26  9:57 [PR PATCH] python3-filetype: update to 1.2.0 Luc-Saccoccio
                   ` (2 preceding siblings ...)
  2023-03-28 12:29 ` abenson
@ 2023-03-28 19:17 ` Luc-Saccoccio
  2023-03-28 20:11 ` [PR PATCH] [Merged]: " abenson
  4 siblings, 0 replies; 6+ messages in thread
From: Luc-Saccoccio @ 2023-03-28 19:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Luc-Saccoccio/void-packages master
https://github.com/void-linux/void-packages/pull/43026

python3-filetype: update to 1.2.0.
#### 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)
- I built this PR locally for these architectures :
  - aarch64
  - aarch64-musl
  - armv6l
  - armv6l-musl
  - armv7l
  - armv7l-musl


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

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

From 54124ed672fcb2197df339ae3fc03682ead9b6f9 Mon Sep 17 00:00:00 2001
From: Luc-Saccoccio <lucsaccoccio@disroot.org>
Date: Sun, 26 Mar 2023 11:42:57 +0200
Subject: [PATCH] python3-filetype: update to 1.2.0.

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

diff --git a/srcpkgs/python3-filetype/template b/srcpkgs/python3-filetype/template
index 416aa614ced6..0736129ec750 100644
--- a/srcpkgs/python3-filetype/template
+++ b/srcpkgs/python3-filetype/template
@@ -1,16 +1,18 @@
 # Template file for 'python3-filetype'
 pkgname=python3-filetype
-version=1.0.5
-revision=6
+version=1.2.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="python3-pytest python3-pytest-benchmark"
 short_desc="Python3 package to infer file types"
 maintainer="xaltsc <xaltsc@protonmail.ch>"
 license="MIT"
 homepage="https://github.com/h2non/filetype.py"
+changelog="https://raw.githubusercontent.com/h2non/filetype.py/master/History.md"
 distfiles="${PYPI_SITE}/f/filetype/filetype-${version}.tar.gz"
-checksum=17a3b885f19034da29640b083d767e0f13c2dcb5dcc267945c8b6e5a5a9013c7
+checksum=66b56cd6474bf41d8c54660347d37afcc3f7d1970648de365c102ef77548aadb
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: python3-filetype: update to 1.2.0.
  2023-03-26  9:57 [PR PATCH] python3-filetype: update to 1.2.0 Luc-Saccoccio
                   ` (3 preceding siblings ...)
  2023-03-28 19:17 ` [PR PATCH] [Updated] " Luc-Saccoccio
@ 2023-03-28 20:11 ` abenson
  4 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2023-03-28 20:11 UTC (permalink / raw)
  To: ml

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

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

python3-filetype: update to 1.2.0.
https://github.com/void-linux/void-packages/pull/43026

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)
- I built this PR locally for these architectures :
  - aarch64
  - aarch64-musl
  - armv6l
  - armv6l-musl
  - armv7l
  - armv7l-musl


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

end of thread, other threads:[~2023-03-28 20:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-26  9:57 [PR PATCH] python3-filetype: update to 1.2.0 Luc-Saccoccio
2023-03-28  4:21 ` [PR REVIEW] " classabbyamp
2023-03-28 12:26 ` abenson
2023-03-28 12:29 ` abenson
2023-03-28 19:17 ` [PR PATCH] [Updated] " Luc-Saccoccio
2023-03-28 20:11 ` [PR PATCH] [Merged]: " abenson

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