Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-pycountry: update to 23.12.7.
@ 2024-03-15 12:38 Bnyro
  2024-03-15 12:38 ` [PR PATCH] [Updated] " Bnyro
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Bnyro @ 2024-03-15 12:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages python3-pycountry
https://github.com/void-linux/void-packages/pull/49302

python3-pycountry: update to 23.12.7.

#### 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/49302.patch is attached

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

From d39655ee4a5aa354df3fa53bbb2f90a4f0bc93ef Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Fri, 15 Mar 2024 13:37:04 +0100
Subject: [PATCH] python3-pycountry: update to 23.12.7.

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

diff --git a/srcpkgs/python3-pycountry/template b/srcpkgs/python3-pycountry/template
index 58abaf5dcf194f..4331a2025286e6 100644
--- a/srcpkgs/python3-pycountry/template
+++ b/srcpkgs/python3-pycountry/template
@@ -1,13 +1,13 @@
 # Template file for 'python3-pycountry'
 pkgname=python3-pycountry
-version=22.3.5
-revision=2
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+version=23.12.7
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
 depends="python3"
 short_desc="ISO databases accessible from Python3"
 maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
 license="LGPL-2.1-or-later"
 homepage="https://pypi.org/project/pycountry/"
 distfiles="${PYPI_SITE}/p/pycountry/pycountry-${version}.tar.gz"
-checksum=b2163a246c585894d808f18783e19137cb70a0c18fb36748dc01fc6f109c1646
+checksum=24827ba680e569279ecf6991ca3acc7f2bdd568dc7043283c0af97aed792cf7c

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

* Re: [PR PATCH] [Updated] python3-pycountry: update to 23.12.7.
  2024-03-15 12:38 [PR PATCH] python3-pycountry: update to 23.12.7 Bnyro
@ 2024-03-15 12:38 ` Bnyro
  2024-04-03 15:27 ` cinerea0
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Bnyro @ 2024-03-15 12:38 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Bnyro against master on the void-packages repository

https://github.com/Bnyro/void-packages python3-pycountry
https://github.com/void-linux/void-packages/pull/49302

python3-pycountry: update to 23.12.7.

#### 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/49302.patch is attached

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

From 2a32ab912a4f77340b8b448493f0a9ed5c756631 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Fri, 15 Mar 2024 13:37:04 +0100
Subject: [PATCH] python3-pycountry: update to 23.12.7.

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

diff --git a/srcpkgs/python3-pycountry/template b/srcpkgs/python3-pycountry/template
index 58abaf5dcf194f..bcb806084ec15d 100644
--- a/srcpkgs/python3-pycountry/template
+++ b/srcpkgs/python3-pycountry/template
@@ -1,13 +1,14 @@
 # Template file for 'python3-pycountry'
 pkgname=python3-pycountry
-version=22.3.5
-revision=2
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+version=23.12.7
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
 depends="python3"
+checkdepends="python3-pytest"
 short_desc="ISO databases accessible from Python3"
 maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
 license="LGPL-2.1-or-later"
 homepage="https://pypi.org/project/pycountry/"
 distfiles="${PYPI_SITE}/p/pycountry/pycountry-${version}.tar.gz"
-checksum=b2163a246c585894d808f18783e19137cb70a0c18fb36748dc01fc6f109c1646
+checksum=24827ba680e569279ecf6991ca3acc7f2bdd568dc7043283c0af97aed792cf7c

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

* Re: python3-pycountry: update to 23.12.7.
  2024-03-15 12:38 [PR PATCH] python3-pycountry: update to 23.12.7 Bnyro
  2024-03-15 12:38 ` [PR PATCH] [Updated] " Bnyro
@ 2024-04-03 15:27 ` cinerea0
  2024-04-03 15:59 ` [PR PATCH] [Updated] " Bnyro
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: cinerea0 @ 2024-04-03 15:27 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/49302#issuecomment-2034924479

Comment:
Version 23.12.11 has been released upstream.

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

* Re: [PR PATCH] [Updated] python3-pycountry: update to 23.12.7.
  2024-03-15 12:38 [PR PATCH] python3-pycountry: update to 23.12.7 Bnyro
  2024-03-15 12:38 ` [PR PATCH] [Updated] " Bnyro
  2024-04-03 15:27 ` cinerea0
@ 2024-04-03 15:59 ` Bnyro
  2024-04-04 16:30 ` [PR PATCH] [Updated] python3-pycountry: update to 23.12.11 Bnyro
  2024-04-05  1:23 ` [PR PATCH] [Merged]: " cinerea0
  4 siblings, 0 replies; 6+ messages in thread
From: Bnyro @ 2024-04-03 15:59 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Bnyro against master on the void-packages repository

https://github.com/Bnyro/void-packages python3-pycountry
https://github.com/void-linux/void-packages/pull/49302

python3-pycountry: update to 23.12.7.

#### 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/49302.patch is attached

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

From a5dc15c1c82975090987e242cff91bcd65f9d058 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Fri, 15 Mar 2024 13:37:04 +0100
Subject: [PATCH] python3-pycountry: update to 23.12.11.

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

diff --git a/srcpkgs/python3-pycountry/template b/srcpkgs/python3-pycountry/template
index 58abaf5dcf194f..5fd2badc7ceb5c 100644
--- a/srcpkgs/python3-pycountry/template
+++ b/srcpkgs/python3-pycountry/template
@@ -1,13 +1,14 @@
 # Template file for 'python3-pycountry'
 pkgname=python3-pycountry
-version=22.3.5
-revision=2
-build_style=python3-module
-hostmakedepends="python3-setuptools"
+version=23.12.11
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
 depends="python3"
+checkdepends="python3-pytest"
 short_desc="ISO databases accessible from Python3"
 maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
 license="LGPL-2.1-or-later"
 homepage="https://pypi.org/project/pycountry/"
 distfiles="${PYPI_SITE}/p/pycountry/pycountry-${version}.tar.gz"
-checksum=b2163a246c585894d808f18783e19137cb70a0c18fb36748dc01fc6f109c1646
+checksum=00569d82eaefbc6a490a311bfa84a9c571cff9ddbf8b0a4f4e7b4f868b4ad925

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

* Re: [PR PATCH] [Updated] python3-pycountry: update to 23.12.11.
  2024-03-15 12:38 [PR PATCH] python3-pycountry: update to 23.12.7 Bnyro
                   ` (2 preceding siblings ...)
  2024-04-03 15:59 ` [PR PATCH] [Updated] " Bnyro
@ 2024-04-04 16:30 ` Bnyro
  2024-04-05  1:23 ` [PR PATCH] [Merged]: " cinerea0
  4 siblings, 0 replies; 6+ messages in thread
From: Bnyro @ 2024-04-04 16:30 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by Bnyro against master on the void-packages repository

https://github.com/Bnyro/void-packages python3-pycountry
https://github.com/void-linux/void-packages/pull/49302

python3-pycountry: update to 23.12.11.

#### 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/49302.patch is attached

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

From f408e93ca674a0cfb69af1667f349c56f7ee4421 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Fri, 15 Mar 2024 13:37:04 +0100
Subject: [PATCH] python3-pycountry: update to 23.12.11.

---
 srcpkgs/python3-pycountry/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-pycountry/template b/srcpkgs/python3-pycountry/template
index 58abaf5dcf194f..43041a2783e502 100644
--- a/srcpkgs/python3-pycountry/template
+++ b/srcpkgs/python3-pycountry/template
@@ -1,13 +1,14 @@
 # Template file for 'python3-pycountry'
 pkgname=python3-pycountry
-version=22.3.5
-revision=2
-build_style=python3-module
-hostmakedepends="python3-setuptools"
-depends="python3"
+version=23.12.11
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
+depends="python3 python3-importlib_metadata"
+checkdepends="python3-pytest python3-importlib_metadata"
 short_desc="ISO databases accessible from Python3"
 maintainer="Farhad Shahbazi <grauwolf@geekosphere.org>"
 license="LGPL-2.1-or-later"
 homepage="https://pypi.org/project/pycountry/"
 distfiles="${PYPI_SITE}/p/pycountry/pycountry-${version}.tar.gz"
-checksum=b2163a246c585894d808f18783e19137cb70a0c18fb36748dc01fc6f109c1646
+checksum=00569d82eaefbc6a490a311bfa84a9c571cff9ddbf8b0a4f4e7b4f868b4ad925

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

* Re: [PR PATCH] [Merged]: python3-pycountry: update to 23.12.11.
  2024-03-15 12:38 [PR PATCH] python3-pycountry: update to 23.12.7 Bnyro
                   ` (3 preceding siblings ...)
  2024-04-04 16:30 ` [PR PATCH] [Updated] python3-pycountry: update to 23.12.11 Bnyro
@ 2024-04-05  1:23 ` cinerea0
  4 siblings, 0 replies; 6+ messages in thread
From: cinerea0 @ 2024-04-05  1:23 UTC (permalink / raw)
  To: ml

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

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

python3-pycountry: update to 23.12.11.
https://github.com/void-linux/void-packages/pull/49302

Description:
#### 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

cc @Grauwolf 


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

end of thread, other threads:[~2024-04-05  1:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-15 12:38 [PR PATCH] python3-pycountry: update to 23.12.7 Bnyro
2024-03-15 12:38 ` [PR PATCH] [Updated] " Bnyro
2024-04-03 15:27 ` cinerea0
2024-04-03 15:59 ` [PR PATCH] [Updated] " Bnyro
2024-04-04 16:30 ` [PR PATCH] [Updated] python3-pycountry: update to 23.12.11 Bnyro
2024-04-05  1:23 ` [PR PATCH] [Merged]: " cinerea0

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