Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] eyeD3: update to 0.9.5.
@ 2020-04-18 10:02 bra1nwave
  2020-04-18 12:53 ` [PR PATCH] [Updated] " bra1nwave
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bra1nwave @ 2020-04-18 10:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bra1nwave/void-packages eyed3
https://github.com/void-linux/void-packages/pull/21119

eyeD3: update to 0.9.5.


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

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

From c97695faf6cda6b17aa5df3c214ff4d5f7d73e24 Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Sat, 18 Apr 2020 11:00:16 +0200
Subject: [PATCH 1/2] New package: python3-deprecation-2.0.7

---
 srcpkgs/python3-deprecation/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-deprecation/template

diff --git a/srcpkgs/python3-deprecation/template b/srcpkgs/python3-deprecation/template
new file mode 100644
index 00000000000..c54fd2524aa
--- /dev/null
+++ b/srcpkgs/python3-deprecation/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-deprecation'
+pkgname=python3-deprecation
+version=2.0.7
+revision=1
+archs=noarch
+wrksrc="deprecation-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-packaging"
+checkdepends="$depends"
+short_desc="Library to handle automated deprecations"
+maintainer="bra1nwave <bra1nwave@protonmail.com>"
+license="Apache-2.0"
+homepage="https://deprecation.readthedocs.io/en/latest/"
+distfiles="${PYPI_SITE}/d/deprecation/deprecation-${version}.tar.gz"
+checksum=c0392f676a6146f0238db5744d73e786a43510d54033f80994ef2f4c9df192ed
+
+pre_check() {
+	vsed -i tests/test_deprecation.py -e 's/unittest2/unittest/g'
+}

From cbaa57fb938f5c08e5cfa713b1a8e0f033989594 Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Sat, 18 Apr 2020 11:57:21 +0200
Subject: [PATCH 2/2] eyeD3: update to 0.9.5.

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

diff --git a/srcpkgs/eyeD3/template b/srcpkgs/eyeD3/template
index ba52cbe2403..c5c6201e618 100644
--- a/srcpkgs/eyeD3/template
+++ b/srcpkgs/eyeD3/template
@@ -1,14 +1,16 @@
 # Template file for 'eyeD3'
 pkgname=eyeD3
-version=0.9.4
+version=0.9.5
 revision=1
 archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-grako python3-pylast python3-setuptools python3-six"
+depends="python3-grako python3-pylast python3-setuptools python3-deprecation
+ python3-filetype"
 short_desc="Python3 tool for mp3's ID3 tags manipulation"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://eyed3.nicfit.net/"
+changelog="https://raw.githubusercontent.com/nicfit/eyeD3/master/HISTORY.rst"
 distfiles="${homepage}/releases/${pkgname}-${version}.tar.gz"
-checksum=11099464e438c11a1d701e723a5065c1556fb59878ad9dce29f924dac3a07a96
+checksum=faf5806197f2093e82c2830d41f2378f07b3a9da07a16fafb14fc6fbdebac50a

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

* Re: [PR PATCH] [Updated] eyeD3: update to 0.9.5.
  2020-04-18 10:02 [PR PATCH] eyeD3: update to 0.9.5 bra1nwave
@ 2020-04-18 12:53 ` bra1nwave
  2020-04-19 16:12 ` bra1nwave
  2020-04-20 13:54 ` [PR PATCH] [Merged]: " Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: bra1nwave @ 2020-04-18 12:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bra1nwave/void-packages eyed3
https://github.com/void-linux/void-packages/pull/21119

eyeD3: update to 0.9.5.


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

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

From 25792f84b98bada8af82d24957a2334a47e343e6 Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Sat, 18 Apr 2020 11:00:16 +0200
Subject: [PATCH 1/2] New package: python3-deprecation-2.0.7

---
 srcpkgs/python3-deprecation/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-deprecation/template

diff --git a/srcpkgs/python3-deprecation/template b/srcpkgs/python3-deprecation/template
new file mode 100644
index 00000000000..d6c152bf244
--- /dev/null
+++ b/srcpkgs/python3-deprecation/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-deprecation'
+pkgname=python3-deprecation
+version=2.0.7
+revision=1
+archs=noarch
+wrksrc="deprecation-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-packaging"
+checkdepends="${depends}"
+short_desc="Library to handle automated deprecations"
+maintainer="bra1nwave <bra1nwave@protonmail.com>"
+license="Apache-2.0"
+homepage="https://deprecation.readthedocs.io/en/latest/"
+distfiles="${PYPI_SITE}/d/deprecation/deprecation-${version}.tar.gz"
+checksum=c0392f676a6146f0238db5744d73e786a43510d54033f80994ef2f4c9df192ed
+
+pre_check() {
+	vsed -i tests/test_deprecation.py -e 's/unittest2/unittest/g'
+}

From 1760fbf4e8cbe351eb4a1e54cbb6b9e13fbcf088 Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Sat, 18 Apr 2020 11:57:21 +0200
Subject: [PATCH 2/2] eyeD3: update to 0.9.5.

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

diff --git a/srcpkgs/eyeD3/template b/srcpkgs/eyeD3/template
index ba52cbe2403..c5c6201e618 100644
--- a/srcpkgs/eyeD3/template
+++ b/srcpkgs/eyeD3/template
@@ -1,14 +1,16 @@
 # Template file for 'eyeD3'
 pkgname=eyeD3
-version=0.9.4
+version=0.9.5
 revision=1
 archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-grako python3-pylast python3-setuptools python3-six"
+depends="python3-grako python3-pylast python3-setuptools python3-deprecation
+ python3-filetype"
 short_desc="Python3 tool for mp3's ID3 tags manipulation"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://eyed3.nicfit.net/"
+changelog="https://raw.githubusercontent.com/nicfit/eyeD3/master/HISTORY.rst"
 distfiles="${homepage}/releases/${pkgname}-${version}.tar.gz"
-checksum=11099464e438c11a1d701e723a5065c1556fb59878ad9dce29f924dac3a07a96
+checksum=faf5806197f2093e82c2830d41f2378f07b3a9da07a16fafb14fc6fbdebac50a

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

* Re: [PR PATCH] [Updated] eyeD3: update to 0.9.5.
  2020-04-18 10:02 [PR PATCH] eyeD3: update to 0.9.5 bra1nwave
  2020-04-18 12:53 ` [PR PATCH] [Updated] " bra1nwave
@ 2020-04-19 16:12 ` bra1nwave
  2020-04-20 13:54 ` [PR PATCH] [Merged]: " Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: bra1nwave @ 2020-04-19 16:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bra1nwave/void-packages eyed3
https://github.com/void-linux/void-packages/pull/21119

eyeD3: update to 0.9.5.


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

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

From 719069508af47203280284860c9010dfc207e352 Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Sat, 18 Apr 2020 11:00:16 +0200
Subject: [PATCH 1/2] New package: python3-deprecation-2.0.7

---
 srcpkgs/python3-deprecation/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/python3-deprecation/template

diff --git a/srcpkgs/python3-deprecation/template b/srcpkgs/python3-deprecation/template
new file mode 100644
index 00000000000..d6c152bf244
--- /dev/null
+++ b/srcpkgs/python3-deprecation/template
@@ -0,0 +1,20 @@
+# Template file for 'python3-deprecation'
+pkgname=python3-deprecation
+version=2.0.7
+revision=1
+archs=noarch
+wrksrc="deprecation-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-packaging"
+checkdepends="${depends}"
+short_desc="Library to handle automated deprecations"
+maintainer="bra1nwave <bra1nwave@protonmail.com>"
+license="Apache-2.0"
+homepage="https://deprecation.readthedocs.io/en/latest/"
+distfiles="${PYPI_SITE}/d/deprecation/deprecation-${version}.tar.gz"
+checksum=c0392f676a6146f0238db5744d73e786a43510d54033f80994ef2f4c9df192ed
+
+pre_check() {
+	vsed -i tests/test_deprecation.py -e 's/unittest2/unittest/g'
+}

From 89120ebd1d81bd322eaea516fe98aad2f9cf61d5 Mon Sep 17 00:00:00 2001
From: bra1nwave <bra1nwave@protonmail.com>
Date: Sat, 18 Apr 2020 11:57:21 +0200
Subject: [PATCH 2/2] eyeD3: update to 0.9.5.

---
 srcpkgs/eyeD3/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/eyeD3/template b/srcpkgs/eyeD3/template
index ba52cbe2403..ee7f68f9e36 100644
--- a/srcpkgs/eyeD3/template
+++ b/srcpkgs/eyeD3/template
@@ -1,14 +1,16 @@
 # Template file for 'eyeD3'
 pkgname=eyeD3
-version=0.9.4
+version=0.9.5
 revision=1
 archs=noarch
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-grako python3-pylast python3-setuptools python3-six"
+depends="python3-grako python3-pylast python3-setuptools python3-deprecation
+ python3-filetype"
 short_desc="Python3 tool for mp3's ID3 tags manipulation"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
-homepage="http://eyed3.nicfit.net/"
-distfiles="${homepage}/releases/${pkgname}-${version}.tar.gz"
-checksum=11099464e438c11a1d701e723a5065c1556fb59878ad9dce29f924dac3a07a96
+homepage="https://eyed3.readthedocs.io/en/latest/"
+changelog="https://raw.githubusercontent.com/nicfit/eyeD3/master/HISTORY.rst"
+distfiles="https://eyed3.nicfit.net/releases/${pkgname}-${version}.tar.gz"
+checksum=faf5806197f2093e82c2830d41f2378f07b3a9da07a16fafb14fc6fbdebac50a

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

* Re: [PR PATCH] [Merged]: eyeD3: update to 0.9.5.
  2020-04-18 10:02 [PR PATCH] eyeD3: update to 0.9.5 bra1nwave
  2020-04-18 12:53 ` [PR PATCH] [Updated] " bra1nwave
  2020-04-19 16:12 ` bra1nwave
@ 2020-04-20 13:54 ` Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: Hoshpak @ 2020-04-20 13:54 UTC (permalink / raw)
  To: ml

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

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

eyeD3: update to 0.9.5.
https://github.com/void-linux/void-packages/pull/21119

Description:


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

end of thread, other threads:[~2020-04-20 13:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-18 10:02 [PR PATCH] eyeD3: update to 0.9.5 bra1nwave
2020-04-18 12:53 ` [PR PATCH] [Updated] " bra1nwave
2020-04-19 16:12 ` bra1nwave
2020-04-20 13:54 ` [PR PATCH] [Merged]: " Hoshpak

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