Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-eliot: update to 1.9.0.
@ 2019-10-12 15:35 voidlinux-github
  2019-10-14 19:41 ` voidlinux-github
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-12 15:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages python3-eliot
https://github.com/void-linux/void-packages/pull/15390

python3-eliot: update to 1.9.0.


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

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

From edbe6933700a678473cdbaae53d7c1605648fc2c Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 12 Oct 2019 18:03:12 +0300
Subject: [PATCH] python3-eliot: update to 1.9.0.

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

diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template
index 15b05dd7331..361367fd802 100644
--- a/srcpkgs/python3-eliot/template
+++ b/srcpkgs/python3-eliot/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-eliot'
 pkgname=python3-eliot
-version=1.7.0
+version=1.9.0
 revision=1
 archs=noarch
 wrksrc="eliot-${version}"
@@ -14,4 +14,4 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/itamarst/eliot/"
 distfiles="${PYPI_SITE}/e/eliot/eliot-${version}.tar.gz"
-checksum=68f3901211288c6c3cb2d05124069a42fa8d4635362dd4b3c6459f701cf39e7a
+checksum=9f0e32a5aa678b90660c94f1cfee61b0244a6d91ace294d5ea42fb7163af73b9

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

* Re: python3-eliot: update to 1.9.0.
  2019-10-12 15:35 [PR PATCH] python3-eliot: update to 1.9.0 voidlinux-github
@ 2019-10-14 19:41 ` voidlinux-github
  2019-10-15 15:25 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-14 19:41 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/15390#issuecomment-541879846

Comment:
Needs aiocontextvars to be imported. Also would be great if you fix do_check by providing checkdepends.

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

* Re: [PR PATCH] [Updated] python3-eliot: update to 1.9.0.
  2019-10-12 15:35 [PR PATCH] python3-eliot: update to 1.9.0 voidlinux-github
  2019-10-14 19:41 ` voidlinux-github
  2019-10-15 15:25 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-15 15:25 ` voidlinux-github
  2019-10-15 15:29 ` voidlinux-github
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-15 15:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages python3-eliot
https://github.com/void-linux/void-packages/pull/15390

python3-eliot: update to 1.9.0.


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

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

From 33dd7a3a14fa58fb1bf81d48c8e0495b5022421b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 12 Oct 2019 18:03:12 +0300
Subject: [PATCH 1/2] python3-eliot: update to 1.9.0.

---
 srcpkgs/python3-eliot/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template
index 15b05dd7331..abbe20f4897 100644
--- a/srcpkgs/python3-eliot/template
+++ b/srcpkgs/python3-eliot/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-eliot'
 pkgname=python3-eliot
-version=1.7.0
+version=1.9.0
 revision=1
 archs=noarch
 wrksrc="eliot-${version}"
@@ -8,10 +8,10 @@ build_style=python3-module
 pycompile_module="eliot"
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-six python3-zope.interface python3-rsistent
- python3-boltons"
-short_desc="Logging library that tells you why it happened"
+ python3-boltons python3-aiocontextvars"
+ short_desc="Logging library that tells you why it happened"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/itamarst/eliot/"
 distfiles="${PYPI_SITE}/e/eliot/eliot-${version}.tar.gz"
-checksum=68f3901211288c6c3cb2d05124069a42fa8d4635362dd4b3c6459f701cf39e7a
+checksum=9f0e32a5aa678b90660c94f1cfee61b0244a6d91ace294d5ea42fb7163af73b9

From a2c2e8f59fc8dbc0d2aa6d5c4ba0986a0e55997d Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 15 Oct 2019 18:24:46 +0300
Subject: [PATCH 2/2] New package: python3-aiocontextvars-0.2.2

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

diff --git a/srcpkgs/python3-aiocontextvars/template b/srcpkgs/python3-aiocontextvars/template
new file mode 100644
index 00000000000..9a2999fdff7
--- /dev/null
+++ b/srcpkgs/python3-aiocontextvars/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-aiocontextvars'
+pkgname=python3-aiocontextvars
+version=0.2.2
+revision=1
+wrksrc="aiocontextvars-${version}"
+build_style=python3-module
+pycompile_module="aiocontextvars"
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools"
+short_desc="PEP-550 polyfill, execution context for asyncio"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/fantix/aiocontextvars"
+distfiles="${PYPI_SITE}/a/aiocontextvars/aiocontextvars-${version}.tar.gz"
+checksum=f027372dc48641f683c559f247bd84962becaacdc9ba711d583c3871fb5652aa
+
+post_install() {
+	vlicense LICENSE
+}
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] python3-eliot: update to 1.9.0.
  2019-10-12 15:35 [PR PATCH] python3-eliot: update to 1.9.0 voidlinux-github
  2019-10-14 19:41 ` voidlinux-github
@ 2019-10-15 15:25 ` voidlinux-github
  2019-10-15 15:25 ` voidlinux-github
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-15 15:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages python3-eliot
https://github.com/void-linux/void-packages/pull/15390

python3-eliot: update to 1.9.0.


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

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

From 33dd7a3a14fa58fb1bf81d48c8e0495b5022421b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 12 Oct 2019 18:03:12 +0300
Subject: [PATCH 1/2] python3-eliot: update to 1.9.0.

---
 srcpkgs/python3-eliot/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template
index 15b05dd7331..abbe20f4897 100644
--- a/srcpkgs/python3-eliot/template
+++ b/srcpkgs/python3-eliot/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-eliot'
 pkgname=python3-eliot
-version=1.7.0
+version=1.9.0
 revision=1
 archs=noarch
 wrksrc="eliot-${version}"
@@ -8,10 +8,10 @@ build_style=python3-module
 pycompile_module="eliot"
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-six python3-zope.interface python3-rsistent
- python3-boltons"
-short_desc="Logging library that tells you why it happened"
+ python3-boltons python3-aiocontextvars"
+ short_desc="Logging library that tells you why it happened"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/itamarst/eliot/"
 distfiles="${PYPI_SITE}/e/eliot/eliot-${version}.tar.gz"
-checksum=68f3901211288c6c3cb2d05124069a42fa8d4635362dd4b3c6459f701cf39e7a
+checksum=9f0e32a5aa678b90660c94f1cfee61b0244a6d91ace294d5ea42fb7163af73b9

From a2c2e8f59fc8dbc0d2aa6d5c4ba0986a0e55997d Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 15 Oct 2019 18:24:46 +0300
Subject: [PATCH 2/2] New package: python3-aiocontextvars-0.2.2

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

diff --git a/srcpkgs/python3-aiocontextvars/template b/srcpkgs/python3-aiocontextvars/template
new file mode 100644
index 00000000000..9a2999fdff7
--- /dev/null
+++ b/srcpkgs/python3-aiocontextvars/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-aiocontextvars'
+pkgname=python3-aiocontextvars
+version=0.2.2
+revision=1
+wrksrc="aiocontextvars-${version}"
+build_style=python3-module
+pycompile_module="aiocontextvars"
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools"
+short_desc="PEP-550 polyfill, execution context for asyncio"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/fantix/aiocontextvars"
+distfiles="${PYPI_SITE}/a/aiocontextvars/aiocontextvars-${version}.tar.gz"
+checksum=f027372dc48641f683c559f247bd84962becaacdc9ba711d583c3871fb5652aa
+
+post_install() {
+	vlicense LICENSE
+}
\ No newline at end of file

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

* Re: python3-eliot: update to 1.9.0.
  2019-10-12 15:35 [PR PATCH] python3-eliot: update to 1.9.0 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-15 15:25 ` voidlinux-github
@ 2019-10-15 15:29 ` voidlinux-github
  2019-10-15 15:40 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-15 15:29 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/15390#issuecomment-542270847

Comment:
> Needs aiocontextvars to be imported. Also would be great if you fix do_check by providing checkdepends.

I packaged aiocontextvars, bit I 'll pass on checkdepends - check does not work even if I include everything that setup.py  has for test dependencies.

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

* Re: [PR PATCH] [Updated] python3-eliot: update to 1.9.0.
  2019-10-12 15:35 [PR PATCH] python3-eliot: update to 1.9.0 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-15 15:40 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-15 15:40 ` voidlinux-github
  2019-10-15 18:28 ` voidlinux-github
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-15 15:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages python3-eliot
https://github.com/void-linux/void-packages/pull/15390

python3-eliot: update to 1.9.0.


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

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

From 33dd7a3a14fa58fb1bf81d48c8e0495b5022421b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 12 Oct 2019 18:03:12 +0300
Subject: [PATCH 1/2] python3-eliot: update to 1.9.0.

---
 srcpkgs/python3-eliot/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template
index 15b05dd7331..abbe20f4897 100644
--- a/srcpkgs/python3-eliot/template
+++ b/srcpkgs/python3-eliot/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-eliot'
 pkgname=python3-eliot
-version=1.7.0
+version=1.9.0
 revision=1
 archs=noarch
 wrksrc="eliot-${version}"
@@ -8,10 +8,10 @@ build_style=python3-module
 pycompile_module="eliot"
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-six python3-zope.interface python3-rsistent
- python3-boltons"
-short_desc="Logging library that tells you why it happened"
+ python3-boltons python3-aiocontextvars"
+ short_desc="Logging library that tells you why it happened"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/itamarst/eliot/"
 distfiles="${PYPI_SITE}/e/eliot/eliot-${version}.tar.gz"
-checksum=68f3901211288c6c3cb2d05124069a42fa8d4635362dd4b3c6459f701cf39e7a
+checksum=9f0e32a5aa678b90660c94f1cfee61b0244a6d91ace294d5ea42fb7163af73b9

From 6b35f756480a793392eda3e50a131e6a107ab6e5 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 15 Oct 2019 18:24:46 +0300
Subject: [PATCH 2/2] New package: python3-aiocontextvars-0.2.2

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

diff --git a/srcpkgs/python3-aiocontextvars/template b/srcpkgs/python3-aiocontextvars/template
new file mode 100644
index 00000000000..3fbe077840c
--- /dev/null
+++ b/srcpkgs/python3-aiocontextvars/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-aiocontextvars'
+pkgname=python3-aiocontextvars
+version=0.2.2
+revision=1
+wrksrc="aiocontextvars-${version}"
+build_style=python3-module
+pycompile_module="aiocontextvars"
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools"
+short_desc="PEP-550 polyfill, execution context for asyncio"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/fantix/aiocontextvars"
+distfiles="${PYPI_SITE}/a/aiocontextvars/aiocontextvars-${version}.tar.gz"
+checksum=f027372dc48641f683c559f247bd84962becaacdc9ba711d583c3871fb5652aa
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] python3-eliot: update to 1.9.0.
  2019-10-12 15:35 [PR PATCH] python3-eliot: update to 1.9.0 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-15 15:29 ` voidlinux-github
@ 2019-10-15 15:40 ` voidlinux-github
  2019-10-15 15:40 ` voidlinux-github
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-15 15:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages python3-eliot
https://github.com/void-linux/void-packages/pull/15390

python3-eliot: update to 1.9.0.


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

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

From 33dd7a3a14fa58fb1bf81d48c8e0495b5022421b Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 12 Oct 2019 18:03:12 +0300
Subject: [PATCH 1/2] python3-eliot: update to 1.9.0.

---
 srcpkgs/python3-eliot/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template
index 15b05dd7331..abbe20f4897 100644
--- a/srcpkgs/python3-eliot/template
+++ b/srcpkgs/python3-eliot/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-eliot'
 pkgname=python3-eliot
-version=1.7.0
+version=1.9.0
 revision=1
 archs=noarch
 wrksrc="eliot-${version}"
@@ -8,10 +8,10 @@ build_style=python3-module
 pycompile_module="eliot"
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-six python3-zope.interface python3-rsistent
- python3-boltons"
-short_desc="Logging library that tells you why it happened"
+ python3-boltons python3-aiocontextvars"
+ short_desc="Logging library that tells you why it happened"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/itamarst/eliot/"
 distfiles="${PYPI_SITE}/e/eliot/eliot-${version}.tar.gz"
-checksum=68f3901211288c6c3cb2d05124069a42fa8d4635362dd4b3c6459f701cf39e7a
+checksum=9f0e32a5aa678b90660c94f1cfee61b0244a6d91ace294d5ea42fb7163af73b9

From 6b35f756480a793392eda3e50a131e6a107ab6e5 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 15 Oct 2019 18:24:46 +0300
Subject: [PATCH 2/2] New package: python3-aiocontextvars-0.2.2

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

diff --git a/srcpkgs/python3-aiocontextvars/template b/srcpkgs/python3-aiocontextvars/template
new file mode 100644
index 00000000000..3fbe077840c
--- /dev/null
+++ b/srcpkgs/python3-aiocontextvars/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-aiocontextvars'
+pkgname=python3-aiocontextvars
+version=0.2.2
+revision=1
+wrksrc="aiocontextvars-${version}"
+build_style=python3-module
+pycompile_module="aiocontextvars"
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools"
+short_desc="PEP-550 polyfill, execution context for asyncio"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/fantix/aiocontextvars"
+distfiles="${PYPI_SITE}/a/aiocontextvars/aiocontextvars-${version}.tar.gz"
+checksum=f027372dc48641f683c559f247bd84962becaacdc9ba711d583c3871fb5652aa
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] python3-eliot: update to 1.9.0.
  2019-10-12 15:35 [PR PATCH] python3-eliot: update to 1.9.0 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-10-15 18:28 ` voidlinux-github
@ 2019-10-15 18:28 ` voidlinux-github
  2019-10-15 19:47 ` voidlinux-github
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-15 18:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages python3-eliot
https://github.com/void-linux/void-packages/pull/15390

python3-eliot: update to 1.9.0.


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

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

From b6a5bf7c854ebbd9e5601f7c7111269727894607 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 12 Oct 2019 18:03:12 +0300
Subject: [PATCH 1/2] python3-eliot: update to 1.9.0.

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

diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template
index 15b05dd7331..f859861c87b 100644
--- a/srcpkgs/python3-eliot/template
+++ b/srcpkgs/python3-eliot/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-eliot'
 pkgname=python3-eliot
-version=1.7.0
+version=1.9.0
 revision=1
 archs=noarch
 wrksrc="eliot-${version}"
@@ -8,10 +8,10 @@ build_style=python3-module
 pycompile_module="eliot"
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-six python3-zope.interface python3-rsistent
- python3-boltons"
+ python3-boltons python3-aiocontextvars"
 short_desc="Logging library that tells you why it happened"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/itamarst/eliot/"
 distfiles="${PYPI_SITE}/e/eliot/eliot-${version}.tar.gz"
-checksum=68f3901211288c6c3cb2d05124069a42fa8d4635362dd4b3c6459f701cf39e7a
+checksum=9f0e32a5aa678b90660c94f1cfee61b0244a6d91ace294d5ea42fb7163af73b9

From 61a0429e75267e2a4ac7d9f18925669db570ec77 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 15 Oct 2019 18:24:46 +0300
Subject: [PATCH 2/2] New package: python3-aiocontextvars-0.2.2

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

diff --git a/srcpkgs/python3-aiocontextvars/template b/srcpkgs/python3-aiocontextvars/template
new file mode 100644
index 00000000000..9d7b420b6ad
--- /dev/null
+++ b/srcpkgs/python3-aiocontextvars/template
@@ -0,0 +1,23 @@
+# Template file for 'python3-aiocontextvars'
+pkgname=python3-aiocontextvars
+version=0.2.2
+revision=1
+wrksrc="aiocontextvars-${version}"
+build_style=python3-module
+pycompile_module="aiocontextvars"
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools"
+short_desc="PEP-550 polyfill, execution context for asyncio"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/fantix/aiocontextvars"
+distfiles="${PYPI_SITE}/a/aiocontextvars/aiocontextvars-${version}.tar.gz"
+checksum=f027372dc48641f683c559f247bd84962becaacdc9ba711d583c3871fb5652aa
+
+pre_check() {
+	vsed -i -e "s/'pytest-asyncio==0.8.0',/'pytest-asyncio',/" setup.py
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] python3-eliot: update to 1.9.0.
  2019-10-12 15:35 [PR PATCH] python3-eliot: update to 1.9.0 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-10-15 15:40 ` voidlinux-github
@ 2019-10-15 18:28 ` voidlinux-github
  2019-10-15 18:28 ` voidlinux-github
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-15 18:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages python3-eliot
https://github.com/void-linux/void-packages/pull/15390

python3-eliot: update to 1.9.0.


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

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

From b6a5bf7c854ebbd9e5601f7c7111269727894607 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 12 Oct 2019 18:03:12 +0300
Subject: [PATCH 1/2] python3-eliot: update to 1.9.0.

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

diff --git a/srcpkgs/python3-eliot/template b/srcpkgs/python3-eliot/template
index 15b05dd7331..f859861c87b 100644
--- a/srcpkgs/python3-eliot/template
+++ b/srcpkgs/python3-eliot/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-eliot'
 pkgname=python3-eliot
-version=1.7.0
+version=1.9.0
 revision=1
 archs=noarch
 wrksrc="eliot-${version}"
@@ -8,10 +8,10 @@ build_style=python3-module
 pycompile_module="eliot"
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-six python3-zope.interface python3-rsistent
- python3-boltons"
+ python3-boltons python3-aiocontextvars"
 short_desc="Logging library that tells you why it happened"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/itamarst/eliot/"
 distfiles="${PYPI_SITE}/e/eliot/eliot-${version}.tar.gz"
-checksum=68f3901211288c6c3cb2d05124069a42fa8d4635362dd4b3c6459f701cf39e7a
+checksum=9f0e32a5aa678b90660c94f1cfee61b0244a6d91ace294d5ea42fb7163af73b9

From 61a0429e75267e2a4ac7d9f18925669db570ec77 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 15 Oct 2019 18:24:46 +0300
Subject: [PATCH 2/2] New package: python3-aiocontextvars-0.2.2

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

diff --git a/srcpkgs/python3-aiocontextvars/template b/srcpkgs/python3-aiocontextvars/template
new file mode 100644
index 00000000000..9d7b420b6ad
--- /dev/null
+++ b/srcpkgs/python3-aiocontextvars/template
@@ -0,0 +1,23 @@
+# Template file for 'python3-aiocontextvars'
+pkgname=python3-aiocontextvars
+version=0.2.2
+revision=1
+wrksrc="aiocontextvars-${version}"
+build_style=python3-module
+pycompile_module="aiocontextvars"
+hostmakedepends="python3-setuptools"
+depends="python3-setuptools"
+short_desc="PEP-550 polyfill, execution context for asyncio"
+maintainer="mobinmob <mobinmob@disroot.org>"
+license="BSD-3-Clause"
+homepage="https://github.com/fantix/aiocontextvars"
+distfiles="${PYPI_SITE}/a/aiocontextvars/aiocontextvars-${version}.tar.gz"
+checksum=f027372dc48641f683c559f247bd84962becaacdc9ba711d583c3871fb5652aa
+
+pre_check() {
+	vsed -i -e "s/'pytest-asyncio==0.8.0',/'pytest-asyncio',/" setup.py
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: python3-eliot: update to 1.9.0.
  2019-10-12 15:35 [PR PATCH] python3-eliot: update to 1.9.0 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-10-15 18:28 ` voidlinux-github
@ 2019-10-15 19:47 ` voidlinux-github
  2019-10-16 13:40 ` voidlinux-github
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-15 19:47 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/15390#issuecomment-542375072

Comment:
aiocontextvars needs contextvars. contextvars may need immutables. Please test it.

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

* Re: python3-eliot: update to 1.9.0.
  2019-10-12 15:35 [PR PATCH] python3-eliot: update to 1.9.0 voidlinux-github
                   ` (8 preceding siblings ...)
  2019-10-15 19:47 ` voidlinux-github
@ 2019-10-16 13:40 ` voidlinux-github
  2019-10-16 13:40 ` voidlinux-github
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-16 13:40 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/15390#issuecomment-542705931

Comment:
I do not think that adding 2 new packages that are backports from 3.7 make sense.

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

* Re: python3-eliot: update to 1.9.0.
  2019-10-12 15:35 [PR PATCH] python3-eliot: update to 1.9.0 voidlinux-github
                   ` (9 preceding siblings ...)
  2019-10-16 13:40 ` voidlinux-github
@ 2019-10-16 13:40 ` voidlinux-github
  2019-10-16 13:41 ` voidlinux-github
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-16 13:40 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/15390#issuecomment-542705931

Comment:
I do not think that adding 2 new packages that are backports from 3.7 makes sense.

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

* Re: python3-eliot: update to 1.9.0.
  2019-10-12 15:35 [PR PATCH] python3-eliot: update to 1.9.0 voidlinux-github
                   ` (10 preceding siblings ...)
  2019-10-16 13:40 ` voidlinux-github
@ 2019-10-16 13:41 ` voidlinux-github
  2019-10-16 16:14 ` voidlinux-github
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-16 13:41 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/15390#issuecomment-542705931

Comment:
I do not think that adding 2 new packages that are features backported from 3.7 makes sense :) They are going to be obsolete in the next python update.

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

* Re: python3-eliot: update to 1.9.0.
  2019-10-12 15:35 [PR PATCH] python3-eliot: update to 1.9.0 voidlinux-github
                   ` (11 preceding siblings ...)
  2019-10-16 13:41 ` voidlinux-github
@ 2019-10-16 16:14 ` voidlinux-github
  2019-10-17  6:04 ` [WIP] " voidlinux-github
  2019-10-17  6:05 ` voidlinux-github
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-16 16:14 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/15390#issuecomment-542778516

Comment:
As you wish, but eliot requires them so we need to wait with update to update of python.

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

* Re: [WIP] python3-eliot: update to 1.9.0.
  2019-10-12 15:35 [PR PATCH] python3-eliot: update to 1.9.0 voidlinux-github
                   ` (12 preceding siblings ...)
  2019-10-16 16:14 ` voidlinux-github
@ 2019-10-17  6:04 ` voidlinux-github
  2019-10-17  6:05 ` voidlinux-github
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-17  6:04 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/15390#issuecomment-543018510

Comment:
Added [WIP] while waiting for 3.8 :)

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

* Re: [WIP] python3-eliot: update to 1.9.0.
  2019-10-12 15:35 [PR PATCH] python3-eliot: update to 1.9.0 voidlinux-github
                   ` (13 preceding siblings ...)
  2019-10-17  6:04 ` [WIP] " voidlinux-github
@ 2019-10-17  6:05 ` voidlinux-github
  14 siblings, 0 replies; 16+ messages in thread
From: voidlinux-github @ 2019-10-17  6:05 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/15390#issuecomment-543018510

Comment:
Added [WIP] while we are waiting for 3.8 :)

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

end of thread, other threads:[~2019-10-17  6:05 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-12 15:35 [PR PATCH] python3-eliot: update to 1.9.0 voidlinux-github
2019-10-14 19:41 ` voidlinux-github
2019-10-15 15:25 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-15 15:25 ` voidlinux-github
2019-10-15 15:29 ` voidlinux-github
2019-10-15 15:40 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-15 15:40 ` voidlinux-github
2019-10-15 18:28 ` voidlinux-github
2019-10-15 18:28 ` voidlinux-github
2019-10-15 19:47 ` voidlinux-github
2019-10-16 13:40 ` voidlinux-github
2019-10-16 13:40 ` voidlinux-github
2019-10-16 13:41 ` voidlinux-github
2019-10-16 16:14 ` voidlinux-github
2019-10-17  6:04 ` [WIP] " voidlinux-github
2019-10-17  6:05 ` 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).