Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-platformdirs: update to 3.11.0.
@ 2023-10-04 19:06 icp1994
  2023-10-10  5:55 ` [PR PATCH] [Updated] " icp1994
  2023-10-11  7:58 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2023-10-04 19:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-platformdirs
https://github.com/void-linux/void-packages/pull/46434

python3-platformdirs: update to 3.11.0.
#### 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**

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

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

From 94f3b8f65d3c34642899370cd2f5d431b56683fd Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 3 Oct 2023 13:20:58 +0530
Subject: [PATCH] python3-platformdirs: update to 3.11.0.

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

diff --git a/srcpkgs/python3-platformdirs/template b/srcpkgs/python3-platformdirs/template
index 0565cbf647c1c..0d953a8dc7e1e 100644
--- a/srcpkgs/python3-platformdirs/template
+++ b/srcpkgs/python3-platformdirs/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-platformdirs'
 pkgname=python3-platformdirs
-version=3.10.0
+version=3.11.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-vcs"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://platformdirs.rtfd.io/"
 changelog="https://raw.githubusercontent.com/platformdirs/platformdirs/main/CHANGES.rst"
 distfiles="${PYPI_SITE}/p/platformdirs/platformdirs-${version}.tar.gz"
-checksum=b45696dab2d7cc691a3226759c0d3b00c47c8b6e293d96f6436f733303f77f6d
+checksum=cf8ee52a3afdb965072dcc652433e0c7e3e40cf5ea1477cd4b3b1d2eb75495b3
 make_check_pre="env PYTHONPATH=src"
 
 post_install() {

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

* Re: [PR PATCH] [Updated] python3-platformdirs: update to 3.11.0.
  2023-10-04 19:06 [PR PATCH] python3-platformdirs: update to 3.11.0 icp1994
@ 2023-10-10  5:55 ` icp1994
  2023-10-11  7:58 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2023-10-10  5:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-platformdirs
https://github.com/void-linux/void-packages/pull/46434

python3-platformdirs: update to 3.11.0.
#### 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**

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

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

From 44e7e0104aded2075eeb9ed1a189791759025ae8 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 3 Oct 2023 13:20:58 +0530
Subject: [PATCH] python3-platformdirs: update to 3.11.0.

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

diff --git a/srcpkgs/python3-platformdirs/template b/srcpkgs/python3-platformdirs/template
index 66b496bdc7ae3..0d953a8dc7e1e 100644
--- a/srcpkgs/python3-platformdirs/template
+++ b/srcpkgs/python3-platformdirs/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-platformdirs'
 pkgname=python3-platformdirs
-version=3.10.0
-revision=2
+version=3.11.0
+revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-vcs"
 depends="python3"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://platformdirs.rtfd.io/"
 changelog="https://raw.githubusercontent.com/platformdirs/platformdirs/main/CHANGES.rst"
 distfiles="${PYPI_SITE}/p/platformdirs/platformdirs-${version}.tar.gz"
-checksum=b45696dab2d7cc691a3226759c0d3b00c47c8b6e293d96f6436f733303f77f6d
+checksum=cf8ee52a3afdb965072dcc652433e0c7e3e40cf5ea1477cd4b3b1d2eb75495b3
 make_check_pre="env PYTHONPATH=src"
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: python3-platformdirs: update to 3.11.0.
  2023-10-04 19:06 [PR PATCH] python3-platformdirs: update to 3.11.0 icp1994
  2023-10-10  5:55 ` [PR PATCH] [Updated] " icp1994
@ 2023-10-11  7:58 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-10-11  7:58 UTC (permalink / raw)
  To: ml

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

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

python3-platformdirs: update to 3.11.0.
https://github.com/void-linux/void-packages/pull/46434

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**

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

end of thread, other threads:[~2023-10-11  7:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-04 19:06 [PR PATCH] python3-platformdirs: update to 3.11.0 icp1994
2023-10-10  5:55 ` [PR PATCH] [Updated] " icp1994
2023-10-11  7:58 ` [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).