Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-jaraco.logging: update to 3.3.0.
@ 2024-02-16 20:39 icp1994
  2024-02-16 20:42 ` [PR PATCH] [Updated] " icp1994
  2024-02-16 21:27 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2024-02-16 20:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-jaraco.logging
https://github.com/void-linux/void-packages/pull/48777

python3-jaraco.logging: update to 3.3.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/48777.patch is attached

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

From 5b484ab73e0bf1b96c8472cc1367fa37903bc38e Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 26 Jan 2024 02:08:18 +0530
Subject: [PATCH] python3-jaraco.logging: update to 3.3.0.

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

diff --git a/srcpkgs/python3-jaraco.logging/template b/srcpkgs/python3-jaraco.logging/template
index ec514e0eaf226..ed7edc88185c6 100644
--- a/srcpkgs/python3-jaraco.logging/template
+++ b/srcpkgs/python3-jaraco.logging/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jaraco.logging'
 pkgname=python3-jaraco.logging
-version=3.1.2
-revision=3
+version=3.3.0
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-wheel python3-setuptools_scm"
 depends="python3-tempora"
@@ -11,7 +11,7 @@ license="MIT"
 homepage="https://github.com/jaraco/jaraco.logging"
 changelog="https://raw.githubusercontent.com/jaraco/jaraco.logging/main/CHANGES.rst"
 distfiles="${PYPI_SITE}/j/jaraco.logging/jaraco.logging-${version}.tar.gz"
-checksum=93a70b8b3767779ad6c7b56ee98579ced77b69f16abbcae749f62c2c59e67931
+checksum=f4a7cfbacb86a834c2886c01a3b52bc4cde2728c1d9717c49d4dce1d6248f07b
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python3-jaraco.logging: update to 3.3.0.
  2024-02-16 20:39 [PR PATCH] python3-jaraco.logging: update to 3.3.0 icp1994
@ 2024-02-16 20:42 ` icp1994
  2024-02-16 21:27 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2024-02-16 20:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-jaraco.logging
https://github.com/void-linux/void-packages/pull/48777

python3-jaraco.logging: update to 3.3.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/48777.patch is attached

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

From 6e04bd446262651ceb99ea16e631ec0d4cd28a5d Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 26 Jan 2024 02:08:18 +0530
Subject: [PATCH] python3-jaraco.logging: update to 3.3.0.

---
 srcpkgs/python3-jaraco.logging/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-jaraco.logging/template b/srcpkgs/python3-jaraco.logging/template
index ec514e0eaf226..29fe5144f3450 100644
--- a/srcpkgs/python3-jaraco.logging/template
+++ b/srcpkgs/python3-jaraco.logging/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-jaraco.logging'
 pkgname=python3-jaraco.logging
-version=3.1.2
-revision=3
+version=3.3.0
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-wheel python3-setuptools_scm"
 depends="python3-tempora"
@@ -9,9 +9,9 @@ short_desc="Support for Python logging facility"
 maintainer="icp <pangolin@vivaldi.net>"
 license="MIT"
 homepage="https://github.com/jaraco/jaraco.logging"
-changelog="https://raw.githubusercontent.com/jaraco/jaraco.logging/main/CHANGES.rst"
+changelog="https://raw.githubusercontent.com/jaraco/jaraco.logging/main/NEWS.rst"
 distfiles="${PYPI_SITE}/j/jaraco.logging/jaraco.logging-${version}.tar.gz"
-checksum=93a70b8b3767779ad6c7b56ee98579ced77b69f16abbcae749f62c2c59e67931
+checksum=f4a7cfbacb86a834c2886c01a3b52bc4cde2728c1d9717c49d4dce1d6248f07b
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: python3-jaraco.logging: update to 3.3.0.
  2024-02-16 20:39 [PR PATCH] python3-jaraco.logging: update to 3.3.0 icp1994
  2024-02-16 20:42 ` [PR PATCH] [Updated] " icp1994
@ 2024-02-16 21:27 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2024-02-16 21:27 UTC (permalink / raw)
  To: ml

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

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

python3-jaraco.logging: update to 3.3.0.
https://github.com/void-linux/void-packages/pull/48777

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:[~2024-02-16 21:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-16 20:39 [PR PATCH] python3-jaraco.logging: update to 3.3.0 icp1994
2024-02-16 20:42 ` [PR PATCH] [Updated] " icp1994
2024-02-16 21:27 ` [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).