Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] osinfo-db: update to 20211216.
@ 2021-12-21  7:40 skmpz
  2021-12-21  7:43 ` [PR PATCH] [Closed]: " skmpz
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: skmpz @ 2021-12-21  7:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages osinfo-db-20211216
https://github.com/void-linux/void-packages/pull/34633

osinfo-db: update to 20211216.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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 [skip CI](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.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-osinfo-db-20211216-34633.patch --]
[-- Type: text/x-diff, Size: 1882 bytes --]

From dba91915ab06bc9d35d8da5c1822b7f083eb75ec Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Tue, 21 Dec 2021 09:40:11 +0200
Subject: [PATCH] osinfo-db: update to 20211216.

---
 srcpkgs/calibre/template   | 5 +++--
 srcpkgs/osinfo-db/template | 4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/calibre/template b/srcpkgs/calibre/template
index 55adad369532..eb10fb20d143 100644
--- a/srcpkgs/calibre/template
+++ b/srcpkgs/calibre/template
@@ -1,6 +1,6 @@
 # Template file for 'calibre'
 pkgname=calibre
-version=5.33.2
+version=5.34.0
 revision=1
 build_style=python3-module
 pycompile_dirs="/usr/lib/calibre/"
@@ -27,7 +27,8 @@ license="GPL-3.0-only"
 homepage="https://calibre-ebook.com"
 changelog="https://raw.githubusercontent.com/kovidgoyal/calibre/master/Changelog.txt"
 distfiles="https://download.calibre-ebook.com/${version}/calibre-${version}.tar.xz"
-checksum=c2db77b9c09a16af702e4efd09e0b3db4b4c33a01b2ed6782e7e93c4ec7476f2
+checksum=d4d401eefadc534851df4f3ff247949ffac785dbc993901bd2938c3f2894d7e3
+python_version=3
 lib32disabled=yes
 nocross=yes
 
diff --git a/srcpkgs/osinfo-db/template b/srcpkgs/osinfo-db/template
index 0f757e1128ac..47d99f6d0705 100644
--- a/srcpkgs/osinfo-db/template
+++ b/srcpkgs/osinfo-db/template
@@ -1,6 +1,6 @@
 # Template file for 'osinfo-db'
 pkgname=osinfo-db
-version=20211013
+version=20211216
 revision=1
 build_style=fetch
 hostmakedepends="osinfo-db-tools"
@@ -9,7 +9,7 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://libosinfo.org"
 distfiles="https://releases.pagure.org/libosinfo/${pkgname}-${version}.tar.xz"
-checksum=c2e47e9432048f3016e36803eef3dd482d12ee32360c22958f8ab6f4323a692c
+checksum=09ece7b0e521330e31d12a59171e34f097181a7cbbcd6f8cd49f928923bb1082
 skip_extraction="${pkgname}-${version}.tar.xz"
 
 do_install() {

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

* Re: [PR PATCH] [Closed]: osinfo-db: update to 20211216.
  2021-12-21  7:40 [PR PATCH] osinfo-db: update to 20211216 skmpz
@ 2021-12-21  7:43 ` skmpz
  2021-12-21  7:43 ` [PR PATCH] [Updated] " skmpz
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: skmpz @ 2021-12-21  7:43 UTC (permalink / raw)
  To: ml

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

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

osinfo-db: update to 20211216.
https://github.com/void-linux/void-packages/pull/34633

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

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

<!--
#### 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 [skip CI](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.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* Re: [PR PATCH] [Updated] osinfo-db: update to 20211216.
  2021-12-21  7:40 [PR PATCH] osinfo-db: update to 20211216 skmpz
  2021-12-21  7:43 ` [PR PATCH] [Closed]: " skmpz
@ 2021-12-21  7:43 ` skmpz
  2021-12-21  7:45 ` skmpz
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: skmpz @ 2021-12-21  7:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages osinfo-db-20211216
https://github.com/void-linux/void-packages/pull/34633

osinfo-db: update to 20211216.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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 [skip CI](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.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-osinfo-db-20211216-34633.patch --]
[-- Type: text/x-diff, Size: 0 bytes --]



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

* Re: [PR PATCH] [Updated] osinfo-db: update to 20211216.
  2021-12-21  7:40 [PR PATCH] osinfo-db: update to 20211216 skmpz
  2021-12-21  7:43 ` [PR PATCH] [Closed]: " skmpz
  2021-12-21  7:43 ` [PR PATCH] [Updated] " skmpz
@ 2021-12-21  7:45 ` skmpz
  2021-12-21  7:49 ` skmpz
  2021-12-21 19:01 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: skmpz @ 2021-12-21  7:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages osinfo-db-20211216
https://github.com/void-linux/void-packages/pull/34633

osinfo-db: update to 20211216.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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 [skip CI](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.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-osinfo-db-20211216-34633.patch --]
[-- Type: text/x-diff, Size: 1051 bytes --]

From 4045308d49133e85c0a23d8466cdc3d69d901180 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Tue, 21 Dec 2021 09:45:14 +0200
Subject: [PATCH] osinfo-db: update to 20211216.

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

diff --git a/srcpkgs/osinfo-db/template b/srcpkgs/osinfo-db/template
index 0f757e1128ac..47d99f6d0705 100644
--- a/srcpkgs/osinfo-db/template
+++ b/srcpkgs/osinfo-db/template
@@ -1,6 +1,6 @@
 # Template file for 'osinfo-db'
 pkgname=osinfo-db
-version=20211013
+version=20211216
 revision=1
 build_style=fetch
 hostmakedepends="osinfo-db-tools"
@@ -9,7 +9,7 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://libosinfo.org"
 distfiles="https://releases.pagure.org/libosinfo/${pkgname}-${version}.tar.xz"
-checksum=c2e47e9432048f3016e36803eef3dd482d12ee32360c22958f8ab6f4323a692c
+checksum=09ece7b0e521330e31d12a59171e34f097181a7cbbcd6f8cd49f928923bb1082
 skip_extraction="${pkgname}-${version}.tar.xz"
 
 do_install() {

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

* Re: [PR PATCH] [Updated] osinfo-db: update to 20211216.
  2021-12-21  7:40 [PR PATCH] osinfo-db: update to 20211216 skmpz
                   ` (2 preceding siblings ...)
  2021-12-21  7:45 ` skmpz
@ 2021-12-21  7:49 ` skmpz
  2021-12-21 19:01 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: skmpz @ 2021-12-21  7:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages osinfo-db-20211216
https://github.com/void-linux/void-packages/pull/34633

osinfo-db: update to 20211216.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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 [skip CI](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.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-osinfo-db-20211216-34633.patch --]
[-- Type: text/x-diff, Size: 1051 bytes --]

From 8c24a30400bec6ed2b979086169d08f6f0b7569d Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Tue, 21 Dec 2021 09:45:14 +0200
Subject: [PATCH] osinfo-db: update to 20211216.

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

diff --git a/srcpkgs/osinfo-db/template b/srcpkgs/osinfo-db/template
index 0f757e1128ac..47d99f6d0705 100644
--- a/srcpkgs/osinfo-db/template
+++ b/srcpkgs/osinfo-db/template
@@ -1,6 +1,6 @@
 # Template file for 'osinfo-db'
 pkgname=osinfo-db
-version=20211013
+version=20211216
 revision=1
 build_style=fetch
 hostmakedepends="osinfo-db-tools"
@@ -9,7 +9,7 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://libosinfo.org"
 distfiles="https://releases.pagure.org/libosinfo/${pkgname}-${version}.tar.xz"
-checksum=c2e47e9432048f3016e36803eef3dd482d12ee32360c22958f8ab6f4323a692c
+checksum=09ece7b0e521330e31d12a59171e34f097181a7cbbcd6f8cd49f928923bb1082
 skip_extraction="${pkgname}-${version}.tar.xz"
 
 do_install() {

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

* Re: [PR PATCH] [Merged]: osinfo-db: update to 20211216.
  2021-12-21  7:40 [PR PATCH] osinfo-db: update to 20211216 skmpz
                   ` (3 preceding siblings ...)
  2021-12-21  7:49 ` skmpz
@ 2021-12-21 19:01 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-12-21 19:01 UTC (permalink / raw)
  To: ml

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

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

osinfo-db: update to 20211216.
https://github.com/void-linux/void-packages/pull/34633

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

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

<!--
#### 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 [skip CI](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.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2021-12-21 19:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-21  7:40 [PR PATCH] osinfo-db: update to 20211216 skmpz
2021-12-21  7:43 ` [PR PATCH] [Closed]: " skmpz
2021-12-21  7:43 ` [PR PATCH] [Updated] " skmpz
2021-12-21  7:45 ` skmpz
2021-12-21  7:49 ` skmpz
2021-12-21 19:01 ` [PR PATCH] [Merged]: " ericonr

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