Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-Babel: update to 2.10.3.
@ 2022-10-16  8:23 icp1994
  2022-10-18 18:13 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: icp1994 @ 2022-10-16  8:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages python3-Babel
https://github.com/void-linux/void-packages/pull/39982

python3-Babel: update to 2.10.3.
#### Testing the changes
- I tested the changes in this PR: **briefly**

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

#### Rev dep checks
- [x] fava
- [x] python3-Flask-Babel
- [x] python3-Sphinx
- [x] python3-WTForms
- [x] python3-jupyterlab_server
- [x] safeeyes
- [x] screenkey
- [x] wicd

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

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

From 427ca6e1d6fbef55b2666bb59378f63ce4b35bbd Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 15 Sep 2022 00:32:22 +0530
Subject: [PATCH 1/2] python3-Babel: update to 2.10.3.

---
 srcpkgs/python3-Babel/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-Babel/template b/srcpkgs/python3-Babel/template
index 65cf87312348..9cf4877aa58e 100644
--- a/srcpkgs/python3-Babel/template
+++ b/srcpkgs/python3-Babel/template
@@ -1,20 +1,19 @@
 # Template file for 'python3-Babel'
 pkgname=python3-Babel
-version=2.9.1
+version=2.10.3
 revision=1
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-pytz"
+depends="python3-pytz"
 checkdepends="python3-pytest python3-pytz python3-freezegun"
 short_desc="Tools for internationalizing Python applications (Python3)"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
 license="BSD-3-Clause"
-homepage="http://babel.pocoo.org/"
+homepage="https://babel.pocoo.org"
+changelog="https://raw.githubusercontent.com/python-babel/babel/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/B/Babel/Babel-${version}.tar.gz"
-checksum=bc0c176f9f6a994582230df350aa6e05ba2ebe4b3ac317eab29d9be5d2768da0
-# test_extract_error_code fails: https://github.com/python-babel/babel/issues/802#issuecomment-1029132391
-make_check=no
+checksum=7614553711ee97490f732126dc077f8d0ae084ebc6a96e23db1482afabdb2c51
 
 post_install() {
 	vlicense LICENSE

From 2f4ef0c5e380636ee00796ddcd3e42c68052c003 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Fri, 16 Sep 2022 01:32:03 +0530
Subject: [PATCH 2/2] python3-Flask-Babel: fix deps & tests

---
 srcpkgs/python3-Flask-Babel/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-Flask-Babel/template b/srcpkgs/python3-Flask-Babel/template
index 51170ebf145b..8fa42cfce1f3 100644
--- a/srcpkgs/python3-Flask-Babel/template
+++ b/srcpkgs/python3-Flask-Babel/template
@@ -1,11 +1,12 @@
 # Template file for 'python3-Flask-Babel'
 pkgname=python3-Flask-Babel
 version=2.0.0
-revision=3
+revision=4
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-setuptools python3-Jinja2 python3-Babel python3-Flask"
+depends="python3-pytz python3-Jinja2 python3-Babel python3-Flask"
+checkdepends="${depends} python3-pytest-mock"
 short_desc="Python3 i18n and l10n support for Flask based on Babel and pytz"
 maintainer="pulux <pulux@pf4sh.de>"
 license="BSD-3-Clause"

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

* Re: [PR PATCH] [Merged]: python3-Babel: update to 2.10.3.
  2022-10-16  8:23 [PR PATCH] python3-Babel: update to 2.10.3 icp1994
@ 2022-10-18 18:13 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2022-10-18 18:13 UTC (permalink / raw)
  To: ml

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

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

python3-Babel: update to 2.10.3.
https://github.com/void-linux/void-packages/pull/39982

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

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

#### Rev dep checks
- [x] fava
- [x] python3-Flask-Babel
- [x] python3-Sphinx
- [x] python3-WTForms
- [x] python3-jupyterlab_server
- [x] safeeyes
- [x] screenkey
- [x] wicd

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

end of thread, other threads:[~2022-10-18 18:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-16  8:23 [PR PATCH] python3-Babel: update to 2.10.3 icp1994
2022-10-18 18:13 ` [PR PATCH] [Merged]: " 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).