Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kicad: update to 7.0.1
@ 2023-03-13 11:24 mkalte666
  2023-03-13 13:25 ` mkalte666
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: mkalte666 @ 2023-03-13 11:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mkalte666/void-packages kicad-7.0.1
https://github.com/void-linux/void-packages/pull/42739

kicad: update to 7.0.1
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x64-glibc)

Just a version bump following the 7.0.1 bug-fix release from last week. Opened and exported some projects, works just fine afaics. 

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kicad-7.0.1-42739.patch --]
[-- Type: text/x-diff, Size: 6978 bytes --]

From 72e04cf7a155f11999512f0d7653c7047296adac Mon Sep 17 00:00:00 2001
From: Malte Kiessling <mkalte@mkalte.me>
Date: Mon, 13 Mar 2023 12:22:52 +0100
Subject: [PATCH 1/7] kicad: update to 7.0.1.

---
 srcpkgs/kicad/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template
index 9ba4b39d34b8..17e6745b109c 100644
--- a/srcpkgs/kicad/template
+++ b/srcpkgs/kicad/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad'
 pkgname=kicad
-version=7.0.0
+version=7.0.1
 revision=1
 build_style=cmake
 build_helper=cmake-wxWidgets-gtk3
@@ -18,7 +18,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-3.0-or-later"
 homepage="http://kicad.org"
 distfiles="https://gitlab.com/kicad/code/kicad/-/archive/${version}/kicad-${version}.tar.gz"
-checksum=a992234a06d18e45dbec847624e7966b3850c5f1e44474007e8fe7c6c24d3fbc
+checksum=7c160857e7042f2a3b0570887b2413a6412f58202c54748bcfa0f7a015c3ba65
 python_version=3
 replaces="kicad-i18n>=0"
 # one test appears to be flaky

From 92cfc2e80f8e2add29bfc17871cc1f1e97e2912d Mon Sep 17 00:00:00 2001
From: Malte Kiessling <mkalte@mkalte.me>
Date: Mon, 13 Mar 2023 12:22:58 +0100
Subject: [PATCH 2/7] kicad-doc: update to 7.0.1.

---
 srcpkgs/kicad-doc/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kicad-doc/template b/srcpkgs/kicad-doc/template
index 19a942dbaa56..c51b50e25f67 100644
--- a/srcpkgs/kicad-doc/template
+++ b/srcpkgs/kicad-doc/template
@@ -1,13 +1,13 @@
 # Template file for 'kicad-doc'
 pkgname=kicad-doc
-version=7.0.0
+version=7.0.1
 revision=1
 short_desc="KiCad documentation"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-3.0-or-later, CC-BY-3.0"
 homepage="http://kicad.org"
 distfiles="https://kicad-downloads.s3.cern.ch/docs/kicad-doc-${version}.tar.gz"
-checksum=04cad356fd19b46e70eaa6e3365d94c326e4237d80c09394208fd4662e756465
+checksum=05dd54cc3cc9dd60e60deb67c4bd7d877f41f3cdba3423f006e713e4a79f9868
 
 if [ "$XBPS_WORDSIZE" != "$XBPS_TARGET_WORDSIZE" ]; then
 	broken="kicad not available"

From 80152577acd7105d41a979958686580a0d845b1f Mon Sep 17 00:00:00 2001
From: Malte Kiessling <mkalte@mkalte.me>
Date: Mon, 13 Mar 2023 12:23:07 +0100
Subject: [PATCH 3/7] kicad-symbols: update to 7.0.1.

---
 srcpkgs/kicad-symbols/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kicad-symbols/template b/srcpkgs/kicad-symbols/template
index e308b5b04457..43649e3777cf 100644
--- a/srcpkgs/kicad-symbols/template
+++ b/srcpkgs/kicad-symbols/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-symbols'
 pkgname=kicad-symbols
-version=7.0.0
+version=7.0.1
 revision=1
 build_style=cmake
 depends="kicad"
@@ -9,4 +9,4 @@ maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
 homepage="http://kicad.org"
 distfiles="https://gitlab.com/kicad/libraries/kicad-symbols/-/archive/${version}/kicad-symbols-${version}.tar.gz"
-checksum=0f04db7a5965436b754f43a3ebb02d055223f306a1c56a90973216eac227dbc8
+checksum=b5020fd9c8548ec2714d513100dd8dc0a94835aa575eeb6d31826889ad69b370

From d35f16f7f701f29efe9b3b8f813f04786d75d8ee Mon Sep 17 00:00:00 2001
From: Malte Kiessling <mkalte@mkalte.me>
Date: Mon, 13 Mar 2023 12:23:12 +0100
Subject: [PATCH 4/7] kicad-footprints: update to 7.0.1.

---
 srcpkgs/kicad-footprints/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kicad-footprints/template b/srcpkgs/kicad-footprints/template
index 24b680c6df0c..2741e0216ba2 100644
--- a/srcpkgs/kicad-footprints/template
+++ b/srcpkgs/kicad-footprints/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-footprints'
 pkgname=kicad-footprints
-version=7.0.0
+version=7.0.1
 revision=1
 build_style=cmake
 depends="kicad"
@@ -9,4 +9,4 @@ maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
 homepage="http://kicad.org"
 distfiles="https://gitlab.com/kicad/libraries/kicad-footprints/-/archive/${version}/kicad-footprints-${version}.tar.gz"
-checksum=c10550c6b621d8e5f7e84d3d1443eae3900c80a86982b05326adc0e3d61768c7
+checksum=b45e84e3af07704bd9c61736faa3c65e2ff3d3907d6d67c2b446b9b26bcb023e

From 53032b8c516d1b65ee2b6cceda5b8d2779786be1 Mon Sep 17 00:00:00 2001
From: Malte Kiessling <mkalte@mkalte.me>
Date: Mon, 13 Mar 2023 12:23:17 +0100
Subject: [PATCH 5/7] kicad-packages3D: update to 7.0.1.

---
 srcpkgs/kicad-packages3D/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kicad-packages3D/template b/srcpkgs/kicad-packages3D/template
index ed0e79a361f8..0d65e7cdc906 100644
--- a/srcpkgs/kicad-packages3D/template
+++ b/srcpkgs/kicad-packages3D/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-packages3D'
 pkgname=kicad-packages3D
-version=7.0.0
+version=7.0.1
 revision=1
 build_style=cmake
 depends="kicad"
@@ -9,4 +9,4 @@ maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
 homepage="http://kicad.org"
 distfiles="https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/${version}/kicad-packages3D-${version}.tar.gz"
-checksum=2a11bb29f55e6c3b719174dddef649bee414c1ffa36f82ee9c09f184bbded90e
+checksum=9eb07aaf686468e20b042b6ca0b63789f20d08ba5130c63ce8e60e3d56960908

From 820d28ae0de7a13f14438f5534a56ea2b91c9d16 Mon Sep 17 00:00:00 2001
From: Malte Kiessling <mkalte@mkalte.me>
Date: Mon, 13 Mar 2023 12:23:21 +0100
Subject: [PATCH 6/7] kicad-templates: update to 7.0.1.

---
 srcpkgs/kicad-templates/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kicad-templates/template b/srcpkgs/kicad-templates/template
index 9b67f1ddc3fb..eb86a114614e 100644
--- a/srcpkgs/kicad-templates/template
+++ b/srcpkgs/kicad-templates/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-templates'
 pkgname=kicad-templates
-version=7.0.0
+version=7.0.1
 revision=1
 build_style=cmake
 depends="kicad"
@@ -9,4 +9,4 @@ maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
 license="CC-BY-SA-4.0"
 homepage="http://kicad.org"
 distfiles="https://gitlab.com/kicad/libraries/kicad-templates/-/archive/${version}/kicad-templates-${version}.tar.gz"
-checksum=26c611621f452effdb748975ab88227fedf455cfa6dce40b298a01bbd60a63e2
+checksum=91dea880d4832dcb9481bf9584026aa7588aa9667bbfe269d0deb0af95f9e08d

From 91a81796c1f127ca8e2ee86824a731317672d39d Mon Sep 17 00:00:00 2001
From: Malte Kiessling <mkalte@mkalte.me>
Date: Mon, 13 Mar 2023 12:23:25 +0100
Subject: [PATCH 7/7] kicad-library: update to 7.0.1.

---
 srcpkgs/kicad-library/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kicad-library/template b/srcpkgs/kicad-library/template
index de39e7dfa18d..7684fbba83dd 100644
--- a/srcpkgs/kicad-library/template
+++ b/srcpkgs/kicad-library/template
@@ -1,6 +1,6 @@
 # Template file for 'kicad-library'
 pkgname=kicad-library
-version=7.0.0
+version=7.0.1
 revision=1
 build_style=meta
 depends="kicad-footprints>=${version} kicad-packages3D>=${version}

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

* Re: kicad: update to 7.0.1
  2023-03-13 11:24 [PR PATCH] kicad: update to 7.0.1 mkalte666
@ 2023-03-13 13:25 ` mkalte666
  2023-03-13 13:26 ` mkalte666
  2023-03-14 20:31 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: mkalte666 @ 2023-03-13 13:25 UTC (permalink / raw)
  To: ml

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

New comment by mkalte666 on void-packages repository

https://github.com/void-linux/void-packages/pull/42739#issuecomment-1466142303

Comment:
I think the packages 3d download timed out - its fine in the x86_64-musl build and locally i get no further update of the checksum with `xgensum -if kicad-packages3D`

The CI fail is with 
```

2023-03-13T12:54:33.7946216Z kicad-packages3D-7.0.1.tar.gz: [0B 0%] 4510KB/s ETA: unknown
2023-03-13T12:54:34.4031852Z kicad-packages3D-7.0.1.tar.gz: 866MB [avg rate: 4524KB/s]
2023-03-13T12:54:37.1269378Z ^[[1m=> kicad-packages3D-7.0.1_1: verifying checksum for distfile 'kicad-packages3D-7.0.1.tar.gz'... ^[[m
2023-03-13T12:54:37.1270059Z ^[[1m^[[31m=> ERROR: SHA256 mismatch for 'kicad-packages3D-7.0.1.tar.gz:'
2023-03-13T12:54:37.1270448Z 40427504e24f0d2f61e8815f979167996baf1305237bb1d8908165dfdbe1913d
2023-03-13T12:54:37.1270944Z ^[[m^[[1m^[[31m=> ERROR: kicad-packages3D-7.0.1_1: couldn't verify distfiles, exiting...
2023-03-13T12:54:37.1702697Z ^[[m
2023-03-13T12:54:37.1731209Z ##[error]Process completed with exit code 1.
```

The file is supposed to be 947 MB. 

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

* Re: kicad: update to 7.0.1
  2023-03-13 11:24 [PR PATCH] kicad: update to 7.0.1 mkalte666
  2023-03-13 13:25 ` mkalte666
@ 2023-03-13 13:26 ` mkalte666
  2023-03-14 20:31 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: mkalte666 @ 2023-03-13 13:26 UTC (permalink / raw)
  To: ml

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

New comment by mkalte666 on void-packages repository

https://github.com/void-linux/void-packages/pull/42739#issuecomment-1466142303

Comment:
I think the packages 3d download timed out in CI - its fine in the x86_64-musl build and locally i get no further update of the checksum with `xgensum -if kicad-packages3D`

The CI fail is with 
```

2023-03-13T12:54:33.7946216Z kicad-packages3D-7.0.1.tar.gz: [0B 0%] 4510KB/s ETA: unknown
2023-03-13T12:54:34.4031852Z kicad-packages3D-7.0.1.tar.gz: 866MB [avg rate: 4524KB/s]
2023-03-13T12:54:37.1269378Z ^[[1m=> kicad-packages3D-7.0.1_1: verifying checksum for distfile 'kicad-packages3D-7.0.1.tar.gz'... ^[[m
2023-03-13T12:54:37.1270059Z ^[[1m^[[31m=> ERROR: SHA256 mismatch for 'kicad-packages3D-7.0.1.tar.gz:'
2023-03-13T12:54:37.1270448Z 40427504e24f0d2f61e8815f979167996baf1305237bb1d8908165dfdbe1913d
2023-03-13T12:54:37.1270944Z ^[[m^[[1m^[[31m=> ERROR: kicad-packages3D-7.0.1_1: couldn't verify distfiles, exiting...
2023-03-13T12:54:37.1702697Z ^[[m
2023-03-13T12:54:37.1731209Z ##[error]Process completed with exit code 1.
```

The file is supposed to be 947 MB. 

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

* Re: [PR PATCH] [Merged]: kicad: update to 7.0.1
  2023-03-13 11:24 [PR PATCH] kicad: update to 7.0.1 mkalte666
  2023-03-13 13:25 ` mkalte666
  2023-03-13 13:26 ` mkalte666
@ 2023-03-14 20:31 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-03-14 20:31 UTC (permalink / raw)
  To: ml

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

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

kicad: update to 7.0.1
https://github.com/void-linux/void-packages/pull/42739

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

#### Local build testing
- I built this PR locally for my native architecture, (x64-glibc)

Just a version bump following the 7.0.1 bug-fix release from last week. Opened and exported some projects, works just fine afaics. 

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

end of thread, other threads:[~2023-03-14 20:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-13 11:24 [PR PATCH] kicad: update to 7.0.1 mkalte666
2023-03-13 13:25 ` mkalte666
2023-03-13 13:26 ` mkalte666
2023-03-14 20:31 ` [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).