Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH]  python3-itunespy: update to 1.6. 
@ 2020-05-14 12:50 abenson
  2020-05-14 13:34 ` [PR PATCH] [Updated] " abenson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: abenson @ 2020-05-14 12:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages itunespy_1.6
https://github.com/void-linux/void-packages/pull/21956

 python3-itunespy: update to 1.6. 


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-itunespy_1.6-21956.patch --]
[-- Type: text/x-diff, Size: 2463 bytes --]

From 8974f14ab42d7b5fde7abb25844d2566c8048b19 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 14 May 2020 07:37:47 -0500
Subject: [PATCH 1/2] python3-itunespy: update to 1.6.

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

diff --git a/srcpkgs/python3-itunespy/template b/srcpkgs/python3-itunespy/template
index 6fda57c1102..70250f38035 100644
--- a/srcpkgs/python3-itunespy/template
+++ b/srcpkgs/python3-itunespy/template
@@ -1,20 +1,20 @@
 # Template file for 'python3-itunespy'
 pkgname=python3-itunespy
-version=1.5.3
-revision=2
+version=1.6
+revision=1
 archs=noarch
 wrksrc="itunespy-${version}"
 build_style=python3-module
 pycompile_module="itunespy"
 hostmakedepends="python3-setuptools"
-depends="python3-requests"
+depends="python3-requests python3-pycountry"
 short_desc="Library to fetch data from the iTunes Store API (Python3)"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="MIT"
 homepage="https://github.com/sleepyfran/itunespy"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=06e68528d8f3af74be5ac7ab5916146d701459e2d58b692ec63a0f076a427ec6
+checksum=cd8b0c8ec8b033424f52be642af5055b05491f84335f23b27ddc37e17d914361
 
 post_install() {
-	vlicense LICENSE.txt
+	vlicense LICENSE
 }

From eed8a46811a80f1e45eb7096b1d8bd81a67cf157 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 14 May 2020 07:48:59 -0500
Subject: [PATCH 2/2] python-pycountry: update to 19.8.18.

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

diff --git a/srcpkgs/python-pycountry/template b/srcpkgs/python-pycountry/template
index 205db6240b7..5a9cd846240 100644
--- a/srcpkgs/python-pycountry/template
+++ b/srcpkgs/python-pycountry/template
@@ -1,7 +1,7 @@
 # Template file for 'python-pycountry'
 pkgname=python-pycountry
-version=18.12.8
-revision=2
+version=19.8.18
+revision=1
 archs=noarch
 wrksrc="pycountry-${version}"
 build_style=python-module
@@ -13,7 +13,7 @@ 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=8ec4020b2b15cd410893d573820d42ee12fe50365332e58c0975c953b60a16de
+checksum=3c57aa40adcf293d59bebaffbe60d8c39976fba78d846a018dc0c2ec9c6cb3cb
 
 python3-pycountry_package() {
 	archs=noarch

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

* Re: [PR PATCH] [Updated]  python3-itunespy: update to 1.6. 
  2020-05-14 12:50 [PR PATCH] python3-itunespy: update to 1.6 abenson
@ 2020-05-14 13:34 ` abenson
  2020-05-14 13:42 ` abenson
  2020-05-14 15:20 ` [PR PATCH] [Merged]: " abenson
  2 siblings, 0 replies; 4+ messages in thread
From: abenson @ 2020-05-14 13:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages itunespy_1.6
https://github.com/void-linux/void-packages/pull/21956

 python3-itunespy: update to 1.6. 


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-itunespy_1.6-21956.patch --]
[-- Type: text/x-diff, Size: 2623 bytes --]

From c37acb1592ff9696e1e67e1993a02f7a4b962e73 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 14 May 2020 07:37:47 -0500
Subject: [PATCH 1/2] python3-itunespy: update to 1.6.

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

diff --git a/srcpkgs/python3-itunespy/template b/srcpkgs/python3-itunespy/template
index 6fda57c1102..7a04a945dbd 100644
--- a/srcpkgs/python3-itunespy/template
+++ b/srcpkgs/python3-itunespy/template
@@ -1,20 +1,19 @@
 # Template file for 'python3-itunespy'
 pkgname=python3-itunespy
-version=1.5.3
-revision=2
+version=1.6
+revision=1
 archs=noarch
 wrksrc="itunespy-${version}"
 build_style=python3-module
-pycompile_module="itunespy"
 hostmakedepends="python3-setuptools"
-depends="python3-requests"
+depends="python3-requests python3-pycountry"
 short_desc="Library to fetch data from the iTunes Store API (Python3)"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="MIT"
 homepage="https://github.com/sleepyfran/itunespy"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=06e68528d8f3af74be5ac7ab5916146d701459e2d58b692ec63a0f076a427ec6
+checksum=cd8b0c8ec8b033424f52be642af5055b05491f84335f23b27ddc37e17d914361
 
 post_install() {
-	vlicense LICENSE.txt
+	vlicense LICENSE
 }

From b5da8c0a526fee701bdb51c3bf6584c72af2b1d0 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 14 May 2020 07:48:59 -0500
Subject: [PATCH 2/2] python-pycountry: update to 19.8.18.

---
 srcpkgs/python-pycountry/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python-pycountry/template b/srcpkgs/python-pycountry/template
index 205db6240b7..07f717ac75d 100644
--- a/srcpkgs/python-pycountry/template
+++ b/srcpkgs/python-pycountry/template
@@ -1,11 +1,10 @@
 # Template file for 'python-pycountry'
 pkgname=python-pycountry
-version=18.12.8
-revision=2
+version=19.8.18
+revision=1
 archs=noarch
 wrksrc="pycountry-${version}"
 build_style=python-module
-pycompile_module="pycountry"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python"
 short_desc="ISO databases accessible from Python2"
@@ -13,7 +12,7 @@ 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=8ec4020b2b15cd410893d573820d42ee12fe50365332e58c0975c953b60a16de
+checksum=3c57aa40adcf293d59bebaffbe60d8c39976fba78d846a018dc0c2ec9c6cb3cb
 
 python3-pycountry_package() {
 	archs=noarch

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

* Re: [PR PATCH] [Updated]  python3-itunespy: update to 1.6. 
  2020-05-14 12:50 [PR PATCH] python3-itunespy: update to 1.6 abenson
  2020-05-14 13:34 ` [PR PATCH] [Updated] " abenson
@ 2020-05-14 13:42 ` abenson
  2020-05-14 15:20 ` [PR PATCH] [Merged]: " abenson
  2 siblings, 0 replies; 4+ messages in thread
From: abenson @ 2020-05-14 13:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages itunespy_1.6
https://github.com/void-linux/void-packages/pull/21956

 python3-itunespy: update to 1.6. 


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-itunespy_1.6-21956.patch --]
[-- Type: text/x-diff, Size: 2766 bytes --]

From 5242145444847e7f8b38e10db5557797c922d9dc Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 14 May 2020 07:37:47 -0500
Subject: [PATCH 1/2] python3-itunespy: update to 1.6.

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

diff --git a/srcpkgs/python3-itunespy/template b/srcpkgs/python3-itunespy/template
index 6fda57c1102..7a04a945dbd 100644
--- a/srcpkgs/python3-itunespy/template
+++ b/srcpkgs/python3-itunespy/template
@@ -1,20 +1,19 @@
 # Template file for 'python3-itunespy'
 pkgname=python3-itunespy
-version=1.5.3
-revision=2
+version=1.6
+revision=1
 archs=noarch
 wrksrc="itunespy-${version}"
 build_style=python3-module
-pycompile_module="itunespy"
 hostmakedepends="python3-setuptools"
-depends="python3-requests"
+depends="python3-requests python3-pycountry"
 short_desc="Library to fetch data from the iTunes Store API (Python3)"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="MIT"
 homepage="https://github.com/sleepyfran/itunespy"
 distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=06e68528d8f3af74be5ac7ab5916146d701459e2d58b692ec63a0f076a427ec6
+checksum=cd8b0c8ec8b033424f52be642af5055b05491f84335f23b27ddc37e17d914361
 
 post_install() {
-	vlicense LICENSE.txt
+	vlicense LICENSE
 }

From 5d0362ab7d46356704ee3858557c798c1cb729e5 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 14 May 2020 07:48:59 -0500
Subject: [PATCH 2/2] python-pycountry: update to 19.8.18.

---
 srcpkgs/python-pycountry/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python-pycountry/template b/srcpkgs/python-pycountry/template
index 205db6240b7..c4a4c9cafbd 100644
--- a/srcpkgs/python-pycountry/template
+++ b/srcpkgs/python-pycountry/template
@@ -1,11 +1,10 @@
 # Template file for 'python-pycountry'
 pkgname=python-pycountry
-version=18.12.8
-revision=2
+version=19.8.18
+revision=1
 archs=noarch
 wrksrc="pycountry-${version}"
 build_style=python-module
-pycompile_module="pycountry"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python"
 short_desc="ISO databases accessible from Python2"
@@ -13,12 +12,11 @@ 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=8ec4020b2b15cd410893d573820d42ee12fe50365332e58c0975c953b60a16de
+checksum=3c57aa40adcf293d59bebaffbe60d8c39976fba78d846a018dc0c2ec9c6cb3cb
 
 python3-pycountry_package() {
 	archs=noarch
 	depends="python3"
-	pycompile_module="pycountry"
 	short_desc="${short_desc/Python2/Python3}"
 	pkg_install() {
 		vmove usr/lib/python3*

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

* Re: [PR PATCH] [Merged]:  python3-itunespy: update to 1.6. 
  2020-05-14 12:50 [PR PATCH] python3-itunespy: update to 1.6 abenson
  2020-05-14 13:34 ` [PR PATCH] [Updated] " abenson
  2020-05-14 13:42 ` abenson
@ 2020-05-14 15:20 ` abenson
  2 siblings, 0 replies; 4+ messages in thread
From: abenson @ 2020-05-14 15:20 UTC (permalink / raw)
  To: ml

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

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

 python3-itunespy: update to 1.6. 
https://github.com/void-linux/void-packages/pull/21956

Description:


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

end of thread, other threads:[~2020-05-14 15:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-14 12:50 [PR PATCH] python3-itunespy: update to 1.6 abenson
2020-05-14 13:34 ` [PR PATCH] [Updated] " abenson
2020-05-14 13:42 ` abenson
2020-05-14 15:20 ` [PR PATCH] [Merged]: " abenson

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