Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-svg.path: update to 6.2.
@ 2022-07-25  2:56 karl-nilsson
  2022-07-25  7:07 ` [PR PATCH] [Updated] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: karl-nilsson @ 2022-07-25  2:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/karl-nilsson/void-packages svg-path
https://github.com/void-linux/void-packages/pull/38262

python3-svg.path: update to 6.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->


- I built this PR locally for my native architecture, x64-glibc



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-svg-path-38262.patch --]
[-- Type: text/x-diff, Size: 1097 bytes --]

From 35ae057db639676e5e9f03d89a7fe58d9d816651 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Sun, 24 Jul 2022 22:55:20 -0400
Subject: [PATCH] python3-svg.path: update to 6.2.

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

diff --git a/srcpkgs/python3-svg.path/template b/srcpkgs/python3-svg.path/template
index a98cae8cfe78..d7713c3def34 100644
--- a/srcpkgs/python3-svg.path/template
+++ b/srcpkgs/python3-svg.path/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-svg.path'
 pkgname=python3-svg.path
-version=6.0
+version=6.2
 revision=1
 wrksrc="svg.path-${version}"
 build_style=python3-module
@@ -12,7 +12,7 @@ maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="MIT"
 homepage="https://github.com/regebro/svg.path"
 distfiles="https://github.com/regebro/svg.path/archive/${version}.tar.gz"
-checksum=3c460dfb366c3cb70f26eb7e22c092144e24f4f62028632289fa703f8dc25630
+checksum=521e643ae74a78975714d43bd68c51b42888e505b6b964c6f693b091d3fa89e6
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR PATCH] [Updated] python3-svg.path: update to 6.2.
  2022-07-25  2:56 [PR PATCH] python3-svg.path: update to 6.2 karl-nilsson
@ 2022-07-25  7:07 ` classabbyamp
  2022-07-25  7:15 ` classabbyamp
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-07-25  7:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/karl-nilsson/void-packages svg-path
https://github.com/void-linux/void-packages/pull/38262

python3-svg.path: update to 6.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->


- I built this PR locally for my native architecture, x64-glibc



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-svg-path-38262.patch --]
[-- Type: text/x-diff, Size: 1219 bytes --]

From b6e738140074dc2ac68746dad3c7bc2b3dd027b0 Mon Sep 17 00:00:00 2001
From: Karl Nilsson <karl.robert.nilsson@gmail.com>
Date: Sun, 24 Jul 2022 22:55:20 -0400
Subject: [PATCH] python3-svg.path: update to 6.2.

---
 srcpkgs/python3-svg.path/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-svg.path/template b/srcpkgs/python3-svg.path/template
index a98cae8cfe78..703b0a4d5267 100644
--- a/srcpkgs/python3-svg.path/template
+++ b/srcpkgs/python3-svg.path/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-svg.path'
 pkgname=python3-svg.path
-version=6.0
+version=6.2
 revision=1
 wrksrc="svg.path-${version}"
 build_style=python3-module
@@ -11,8 +11,9 @@ short_desc="Python3 SVG path parser"
 maintainer="Karl Nilsson <karl.robert.nilsson@gmail.com>"
 license="MIT"
 homepage="https://github.com/regebro/svg.path"
+changelog="https://raw.githubusercontent.com/regebro/svg.path/master/CHANGES.txt"
 distfiles="https://github.com/regebro/svg.path/archive/${version}.tar.gz"
-checksum=3c460dfb366c3cb70f26eb7e22c092144e24f4f62028632289fa703f8dc25630
+checksum=521e643ae74a78975714d43bd68c51b42888e505b6b964c6f693b091d3fa89e6
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: python3-svg.path: update to 6.2.
  2022-07-25  2:56 [PR PATCH] python3-svg.path: update to 6.2 karl-nilsson
  2022-07-25  7:07 ` [PR PATCH] [Updated] " classabbyamp
@ 2022-07-25  7:15 ` classabbyamp
  2022-07-25  7:16 ` [PR PATCH] [Merged]: " classabbyamp
  2022-07-25  7:16 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-07-25  7:15 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/38262#issuecomment-1193671996

Comment:
CI is broken but the only change I made was adding the changelog, so let's just ignore that.

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

* Re: [PR PATCH] [Merged]: python3-svg.path: update to 6.2.
  2022-07-25  2:56 [PR PATCH] python3-svg.path: update to 6.2 karl-nilsson
  2022-07-25  7:07 ` [PR PATCH] [Updated] " classabbyamp
  2022-07-25  7:15 ` classabbyamp
@ 2022-07-25  7:16 ` classabbyamp
  2022-07-25  7:16 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-07-25  7:16 UTC (permalink / raw)
  To: ml

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

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

python3-svg.path: update to 6.2.
https://github.com/void-linux/void-packages/pull/38262

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->


- I built this PR locally for my native architecture, x64-glibc



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

* Re: python3-svg.path: update to 6.2.
  2022-07-25  2:56 [PR PATCH] python3-svg.path: update to 6.2 karl-nilsson
                   ` (2 preceding siblings ...)
  2022-07-25  7:16 ` [PR PATCH] [Merged]: " classabbyamp
@ 2022-07-25  7:16 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-07-25  7:16 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38262#issuecomment-1193671996

Comment:
CI is broken (unrelated to this PR) but the only change I made was adding the changelog and it passed before, so let's just ignore that.

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

end of thread, other threads:[~2022-07-25  7:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-25  2:56 [PR PATCH] python3-svg.path: update to 6.2 karl-nilsson
2022-07-25  7:07 ` [PR PATCH] [Updated] " classabbyamp
2022-07-25  7:15 ` classabbyamp
2022-07-25  7:16 ` [PR PATCH] [Merged]: " classabbyamp
2022-07-25  7:16 ` 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).