Github messages for voidlinux
 help / color / mirror / Atom feed
From: mobinmob <mobinmob@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] poezio update+deps
Date: Tue, 02 Jun 2020 11:15:43 +0200	[thread overview]
Message-ID: <20200602091543.4sTrIyDKD4_lV94jCFLmGMivUoA56xrji3KGHlq-0XQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-22494@inbox.vuxu.org>

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

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

https://github.com/mobinmob/void-packages poezio
https://github.com/void-linux/void-packages/pull/22494

poezio update+deps


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

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

From d6839c3a7ffb3b78da34eac0bd8c19313081c5d2 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 1 Jun 2020 15:45:29 +0300
Subject: [PATCH 1/4] python3-pycares: update to 3.1.1.

---
 srcpkgs/python3-pycares/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-pycares/template b/srcpkgs/python3-pycares/template
index ed82808bada..21355c3b62e 100644
--- a/srcpkgs/python3-pycares/template
+++ b/srcpkgs/python3-pycares/template
@@ -1,19 +1,18 @@
 # Template file for 'python3-pycares'
 pkgname=python3-pycares
-version=2.3.0
-revision=3
+version=3.1.1
+revision=1
 wrksrc="pycares-${version}"
 build_style=python3-module
-pycompile_module="pycares"
 # using bundled c-ares which is patched for TTL support
 hostmakedepends="python3-setuptools"
 makedepends="python3-devel"
 short_desc="Python interface for c-ares"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="https://github.com/saghul/pycares"
 license="MIT"
+homepage="https://github.com/saghul/pycares"
 distfiles="${PYPI_SITE}/p/pycares/pycares-${version}.tar.gz"
-checksum=36f4c03df57c41a87eb3d642201684eb5a8bc194f4bafaa9f60ee6dc0aef8e40
+checksum=18dfd4fd300f570d6c4536c1d987b7b7673b2a9d14346592c5d6ed716df0d104
 
 post_install() {
 	vlicense LICENSE

From 088096db9b9c486462425981af4576d16b25dfb8 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 1 Jun 2020 15:45:42 +0300
Subject: [PATCH 2/4] python3-aiodns: update to 2.0.0.

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

diff --git a/srcpkgs/python3-aiodns/template b/srcpkgs/python3-aiodns/template
index 8e06ea6e614..bca5802ef69 100644
--- a/srcpkgs/python3-aiodns/template
+++ b/srcpkgs/python3-aiodns/template
@@ -1,11 +1,10 @@
 # Template file for 'python3-aiodns'
 pkgname=python3-aiodns
-version=1.2.0
-revision=2
+version=2.0.0
+revision=1
 archs=noarch
 wrksrc="aiodns-${version}"
 build_style=python3-module
-pycompile_module="aiodns"
 hostmakedepends="python3-setuptools"
 depends="python3-pycares"
 short_desc="Asynchronous Python DNS library using asyncio"
@@ -13,7 +12,7 @@ maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>"
 license="MIT"
 homepage="https://github.com/saghul/aiodns"
 distfiles="${PYPI_SITE}/a/aiodns/aiodns-${version}.tar.gz"
-checksum=d67e14b32176bcf3ff79b5d47c466011ce4adeadfa264f7949da1377332a0449
+checksum=815fdef4607474295d68da46978a54481dd1e7be153c7d60f9e72773cd38d77d
 
 post_install() {
 	vlicense LICENSE

From f7c0e37c7c01c1bffb5624951af23a02c4e98383 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 1 Jun 2020 15:46:00 +0300
Subject: [PATCH 3/4] python3-slixmpp: update to 1.5.2.

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

diff --git a/srcpkgs/python3-slixmpp/template b/srcpkgs/python3-slixmpp/template
index cbbde6f394b..13ecd253592 100644
--- a/srcpkgs/python3-slixmpp/template
+++ b/srcpkgs/python3-slixmpp/template
@@ -1,10 +1,9 @@
 # Template file for 'python3-slixmpp'
 pkgname=python3-slixmpp
-version=1.4.2
-revision=2
+version=1.5.2
+revision=1
 wrksrc="slixmpp-${version}"
 build_style=python3-module
-pycompile_module="slixmpp"
 hostmakedepends="pkg-config python3-setuptools python3-Cython"
 makedepends="python3-devel libidn-devel"
 depends="python3-aiodns python3-pyasn1 python3-pyasn1-modules python3-aiohttp"
@@ -14,7 +13,7 @@ maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>"
 license="MIT"
 homepage="https://pypi.org/project/slixmpp/"
 distfiles="${PYPI_SITE}/s/slixmpp/slixmpp-${version}.tar.gz"
-checksum=c3204fbe8ded148e1eca6720ba0398298c159f29ec76dfc6f7dd7ed999ae1767
+checksum=6495fbf9f4ee5aa6a89d8549c5b5d07cd097fa6aa03533f773a57ec34a26af30
 
 pre_build() {
 	sed -i "s|os.environ.get('CC', 'cc')|'${CC}'|" setup.py

From 31259edb8468b43f3aa5c856033fe931e338a813 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Mon, 1 Jun 2020 15:46:07 +0300
Subject: [PATCH 4/4] poezio: update to 0.13.1.

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

diff --git a/srcpkgs/poezio/template b/srcpkgs/poezio/template
index 4b318419dab..a1f8f955c0d 100644
--- a/srcpkgs/poezio/template
+++ b/srcpkgs/poezio/template
@@ -1,9 +1,8 @@
 # Template file for 'poezio'
 pkgname=poezio
-version=0.12.1
+version=0.13.1
 revision=2
 build_style=python3-module
-pycompile_module="poezio poezio_plugins poezio_themes"
 hostmakedepends="python3-setuptools pkg-config"
 makedepends="python3-devel"
 depends="python3-setuptools python3-slixmpp"
@@ -12,7 +11,7 @@ maintainer="Franklin Delehelle <franklin.delehelle@odena.eu>"
 license="Zlib"
 homepage="https://poez.io/"
 distfiles="${PYPI_SITE}/p/poezio/poezio-${version}.tar.gz"
-checksum=d59dedf80d074074dd4f6798559a257853fa6ab064d992d7a203f11c8b2a9bd7
+checksum=54befa84633c5158112fa5673490ccaf30af3e52a61daf433c867df47bca2271
 
 pre_configure() {
 	sed -i "s|os.environ.get('CC', 'cc')|'${CC}'|" setup.py

      reply	other threads:[~2020-06-02  9:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-01 12:49 [PR PATCH] " mobinmob
2020-06-02  9:15 ` mobinmob [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200602091543.4sTrIyDKD4_lV94jCFLmGMivUoA56xrji3KGHlq-0XQ@z \
    --to=mobinmob@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).