Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-pikepdf: update to 8.1.1.
@ 2023-07-16 20:40 oynqr
  2023-07-22  7:14 ` [PR PATCH] [Updated] " oynqr
  2023-07-24 20:49 ` [PR PATCH] [Merged]: python3-pikepdf: update to 8.2.0 Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: oynqr @ 2023-07-16 20:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1253 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/45068

python3-pikepdf: update to 8.1.1.
<!-- 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 [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/45068.patch is attached

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

From fb2f7af91076f71ca4d7e33a036d3c2c07ba51d0 Mon Sep 17 00:00:00 2001
From: Philipp David <pd@3b.pm>
Date: Sun, 16 Jul 2023 22:38:52 +0200
Subject: [PATCH] python3-pikepdf: update to 8.1.1.

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

diff --git a/srcpkgs/python3-pikepdf/template b/srcpkgs/python3-pikepdf/template
index ff8be484aea1..62131e66542e 100644
--- a/srcpkgs/python3-pikepdf/template
+++ b/srcpkgs/python3-pikepdf/template
@@ -1,9 +1,9 @@
 # Template file for 'python3-pikepdf'
 pkgname=python3-pikepdf
-version=7.2.0
+version=8.1.1
 revision=1
 build_style=python3-module
-hostmakedepends="python3-pybind11 python3-setuptools_scm python3-wheel"
+hostmakedepends="python3-pybind11 python3-wheel"
 makedepends="libqpdf-devel python3-pybind11"
 depends="jbig2dec python3-deprecation python3-lxml python3-packaging
  python3-Pillow python3-setuptools"
@@ -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=ad82b836faed0376c725e19d0f8a7c7bef389e8c46683c11bbfc70410bc2e3ee
+checksum=7e7c6cbb77fc443f672c18b2821d8197c9fd4a2011ed5e8c803772addc454664
 
 pre_check() {
 	cp -r src/pikepdf.egg-info "$(cd build/lib* && pwd)"

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

* Re: [PR PATCH] [Updated] python3-pikepdf: update to 8.1.1.
  2023-07-16 20:40 [PR PATCH] python3-pikepdf: update to 8.1.1 oynqr
@ 2023-07-22  7:14 ` oynqr
  2023-07-24 20:49 ` [PR PATCH] [Merged]: python3-pikepdf: update to 8.2.0 Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: oynqr @ 2023-07-22  7:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1258 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/45068

python3-pikepdf: update to 8.1.1.
<!-- 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 [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/45068.patch is attached

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

From a5335a4d8aca3e144cb0517cc1b551b8c9e81afe Mon Sep 17 00:00:00 2001
From: Philipp David <pd@3b.pm>
Date: Sun, 16 Jul 2023 22:38:52 +0200
Subject: [PATCH] python3-pikepdf: update to 8.2.0.

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

diff --git a/srcpkgs/python3-pikepdf/template b/srcpkgs/python3-pikepdf/template
index ff8be484aea1..fd5e5d449036 100644
--- a/srcpkgs/python3-pikepdf/template
+++ b/srcpkgs/python3-pikepdf/template
@@ -1,9 +1,9 @@
 # Template file for 'python3-pikepdf'
 pkgname=python3-pikepdf
-version=7.2.0
+version=8.2.0
 revision=1
 build_style=python3-module
-hostmakedepends="python3-pybind11 python3-setuptools_scm python3-wheel"
+hostmakedepends="python3-pybind11 python3-wheel"
 makedepends="libqpdf-devel python3-pybind11"
 depends="jbig2dec python3-deprecation python3-lxml python3-packaging
  python3-Pillow python3-setuptools"
@@ -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=ad82b836faed0376c725e19d0f8a7c7bef389e8c46683c11bbfc70410bc2e3ee
+checksum=d55c759fdefc7018fd8bed304bf0edb27aa06ecc6a225fe270bd0eaedf586d84
 
 pre_check() {
 	cp -r src/pikepdf.egg-info "$(cd build/lib* && pwd)"

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

* Re: [PR PATCH] [Merged]: python3-pikepdf: update to 8.2.0.
  2023-07-16 20:40 [PR PATCH] python3-pikepdf: update to 8.1.1 oynqr
  2023-07-22  7:14 ` [PR PATCH] [Updated] " oynqr
@ 2023-07-24 20:49 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-07-24 20:49 UTC (permalink / raw)
  To: ml

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

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

python3-pikepdf: update to 8.2.0.
https://github.com/void-linux/void-packages/pull/45068

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 [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] 3+ messages in thread

end of thread, other threads:[~2023-07-24 20:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-16 20:40 [PR PATCH] python3-pikepdf: update to 8.1.1 oynqr
2023-07-22  7:14 ` [PR PATCH] [Updated] " oynqr
2023-07-24 20:49 ` [PR PATCH] [Merged]: python3-pikepdf: update to 8.2.0 Duncaen

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