Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-guessit: update to 3.1.0.
@ 2019-09-22 17:17 voidlinux-github
  2019-09-22 17:54 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-22 17:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dan-santana/void-packages python-guessit
https://github.com/void-linux/void-packages/pull/14643

python-guessit: update to 3.1.0.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-guessit-14643.patch --]
[-- Type: text/x-diff, Size: 1084 bytes --]

From 18e93b15d0ba9382f1456ea6623bdbf4a645b62f Mon Sep 17 00:00:00 2001
From: Daniel Santana <daniel@santana.tech>
Date: Sun, 22 Sep 2019 14:15:21 -0300
Subject: [PATCH] python-guessit: update to 3.1.0.

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

diff --git a/srcpkgs/python-guessit/template b/srcpkgs/python-guessit/template
index 995f82d518e..ace251c0275 100644
--- a/srcpkgs/python-guessit/template
+++ b/srcpkgs/python-guessit/template
@@ -1,6 +1,6 @@
 # Template file for 'python-guessit'
 pkgname=python-guessit
-version=3.0.5
+version=3.1.0
 revision=1
 archs=noarch
 wrksrc="guessit-${version}"
@@ -13,7 +13,7 @@ maintainer="Daniel Santana <daniel@santana.tech>"
 license="LGPL-3.0-only"
 homepage="https://guessit.readthedocs.io/en/latest/"
 distfiles="${PYPI_SITE}/g/guessit/guessit-${version}.tar.gz"
-checksum=3559c2f37575b048c3d8723cc7a8eedb83b6c411d1be0d64e8b54f4b90138ca2
+checksum=2dcd3f2acaf6c1a864f903f084ddd6a6b753f3107ae864355d7c8c1e9cb205b2
 alternatives="guessit:guessit:/usr/bin/guessit2"
 
 post_install() {

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

* Re: [PR PATCH] [Updated] python-guessit: update to 3.1.0.
  2019-09-22 17:17 [PR PATCH] python-guessit: update to 3.1.0 voidlinux-github
@ 2019-09-22 17:54 ` voidlinux-github
  2019-09-22 17:54 ` voidlinux-github
  2019-09-23  7:35 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-22 17:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dan-santana/void-packages python-guessit
https://github.com/void-linux/void-packages/pull/14643

python-guessit: update to 3.1.0.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-guessit-14643.patch --]
[-- Type: text/x-diff, Size: 1330 bytes --]

From ba9e0f98bb1b4bd16c0b7b2fc2e796a7a45c37a9 Mon Sep 17 00:00:00 2001
From: Daniel Santana <daniel@santana.tech>
Date: Sun, 22 Sep 2019 14:15:21 -0300
Subject: [PATCH] python-guessit: update to 3.1.0.

---
 srcpkgs/python-guessit/template | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python-guessit/template b/srcpkgs/python-guessit/template
index 995f82d518e..5029048a041 100644
--- a/srcpkgs/python-guessit/template
+++ b/srcpkgs/python-guessit/template
@@ -1,6 +1,6 @@
 # Template file for 'python-guessit'
 pkgname=python-guessit
-version=3.0.5
+version=3.1.0
 revision=1
 archs=noarch
 wrksrc="guessit-${version}"
@@ -13,13 +13,9 @@ maintainer="Daniel Santana <daniel@santana.tech>"
 license="LGPL-3.0-only"
 homepage="https://guessit.readthedocs.io/en/latest/"
 distfiles="${PYPI_SITE}/g/guessit/guessit-${version}.tar.gz"
-checksum=3559c2f37575b048c3d8723cc7a8eedb83b6c411d1be0d64e8b54f4b90138ca2
+checksum=2dcd3f2acaf6c1a864f903f084ddd6a6b753f3107ae864355d7c8c1e9cb205b2
 alternatives="guessit:guessit:/usr/bin/guessit2"
 
-post_install() {
-	vlicense LICENSE
-}
-
 python3-guessit_package() {
 	archs=noarch
 	pycompile_module="guessit"
@@ -29,6 +25,5 @@ python3-guessit_package() {
 	pkg_install() {
 		vmove usr/bin/guessit3
 		vmove usr/lib/python3*
-		vlicense LICENSE
 	}
 }

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

* Re: [PR PATCH] [Updated] python-guessit: update to 3.1.0.
  2019-09-22 17:17 [PR PATCH] python-guessit: update to 3.1.0 voidlinux-github
  2019-09-22 17:54 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-22 17:54 ` voidlinux-github
  2019-09-23  7:35 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-22 17:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dan-santana/void-packages python-guessit
https://github.com/void-linux/void-packages/pull/14643

python-guessit: update to 3.1.0.


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python-guessit-14643.patch --]
[-- Type: text/x-diff, Size: 1330 bytes --]

From ba9e0f98bb1b4bd16c0b7b2fc2e796a7a45c37a9 Mon Sep 17 00:00:00 2001
From: Daniel Santana <daniel@santana.tech>
Date: Sun, 22 Sep 2019 14:15:21 -0300
Subject: [PATCH] python-guessit: update to 3.1.0.

---
 srcpkgs/python-guessit/template | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/python-guessit/template b/srcpkgs/python-guessit/template
index 995f82d518e..5029048a041 100644
--- a/srcpkgs/python-guessit/template
+++ b/srcpkgs/python-guessit/template
@@ -1,6 +1,6 @@
 # Template file for 'python-guessit'
 pkgname=python-guessit
-version=3.0.5
+version=3.1.0
 revision=1
 archs=noarch
 wrksrc="guessit-${version}"
@@ -13,13 +13,9 @@ maintainer="Daniel Santana <daniel@santana.tech>"
 license="LGPL-3.0-only"
 homepage="https://guessit.readthedocs.io/en/latest/"
 distfiles="${PYPI_SITE}/g/guessit/guessit-${version}.tar.gz"
-checksum=3559c2f37575b048c3d8723cc7a8eedb83b6c411d1be0d64e8b54f4b90138ca2
+checksum=2dcd3f2acaf6c1a864f903f084ddd6a6b753f3107ae864355d7c8c1e9cb205b2
 alternatives="guessit:guessit:/usr/bin/guessit2"
 
-post_install() {
-	vlicense LICENSE
-}
-
 python3-guessit_package() {
 	archs=noarch
 	pycompile_module="guessit"
@@ -29,6 +25,5 @@ python3-guessit_package() {
 	pkg_install() {
 		vmove usr/bin/guessit3
 		vmove usr/lib/python3*
-		vlicense LICENSE
 	}
 }

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

* Re: [PR PATCH] [Merged]: python-guessit: update to 3.1.0.
  2019-09-22 17:17 [PR PATCH] python-guessit: update to 3.1.0 voidlinux-github
  2019-09-22 17:54 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-22 17:54 ` voidlinux-github
@ 2019-09-23  7:35 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-23  7:35 UTC (permalink / raw)
  To: ml

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

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

python-guessit: update to 3.1.0.
https://github.com/void-linux/void-packages/pull/14643

Description:


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

end of thread, other threads:[~2019-09-23  7:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-22 17:17 [PR PATCH] python-guessit: update to 3.1.0 voidlinux-github
2019-09-22 17:54 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-22 17:54 ` voidlinux-github
2019-09-23  7:35 ` [PR PATCH] [Merged]: " voidlinux-github

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