Github messages for voidlinux
 help / color / mirror / Atom feed
From: joelchrono12 <joelchrono12@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated]  vdirsyncer: update to 0.19.0 
Date: Sun, 15 Jan 2023 05:26:10 +0100	[thread overview]
Message-ID: <20230115042610.vVK_ysckBcIpBZQiK67zlydB6N2MUXhVUzgFuzNeMs4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-41530@inbox.vuxu.org>

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

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

https://github.com/joelchrono12/void-packages python3-aiostream
https://github.com/void-linux/void-packages/pull/41530

 vdirsyncer: update to 0.19.0 
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc



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

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

From 5782dd3e0e7f8ba292c2cc2e9804981a8fc32fe5 Mon Sep 17 00:00:00 2001
From: joelchrono12 <joel.chrono@disroot.org>
Date: Sun, 8 Jan 2023 20:31:05 -0600
Subject: [PATCH 1/2] New package: python3-aiostream-0.4.5

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

diff --git a/srcpkgs/python3-aiostream/template b/srcpkgs/python3-aiostream/template
new file mode 100644
index 000000000000..f8088e101d9f
--- /dev/null
+++ b/srcpkgs/python3-aiostream/template
@@ -0,0 +1,13 @@
+# Template file for 'python3-aiostream'
+pkgname=python3-aiostream
+version=0.4.5
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3"
+short_desc="Generator-based operators for asynchronous iteration"
+maintainer="joelchrono12 <joel.chrono@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://aiostream.readthedocs.io/"
+distfiles="${PYPI_SITE}/a/aiostream/aiostream-${version}.tar.gz"
+checksum=3ecbf87085230fbcd9605c32ca20c4fb41af02c71d076eab246ea22e35947d88

From 6f31a697af4a0e4e38eac2ecbbdd3f3ab24b7ac9 Mon Sep 17 00:00:00 2001
From: joelchrono12 <joel.chrono@disroot.org>
Date: Mon, 9 Jan 2023 08:48:16 -0600
Subject: [PATCH 2/2] vdirsyncer: update to 0.19.0

---
 srcpkgs/vdirsyncer/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/vdirsyncer/template b/srcpkgs/vdirsyncer/template
index 4e2c23289b8e..3132c6a41a27 100644
--- a/srcpkgs/vdirsyncer/template
+++ b/srcpkgs/vdirsyncer/template
@@ -1,23 +1,24 @@
 # Template file for 'vdirsyncer'
 pkgname=vdirsyncer
-version=0.18.0
-revision=3
+version=0.19.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools_scm"
 depends="python3-atomicwrites python3-click python3-click-log
- python3-click-threading python3-requests-toolbelt"
-checkdepends="python3-pytest python3-hypothesis $depends"
+python3-click-threading python3-requests-toolbelt python3-aiohttp
+python3-aiostream"
+checkdepends="python3-pytest python3-hypothesis python3-aioresponses python3-trustme python3-pytest-asyncio python3-pytest-localserver python3-pytest-httpserver $depends"
 short_desc="Synchronize calendars and addressbooks"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://vdirsyncer.pimutils.org/"
 distfiles="${PYPI_SITE}/v/vdirsyncer/vdirsyncer-${version}.tar.gz"
-checksum=27bc3ed51f774935fbba392915c8c8d4cf639ae51a44b674686b49a1025fc201
+checksum=8e1e8403a08659e5a4e7fa3e9caaa2e2dce2bf1f98d923029049a34db75a2525
 
 do_check() {
-	# Disable coverage checks and those requiring unpackaged pytest-localserver
+# Disable coverage checks and those requiring unpackaged pytest-localserver
 	vsed -e 's/^addopts/noaddopts/' -i setup.cfg
-	PYTHONPATH="$(cd build/lib* && pwd)" \
+		PYTHONPATH="$(cd build/lib* && pwd)" \
 		python3 -m pytest -k 'not test_request_ssl_fingerprints'
 }
 

  parent reply	other threads:[~2023-01-15  4:26 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-09  2:34 [PR PATCH] New package: python3-aiostream-0.4.5 joelchrono12
2023-01-09  2:35 ` [PR PATCH] [Updated] " joelchrono12
2023-01-09 14:10 ` joelchrono12
2023-01-10 22:36 ` Piraty
2023-01-10 23:36 ` joelchrono12
2023-01-10 23:36 ` joelchrono12
2023-01-11  1:12 ` classabbyamp
2023-01-14  3:30 ` [PR PATCH] [Updated] " joelchrono12
2023-01-14  3:37 ` joelchrono12
2023-01-14  3:39 ` vdirsyncer: update to 0.19.0 joelchrono12
2023-01-15  4:26 ` joelchrono12 [this message]
2023-01-15  9:12 ` [PR REVIEW] " paper42
2023-01-15  9:12 ` paper42
2023-01-15  9:12 ` paper42
2023-01-20 17:29 ` ahesford
2023-01-20 17:29 ` [PR PATCH] [Closed]: " ahesford

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=20230115042610.vVK_ysckBcIpBZQiK67zlydB6N2MUXhVUzgFuzNeMs4@z \
    --to=joelchrono12@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).