Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-Faker: update to 33.3.1.
@ 2025-01-12  0:55 Vinfall
  2025-01-12  2:35 ` [PR PATCH] [Updated] " Vinfall
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Vinfall @ 2025-01-12  0:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 491 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/53935

python3-Faker: update to 33.3.1.
#### 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-glibc


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

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

From b49f3bc55303bf1059e2b3337269e3c275fd6acc Mon Sep 17 00:00:00 2001
From: Vinfall <neptuniah@riseup.net>
Date: Sat, 11 Jan 2025 12:36:29 +0800
Subject: [PATCH] python3-Faker: update to 33.3.1.

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

diff --git a/srcpkgs/python3-Faker/template b/srcpkgs/python3-Faker/template
index 18aeb17533fa7c..4326a1dfc3d0b3 100644
--- a/srcpkgs/python3-Faker/template
+++ b/srcpkgs/python3-Faker/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-Faker'
 pkgname=python3-Faker
-version=33.1.0
-revision=2
+version=33.3.1
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-wheel python3-setuptools"
 depends="python3-dateutil"
@@ -13,7 +13,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=1c925fc0e86a51fc46648b504078c88d0cd48da1da2595c4e712841cab43a1e4
+checksum=49dde3b06a5602177bc2ad013149b6f60a290b7154539180d37b6f876ae79b20
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR PATCH] [Updated] python3-Faker: update to 33.3.1.
  2025-01-12  0:55 [PR PATCH] python3-Faker: update to 33.3.1 Vinfall
@ 2025-01-12  2:35 ` Vinfall
  2025-01-16  1:57 ` Vinfall
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Vinfall @ 2025-01-12  2:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 496 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/53935

python3-Faker: update to 33.3.1.
#### 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-glibc


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

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

From 6bd6ac7097e5b9f997828370f9d2a7d2463786cb Mon Sep 17 00:00:00 2001
From: Vinfall <neptuniah@riseup.net>
Date: Sat, 11 Jan 2025 12:36:29 +0800
Subject: [PATCH] python3-Faker: update to 33.3.1.

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

diff --git a/srcpkgs/python3-Faker/template b/srcpkgs/python3-Faker/template
index 18aeb17533fa7c..3e6988d5ab63d2 100644
--- a/srcpkgs/python3-Faker/template
+++ b/srcpkgs/python3-Faker/template
@@ -1,19 +1,19 @@
 # Template file for 'python3-Faker'
 pkgname=python3-Faker
-version=33.1.0
-revision=2
+version=33.3.1
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-wheel python3-setuptools"
-depends="python3-dateutil"
+depends="python3-dateutil python3-typing_extensions"
 checkdepends="${depends} python3-freezegun python3-validators python3-Pillow python3-xmltodict
- python3-typing_extensions python3-pytest"
+ python3-pytest"
 short_desc="Python package for generating fake data"
 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=1c925fc0e86a51fc46648b504078c88d0cd48da1da2595c4e712841cab43a1e4
+checksum=49dde3b06a5602177bc2ad013149b6f60a290b7154539180d37b6f876ae79b20
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR PATCH] [Updated] python3-Faker: update to 33.3.1.
  2025-01-12  0:55 [PR PATCH] python3-Faker: update to 33.3.1 Vinfall
  2025-01-12  2:35 ` [PR PATCH] [Updated] " Vinfall
@ 2025-01-16  1:57 ` Vinfall
  2025-01-24  3:06 ` Vinfall
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Vinfall @ 2025-01-16  1:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 496 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/53935

python3-Faker: update to 33.3.1.
#### 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-glibc


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

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

From 924c4ac3ab390c6b8c9fe6a66369091480ec9e41 Mon Sep 17 00:00:00 2001
From: Vinfall <neptuniah@riseup.net>
Date: Sat, 11 Jan 2025 12:36:29 +0800
Subject: [PATCH] python3-Faker: update to 33.3.1.

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

diff --git a/srcpkgs/python3-Faker/template b/srcpkgs/python3-Faker/template
index 18aeb17533fa7c..3e6988d5ab63d2 100644
--- a/srcpkgs/python3-Faker/template
+++ b/srcpkgs/python3-Faker/template
@@ -1,19 +1,19 @@
 # Template file for 'python3-Faker'
 pkgname=python3-Faker
-version=33.1.0
-revision=2
+version=33.3.1
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-wheel python3-setuptools"
-depends="python3-dateutil"
+depends="python3-dateutil python3-typing_extensions"
 checkdepends="${depends} python3-freezegun python3-validators python3-Pillow python3-xmltodict
- python3-typing_extensions python3-pytest"
+ python3-pytest"
 short_desc="Python package for generating fake data"
 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=1c925fc0e86a51fc46648b504078c88d0cd48da1da2595c4e712841cab43a1e4
+checksum=49dde3b06a5602177bc2ad013149b6f60a290b7154539180d37b6f876ae79b20
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR PATCH] [Updated] python3-Faker: update to 33.3.1.
  2025-01-12  0:55 [PR PATCH] python3-Faker: update to 33.3.1 Vinfall
  2025-01-12  2:35 ` [PR PATCH] [Updated] " Vinfall
  2025-01-16  1:57 ` Vinfall
@ 2025-01-24  3:06 ` Vinfall
  2025-01-29  2:58 ` [PR PATCH] [Updated] python3-Faker: update to 35.0.0 Vinfall
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Vinfall @ 2025-01-24  3:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 496 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/53935

python3-Faker: update to 33.3.1.
#### 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-glibc


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

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

From 9d7553d0eae2325005a0ce7e81d99d82c9640918 Mon Sep 17 00:00:00 2001
From: Vinfall <neptuniah@riseup.net>
Date: Sat, 11 Jan 2025 12:36:29 +0800
Subject: [PATCH] python3-Faker: update to 35.0.0

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

diff --git a/srcpkgs/python3-Faker/template b/srcpkgs/python3-Faker/template
index 18aeb17533fa7c..9f3852f5d6daa8 100644
--- a/srcpkgs/python3-Faker/template
+++ b/srcpkgs/python3-Faker/template
@@ -1,19 +1,19 @@
 # Template file for 'python3-Faker'
 pkgname=python3-Faker
-version=33.1.0
-revision=2
+version=35.0.0
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-wheel python3-setuptools"
-depends="python3-dateutil"
+depends="python3-dateutil python3-typing_extensions"
 checkdepends="${depends} python3-freezegun python3-validators python3-Pillow python3-xmltodict
- python3-typing_extensions python3-pytest"
+ python3-pytest"
 short_desc="Python package for generating fake data"
 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=1c925fc0e86a51fc46648b504078c88d0cd48da1da2595c4e712841cab43a1e4
+checksum=42f2da8cf561e38c72b25e9891168b1e25fec42b6b0b5b0b6cd6041da54af885
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR PATCH] [Updated] python3-Faker: update to 35.0.0.
  2025-01-12  0:55 [PR PATCH] python3-Faker: update to 33.3.1 Vinfall
                   ` (2 preceding siblings ...)
  2025-01-24  3:06 ` Vinfall
@ 2025-01-29  2:58 ` Vinfall
  2025-02-01  3:03 ` Vinfall
  2025-02-01  3:05 ` [PR PATCH] [Updated] python3-Faker: update to 35.2.0 Vinfall
  5 siblings, 0 replies; 7+ messages in thread
From: Vinfall @ 2025-01-29  2:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 496 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/53935

python3-Faker: update to 35.0.0.
#### 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-glibc


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

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

From 5679a1c60de00f54373cb031519cbf70fd5995a1 Mon Sep 17 00:00:00 2001
From: Vinfall <neptuniah@riseup.net>
Date: Sat, 11 Jan 2025 12:36:29 +0800
Subject: [PATCH] python3-Faker: update to 35.0.0

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

diff --git a/srcpkgs/python3-Faker/template b/srcpkgs/python3-Faker/template
index 18aeb17533fa7c..9f3852f5d6daa8 100644
--- a/srcpkgs/python3-Faker/template
+++ b/srcpkgs/python3-Faker/template
@@ -1,19 +1,19 @@
 # Template file for 'python3-Faker'
 pkgname=python3-Faker
-version=33.1.0
-revision=2
+version=35.0.0
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-wheel python3-setuptools"
-depends="python3-dateutil"
+depends="python3-dateutil python3-typing_extensions"
 checkdepends="${depends} python3-freezegun python3-validators python3-Pillow python3-xmltodict
- python3-typing_extensions python3-pytest"
+ python3-pytest"
 short_desc="Python package for generating fake data"
 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=1c925fc0e86a51fc46648b504078c88d0cd48da1da2595c4e712841cab43a1e4
+checksum=42f2da8cf561e38c72b25e9891168b1e25fec42b6b0b5b0b6cd6041da54af885
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR PATCH] [Updated] python3-Faker: update to 35.0.0.
  2025-01-12  0:55 [PR PATCH] python3-Faker: update to 33.3.1 Vinfall
                   ` (3 preceding siblings ...)
  2025-01-29  2:58 ` [PR PATCH] [Updated] python3-Faker: update to 35.0.0 Vinfall
@ 2025-02-01  3:03 ` Vinfall
  2025-02-01  3:05 ` [PR PATCH] [Updated] python3-Faker: update to 35.2.0 Vinfall
  5 siblings, 0 replies; 7+ messages in thread
From: Vinfall @ 2025-02-01  3:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 496 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/53935

python3-Faker: update to 35.0.0.
#### 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-glibc


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

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

From 8353caa142c7834e0e19be1317c6eddd847599a0 Mon Sep 17 00:00:00 2001
From: Vinfall <neptuniah@riseup.net>
Date: Sat, 11 Jan 2025 12:36:29 +0800
Subject: [PATCH] python3-Faker: update to 35.2.0

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

diff --git a/srcpkgs/python3-Faker/template b/srcpkgs/python3-Faker/template
index 18aeb17533fa7c..07d49b277a0489 100644
--- a/srcpkgs/python3-Faker/template
+++ b/srcpkgs/python3-Faker/template
@@ -1,19 +1,19 @@
 # Template file for 'python3-Faker'
 pkgname=python3-Faker
-version=33.1.0
-revision=2
+version=35.2.0
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-wheel python3-setuptools"
-depends="python3-dateutil"
+depends="python3-dateutil python3-typing_extensions"
 checkdepends="${depends} python3-freezegun python3-validators python3-Pillow python3-xmltodict
- python3-typing_extensions python3-pytest"
+ python3-pytest"
 short_desc="Python package for generating fake data"
 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=1c925fc0e86a51fc46648b504078c88d0cd48da1da2595c4e712841cab43a1e4
+checksum=28c24061780f83b45d9cb15a72b8f143b09d276c9ff52eb557744b7a89e8ba19
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR PATCH] [Updated] python3-Faker: update to 35.2.0.
  2025-01-12  0:55 [PR PATCH] python3-Faker: update to 33.3.1 Vinfall
                   ` (4 preceding siblings ...)
  2025-02-01  3:03 ` Vinfall
@ 2025-02-01  3:05 ` Vinfall
  5 siblings, 0 replies; 7+ messages in thread
From: Vinfall @ 2025-02-01  3:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 496 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/53935

python3-Faker: update to 35.2.0.
#### 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-glibc


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

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

From b5221ceaff97a645da3804d1031111eacf256686 Mon Sep 17 00:00:00 2001
From: Vinfall <neptuniah@riseup.net>
Date: Sat, 11 Jan 2025 12:36:29 +0800
Subject: [PATCH] python3-Faker: update to 35.2.0

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

diff --git a/srcpkgs/python3-Faker/template b/srcpkgs/python3-Faker/template
index 18aeb17533fa7c..07d49b277a0489 100644
--- a/srcpkgs/python3-Faker/template
+++ b/srcpkgs/python3-Faker/template
@@ -1,19 +1,19 @@
 # Template file for 'python3-Faker'
 pkgname=python3-Faker
-version=33.1.0
-revision=2
+version=35.2.0
+revision=1
 build_style=python3-pep517
 hostmakedepends="python3-wheel python3-setuptools"
-depends="python3-dateutil"
+depends="python3-dateutil python3-typing_extensions"
 checkdepends="${depends} python3-freezegun python3-validators python3-Pillow python3-xmltodict
- python3-typing_extensions python3-pytest"
+ python3-pytest"
 short_desc="Python package for generating fake data"
 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=1c925fc0e86a51fc46648b504078c88d0cd48da1da2595c4e712841cab43a1e4
+checksum=28c24061780f83b45d9cb15a72b8f143b09d276c9ff52eb557744b7a89e8ba19
 
 post_install() {
 	vlicense LICENSE.txt

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

end of thread, other threads:[~2025-02-01  3:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-12  0:55 [PR PATCH] python3-Faker: update to 33.3.1 Vinfall
2025-01-12  2:35 ` [PR PATCH] [Updated] " Vinfall
2025-01-16  1:57 ` Vinfall
2025-01-24  3:06 ` Vinfall
2025-01-29  2:58 ` [PR PATCH] [Updated] python3-Faker: update to 35.0.0 Vinfall
2025-02-01  3:03 ` Vinfall
2025-02-01  3:05 ` [PR PATCH] [Updated] python3-Faker: update to 35.2.0 Vinfall

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