Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-pikepdf: update to 7.1.1.
@ 2023-02-21 17:24 oynqr
  2023-04-07  9:03 ` [PR PATCH] [Updated] " oynqr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: oynqr @ 2023-02-21 17:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oynqr/void-packages python3-pikepdf
https://github.com/void-linux/void-packages/pull/42376

python3-pikepdf: update to 7.1.1.
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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.
-->
<!--
#### 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/42376.patch is attached

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

From 68edc98c49757b5d5c095aa2fa458170472d2ea3 Mon Sep 17 00:00:00 2001
From: Philipp David <pd@3b.pm>
Date: Tue, 21 Feb 2023 18:23:42 +0100
Subject: [PATCH] python3-pikepdf: update to 7.1.1.

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

diff --git a/srcpkgs/python3-pikepdf/template b/srcpkgs/python3-pikepdf/template
index b960df1c63f0..6f6affc4396a 100644
--- a/srcpkgs/python3-pikepdf/template
+++ b/srcpkgs/python3-pikepdf/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pikepdf'
 pkgname=python3-pikepdf
-version=7.0.0
+version=7.1.1
 revision=1
 build_style=python3-module
 hostmakedepends="python3-pybind11 python3-setuptools_scm python3-wheel"
@@ -15,7 +15,7 @@ license="MPL-2.0"
 homepage="https://github.com/pikepdf/pikepdf"
 changelog="https://raw.githubusercontent.com/pikepdf/pikepdf/master/docs/releasenotes/version${version%%.*}.rst"
 distfiles="${PYPI_SITE}/p/pikepdf/pikepdf-${version}.tar.gz"
-checksum=5d812d4777a9eb86f19db3484adb34620e31880838dcbe1ce8d60305f9d46710
+checksum=eb310e903b9a172de352446458390ccce31a2bb19a387f63d37b135cb4cca3f1
 
 pre_check() {
 	cp -r src/pikepdf.egg-info "$(cd build/lib* && pwd)"

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

* Re: [PR PATCH] [Updated] python3-pikepdf: update to 7.1.1.
  2023-02-21 17:24 [PR PATCH] python3-pikepdf: update to 7.1.1 oynqr
@ 2023-04-07  9:03 ` oynqr
  2023-04-13  7:41 ` [PR PATCH] [Updated] python3-pikepdf: update to 7.1.2 oynqr
  2023-06-27  8:35 ` [PR PATCH] [Merged]: python3-pikepdf: update to 7.2.0 classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: oynqr @ 2023-04-07  9:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oynqr/void-packages python3-pikepdf
https://github.com/void-linux/void-packages/pull/42376

python3-pikepdf: update to 7.1.1.
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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.
-->
<!--
#### 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/42376.patch is attached

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

From b808f89b3b43cdae24464f5489efa1860c97e04c Mon Sep 17 00:00:00 2001
From: Philipp David <pd@3b.pm>
Date: Tue, 21 Feb 2023 18:23:42 +0100
Subject: [PATCH] python3-pikepdf: update to 7.1.2.

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

diff --git a/srcpkgs/python3-pikepdf/template b/srcpkgs/python3-pikepdf/template
index b960df1c63f0..7bdc8839ad86 100644
--- a/srcpkgs/python3-pikepdf/template
+++ b/srcpkgs/python3-pikepdf/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pikepdf'
 pkgname=python3-pikepdf
-version=7.0.0
+version=7.1.2
 revision=1
 build_style=python3-module
 hostmakedepends="python3-pybind11 python3-setuptools_scm python3-wheel"
@@ -15,7 +15,7 @@ license="MPL-2.0"
 homepage="https://github.com/pikepdf/pikepdf"
 changelog="https://raw.githubusercontent.com/pikepdf/pikepdf/master/docs/releasenotes/version${version%%.*}.rst"
 distfiles="${PYPI_SITE}/p/pikepdf/pikepdf-${version}.tar.gz"
-checksum=5d812d4777a9eb86f19db3484adb34620e31880838dcbe1ce8d60305f9d46710
+checksum=b177e8437fe8efdfb7a30c57f361cae1bf2054117856459ca6565c94d32cb5b5
 
 pre_check() {
 	cp -r src/pikepdf.egg-info "$(cd build/lib* && pwd)"

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

* Re: [PR PATCH] [Updated] python3-pikepdf: update to 7.1.2.
  2023-02-21 17:24 [PR PATCH] python3-pikepdf: update to 7.1.1 oynqr
  2023-04-07  9:03 ` [PR PATCH] [Updated] " oynqr
@ 2023-04-13  7:41 ` oynqr
  2023-06-27  8:35 ` [PR PATCH] [Merged]: python3-pikepdf: update to 7.2.0 classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: oynqr @ 2023-04-13  7:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oynqr/void-packages python3-pikepdf
https://github.com/void-linux/void-packages/pull/42376

python3-pikepdf: update to 7.1.2.
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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.
-->
<!--
#### 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/42376.patch is attached

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

From df31ae24a4d929516cabb1b1a889003f0207dd4e Mon Sep 17 00:00:00 2001
From: Philipp David <pd@3b.pm>
Date: Tue, 21 Feb 2023 18:23:42 +0100
Subject: [PATCH] python3-pikepdf: update to 7.2.0.

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

diff --git a/srcpkgs/python3-pikepdf/template b/srcpkgs/python3-pikepdf/template
index b960df1c63f0..ff8be484aea1 100644
--- a/srcpkgs/python3-pikepdf/template
+++ b/srcpkgs/python3-pikepdf/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pikepdf'
 pkgname=python3-pikepdf
-version=7.0.0
+version=7.2.0
 revision=1
 build_style=python3-module
 hostmakedepends="python3-pybind11 python3-setuptools_scm python3-wheel"
@@ -15,7 +15,7 @@ license="MPL-2.0"
 homepage="https://github.com/pikepdf/pikepdf"
 changelog="https://raw.githubusercontent.com/pikepdf/pikepdf/master/docs/releasenotes/version${version%%.*}.rst"
 distfiles="${PYPI_SITE}/p/pikepdf/pikepdf-${version}.tar.gz"
-checksum=5d812d4777a9eb86f19db3484adb34620e31880838dcbe1ce8d60305f9d46710
+checksum=ad82b836faed0376c725e19d0f8a7c7bef389e8c46683c11bbfc70410bc2e3ee
 
 pre_check() {
 	cp -r src/pikepdf.egg-info "$(cd build/lib* && pwd)"

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

* Re: [PR PATCH] [Merged]: python3-pikepdf: update to 7.2.0.
  2023-02-21 17:24 [PR PATCH] python3-pikepdf: update to 7.1.1 oynqr
  2023-04-07  9:03 ` [PR PATCH] [Updated] " oynqr
  2023-04-13  7:41 ` [PR PATCH] [Updated] python3-pikepdf: update to 7.1.2 oynqr
@ 2023-06-27  8:35 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-06-27  8:35 UTC (permalink / raw)
  To: ml

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

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

python3-pikepdf: update to 7.2.0.
https://github.com/void-linux/void-packages/pull/42376

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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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.
-->
<!--
#### 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] 4+ messages in thread

end of thread, other threads:[~2023-06-27  8:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-21 17:24 [PR PATCH] python3-pikepdf: update to 7.1.1 oynqr
2023-04-07  9:03 ` [PR PATCH] [Updated] " oynqr
2023-04-13  7:41 ` [PR PATCH] [Updated] python3-pikepdf: update to 7.1.2 oynqr
2023-06-27  8:35 ` [PR PATCH] [Merged]: python3-pikepdf: update to 7.2.0 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).