Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-tokenize-rt: update to 5.0.0.
@ 2023-02-16 18:51 icp1994
  2023-02-16 19:22 ` [PR PATCH] [Updated] " icp1994
  2023-03-06 19:54 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2023-02-16 18:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-tokenize-rt
https://github.com/void-linux/void-packages/pull/42314

python3-tokenize-rt: update to 5.0.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**

#### Rev dep checks
- [x] black (checkdepends)

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

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

From 871697c152f39a1180ff6c959cfa53326d1a40bf Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 14 Feb 2023 13:05:24 +0530
Subject: [PATCH] python3-tokenize-rt: update to 5.0.0.

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

diff --git a/srcpkgs/python3-tokenize-rt/template b/srcpkgs/python3-tokenize-rt/template
index 969712833ef4..4a02be7a17b6 100644
--- a/srcpkgs/python3-tokenize-rt/template
+++ b/srcpkgs/python3-tokenize-rt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tokenize-rt'
 pkgname=python3-tokenize-rt
-version=4.1.0
-revision=3
+version=5.0.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://pypi.org/project/tokenize-rt"
 # Don't use PyPI because tests are missing.
 distfiles="https://github.com/asottile/tokenize-rt/archive/v${version}.tar.gz"
-checksum=7043d391eae7e6ab3e2e69ab2995b4d9873f56805a55d2ba2db128f468efbace
+checksum=8e010b7e2f23dc1c1299da86ebb77ae9fdb07291dbabb6f03327d4012173c4ce
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] python3-tokenize-rt: update to 5.0.0.
  2023-02-16 18:51 [PR PATCH] python3-tokenize-rt: update to 5.0.0 icp1994
@ 2023-02-16 19:22 ` icp1994
  2023-03-06 19:54 ` [PR PATCH] [Merged]: " paper42
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2023-02-16 19:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-tokenize-rt
https://github.com/void-linux/void-packages/pull/42314

python3-tokenize-rt: update to 5.0.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**

#### Rev dep checks
- [x] black (checkdepends)

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

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

From f360400b59c86549022b057cb489b06653ac10ce Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 14 Feb 2023 13:05:24 +0530
Subject: [PATCH] python3-tokenize-rt: update to 5.0.0.

---
 srcpkgs/python3-tokenize-rt/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-tokenize-rt/template b/srcpkgs/python3-tokenize-rt/template
index 969712833ef4..1253a28ff309 100644
--- a/srcpkgs/python3-tokenize-rt/template
+++ b/srcpkgs/python3-tokenize-rt/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-tokenize-rt'
 pkgname=python3-tokenize-rt
-version=4.1.0
-revision=3
+version=5.0.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
@@ -11,8 +11,8 @@ maintainer="k4leg <python.bogdan@gmail.com>"
 license="MIT"
 homepage="https://pypi.org/project/tokenize-rt"
 # Don't use PyPI because tests are missing.
-distfiles="https://github.com/asottile/tokenize-rt/archive/v${version}.tar.gz"
-checksum=7043d391eae7e6ab3e2e69ab2995b4d9873f56805a55d2ba2db128f468efbace
+distfiles="https://github.com/asottile/tokenize-rt/archive/refs/tags/v${version}.tar.gz"
+checksum=8e010b7e2f23dc1c1299da86ebb77ae9fdb07291dbabb6f03327d4012173c4ce
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: python3-tokenize-rt: update to 5.0.0.
  2023-02-16 18:51 [PR PATCH] python3-tokenize-rt: update to 5.0.0 icp1994
  2023-02-16 19:22 ` [PR PATCH] [Updated] " icp1994
@ 2023-03-06 19:54 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2023-03-06 19:54 UTC (permalink / raw)
  To: ml

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

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

python3-tokenize-rt: update to 5.0.0.
https://github.com/void-linux/void-packages/pull/42314

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

#### Rev dep checks
- [x] black (checkdepends)

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

end of thread, other threads:[~2023-03-06 19:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-16 18:51 [PR PATCH] python3-tokenize-rt: update to 5.0.0 icp1994
2023-02-16 19:22 ` [PR PATCH] [Updated] " icp1994
2023-03-06 19:54 ` [PR PATCH] [Merged]: " paper42

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