Github messages for voidlinux
 help / color / mirror / Atom feed
From: icp1994 <icp1994@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] python3-pypdf: update to 3.16.4; diffoscope: update to 249.
Date: Tue, 26 Dec 2023 18:23:31 +0100	[thread overview]
Message-ID: <20231226172331.EMuO4VwxdqSbg3x4XXNinG5MvB_77LIUjcA2QLNx-Tw@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46620@inbox.vuxu.org>

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

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

https://github.com/icp1994/void-packages diffoscope
https://github.com/void-linux/void-packages/pull/46620

python3-pypdf: update to 3.16.4; diffoscope: update to 249.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From 0af05c7e508ddcf9bf023f164b66e880b854b655 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 5 Oct 2023 00:58:42 +0530
Subject: [PATCH 1/2] diffoscope: update to 253.

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

diff --git a/srcpkgs/diffoscope/template b/srcpkgs/diffoscope/template
index e68a037d00162..d593b896f5633 100644
--- a/srcpkgs/diffoscope/template
+++ b/srcpkgs/diffoscope/template
@@ -1,7 +1,7 @@
 # Template file for 'diffoscope'
 pkgname=diffoscope
-version=246
-revision=2
+version=253
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-magic python3-libarchive-c python3-progressbar
@@ -15,4 +15,4 @@ license="GPL-3.0-or-later"
 homepage="https://diffoscope.org/"
 changelog="https://salsa.debian.org/reproducible-builds/diffoscope/-/raw/master/debian/changelog"
 distfiles="${PYPI_SITE}/d/diffoscope/diffoscope-${version}.tar.gz"
-checksum=5247030aa3f34bae762dbd34ff0e747743c2673640d9c6d800e0603ffffedc6a
+checksum=ca3d826b691f4998d6de28a016b3555d56a7283b97ad92944ce643ea6e7eb614

From 3e73cac854d0cf407e2576b321a1129f6f19d3f4 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 5 Oct 2023 01:18:44 +0530
Subject: [PATCH 2/2] python3-pypdf: update to 3.17.4.

---
 srcpkgs/python3-pypdf/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python3-pypdf/template b/srcpkgs/python3-pypdf/template
index 7a464fa8f8084..1a12f852d77cf 100644
--- a/srcpkgs/python3-pypdf/template
+++ b/srcpkgs/python3-pypdf/template
@@ -1,15 +1,16 @@
 # Template file for 'python3-pypdf'
 pkgname=python3-pypdf
-version=3.14.0
-revision=2
-_sample_files_gitrev=5b5ee6b0e9bf4b683490351b1e15e01d6553da7b
+version=3.17.4
+revision=1
+_sample_files_gitrev=964fb47b0fbfa89864680582640ae4eedf143890
 build_wrksrc="pypdf-${version}"
 build_style=python3-pep517
 # requires unpackaged fpdf2
-make_check_args="-k not(test_compression)"
+make_check_args="-k not((test_compression)or(test_merging_many_temporary_files))"
 hostmakedepends="python3-flit_core"
 depends="python3-Pillow"
-checkdepends="python3-pytest python3-pytest-timeout python3-pycryptodome ${depends}"
+checkdepends="python3-pytest python3-pytest-timeout python3-pycryptodome
+ python3-yaml ${depends}"
 short_desc="PDF library for splitting, merging, cropping, and transforming pages"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
 license="BSD-3-Clause"
@@ -17,8 +18,8 @@ homepage="https://pypdf.readthedocs.io/en/latest/"
 changelog="https://raw.githubusercontent.com/py-pdf/pypdf/main/CHANGELOG.md"
 distfiles="https://github.com/py-pdf/pypdf/archive/refs/tags/${version}.tar.gz
  https://github.com/py-pdf/sample-files/archive/${_sample_files_gitrev}.tar.gz"
-checksum="b3a340430faa9a8fb610240b74132f3ce3aa0c4b7e5436776a0c3202db00aae6
- 9b9b3b8b4735c87d79bcd17e35312613cdaf1f6bc41c00c4b278b3157bda26ce"
+checksum="ccc89b7b732192e66028cb6ff468a6b25279f53cfecf037b074775de38d88062
+ 2200786fd7b5244785fd77268f7d79ec38238dbcc76b0e162e2eb197b45351fd"
 
 post_extract() {
 	rmdir ${build_wrksrc}/sample-files

  parent reply	other threads:[~2023-12-26 17:23 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-11 19:17 [PR PATCH] " icp1994
2023-10-11 19:31 ` [PR PATCH] [Updated] " icp1994
2023-11-13  4:55 ` [PR REVIEW] " classabbyamp
2023-11-14 20:01 ` icp1994
2023-12-26 17:11 ` [PR PATCH] [Updated] " icp1994
2023-12-26 17:15 ` icp1994
2023-12-26 17:23 ` icp1994 [this message]
2023-12-27 17:05 ` icp1994
2023-12-27 17:09 ` [PR REVIEW] " icp1994
2024-01-06 23:42 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231226172331.EMuO4VwxdqSbg3x4XXNinG5MvB_77LIUjcA2QLNx-Tw@z \
    --to=icp1994@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).