Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-platformdirs: update to 3.8.0.
@ 2023-06-26 20:46 icp1994
  2023-06-26 20:49 ` classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: icp1994 @ 2023-06-26 20:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 498 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/44651

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

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

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

From 603c64300f86605465e783e6eecd612ec6b4fe2a Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 27 Jun 2023 02:14:35 +0530
Subject: [PATCH] python3-platformdirs: update to 3.8.0.

Adopt.
---
 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 9aa52606afdb..723be614b2b9 100644
--- a/srcpkgs/python3-platformdirs/template
+++ b/srcpkgs/python3-platformdirs/template
@@ -1,18 +1,18 @@
 # Template file for 'python3-platformdirs'
 pkgname=python3-platformdirs
-version=3.6.0
+version=3.8.0
 revision=1
 build_style=python3-pep517
 hostmakedepends="hatchling hatch-vcs"
 depends="python3"
 checkdepends="python3-appdirs python3-pytest python3-pytest-mock"
 short_desc="Library to determine platform-specific system directories"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="icp <pangolin@vivaldi.net>"
 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=57e28820ca8094678b807ff529196506d7a21e17156cb1cddb3e74cebce54640
+checksum=b0cabcb11063d21a0b261d557acb0a9d2126350e63b70cdf7db6347baea456dc
 make_check_pre="env PYTHONPATH=src"
 
 post_install() {

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

* Re: python3-platformdirs: update to 3.8.0.
  2023-06-26 20:46 [PR PATCH] python3-platformdirs: update to 3.8.0 icp1994
@ 2023-06-26 20:49 ` classabbyamp
  2023-06-26 20:51 ` icp1994
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-06-26 20:49 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44651#issuecomment-1608234569

Comment:
commit msg += `, adopt`

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

* Re: python3-platformdirs: update to 3.8.0.
  2023-06-26 20:46 [PR PATCH] python3-platformdirs: update to 3.8.0 icp1994
  2023-06-26 20:49 ` classabbyamp
@ 2023-06-26 20:51 ` icp1994
  2023-06-26 20:52 ` classabbyamp
  2023-06-26 20:52 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2023-06-26 20:51 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/44651#issuecomment-1608237582

Comment:
I did, no? Or do you mean a different format?

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

* Re: python3-platformdirs: update to 3.8.0.
  2023-06-26 20:46 [PR PATCH] python3-platformdirs: update to 3.8.0 icp1994
  2023-06-26 20:49 ` classabbyamp
  2023-06-26 20:51 ` icp1994
@ 2023-06-26 20:52 ` classabbyamp
  2023-06-26 20:52 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-06-26 20:52 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44651#issuecomment-1608238346

Comment:
oh didn't see it on the second line. usually people just add it to the end of the first line

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

* Re: [PR PATCH] [Merged]: python3-platformdirs: update to 3.8.0.
  2023-06-26 20:46 [PR PATCH] python3-platformdirs: update to 3.8.0 icp1994
                   ` (2 preceding siblings ...)
  2023-06-26 20:52 ` classabbyamp
@ 2023-06-26 20:52 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-06-26 20:52 UTC (permalink / raw)
  To: ml

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

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

python3-platformdirs: update to 3.8.0.
https://github.com/void-linux/void-packages/pull/44651

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

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

end of thread, other threads:[~2023-06-26 20:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-26 20:46 [PR PATCH] python3-platformdirs: update to 3.8.0 icp1994
2023-06-26 20:49 ` classabbyamp
2023-06-26 20:51 ` icp1994
2023-06-26 20:52 ` classabbyamp
2023-06-26 20:52 ` [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).