Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] PyICU, PyPDF2, filelock, virtualenv: update
@ 2022-05-19 17:43 Chocimier
  2022-05-19 17:57 ` [PR PATCH] [Merged]: " Chocimier
  0 siblings, 1 reply; 2+ messages in thread
From: Chocimier @ 2022-05-19 17:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Chocimier/void-packages-org python-modules
https://github.com/void-linux/void-packages/pull/37199

PyICU, PyPDF2, filelock, virtualenv: update
None

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

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

From 387b22b5a011292a3dd1f0b3ff70d0d038d4ad8e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Thu, 19 May 2022 19:41:29 +0200
Subject: [PATCH 1/4] python3-PyICU: update to 2.9.

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

diff --git a/srcpkgs/python3-PyICU/template b/srcpkgs/python3-PyICU/template
index 4920d3c2b7a3..0fcede6988d4 100644
--- a/srcpkgs/python3-PyICU/template
+++ b/srcpkgs/python3-PyICU/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-PyICU'
 pkgname=python3-PyICU
-version=2.8
-revision=2
+version=2.9
+revision=1
 wrksrc="pyicu-v${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -14,7 +14,7 @@ license="MIT"
 homepage="https://pypi.org/project/PyICU/"
 changelog="https://gitlab.pyicu.org/main/pyicu/-/raw/main/CHANGES"
 distfiles="https://gitlab.pyicu.org/main/pyicu/-/archive/v${version}/pyicu-v${version}.tar.bz2"
-checksum=93d76cfa07f88fa572ab06971e0757522651f5e2f008883d1d63b66d0b27a5ee
+checksum=85bce6410b207f21b3158f7ad35925f03ac6ed44f7ffb64f53e6d2c05cdd3257
 
 post_install() {
 	vlicense LICENSE

From f69a575466f7efc1fc1ff7e483bbeef5d96bd96a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Thu, 19 May 2022 19:41:30 +0200
Subject: [PATCH 2/4] python3-PyPDF2: update to 1.27.12.

---
 srcpkgs/python3-PyPDF2/template | 26 ++++++++++++++++++--------
 1 file changed, 18 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/python3-PyPDF2/template b/srcpkgs/python3-PyPDF2/template
index 98a0a64176ec..8f09921ac3f2 100644
--- a/srcpkgs/python3-PyPDF2/template
+++ b/srcpkgs/python3-PyPDF2/template
@@ -1,17 +1,27 @@
 # Template file for 'python3-PyPDF2'
 pkgname=python3-PyPDF2
-version=1.26.0
-revision=4
-wrksrc="PyPDF2-${version}"
+version=1.27.12
+revision=1
+_sample_files_gitrev=41b5cd4f774f8fbd8ac42d93b9962f0376352a15
+create_wrksrc=yes
+build_wrksrc="PyPDF2-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3"
-short_desc="PDF toolkit"
+depends="python3-Pillow"
+checkdepends="python3-pytest ${depends}"
+short_desc="PDF library for splitting, merging, cropping, and transforming pages"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
 license="BSD-3-Clause"
-homepage="http://mstamy2.github.com/PyPDF2"
-distfiles="${PYPI_SITE}/P/PyPDF2/PyPDF2-${version}.tar.gz"
-checksum=e28f902f2f0a1603ea95ebe21dff311ef09be3d0f0ef29a3e44a932729564385
+homepage="https://pypdf2.readthedocs.io/en/latest/"
+changelog="https://raw.githubusercontent.com/py-pdf/PyPDF2/main/CHANGELOG"
+distfiles="${PYPI_SITE}/P/PyPDF2/PyPDF2-${version}.tar.gz
+ https://github.com/py-pdf/sample-files/archive/${_sample_files_gitrev}.tar.gz"
+checksum="20929fad10a3b4890862f65f3a46f563cfdf53132faae5193b54e18658467a60
+ dc2fb112e800400c7891bcff9d48dc8cae5e8ecf6c5058a2ecea2de09d241e78"
+
+post_extract() {
+	mv sample-files-${_sample_files_gitrev} ${build_wrksrc}/sample-files
+}
 
 post_install() {
 	vlicense LICENSE

From 94a37640d8c0fc47b6023ff517e716b21e13dbb0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Thu, 19 May 2022 19:41:31 +0200
Subject: [PATCH 3/4] python3-filelock: update to 3.7.0.

---
 srcpkgs/python3-filelock/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-filelock/template b/srcpkgs/python3-filelock/template
index c3a7d8d74e4d..ff639a0f1366 100644
--- a/srcpkgs/python3-filelock/template
+++ b/srcpkgs/python3-filelock/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-filelock'
 pkgname=python3-filelock
-version=3.4.2
-revision=2
+version=3.7.0
+revision=1
 wrksrc="filelock-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -9,6 +9,7 @@ depends="python3"
 short_desc="Platform independent file lock"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
 license="Unlicense"
-homepage="https://filelock.readthedocs.io/en/latest/"
+homepage="https://py-filelock.readthedocs.io/en/latest/"
+changelog="https://raw.githubusercontent.com/tox-dev/py-filelock/main/docs/changelog.rst"
 distfiles="${PYPI_SITE}/f/filelock/filelock-${version}.tar.gz"
-checksum=38b4f4c989f9d06d44524df1b24bd19e167d851f19b50bf3e3559952dddc5b80
+checksum=b795f1b42a61bbf8ec7113c341dad679d772567b936fbd1bf43c9a238e673e20

From ba5ac4e62b8a0aa437a0a0bb0f5423790e4db270 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Thu, 19 May 2022 19:41:32 +0200
Subject: [PATCH 4/4] python3-virtualenv: update to 20.14.1.

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

diff --git a/srcpkgs/python3-virtualenv/template b/srcpkgs/python3-virtualenv/template
index 3f2d7cd84be7..ca41cbf2079f 100644
--- a/srcpkgs/python3-virtualenv/template
+++ b/srcpkgs/python3-virtualenv/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-virtualenv'
 pkgname=python3-virtualenv
-version=20.13.0
+version=20.14.1
 revision=1
 wrksrc="virtualenv-${version}"
 build_style=python3-module
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://virtualenv.pypa.io/"
 changelog="https://virtualenv.pypa.io/en/latest/changelog.html"
 distfiles="${PYPI_SITE}/v/virtualenv/virtualenv-${version}.tar.gz"
-checksum=d8458cf8d59d0ea495ad9b34c2599487f8a7772d796f9910858376d1600dd2dd
+checksum=ef589a79795589aada0c1c5b319486797c03b67ac3984c48c669c0e4f50df3a5
 alternatives="virtualenv:virtualenv:/usr/bin/virtualenv3"
 
 do_check() {

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

* Re: [PR PATCH] [Merged]: PyICU, PyPDF2, filelock, virtualenv: update
  2022-05-19 17:43 [PR PATCH] PyICU, PyPDF2, filelock, virtualenv: update Chocimier
@ 2022-05-19 17:57 ` Chocimier
  0 siblings, 0 replies; 2+ messages in thread
From: Chocimier @ 2022-05-19 17:57 UTC (permalink / raw)
  To: ml

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

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

PyICU, PyPDF2, filelock, virtualenv: update
https://github.com/void-linux/void-packages/pull/37199

Description:
None

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

end of thread, other threads:[~2022-05-19 17:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-19 17:43 [PR PATCH] PyICU, PyPDF2, filelock, virtualenv: update Chocimier
2022-05-19 17:57 ` [PR PATCH] [Merged]: " Chocimier

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