Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-blinker: update to 1.5
@ 2022-10-20 23:58 aurieh
  2022-10-23  1:14 ` [PR REVIEW] " classabbyamp
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: aurieh @ 2022-10-20 23:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aurieh/void-packages python3-blinker-1.5
https://github.com/void-linux/void-packages/pull/40070

python3-blinker: update to 1.5
[Changelog](https://blinker.readthedocs.io/en/stable/#version-1-5), [diff](https://github.com/pallets-eco/blinker/compare/rel-1.4...1.5): no breaking changes.

#### 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-glibc)

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

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

From 147e75d0bb6b4c4a7d0990c2a12967f5c48aaad9 Mon Sep 17 00:00:00 2001
From: Auri <me@aurieh.me>
Date: Thu, 20 Oct 2022 23:54:08 +0000
Subject: [PATCH] python3-blinker: update to 1.5

---
 srcpkgs/python3-blinker/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-blinker/template b/srcpkgs/python3-blinker/template
index 609af96d16d8..2fcf4b422703 100644
--- a/srcpkgs/python3-blinker/template
+++ b/srcpkgs/python3-blinker/template
@@ -1,19 +1,20 @@
 # Template file for 'python3-blinker'
 pkgname=python3-blinker
-version=1.4
-revision=7
+version=1.5
+revision=1
 wrksrc="blinker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
 depends="python3"
+checkdepends="python3-pytest"
 short_desc="Fast, simple object-to-object and broadcast signaling for Python3"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
-homepage="http://pythonhosted.org/blinker/"
+homepage="https://blinker.readthedocs.io/en/stable/"
 distfiles="${PYPI_SITE}/b/blinker/blinker-${version}.tar.gz"
-checksum=471aee25f3992bd325afa3772f1063dbdbbca947a041b8b89466dc00d606f8b6
+checksum=923e5e2f69c155f2cc42dafbbd70e16e3fde24d2d4aa2ab72fbe386238892462
 
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.rst
 }

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

* Re: [PR REVIEW] python3-blinker: update to 1.5
  2022-10-20 23:58 [PR PATCH] python3-blinker: update to 1.5 aurieh
@ 2022-10-23  1:14 ` classabbyamp
  2022-10-23  3:42 ` aurieh
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-10-23  1:14 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40070#discussion_r1002610945

Comment:
```suggestion
homepage="https://blinker.readthedocs.io/en/stable/"
changelog="https://raw.githubusercontent.com/pallets-eco/blinker/main/CHANGES.rst"
```

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

* Re: [PR REVIEW] python3-blinker: update to 1.5
  2022-10-20 23:58 [PR PATCH] python3-blinker: update to 1.5 aurieh
  2022-10-23  1:14 ` [PR REVIEW] " classabbyamp
@ 2022-10-23  3:42 ` aurieh
  2022-10-23  3:51 ` classabbyamp
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: aurieh @ 2022-10-23  3:42 UTC (permalink / raw)
  To: ml

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

New review comment by aurieh on void-packages repository

https://github.com/void-linux/void-packages/pull/40070#discussion_r1002628014

Comment:
Should this be a link to the raw file? Perhaps `https://blinker.readthedocs.io/en/stable/#changes` would be better?

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

* Re: [PR REVIEW] python3-blinker: update to 1.5
  2022-10-20 23:58 [PR PATCH] python3-blinker: update to 1.5 aurieh
  2022-10-23  1:14 ` [PR REVIEW] " classabbyamp
  2022-10-23  3:42 ` aurieh
@ 2022-10-23  3:51 ` classabbyamp
  2022-10-23  4:23 ` aurieh
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-10-23  3:51 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40070#discussion_r1002629054

Comment:
yes, the raw file is best so it's easy to view in a terminal

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

* Re: [PR REVIEW] python3-blinker: update to 1.5
  2022-10-20 23:58 [PR PATCH] python3-blinker: update to 1.5 aurieh
                   ` (2 preceding siblings ...)
  2022-10-23  3:51 ` classabbyamp
@ 2022-10-23  4:23 ` aurieh
  2022-10-23  4:25 ` [PR PATCH] [Updated] " aurieh
  2022-10-23  7:19 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: aurieh @ 2022-10-23  4:23 UTC (permalink / raw)
  To: ml

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

New review comment by aurieh on void-packages repository

https://github.com/void-linux/void-packages/pull/40070#discussion_r1002631604

Comment:
Good point: I should've checked Manual.md before asking.

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

* Re: [PR PATCH] [Updated] python3-blinker: update to 1.5
  2022-10-20 23:58 [PR PATCH] python3-blinker: update to 1.5 aurieh
                   ` (3 preceding siblings ...)
  2022-10-23  4:23 ` aurieh
@ 2022-10-23  4:25 ` aurieh
  2022-10-23  7:19 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: aurieh @ 2022-10-23  4:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aurieh/void-packages python3-blinker-1.5
https://github.com/void-linux/void-packages/pull/40070

python3-blinker: update to 1.5
[Changelog](https://blinker.readthedocs.io/en/stable/#version-1-5), [diff](https://github.com/pallets-eco/blinker/compare/rel-1.4...1.5): no breaking changes.

#### 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-glibc)

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

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

From fb14f642597c928eb9546e0cd7e27c44a2d4e32a Mon Sep 17 00:00:00 2001
From: Auri <me@aurieh.me>
Date: Thu, 20 Oct 2022 23:54:08 +0000
Subject: [PATCH] python3-blinker: update to 1.5

---
 srcpkgs/python3-blinker/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-blinker/template b/srcpkgs/python3-blinker/template
index 609af96d16d8..df629b7e55c2 100644
--- a/srcpkgs/python3-blinker/template
+++ b/srcpkgs/python3-blinker/template
@@ -1,19 +1,21 @@
 # Template file for 'python3-blinker'
 pkgname=python3-blinker
-version=1.4
-revision=7
+version=1.5
+revision=1
 wrksrc="blinker-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
 depends="python3"
+checkdepends="python3-pytest"
 short_desc="Fast, simple object-to-object and broadcast signaling for Python3"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
-homepage="http://pythonhosted.org/blinker/"
+homepage="https://blinker.readthedocs.io/en/stable/"
+changelog="https://raw.githubusercontent.com/pallets-eco/blinker/main/CHANGES.rst"
 distfiles="${PYPI_SITE}/b/blinker/blinker-${version}.tar.gz"
-checksum=471aee25f3992bd325afa3772f1063dbdbbca947a041b8b89466dc00d606f8b6
+checksum=923e5e2f69c155f2cc42dafbbd70e16e3fde24d2d4aa2ab72fbe386238892462
 
 post_install() {
-	vlicense LICENSE
+	vlicense LICENSE.rst
 }

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

* Re: [PR PATCH] [Merged]: python3-blinker: update to 1.5
  2022-10-20 23:58 [PR PATCH] python3-blinker: update to 1.5 aurieh
                   ` (4 preceding siblings ...)
  2022-10-23  4:25 ` [PR PATCH] [Updated] " aurieh
@ 2022-10-23  7:19 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2022-10-23  7:19 UTC (permalink / raw)
  To: ml

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

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

python3-blinker: update to 1.5
https://github.com/void-linux/void-packages/pull/40070

Description:
[Changelog](https://blinker.readthedocs.io/en/stable/#version-1-5), [diff](https://github.com/pallets-eco/blinker/compare/rel-1.4...1.5): no breaking changes.

#### 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-glibc)

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

end of thread, other threads:[~2022-10-23  7:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-20 23:58 [PR PATCH] python3-blinker: update to 1.5 aurieh
2022-10-23  1:14 ` [PR REVIEW] " classabbyamp
2022-10-23  3:42 ` aurieh
2022-10-23  3:51 ` classabbyamp
2022-10-23  4:23 ` aurieh
2022-10-23  4:25 ` [PR PATCH] [Updated] " aurieh
2022-10-23  7:19 ` [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).