Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] etesync-dav: update to 0.32.1
@ 2022-10-08 20:44 DragonGhost7
  2022-10-08 20:55 ` [PR PATCH] [Updated] " DragonGhost7
                   ` (29 more replies)
  0 siblings, 30 replies; 31+ messages in thread
From: DragonGhost7 @ 2022-10-08 20:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/DragonGhost7/void-packages etesync-dav
https://github.com/void-linux/void-packages/pull/39818

etesync-dav: update to 0.32.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

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


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

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

From 027c873d9a58c5698b980b148637375ebaf79e5d Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sat, 8 Oct 2022 16:01:12 -0400
Subject: [PATCH 1/5] New package: python3-email-validator-1.3.0_1:

---
 srcpkgs/python3-email-validator/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-email-validator/template

diff --git a/srcpkgs/python3-email-validator/template b/srcpkgs/python3-email-validator/template
new file mode 100644
index 000000000000..574ce83845cf
--- /dev/null
+++ b/srcpkgs/python3-email-validator/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-email-validator'
+pkgname=python3-email-validator
+version=1.3.0
+revision=1
+wrksrc="email_validator-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3"
+depends="python3-idna python3-dnspython"
+checkdepends="python3-pytest"
+short_desc="Robust email address syntax and deliverability validation library"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
+license="CC0-1.0"
+homepage="https://github.com/JoshData/python-email-validator"
+distfiles="https://github.com/JoshData/python-email-validator/archive/refs/tags/v${version}.tar.gz"
+checksum=1f5b38b5f6b8455468f2c557e887c442d455931ee1523c6eb40c6f7ce119d99b
+make_check=no #no tests folder is present in archives
+
+post_install() {
+	vlicense LICENSE
+}

From 4012fbe0fccee02d7d5749f193882407f36a3fa1 Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sat, 8 Oct 2022 16:09:07 -0400
Subject: [PATCH 2/5] python3-WTForms: update to 3.0.1.

---
 srcpkgs/python3-WTForms/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template
index aea6345e4710..a3eb0e15e0e6 100644
--- a/srcpkgs/python3-WTForms/template
+++ b/srcpkgs/python3-WTForms/template
@@ -1,18 +1,19 @@
 # Template file for 'python3-WTForms'
 pkgname=python3-WTForms
-version=2.2.1
-revision=5
+version=3.0.1
+revision=1
 wrksrc="WTForms-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
-depends="python3"
+hostmakedepends="python3-setuptools python3-wheel python3-Babel"
+depends="python3 python3-MarkupSafe python3-email-validator"
+checkdepends="python3-pytest ${depends}"
 short_desc="Forms validation and rendering library for Python3"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
 license="BSD-3-Clause"
 homepage="http://wtforms.simplecodes.com/"
 #changelog="https://raw.githubusercontent.com/wtforms/wtforms/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/W/WTForms/WTForms-${version}.tar.gz"
-checksum=0cdbac3e7f6878086c334aa25dc5a33869a3954e9d1e015130d65a69309b3b61
+checksum=6b351bbb12dd58af57ffef05bc78425d08d1914e0fd68ee14143b7ade023c5bc
 
 post_install() {
 	vlicense LICENSE.rst LICENSE

From f5c8582a56c9eb62be54b0b2349de2869ec9d778 Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sat, 8 Oct 2022 16:31:35 -0400
Subject: [PATCH 3/5] New package: python3-etebase-0.31.5

---
 .../patches/libssl_linking.patch              | 21 ++++++++++++++
 srcpkgs/python3-etebase/template              | 28 +++++++++++++++++++
 2 files changed, 49 insertions(+)
 create mode 100644 srcpkgs/python3-etebase/patches/libssl_linking.patch
 create mode 100644 srcpkgs/python3-etebase/template

diff --git a/srcpkgs/python3-etebase/patches/libssl_linking.patch b/srcpkgs/python3-etebase/patches/libssl_linking.patch
new file mode 100644
index 000000000000..ea144ca7c48d
--- /dev/null
+++ b/srcpkgs/python3-etebase/patches/libssl_linking.patch
@@ -0,0 +1,21 @@
+From 2767461bc4509440be3a9b8f553b9a0bea468e6b Mon Sep 17 00:00:00 2001
+From: Tom Hacohen <tom@stosb.com>
+Date: Mon, 23 Nov 2020 11:59:53 +0200
+Subject: [PATCH] Dynamically link against libssl.
+
+---
+ Cargo.toml | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/Cargo.toml b/Cargo.toml
+index 5700454..d525653 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -19,5 +19,4 @@ log = "^0.4.6"
+
+ [dependencies]
+ cpython = { version = "0.7", features = ["extension-module"] }
+-openssl = { version = "0.10.30", features = ["vendored"] }
+ etebase = { version = "^0.5.1" }
+--
+2.28.0
diff --git a/srcpkgs/python3-etebase/template b/srcpkgs/python3-etebase/template
new file mode 100644
index 000000000000..dd45e96693d4
--- /dev/null
+++ b/srcpkgs/python3-etebase/template
@@ -0,0 +1,28 @@
+# Template file for 'python3-etebase'
+pkgname=python3-etebase
+version=0.31.5
+revision=1
+archs="x86_64"
+wrksrc="etebase-py-${version}"
+build_style=python3-module
+build_helper="rust"
+hostmakedepends="python3-setuptools python3-wheel python3-setuptools-rust cargo"
+makedepends="libsodium libsodium-devel openssl-devel pkg-config"
+depends="python3-msgpack openssl"
+checkdepends="python3-pytest python3-pytest ${depends}"
+short_desc="Python library for Etebase"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/etesync/etebase-py/"
+distfiles="https://github.com/etesync/etebase-py/archive/refs/tags/v${version}.tar.gz"
+checksum=3f372b18cc518e04788ca553fb05989f77f393d041688a44f69b7b5b56d71048
+# make_check=no  #checking requires starting the server on localhost
+
+pre_build() {
+	vsed -i -e 's|.rustfmt_bindings(true);|.rustfmt_bindings(false);|' build.rs
+#rustfmt binary is not present in the default cargo installation.
+}
+
+post_install() {
+	vlicense LICENSE
+}

From 2acbc9c071e27525015e04342b155f9dbf080573 Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sat, 8 Oct 2022 16:32:45 -0400
Subject: [PATCH 4/5] python3-etesync: update to 0.12.1.

---
 srcpkgs/python3-etesync/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-etesync/template b/srcpkgs/python3-etesync/template
index 8f0f6dfc758a..0fb68728c047 100644
--- a/srcpkgs/python3-etesync/template
+++ b/srcpkgs/python3-etesync/template
@@ -11,7 +11,7 @@ python3-pycparser python3-parsing python3-pytz python3-requests python3-six
 python3-vobject python3-scrypt"
 checkdepends="$depends python3-pytest python3-coverage"
 short_desc="Python3 client library for EteSync"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
 license="LGPL-3.0-only"
 homepage="https://www.etesync.com"
 distfiles="${PYPI_SITE}/e/etesync/etesync-${version}.tar.gz"

From a1c8c0d7c07f5f21f80553bac2eb18bad9f20acb Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sat, 8 Oct 2022 16:35:08 -0400
Subject: [PATCH 5/5] etesync-dav: update to 0.32.1.

---
 srcpkgs/etesync-dav/template | 19 ++++++-------------
 1 file changed, 6 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/etesync-dav/template b/srcpkgs/etesync-dav/template
index 045727d707a1..16efaa70e611 100644
--- a/srcpkgs/etesync-dav/template
+++ b/srcpkgs/etesync-dav/template
@@ -1,22 +1,15 @@
 # Template file for 'etesync-dav'
 pkgname=etesync-dav
-version=0.20.4
-revision=3
+version=0.32.1
+revision=1
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-etesync radicale2 python3-Flask python3-Flask-WTF"
+depends="python3-etesync python3-etebase radicale2 python3-Flask python3-Flask-WTF"
 checkdepends="$depends python3-pytest"
 short_desc="CalDAV and CardDAV frontend for EteSync"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
 license="GPL-3.0-only"
 homepage="http://www.etesync.com"
 distfiles="${PYPI_SITE}/e/etesync-dav/etesync-dav-${version}.tar.gz"
-checksum=0f112d0ae98bfb5908d581e392cfba24e7f9f4ccac3109d21173e8c0ab5bc03f
-
-do_check() {
-	pytest3
-}
-
-post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/tests
-}
+checksum=a4e2ee83932755d29ac39c1e74005ec289880fd2d4d2164f09fe2464a294d720
+make_check=no #there are no tests to run

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

* Re: [PR PATCH] [Updated] etesync-dav: update to 0.32.1
  2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
@ 2022-10-08 20:55 ` DragonGhost7
  2022-10-08 21:02 ` DragonGhost7
                   ` (28 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: DragonGhost7 @ 2022-10-08 20:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/DragonGhost7/void-packages etesync-dav
https://github.com/void-linux/void-packages/pull/39818

etesync-dav: update to 0.32.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

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


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

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

From ede88fbad7e8ac83263f12e3ebdbfc386d4aa9ef Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sat, 8 Oct 2022 16:01:12 -0400
Subject: [PATCH 1/5] New package: python3-email-validator-1.3.0_1:

---
 srcpkgs/python3-email-validator/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-email-validator/template

diff --git a/srcpkgs/python3-email-validator/template b/srcpkgs/python3-email-validator/template
new file mode 100644
index 000000000000..489b54017846
--- /dev/null
+++ b/srcpkgs/python3-email-validator/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-email-validator'
+pkgname=python3-email-validator
+version=1.3.0
+revision=1
+wrksrc="python-email-validator-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3"
+depends="python3-idna python3-dnspython"
+checkdepends="python3-pytest"
+short_desc="Robust email address syntax and deliverability validation library"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
+license="CC0-1.0"
+homepage="https://github.com/JoshData/python-email-validator"
+distfiles="https://github.com/JoshData/python-email-validator/archive/refs/tags/v${version}.tar.gz"
+checksum=1f5b38b5f6b8455468f2c557e887c442d455931ee1523c6eb40c6f7ce119d99b
+make_check=no #no tests folder is present in archives
+
+post_install() {
+	vlicense LICENSE
+}

From 31a814f428e1bcd635b77829a533b8da7aeeb3ab Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sat, 8 Oct 2022 16:09:07 -0400
Subject: [PATCH 2/5] python3-WTForms: update to 3.0.1.

---
 srcpkgs/python3-WTForms/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template
index aea6345e4710..a3eb0e15e0e6 100644
--- a/srcpkgs/python3-WTForms/template
+++ b/srcpkgs/python3-WTForms/template
@@ -1,18 +1,19 @@
 # Template file for 'python3-WTForms'
 pkgname=python3-WTForms
-version=2.2.1
-revision=5
+version=3.0.1
+revision=1
 wrksrc="WTForms-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
-depends="python3"
+hostmakedepends="python3-setuptools python3-wheel python3-Babel"
+depends="python3 python3-MarkupSafe python3-email-validator"
+checkdepends="python3-pytest ${depends}"
 short_desc="Forms validation and rendering library for Python3"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
 license="BSD-3-Clause"
 homepage="http://wtforms.simplecodes.com/"
 #changelog="https://raw.githubusercontent.com/wtforms/wtforms/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/W/WTForms/WTForms-${version}.tar.gz"
-checksum=0cdbac3e7f6878086c334aa25dc5a33869a3954e9d1e015130d65a69309b3b61
+checksum=6b351bbb12dd58af57ffef05bc78425d08d1914e0fd68ee14143b7ade023c5bc
 
 post_install() {
 	vlicense LICENSE.rst LICENSE

From 9ac31134d2369d14a13a398c3fc730b3165f6358 Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sat, 8 Oct 2022 16:31:35 -0400
Subject: [PATCH 3/5] New package: python3-etebase-0.31.5

---
 .../patches/libssl_linking.patch              | 21 ++++++++++++++
 srcpkgs/python3-etebase/template              | 28 +++++++++++++++++++
 2 files changed, 49 insertions(+)
 create mode 100644 srcpkgs/python3-etebase/patches/libssl_linking.patch
 create mode 100644 srcpkgs/python3-etebase/template

diff --git a/srcpkgs/python3-etebase/patches/libssl_linking.patch b/srcpkgs/python3-etebase/patches/libssl_linking.patch
new file mode 100644
index 000000000000..ea144ca7c48d
--- /dev/null
+++ b/srcpkgs/python3-etebase/patches/libssl_linking.patch
@@ -0,0 +1,21 @@
+From 2767461bc4509440be3a9b8f553b9a0bea468e6b Mon Sep 17 00:00:00 2001
+From: Tom Hacohen <tom@stosb.com>
+Date: Mon, 23 Nov 2020 11:59:53 +0200
+Subject: [PATCH] Dynamically link against libssl.
+
+---
+ Cargo.toml | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/Cargo.toml b/Cargo.toml
+index 5700454..d525653 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -19,5 +19,4 @@ log = "^0.4.6"
+
+ [dependencies]
+ cpython = { version = "0.7", features = ["extension-module"] }
+-openssl = { version = "0.10.30", features = ["vendored"] }
+ etebase = { version = "^0.5.1" }
+--
+2.28.0
diff --git a/srcpkgs/python3-etebase/template b/srcpkgs/python3-etebase/template
new file mode 100644
index 000000000000..dd45e96693d4
--- /dev/null
+++ b/srcpkgs/python3-etebase/template
@@ -0,0 +1,28 @@
+# Template file for 'python3-etebase'
+pkgname=python3-etebase
+version=0.31.5
+revision=1
+archs="x86_64"
+wrksrc="etebase-py-${version}"
+build_style=python3-module
+build_helper="rust"
+hostmakedepends="python3-setuptools python3-wheel python3-setuptools-rust cargo"
+makedepends="libsodium libsodium-devel openssl-devel pkg-config"
+depends="python3-msgpack openssl"
+checkdepends="python3-pytest python3-pytest ${depends}"
+short_desc="Python library for Etebase"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/etesync/etebase-py/"
+distfiles="https://github.com/etesync/etebase-py/archive/refs/tags/v${version}.tar.gz"
+checksum=3f372b18cc518e04788ca553fb05989f77f393d041688a44f69b7b5b56d71048
+# make_check=no  #checking requires starting the server on localhost
+
+pre_build() {
+	vsed -i -e 's|.rustfmt_bindings(true);|.rustfmt_bindings(false);|' build.rs
+#rustfmt binary is not present in the default cargo installation.
+}
+
+post_install() {
+	vlicense LICENSE
+}

From 6d0d82918d8bbf8e34993c7f79b1a9b6073e5b85 Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sat, 8 Oct 2022 16:32:45 -0400
Subject: [PATCH 4/5] python3-etesync: update to 0.12.1.

---
 srcpkgs/python3-etesync/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-etesync/template b/srcpkgs/python3-etesync/template
index 8f0f6dfc758a..0fb68728c047 100644
--- a/srcpkgs/python3-etesync/template
+++ b/srcpkgs/python3-etesync/template
@@ -11,7 +11,7 @@ python3-pycparser python3-parsing python3-pytz python3-requests python3-six
 python3-vobject python3-scrypt"
 checkdepends="$depends python3-pytest python3-coverage"
 short_desc="Python3 client library for EteSync"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
 license="LGPL-3.0-only"
 homepage="https://www.etesync.com"
 distfiles="${PYPI_SITE}/e/etesync/etesync-${version}.tar.gz"

From 348bb3426e8c83727fcd71466efb96de45032940 Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sat, 8 Oct 2022 16:35:08 -0400
Subject: [PATCH 5/5] etesync-dav: update to 0.32.1.

---
 srcpkgs/etesync-dav/template | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/etesync-dav/template b/srcpkgs/etesync-dav/template
index 045727d707a1..d834cf4f3286 100644
--- a/srcpkgs/etesync-dav/template
+++ b/srcpkgs/etesync-dav/template
@@ -1,22 +1,16 @@
 # Template file for 'etesync-dav'
 pkgname=etesync-dav
-version=0.20.4
-revision=3
+version=0.32.1
+revision=1
+archs="x86_64"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-etesync radicale2 python3-Flask python3-Flask-WTF"
+depends="python3-etesync python3-etebase radicale2 python3-Flask python3-Flask-WTF"
 checkdepends="$depends python3-pytest"
 short_desc="CalDAV and CardDAV frontend for EteSync"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
 license="GPL-3.0-only"
 homepage="http://www.etesync.com"
 distfiles="${PYPI_SITE}/e/etesync-dav/etesync-dav-${version}.tar.gz"
-checksum=0f112d0ae98bfb5908d581e392cfba24e7f9f4ccac3109d21173e8c0ab5bc03f
-
-do_check() {
-	pytest3
-}
-
-post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/tests
-}
+checksum=a4e2ee83932755d29ac39c1e74005ec289880fd2d4d2164f09fe2464a294d720
+make_check=no #there are no tests to run

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

* Re: [PR PATCH] [Updated] etesync-dav: update to 0.32.1
  2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
  2022-10-08 20:55 ` [PR PATCH] [Updated] " DragonGhost7
@ 2022-10-08 21:02 ` DragonGhost7
  2022-10-11  5:04 ` [PR REVIEW] " classabbyamp
                   ` (27 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: DragonGhost7 @ 2022-10-08 21:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/DragonGhost7/void-packages etesync-dav
https://github.com/void-linux/void-packages/pull/39818

etesync-dav: update to 0.32.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

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


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

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

From ede88fbad7e8ac83263f12e3ebdbfc386d4aa9ef Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sat, 8 Oct 2022 16:01:12 -0400
Subject: [PATCH 1/5] New package: python3-email-validator-1.3.0_1:

---
 srcpkgs/python3-email-validator/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/python3-email-validator/template

diff --git a/srcpkgs/python3-email-validator/template b/srcpkgs/python3-email-validator/template
new file mode 100644
index 000000000000..489b54017846
--- /dev/null
+++ b/srcpkgs/python3-email-validator/template
@@ -0,0 +1,21 @@
+# Template file for 'python3-email-validator'
+pkgname=python3-email-validator
+version=1.3.0
+revision=1
+wrksrc="python-email-validator-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3"
+depends="python3-idna python3-dnspython"
+checkdepends="python3-pytest"
+short_desc="Robust email address syntax and deliverability validation library"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
+license="CC0-1.0"
+homepage="https://github.com/JoshData/python-email-validator"
+distfiles="https://github.com/JoshData/python-email-validator/archive/refs/tags/v${version}.tar.gz"
+checksum=1f5b38b5f6b8455468f2c557e887c442d455931ee1523c6eb40c6f7ce119d99b
+make_check=no #no tests folder is present in archives
+
+post_install() {
+	vlicense LICENSE
+}

From 31a814f428e1bcd635b77829a533b8da7aeeb3ab Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sat, 8 Oct 2022 16:09:07 -0400
Subject: [PATCH 2/5] python3-WTForms: update to 3.0.1.

---
 srcpkgs/python3-WTForms/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template
index aea6345e4710..a3eb0e15e0e6 100644
--- a/srcpkgs/python3-WTForms/template
+++ b/srcpkgs/python3-WTForms/template
@@ -1,18 +1,19 @@
 # Template file for 'python3-WTForms'
 pkgname=python3-WTForms
-version=2.2.1
-revision=5
+version=3.0.1
+revision=1
 wrksrc="WTForms-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
-depends="python3"
+hostmakedepends="python3-setuptools python3-wheel python3-Babel"
+depends="python3 python3-MarkupSafe python3-email-validator"
+checkdepends="python3-pytest ${depends}"
 short_desc="Forms validation and rendering library for Python3"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
 license="BSD-3-Clause"
 homepage="http://wtforms.simplecodes.com/"
 #changelog="https://raw.githubusercontent.com/wtforms/wtforms/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/W/WTForms/WTForms-${version}.tar.gz"
-checksum=0cdbac3e7f6878086c334aa25dc5a33869a3954e9d1e015130d65a69309b3b61
+checksum=6b351bbb12dd58af57ffef05bc78425d08d1914e0fd68ee14143b7ade023c5bc
 
 post_install() {
 	vlicense LICENSE.rst LICENSE

From b5c978770c102a1cfeb75bb2dcb7b69c44663f5b Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sat, 8 Oct 2022 16:31:35 -0400
Subject: [PATCH 3/5] New package: python3-etebase-0.31.5

---
 .../patches/libssl_linking.patch              | 21 ++++++++++++++
 srcpkgs/python3-etebase/template              | 28 +++++++++++++++++++
 2 files changed, 49 insertions(+)
 create mode 100644 srcpkgs/python3-etebase/patches/libssl_linking.patch
 create mode 100644 srcpkgs/python3-etebase/template

diff --git a/srcpkgs/python3-etebase/patches/libssl_linking.patch b/srcpkgs/python3-etebase/patches/libssl_linking.patch
new file mode 100644
index 000000000000..ea144ca7c48d
--- /dev/null
+++ b/srcpkgs/python3-etebase/patches/libssl_linking.patch
@@ -0,0 +1,21 @@
+From 2767461bc4509440be3a9b8f553b9a0bea468e6b Mon Sep 17 00:00:00 2001
+From: Tom Hacohen <tom@stosb.com>
+Date: Mon, 23 Nov 2020 11:59:53 +0200
+Subject: [PATCH] Dynamically link against libssl.
+
+---
+ Cargo.toml | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/Cargo.toml b/Cargo.toml
+index 5700454..d525653 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -19,5 +19,4 @@ log = "^0.4.6"
+
+ [dependencies]
+ cpython = { version = "0.7", features = ["extension-module"] }
+-openssl = { version = "0.10.30", features = ["vendored"] }
+ etebase = { version = "^0.5.1" }
+--
+2.28.0
diff --git a/srcpkgs/python3-etebase/template b/srcpkgs/python3-etebase/template
new file mode 100644
index 000000000000..879c2c11a03f
--- /dev/null
+++ b/srcpkgs/python3-etebase/template
@@ -0,0 +1,28 @@
+# Template file for 'python3-etebase'
+pkgname=python3-etebase
+version=0.31.5
+revision=1
+archs="x86_64"
+wrksrc="etebase-py-${version}"
+build_style=python3-module
+build_helper="rust"
+hostmakedepends="python3-setuptools python3-wheel python3-setuptools-rust cargo"
+makedepends="libsodium libsodium-devel openssl-devel pkg-config"
+depends="python3-msgpack openssl"
+checkdepends="python3-pytest python3-pytest ${depends}"
+short_desc="Python library for Etebase"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/etesync/etebase-py/"
+distfiles="https://github.com/etesync/etebase-py/archive/refs/tags/v${version}.tar.gz"
+checksum=3f372b18cc518e04788ca553fb05989f77f393d041688a44f69b7b5b56d71048
+make_check=no  #checking requires starting the server on localhost
+
+pre_build() {
+	vsed -i -e 's|.rustfmt_bindings(true);|.rustfmt_bindings(false);|' build.rs
+#rustfmt binary is not present in the default cargo installation.
+}
+
+post_install() {
+	vlicense LICENSE
+}

From 1d46c54b3861a3bb21ae11128b655234be37e25e Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sat, 8 Oct 2022 16:32:45 -0400
Subject: [PATCH 4/5] python3-etesync: update to 0.12.1.

---
 srcpkgs/python3-etesync/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-etesync/template b/srcpkgs/python3-etesync/template
index 8f0f6dfc758a..0fb68728c047 100644
--- a/srcpkgs/python3-etesync/template
+++ b/srcpkgs/python3-etesync/template
@@ -11,7 +11,7 @@ python3-pycparser python3-parsing python3-pytz python3-requests python3-six
 python3-vobject python3-scrypt"
 checkdepends="$depends python3-pytest python3-coverage"
 short_desc="Python3 client library for EteSync"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
 license="LGPL-3.0-only"
 homepage="https://www.etesync.com"
 distfiles="${PYPI_SITE}/e/etesync/etesync-${version}.tar.gz"

From c71de8f3669946a7b2555ec6ddaa19fade698c2b Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sat, 8 Oct 2022 16:35:08 -0400
Subject: [PATCH 5/5] etesync-dav: update to 0.32.1.

---
 srcpkgs/etesync-dav/template | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/etesync-dav/template b/srcpkgs/etesync-dav/template
index 045727d707a1..d834cf4f3286 100644
--- a/srcpkgs/etesync-dav/template
+++ b/srcpkgs/etesync-dav/template
@@ -1,22 +1,16 @@
 # Template file for 'etesync-dav'
 pkgname=etesync-dav
-version=0.20.4
-revision=3
+version=0.32.1
+revision=1
+archs="x86_64"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-etesync radicale2 python3-Flask python3-Flask-WTF"
+depends="python3-etesync python3-etebase radicale2 python3-Flask python3-Flask-WTF"
 checkdepends="$depends python3-pytest"
 short_desc="CalDAV and CardDAV frontend for EteSync"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
 license="GPL-3.0-only"
 homepage="http://www.etesync.com"
 distfiles="${PYPI_SITE}/e/etesync-dav/etesync-dav-${version}.tar.gz"
-checksum=0f112d0ae98bfb5908d581e392cfba24e7f9f4ccac3109d21173e8c0ab5bc03f
-
-do_check() {
-	pytest3
-}
-
-post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/tests
-}
+checksum=a4e2ee83932755d29ac39c1e74005ec289880fd2d4d2164f09fe2464a294d720
+make_check=no #there are no tests to run

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

* Re: [PR REVIEW] etesync-dav: update to 0.32.1
  2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
  2022-10-08 20:55 ` [PR PATCH] [Updated] " DragonGhost7
  2022-10-08 21:02 ` DragonGhost7
@ 2022-10-11  5:04 ` classabbyamp
  2022-10-11  5:06 ` classabbyamp
                   ` (26 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: classabbyamp @ 2022-10-11  5:04 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39818#discussion_r991817730

Comment:
```suggestion
homepage="https://github.com/JoshData/python-email-validator"
changelog="https://raw.githubusercontent.com/JoshData/python-email-validator/main/CHANGELOG.md"
```

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

* Re: [PR REVIEW] etesync-dav: update to 0.32.1
  2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
                   ` (2 preceding siblings ...)
  2022-10-11  5:04 ` [PR REVIEW] " classabbyamp
@ 2022-10-11  5:06 ` classabbyamp
  2022-10-11  5:09 ` classabbyamp
                   ` (25 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: classabbyamp @ 2022-10-11  5:06 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39818#discussion_r991818737

Comment:
```suggestion
homepage="https://github.com/etesync/etebase-py/"
changelog="https://raw.githubusercontent.com/etesync/etebase-py/master/ChangeLog.md"
```

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

* Re: etesync-dav: update to 0.32.1
  2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
                   ` (3 preceding siblings ...)
  2022-10-11  5:06 ` classabbyamp
@ 2022-10-11  5:09 ` classabbyamp
  2022-10-11 14:38 ` [PR PATCH] [Updated] " DragonGhost7
                   ` (24 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: classabbyamp @ 2022-10-11  5:09 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39818#issuecomment-1274095335

Comment:
add ", adopt" to the end of the commit messages of the adopted packages.

python3-etesync is just adopted so remove the update part of that commit message

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

* Re: [PR PATCH] [Updated] etesync-dav: update to 0.32.1
  2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
                   ` (4 preceding siblings ...)
  2022-10-11  5:09 ` classabbyamp
@ 2022-10-11 14:38 ` DragonGhost7
  2022-10-11 17:16 ` [PR PATCH] [Merged]: " classabbyamp
                   ` (23 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: DragonGhost7 @ 2022-10-11 14:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/DragonGhost7/void-packages etesync-dav
https://github.com/void-linux/void-packages/pull/39818

etesync-dav: update to 0.32.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

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


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

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

From 552d4ea2a3214eb66dbbd35d07045eac48888ca6 Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sat, 8 Oct 2022 16:01:12 -0400
Subject: [PATCH 1/5] New package: python3-email-validator-1.3.0_1:

---
 srcpkgs/python3-email-validator/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/python3-email-validator/template

diff --git a/srcpkgs/python3-email-validator/template b/srcpkgs/python3-email-validator/template
new file mode 100644
index 000000000000..392ca4de80ed
--- /dev/null
+++ b/srcpkgs/python3-email-validator/template
@@ -0,0 +1,22 @@
+# Template file for 'python3-email-validator'
+pkgname=python3-email-validator
+version=1.3.0
+revision=1
+wrksrc="python-email-validator-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3"
+depends="python3-idna python3-dnspython"
+checkdepends="python3-pytest"
+short_desc="Robust email address syntax and deliverability validation library"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
+license="CC0-1.0"
+homepage="https://github.com/JoshData/python-email-validator"
+changelog="https://raw.githubusercontent.com/JoshData/python-email-validator/main/CHANGELOG.md"
+distfiles="https://github.com/JoshData/python-email-validator/archive/refs/tags/v${version}.tar.gz"
+checksum=1f5b38b5f6b8455468f2c557e887c442d455931ee1523c6eb40c6f7ce119d99b
+make_check=no #no tests folder is present in archives
+
+post_install() {
+	vlicense LICENSE
+}

From 90d11fc046272046350656cffc7d90e4c97e3396 Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sat, 8 Oct 2022 16:09:07 -0400
Subject: [PATCH 2/5] python3-WTForms: update to 3.0.1, adopt.

---
 srcpkgs/python3-WTForms/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python3-WTForms/template b/srcpkgs/python3-WTForms/template
index aea6345e4710..a3eb0e15e0e6 100644
--- a/srcpkgs/python3-WTForms/template
+++ b/srcpkgs/python3-WTForms/template
@@ -1,18 +1,19 @@
 # Template file for 'python3-WTForms'
 pkgname=python3-WTForms
-version=2.2.1
-revision=5
+version=3.0.1
+revision=1
 wrksrc="WTForms-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
-depends="python3"
+hostmakedepends="python3-setuptools python3-wheel python3-Babel"
+depends="python3 python3-MarkupSafe python3-email-validator"
+checkdepends="python3-pytest ${depends}"
 short_desc="Forms validation and rendering library for Python3"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
 license="BSD-3-Clause"
 homepage="http://wtforms.simplecodes.com/"
 #changelog="https://raw.githubusercontent.com/wtforms/wtforms/master/CHANGES.rst"
 distfiles="${PYPI_SITE}/W/WTForms/WTForms-${version}.tar.gz"
-checksum=0cdbac3e7f6878086c334aa25dc5a33869a3954e9d1e015130d65a69309b3b61
+checksum=6b351bbb12dd58af57ffef05bc78425d08d1914e0fd68ee14143b7ade023c5bc
 
 post_install() {
 	vlicense LICENSE.rst LICENSE

From 7b2080e1fe2521590371528846f5db2fc0dc2abc Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sat, 8 Oct 2022 16:31:35 -0400
Subject: [PATCH 3/5] New package: python3-etebase-0.31.5

---
 .../patches/libssl_linking.patch              | 21 ++++++++++++++
 srcpkgs/python3-etebase/template              | 29 +++++++++++++++++++
 2 files changed, 50 insertions(+)
 create mode 100644 srcpkgs/python3-etebase/patches/libssl_linking.patch
 create mode 100644 srcpkgs/python3-etebase/template

diff --git a/srcpkgs/python3-etebase/patches/libssl_linking.patch b/srcpkgs/python3-etebase/patches/libssl_linking.patch
new file mode 100644
index 000000000000..ea144ca7c48d
--- /dev/null
+++ b/srcpkgs/python3-etebase/patches/libssl_linking.patch
@@ -0,0 +1,21 @@
+From 2767461bc4509440be3a9b8f553b9a0bea468e6b Mon Sep 17 00:00:00 2001
+From: Tom Hacohen <tom@stosb.com>
+Date: Mon, 23 Nov 2020 11:59:53 +0200
+Subject: [PATCH] Dynamically link against libssl.
+
+---
+ Cargo.toml | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/Cargo.toml b/Cargo.toml
+index 5700454..d525653 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -19,5 +19,4 @@ log = "^0.4.6"
+
+ [dependencies]
+ cpython = { version = "0.7", features = ["extension-module"] }
+-openssl = { version = "0.10.30", features = ["vendored"] }
+ etebase = { version = "^0.5.1" }
+--
+2.28.0
diff --git a/srcpkgs/python3-etebase/template b/srcpkgs/python3-etebase/template
new file mode 100644
index 000000000000..512a43e824b6
--- /dev/null
+++ b/srcpkgs/python3-etebase/template
@@ -0,0 +1,29 @@
+# Template file for 'python3-etebase'
+pkgname=python3-etebase
+version=0.31.5
+revision=1
+archs="x86_64"
+wrksrc="etebase-py-${version}"
+build_style=python3-module
+build_helper="rust"
+hostmakedepends="python3-setuptools python3-wheel python3-setuptools-rust cargo"
+makedepends="libsodium libsodium-devel openssl-devel pkg-config"
+depends="python3-msgpack openssl"
+checkdepends="python3-pytest python3-pytest ${depends}"
+short_desc="Python library for Etebase"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/etesync/etebase-py/"
+changelog="https://raw.githubusercontent.com/etesync/etebase-py/master/ChangeLog.md"
+distfiles="https://github.com/etesync/etebase-py/archive/refs/tags/v${version}.tar.gz"
+checksum=3f372b18cc518e04788ca553fb05989f77f393d041688a44f69b7b5b56d71048
+make_check=no  #checking requires starting the server on localhost
+
+pre_build() {
+	vsed -i -e 's|.rustfmt_bindings(true);|.rustfmt_bindings(false);|' build.rs
+#rustfmt binary is not present in the default cargo installation.
+}
+
+post_install() {
+	vlicense LICENSE
+}

From 2a034838360d2510b0d3543ae171d1d0d905e513 Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sat, 8 Oct 2022 16:32:45 -0400
Subject: [PATCH 4/5] python3-etesync: adopt.

---
 srcpkgs/python3-etesync/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-etesync/template b/srcpkgs/python3-etesync/template
index 8f0f6dfc758a..0fb68728c047 100644
--- a/srcpkgs/python3-etesync/template
+++ b/srcpkgs/python3-etesync/template
@@ -11,7 +11,7 @@ python3-pycparser python3-parsing python3-pytz python3-requests python3-six
 python3-vobject python3-scrypt"
 checkdepends="$depends python3-pytest python3-coverage"
 short_desc="Python3 client library for EteSync"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
 license="LGPL-3.0-only"
 homepage="https://www.etesync.com"
 distfiles="${PYPI_SITE}/e/etesync/etesync-${version}.tar.gz"

From 388453b5f2c9b65945da40cb4569b52651184272 Mon Sep 17 00:00:00 2001
From: DragonGhost7 <darkiridiumghost@gmail.com>
Date: Sat, 8 Oct 2022 16:35:08 -0400
Subject: [PATCH 5/5] etesync-dav: update to 0.32.1, adopt.

---
 srcpkgs/etesync-dav/template | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/etesync-dav/template b/srcpkgs/etesync-dav/template
index 045727d707a1..d834cf4f3286 100644
--- a/srcpkgs/etesync-dav/template
+++ b/srcpkgs/etesync-dav/template
@@ -1,22 +1,16 @@
 # Template file for 'etesync-dav'
 pkgname=etesync-dav
-version=0.20.4
-revision=3
+version=0.32.1
+revision=1
+archs="x86_64"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-etesync radicale2 python3-Flask python3-Flask-WTF"
+depends="python3-etesync python3-etebase radicale2 python3-Flask python3-Flask-WTF"
 checkdepends="$depends python3-pytest"
 short_desc="CalDAV and CardDAV frontend for EteSync"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
 license="GPL-3.0-only"
 homepage="http://www.etesync.com"
 distfiles="${PYPI_SITE}/e/etesync-dav/etesync-dav-${version}.tar.gz"
-checksum=0f112d0ae98bfb5908d581e392cfba24e7f9f4ccac3109d21173e8c0ab5bc03f
-
-do_check() {
-	pytest3
-}
-
-post_install() {
-	rm -r ${DESTDIR}/${py3_sitelib}/tests
-}
+checksum=a4e2ee83932755d29ac39c1e74005ec289880fd2d4d2164f09fe2464a294d720
+make_check=no #there are no tests to run

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

* Re: [PR PATCH] [Merged]: etesync-dav: update to 0.32.1
  2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
                   ` (5 preceding siblings ...)
  2022-10-11 14:38 ` [PR PATCH] [Updated] " DragonGhost7
@ 2022-10-11 17:16 ` classabbyamp
  2022-10-13 20:19 ` [PR REVIEW] " ahesford
                   ` (22 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: classabbyamp @ 2022-10-11 17:16 UTC (permalink / raw)
  To: ml

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

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

etesync-dav: update to 0.32.1
https://github.com/void-linux/void-packages/pull/39818

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

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


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

* Re: [PR REVIEW] etesync-dav: update to 0.32.1
  2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
                   ` (6 preceding siblings ...)
  2022-10-11 17:16 ` [PR PATCH] [Merged]: " classabbyamp
@ 2022-10-13 20:19 ` ahesford
  2022-10-13 20:35 ` classabbyamp
                   ` (21 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: ahesford @ 2022-10-13 20:19 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/39818#discussion_r995084135

Comment:
Why was this marked x86_64 only?

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

* Re: [PR REVIEW] etesync-dav: update to 0.32.1
  2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
                   ` (7 preceding siblings ...)
  2022-10-13 20:19 ` [PR REVIEW] " ahesford
@ 2022-10-13 20:35 ` classabbyamp
  2022-10-13 20:35 ` classabbyamp
                   ` (20 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: classabbyamp @ 2022-10-13 20:35 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39818#discussion_r995099071

Comment:
not sure how I missed this. (same question for etesync-base) 

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

* Re: [PR REVIEW] etesync-dav: update to 0.32.1
  2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
                   ` (8 preceding siblings ...)
  2022-10-13 20:35 ` classabbyamp
@ 2022-10-13 20:35 ` classabbyamp
  2022-10-13 20:39 ` ahesford
                   ` (19 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: classabbyamp @ 2022-10-13 20:35 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/39818#discussion_r995099071

Comment:
not sure how I missed this. (same question for python3-etebase) 

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

* Re: [PR REVIEW] etesync-dav: update to 0.32.1
  2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
                   ` (9 preceding siblings ...)
  2022-10-13 20:35 ` classabbyamp
@ 2022-10-13 20:39 ` ahesford
  2022-10-13 21:00 ` DragonGhost7
                   ` (18 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: ahesford @ 2022-10-13 20:39 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/39818#discussion_r995101883

Comment:
I'm rebuilding things for py311, will note whether it fails on any of the other architectures.

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

* Re: [PR REVIEW] etesync-dav: update to 0.32.1
  2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
                   ` (10 preceding siblings ...)
  2022-10-13 20:39 ` ahesford
@ 2022-10-13 21:00 ` DragonGhost7
  2022-10-16 14:30 ` paper42
                   ` (17 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: DragonGhost7 @ 2022-10-13 21:00 UTC (permalink / raw)
  To: ml

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

New review comment by DragonGhost7 on void-packages repository

https://github.com/void-linux/void-packages/pull/39818#discussion_r995118732

Comment:
I marked etesync-dav as x86_64 only because python3-etebase was marked x86_64 only, and since it's a depends I though no point in building it for more arches if it can't be used on them, but It seems I don't seem to remember why I wrote python3-etebase as x86_64 only, since pypi page does contain already built packages for different architectures. I'll change it and run builds, and see what happens, no reason for it not to work.

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

* Re: [PR REVIEW] etesync-dav: update to 0.32.1
  2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
                   ` (18 preceding siblings ...)
  2022-10-16 14:30 ` paper42
@ 2022-10-16 14:30 ` paper42
  2022-10-16 14:30 ` paper42
                   ` (9 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: paper42 @ 2022-10-16 14:30 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39818#discussion_r996449088

Comment:
no indent and it would make more sense for the comment to be before the vsed

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

* Re: [PR REVIEW] etesync-dav: update to 0.32.1
  2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
                   ` (11 preceding siblings ...)
  2022-10-13 21:00 ` DragonGhost7
@ 2022-10-16 14:30 ` paper42
  2022-10-16 14:30 ` paper42
                   ` (16 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: paper42 @ 2022-10-16 14:30 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39818#discussion_r996448074

Comment:
2x pytest?

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

* Re: [PR REVIEW] etesync-dav: update to 0.32.1
  2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
                   ` (12 preceding siblings ...)
  2022-10-16 14:30 ` paper42
@ 2022-10-16 14:30 ` paper42
  2022-10-16 14:30 ` paper42
                   ` (15 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: paper42 @ 2022-10-16 14:30 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39818#discussion_r996448152

Comment:
two spaces and no space after #?

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

* Re: [PR REVIEW] etesync-dav: update to 0.32.1
  2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
                   ` (19 preceding siblings ...)
  2022-10-16 14:30 ` paper42
@ 2022-10-16 14:30 ` paper42
  2022-10-16 14:30 ` paper42
                   ` (8 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: paper42 @ 2022-10-16 14:30 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39818#discussion_r996448930

Comment:
why?

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

* Re: [PR REVIEW] etesync-dav: update to 0.32.1
  2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
                   ` (14 preceding siblings ...)
  2022-10-16 14:30 ` paper42
@ 2022-10-16 14:30 ` paper42
  2022-10-16 14:30 ` paper42
                   ` (13 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: paper42 @ 2022-10-16 14:30 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39818#discussion_r996448813

Comment:
then checkdepends can be removed and make_check=no won't be necessary

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

* Re: [PR REVIEW] etesync-dav: update to 0.32.1
  2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
                   ` (15 preceding siblings ...)
  2022-10-16 14:30 ` paper42
@ 2022-10-16 14:30 ` paper42
  2022-10-16 14:30 ` paper42
                   ` (12 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: paper42 @ 2022-10-16 14:30 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39818#discussion_r996448757

Comment:
why openssl? libssl and libcrypto are detected automatically

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

* Re: [PR REVIEW] etesync-dav: update to 0.32.1
  2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
                   ` (16 preceding siblings ...)
  2022-10-16 14:30 ` paper42
@ 2022-10-16 14:30 ` paper42
  2022-10-16 14:30 ` paper42
                   ` (11 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: paper42 @ 2022-10-16 14:30 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39818#discussion_r996448245

Comment:
libsodium is implied by -devel and pkg-config doesn't make any sense in makedepends

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

* Re: [PR REVIEW] etesync-dav: update to 0.32.1
  2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
                   ` (17 preceding siblings ...)
  2022-10-16 14:30 ` paper42
@ 2022-10-16 14:30 ` paper42
  2022-10-16 14:30 ` paper42
                   ` (10 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: paper42 @ 2022-10-16 14:30 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39818#discussion_r996449654

Comment:
then checkdepends and make_check=no can be removed

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

* Re: [PR REVIEW] etesync-dav: update to 0.32.1
  2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
                   ` (20 preceding siblings ...)
  2022-10-16 14:30 ` paper42
@ 2022-10-16 14:30 ` paper42
  2022-10-16 18:35 ` DragonGhost7
                   ` (7 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: paper42 @ 2022-10-16 14:30 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39818#discussion_r996449416

Comment:
is wheel really required?

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

* Re: [PR REVIEW] etesync-dav: update to 0.32.1
  2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
                   ` (13 preceding siblings ...)
  2022-10-16 14:30 ` paper42
@ 2022-10-16 14:30 ` paper42
  2022-10-16 14:30 ` paper42
                   ` (14 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: paper42 @ 2022-10-16 14:30 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39818#discussion_r996449386

Comment:
why is wheel required?

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

* Re: [PR REVIEW] etesync-dav: update to 0.32.1
  2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
                   ` (21 preceding siblings ...)
  2022-10-16 14:30 ` paper42
@ 2022-10-16 18:35 ` DragonGhost7
  2022-10-19 13:48 ` ahesford
                   ` (6 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: DragonGhost7 @ 2022-10-16 18:35 UTC (permalink / raw)
  To: ml

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

New review comment by DragonGhost7 on void-packages repository

https://github.com/void-linux/void-packages/pull/39818#discussion_r996477726

Comment:
because it throws error[E0107] on all other architectures.
I am trying to figure out how to fix it but i am no rust specialist so ¯\_(ツ)_/¯

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

* Re: [PR REVIEW] etesync-dav: update to 0.32.1
  2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
                   ` (22 preceding siblings ...)
  2022-10-16 18:35 ` DragonGhost7
@ 2022-10-19 13:48 ` ahesford
  2022-10-19 13:51 ` ahesford
                   ` (5 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: ahesford @ 2022-10-19 13:48 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/39818#discussion_r999480392

Comment:
@DragonGhost7 Cross-compilation is fixed in 0c2bfe275c8885bd07208a29089f8e5d310691b8, which will be applied with the Python 3.11 upgrade coming in a couple of weeks.

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

* Re: [PR REVIEW] etesync-dav: update to 0.32.1
  2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
                   ` (23 preceding siblings ...)
  2022-10-19 13:48 ` ahesford
@ 2022-10-19 13:51 ` ahesford
  2022-10-19 14:14 ` DragonGhost7
                   ` (4 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: ahesford @ 2022-10-19 13:51 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/39818#discussion_r999480392

Comment:
@DragonGhost7 Cross-compilation is fixed in d4d7abe024083cf480d42646e41710636833bafa, which will be applied with the Python 3.11 upgrade coming in a couple of weeks.

Edit: update the checksum after another rebase.

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

* Re: [PR REVIEW] etesync-dav: update to 0.32.1
  2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
                   ` (24 preceding siblings ...)
  2022-10-19 13:51 ` ahesford
@ 2022-10-19 14:14 ` DragonGhost7
  2022-10-19 14:21 ` ahesford
                   ` (3 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: DragonGhost7 @ 2022-10-19 14:14 UTC (permalink / raw)
  To: ml

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

New review comment by DragonGhost7 on void-packages repository

https://github.com/void-linux/void-packages/pull/39818#discussion_r999519526

Comment:
Oh damn! Thank you a lot! Had no clue it was a python issue. Will do!

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

* Re: [PR REVIEW] etesync-dav: update to 0.32.1
  2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
                   ` (25 preceding siblings ...)
  2022-10-19 14:14 ` DragonGhost7
@ 2022-10-19 14:21 ` ahesford
  2022-10-19 14:25 ` DragonGhost7
                   ` (2 subsequent siblings)
  29 siblings, 0 replies; 31+ messages in thread
From: ahesford @ 2022-10-19 14:21 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/39818#discussion_r999527617

Comment:
It's not a Python issue; the cargo failure is the same as affects some other templates. I just grepped for "indexmap" in `srcpkgs/*/template` and found several that updated `autocfg`. The other changes I made just bring the template in line with other packages that use `python3-setuptools-rust`.

I'm rolling this into the pending Py3.11 update just to keep conflicts down; if there's a pressing need we can merge the fix immediately, but otherwise I'll just wait.

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

* Re: [PR REVIEW] etesync-dav: update to 0.32.1
  2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
                   ` (26 preceding siblings ...)
  2022-10-19 14:21 ` ahesford
@ 2022-10-19 14:25 ` DragonGhost7
  2022-10-19 14:27 ` DragonGhost7
  2022-10-19 14:32 ` ahesford
  29 siblings, 0 replies; 31+ messages in thread
From: DragonGhost7 @ 2022-10-19 14:25 UTC (permalink / raw)
  To: ml

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

New review comment by DragonGhost7 on void-packages repository

https://github.com/void-linux/void-packages/pull/39818#discussion_r999532890

Comment:
There's no immediate need, no, it can wait a few weeks no problem. Would you like me to create a new pull request with all the changes recommended in the thread , or wait till 3.11 upgrade?

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

* Re: [PR REVIEW] etesync-dav: update to 0.32.1
  2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
                   ` (27 preceding siblings ...)
  2022-10-19 14:25 ` DragonGhost7
@ 2022-10-19 14:27 ` DragonGhost7
  2022-10-19 14:32 ` ahesford
  29 siblings, 0 replies; 31+ messages in thread
From: DragonGhost7 @ 2022-10-19 14:27 UTC (permalink / raw)
  To: ml

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

New review comment by DragonGhost7 on void-packages repository

https://github.com/void-linux/void-packages/pull/39818#discussion_r999532890

Comment:
There's no immediate need, no, it can wait a few weeks no problem. Would you like me to create a new pull request with all the changes recommended in the thread , or wait till 3.11 upgrade?

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

* Re: [PR REVIEW] etesync-dav: update to 0.32.1
  2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
                   ` (28 preceding siblings ...)
  2022-10-19 14:27 ` DragonGhost7
@ 2022-10-19 14:32 ` ahesford
  29 siblings, 0 replies; 31+ messages in thread
From: ahesford @ 2022-10-19 14:32 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/39818#discussion_r999543891

Comment:
I'll just carry the patch for now; no action is required on your part.

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

end of thread, other threads:[~2022-10-19 14:32 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-08 20:44 [PR PATCH] etesync-dav: update to 0.32.1 DragonGhost7
2022-10-08 20:55 ` [PR PATCH] [Updated] " DragonGhost7
2022-10-08 21:02 ` DragonGhost7
2022-10-11  5:04 ` [PR REVIEW] " classabbyamp
2022-10-11  5:06 ` classabbyamp
2022-10-11  5:09 ` classabbyamp
2022-10-11 14:38 ` [PR PATCH] [Updated] " DragonGhost7
2022-10-11 17:16 ` [PR PATCH] [Merged]: " classabbyamp
2022-10-13 20:19 ` [PR REVIEW] " ahesford
2022-10-13 20:35 ` classabbyamp
2022-10-13 20:35 ` classabbyamp
2022-10-13 20:39 ` ahesford
2022-10-13 21:00 ` DragonGhost7
2022-10-16 14:30 ` paper42
2022-10-16 14:30 ` paper42
2022-10-16 14:30 ` paper42
2022-10-16 14:30 ` paper42
2022-10-16 14:30 ` paper42
2022-10-16 14:30 ` paper42
2022-10-16 14:30 ` paper42
2022-10-16 14:30 ` paper42
2022-10-16 14:30 ` paper42
2022-10-16 14:30 ` paper42
2022-10-16 18:35 ` DragonGhost7
2022-10-19 13:48 ` ahesford
2022-10-19 13:51 ` ahesford
2022-10-19 14:14 ` DragonGhost7
2022-10-19 14:21 ` ahesford
2022-10-19 14:25 ` DragonGhost7
2022-10-19 14:27 ` DragonGhost7
2022-10-19 14:32 ` ahesford

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