Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-fonttools: only check for updates to 3.*
@ 2019-09-01 18:23 voidlinux-github
  2019-09-01 18:52 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-01 18:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/svenper/void-packages cosmetic
https://github.com/void-linux/void-packages/pull/14152

python-fonttools: only check for updates to 3.*


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

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

From f618383987d0fa250be3edf7aab635cb92defd0f Mon Sep 17 00:00:00 2001
From: svenper <svenper@tuta.io>
Date: Sat, 31 Aug 2019 04:45:09 +0200
Subject: [PATCH] python-fonttools: only check for updates to 3.*

---
 srcpkgs/python-fonttools/template | 2 +-
 srcpkgs/python-fonttools/update   | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/python-fonttools/update

diff --git a/srcpkgs/python-fonttools/template b/srcpkgs/python-fonttools/template
index 6c3547b30d7..6a222e87482 100644
--- a/srcpkgs/python-fonttools/template
+++ b/srcpkgs/python-fonttools/template
@@ -1,7 +1,7 @@
 # Template file for 'python-fonttools'
 pkgname=python-fonttools
 version=3.44.0
-revision=3
+revision=4
 wrksrc="${pkgname#python-}-${version}"
 build_style=python2-module
 pycompile_module="fonttools"
diff --git a/srcpkgs/python-fonttools/update b/srcpkgs/python-fonttools/update
new file mode 100644
index 00000000000..dbbcb58087f
--- /dev/null
+++ b/srcpkgs/python-fonttools/update
@@ -0,0 +1,3 @@
+# "The v4.x version series only supports Python 3.6 or greater.
+# You can keep using fonttools 3.x if you need support for Python 2."
+ignore="[4-9].* [1-9][1-9]*.*"

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

* Re: [PR PATCH] [Updated] python-fonttools: only check for updates to 3.*
  2019-09-01 18:23 [PR PATCH] python-fonttools: only check for updates to 3.* voidlinux-github
  2019-09-01 18:52 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-01 18:52 ` voidlinux-github
  2019-09-02 18:13 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-01 18:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/svenper/void-packages cosmetic
https://github.com/void-linux/void-packages/pull/14152

python-fonttools: only check for updates to 3.*


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

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

From 357a74c14b816358a8d26c5c4f255499ff070571 Mon Sep 17 00:00:00 2001
From: svenper <svenper@tuta.io>
Date: Sat, 31 Aug 2019 04:45:09 +0200
Subject: [PATCH] python-fonttools: only check for updates to 3.*

---
 srcpkgs/python-fonttools/template | 2 +-
 srcpkgs/python-fonttools/update   | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/python-fonttools/update

diff --git a/srcpkgs/python-fonttools/template b/srcpkgs/python-fonttools/template
index 6c3547b30d7..6a222e87482 100644
--- a/srcpkgs/python-fonttools/template
+++ b/srcpkgs/python-fonttools/template
@@ -1,7 +1,7 @@
 # Template file for 'python-fonttools'
 pkgname=python-fonttools
 version=3.44.0
-revision=3
+revision=4
 wrksrc="${pkgname#python-}-${version}"
 build_style=python2-module
 pycompile_module="fonttools"
diff --git a/srcpkgs/python-fonttools/update b/srcpkgs/python-fonttools/update
new file mode 100644
index 00000000000..2927cb964bf
--- /dev/null
+++ b/srcpkgs/python-fonttools/update
@@ -0,0 +1,3 @@
+# "The v4.x version series only supports Python 3.6 or greater.
+# You can keep using fonttools 3.x if you need support for Python 2."
+ignore="[4-9].* [1-9][0-9]*.*"

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

* Re: [PR PATCH] [Updated] python-fonttools: only check for updates to 3.*
  2019-09-01 18:23 [PR PATCH] python-fonttools: only check for updates to 3.* voidlinux-github
@ 2019-09-01 18:52 ` voidlinux-github
  2019-09-01 18:52 ` voidlinux-github
  2019-09-02 18:13 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-01 18:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/svenper/void-packages cosmetic
https://github.com/void-linux/void-packages/pull/14152

python-fonttools: only check for updates to 3.*


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

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

From 357a74c14b816358a8d26c5c4f255499ff070571 Mon Sep 17 00:00:00 2001
From: svenper <svenper@tuta.io>
Date: Sat, 31 Aug 2019 04:45:09 +0200
Subject: [PATCH] python-fonttools: only check for updates to 3.*

---
 srcpkgs/python-fonttools/template | 2 +-
 srcpkgs/python-fonttools/update   | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/python-fonttools/update

diff --git a/srcpkgs/python-fonttools/template b/srcpkgs/python-fonttools/template
index 6c3547b30d7..6a222e87482 100644
--- a/srcpkgs/python-fonttools/template
+++ b/srcpkgs/python-fonttools/template
@@ -1,7 +1,7 @@
 # Template file for 'python-fonttools'
 pkgname=python-fonttools
 version=3.44.0
-revision=3
+revision=4
 wrksrc="${pkgname#python-}-${version}"
 build_style=python2-module
 pycompile_module="fonttools"
diff --git a/srcpkgs/python-fonttools/update b/srcpkgs/python-fonttools/update
new file mode 100644
index 00000000000..2927cb964bf
--- /dev/null
+++ b/srcpkgs/python-fonttools/update
@@ -0,0 +1,3 @@
+# "The v4.x version series only supports Python 3.6 or greater.
+# You can keep using fonttools 3.x if you need support for Python 2."
+ignore="[4-9].* [1-9][0-9]*.*"

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

* Re: [PR PATCH] [Merged]: python-fonttools: only check for updates to 3.*
  2019-09-01 18:23 [PR PATCH] python-fonttools: only check for updates to 3.* voidlinux-github
  2019-09-01 18:52 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-01 18:52 ` voidlinux-github
@ 2019-09-02 18:13 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-02 18:13 UTC (permalink / raw)
  To: ml

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

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

python-fonttools: only check for updates to 3.*
https://github.com/void-linux/void-packages/pull/14152

Description:


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

end of thread, other threads:[~2019-09-02 18:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-01 18:23 [PR PATCH] python-fonttools: only check for updates to 3.* voidlinux-github
2019-09-01 18:52 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-01 18:52 ` voidlinux-github
2019-09-02 18:13 ` [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).