* [PR PATCH] python3-Faker: update to 30.1.0.
@ 2024-10-03 10:30 Vinfall
2024-10-08 2:42 ` [PR PATCH] [Updated] " Vinfall
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Vinfall @ 2024-10-03 10:30 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1117 bytes --]
There is a new pull request by Vinfall against master on the void-packages repository
https://github.com/Vinfall/void-packages python3-Faker-update
https://github.com/void-linux/void-packages/pull/52474
python3-Faker: update to 30.1.0.
<!-- 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, x86_64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/52474.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-Faker-update-52474.patch --]
[-- Type: text/x-diff, Size: 1469 bytes --]
From 7be94a29e683196dd0544a8f29eef71fe5fdae24 Mon Sep 17 00:00:00 2001
From: Vinfall <neptuniahuai0tc@riseup.net>
Date: Thu, 3 Oct 2024 18:27:03 +0800
Subject: [PATCH] python3-Faker: update to 30.1.0.
---
srcpkgs/python3-Faker/template | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/python3-Faker/template b/srcpkgs/python3-Faker/template
index de2d11289c6dea..bfce182a6ffcdd 100644
--- a/srcpkgs/python3-Faker/template
+++ b/srcpkgs/python3-Faker/template
@@ -1,18 +1,19 @@
# Template file for 'python3-Faker'
pkgname=python3-Faker
-version=29.0.0
+version=30.1.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools"
depends="python3-dateutil"
-checkdepends="${depends} python3-freezegun python3-validators python3-Pillow python3-xmltodict python3-pytest"
+checkdepends="${depends} python3-freezegun python3-validators python3-Pillow python3-xmltodict
+ python3-typing_extensions python3-pytest"
short_desc="Python package for generating fake data"
maintainer="Vinfall <neptuniahuai0tc@riseup.net>"
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=34e89aec594cad9773431ca479ee95c7ce03dd9f22fda2524e2373b880a2fa77
+checksum=e0593931bd7be9a9ea984b5d8c302ef1cec19392585d1e90d444199271d0a94d
post_install() {
vlicense LICENSE.txt
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] python3-Faker: update to 30.1.0.
2024-10-03 10:30 [PR PATCH] python3-Faker: update to 30.1.0 Vinfall
@ 2024-10-08 2:42 ` Vinfall
2024-10-10 3:19 ` [PR PATCH] [Updated] python3-Faker: update to 30.3.0 Vinfall
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Vinfall @ 2024-10-08 2:42 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1122 bytes --]
There is an updated pull request by Vinfall against master on the void-packages repository
https://github.com/Vinfall/void-packages python3-Faker-update
https://github.com/void-linux/void-packages/pull/52474
python3-Faker: update to 30.1.0.
<!-- 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, x86_64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/52474.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-Faker-update-52474.patch --]
[-- Type: text/x-diff, Size: 1469 bytes --]
From c4205163b589ecd5a6ed84ad7e6e2b35e60bf5fc Mon Sep 17 00:00:00 2001
From: Vinfall <neptuniahuai0tc@riseup.net>
Date: Thu, 3 Oct 2024 18:27:03 +0800
Subject: [PATCH] python3-Faker: update to 30.3.0.
---
srcpkgs/python3-Faker/template | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/python3-Faker/template b/srcpkgs/python3-Faker/template
index de2d11289c6dea..1a673021334c63 100644
--- a/srcpkgs/python3-Faker/template
+++ b/srcpkgs/python3-Faker/template
@@ -1,18 +1,19 @@
# Template file for 'python3-Faker'
pkgname=python3-Faker
-version=29.0.0
+version=30.3.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools"
depends="python3-dateutil"
-checkdepends="${depends} python3-freezegun python3-validators python3-Pillow python3-xmltodict python3-pytest"
+checkdepends="${depends} python3-freezegun python3-validators python3-Pillow python3-xmltodict
+ python3-typing_extensions python3-pytest"
short_desc="Python package for generating fake data"
maintainer="Vinfall <neptuniahuai0tc@riseup.net>"
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=34e89aec594cad9773431ca479ee95c7ce03dd9f22fda2524e2373b880a2fa77
+checksum=8760fbb34564fbb2f394345eef24aec5b8f6506b6cfcefe8195ed66dd1032bdb
post_install() {
vlicense LICENSE.txt
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] python3-Faker: update to 30.3.0.
2024-10-03 10:30 [PR PATCH] python3-Faker: update to 30.1.0 Vinfall
2024-10-08 2:42 ` [PR PATCH] [Updated] " Vinfall
@ 2024-10-10 3:19 ` Vinfall
2024-10-10 3:29 ` Vinfall
2024-10-13 8:29 ` [PR PATCH] [Closed]: " classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: Vinfall @ 2024-10-10 3:19 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1122 bytes --]
There is an updated pull request by Vinfall against master on the void-packages repository
https://github.com/Vinfall/void-packages python3-Faker-update
https://github.com/void-linux/void-packages/pull/52474
python3-Faker: update to 30.3.0.
<!-- 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, x86_64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/52474.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-Faker-update-52474.patch --]
[-- Type: text/x-diff, Size: 1463 bytes --]
From 59decf453826944c6e1c69ce30ff0e97a61a64a2 Mon Sep 17 00:00:00 2001
From: Vinfall <neptuniah@riseup.net>
Date: Thu, 3 Oct 2024 18:27:03 +0800
Subject: [PATCH] python3-Faker: update to 30.3.0.
---
srcpkgs/python3-Faker/template | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/python3-Faker/template b/srcpkgs/python3-Faker/template
index de2d11289c6dea..1a673021334c63 100644
--- a/srcpkgs/python3-Faker/template
+++ b/srcpkgs/python3-Faker/template
@@ -1,18 +1,19 @@
# Template file for 'python3-Faker'
pkgname=python3-Faker
-version=29.0.0
+version=30.3.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools"
depends="python3-dateutil"
-checkdepends="${depends} python3-freezegun python3-validators python3-Pillow python3-xmltodict python3-pytest"
+checkdepends="${depends} python3-freezegun python3-validators python3-Pillow python3-xmltodict
+ python3-typing_extensions python3-pytest"
short_desc="Python package for generating fake data"
maintainer="Vinfall <neptuniahuai0tc@riseup.net>"
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=34e89aec594cad9773431ca479ee95c7ce03dd9f22fda2524e2373b880a2fa77
+checksum=8760fbb34564fbb2f394345eef24aec5b8f6506b6cfcefe8195ed66dd1032bdb
post_install() {
vlicense LICENSE.txt
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] python3-Faker: update to 30.3.0.
2024-10-03 10:30 [PR PATCH] python3-Faker: update to 30.1.0 Vinfall
2024-10-08 2:42 ` [PR PATCH] [Updated] " Vinfall
2024-10-10 3:19 ` [PR PATCH] [Updated] python3-Faker: update to 30.3.0 Vinfall
@ 2024-10-10 3:29 ` Vinfall
2024-10-13 8:29 ` [PR PATCH] [Closed]: " classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: Vinfall @ 2024-10-10 3:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1122 bytes --]
There is an updated pull request by Vinfall against master on the void-packages repository
https://github.com/Vinfall/void-packages python3-Faker-update
https://github.com/void-linux/void-packages/pull/52474
python3-Faker: update to 30.3.0.
<!-- 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, x86_64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/52474.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-Faker-update-52474.patch --]
[-- Type: text/x-diff, Size: 1510 bytes --]
From 127a6b2fafa82a86f39ab371a5d1304985dcd1e7 Mon Sep 17 00:00:00 2001
From: Vinfall <neptuniah@riseup.net>
Date: Thu, 3 Oct 2024 18:27:03 +0800
Subject: [PATCH] python3-Faker: update to 30.3.0.
---
srcpkgs/python3-Faker/template | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/srcpkgs/python3-Faker/template b/srcpkgs/python3-Faker/template
index de2d11289c6dea..7044a531147136 100644
--- a/srcpkgs/python3-Faker/template
+++ b/srcpkgs/python3-Faker/template
@@ -1,18 +1,19 @@
# Template file for 'python3-Faker'
pkgname=python3-Faker
-version=29.0.0
+version=30.3.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-wheel python3-setuptools"
depends="python3-dateutil"
-checkdepends="${depends} python3-freezegun python3-validators python3-Pillow python3-xmltodict python3-pytest"
+checkdepends="${depends} python3-freezegun python3-validators python3-Pillow python3-xmltodict
+ python3-typing_extensions python3-pytest"
short_desc="Python package for generating fake data"
-maintainer="Vinfall <neptuniahuai0tc@riseup.net>"
+maintainer="Vinfall <neptuniah@riseup.net>"
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=34e89aec594cad9773431ca479ee95c7ce03dd9f22fda2524e2373b880a2fa77
+checksum=8760fbb34564fbb2f394345eef24aec5b8f6506b6cfcefe8195ed66dd1032bdb
post_install() {
vlicense LICENSE.txt
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Closed]: python3-Faker: update to 30.3.0.
2024-10-03 10:30 [PR PATCH] python3-Faker: update to 30.1.0 Vinfall
` (2 preceding siblings ...)
2024-10-10 3:29 ` Vinfall
@ 2024-10-13 8:29 ` classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-10-13 8:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 953 bytes --]
There's a closed pull request on the void-packages repository
python3-Faker: update to 30.3.0.
https://github.com/void-linux/void-packages/pull/52474
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, x86_64-glibc
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-10-13 8:29 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-03 10:30 [PR PATCH] python3-Faker: update to 30.1.0 Vinfall
2024-10-08 2:42 ` [PR PATCH] [Updated] " Vinfall
2024-10-10 3:19 ` [PR PATCH] [Updated] python3-Faker: update to 30.3.0 Vinfall
2024-10-10 3:29 ` Vinfall
2024-10-13 8:29 ` [PR PATCH] [Closed]: " 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).