Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-Faker: update to 18.3.2.
@ 2023-04-02 10:48 jcgruenhage
  2023-04-13 22:50 ` [PR REVIEW] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jcgruenhage @ 2023-04-02 10:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages python3-Faker-18.3.2_1
https://github.com/void-linux/void-packages/pull/43191

python3-Faker: update to 18.3.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/43191.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-Faker-18.3.2_1-43191.patch --]
[-- Type: text/x-diff, Size: 1116 bytes --]

From 7d05984ac044b1c9d0b2074cdd16e9c41044324b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sun, 2 Apr 2023 12:48:04 +0200
Subject: [PATCH] python3-Faker: update to 18.3.2.

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

diff --git a/srcpkgs/python3-Faker/template b/srcpkgs/python3-Faker/template
index 10a49bb9e05a..1a06255e3791 100644
--- a/srcpkgs/python3-Faker/template
+++ b/srcpkgs/python3-Faker/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-Faker'
 pkgname=python3-Faker
-version=16.4.0
+version=18.3.2
 revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://faker.readthedocs.io/en/master/"
 changelog="https://github.com/joke2k/faker/raw/master/CHANGELOG.md"
 distfiles="${PYPI_SITE}/F/Faker/Faker-${version}.tar.gz"
-checksum=dcffdca8ec9a715982bcd5f53ee688dc4784cd112f9910f8f7183773eb3ec276
+checksum=a000bba893ea502cea66d06acf14e01655a2289e4904de80faf9dbe880fa1a39
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR REVIEW] python3-Faker: update to 18.3.2.
  2023-04-02 10:48 [PR PATCH] python3-Faker: update to 18.3.2 jcgruenhage
@ 2023-04-13 22:50 ` classabbyamp
  2023-07-13  2:08 ` github-actions
  2023-07-28  1:48 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-04-13 22:50 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/43191#discussion_r1166097860

Comment:
18.4.0 is available

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

* Re: python3-Faker: update to 18.3.2.
  2023-04-02 10:48 [PR PATCH] python3-Faker: update to 18.3.2 jcgruenhage
  2023-04-13 22:50 ` [PR REVIEW] " classabbyamp
@ 2023-07-13  2:08 ` github-actions
  2023-07-28  1:48 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-07-13  2:08 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/43191#issuecomment-1633430007

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: python3-Faker: update to 18.3.2.
  2023-04-02 10:48 [PR PATCH] python3-Faker: update to 18.3.2 jcgruenhage
  2023-04-13 22:50 ` [PR REVIEW] " classabbyamp
  2023-07-13  2:08 ` github-actions
@ 2023-07-28  1:48 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-07-28  1:48 UTC (permalink / raw)
  To: ml

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

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

python3-Faker: update to 18.3.2.
https://github.com/void-linux/void-packages/pull/43191

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-07-28  1:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-02 10:48 [PR PATCH] python3-Faker: update to 18.3.2 jcgruenhage
2023-04-13 22:50 ` [PR REVIEW] " classabbyamp
2023-07-13  2:08 ` github-actions
2023-07-28  1:48 ` [PR PATCH] [Closed]: " github-actions

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