Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] radicale: update to 3.1.8.
@ 2022-07-29 16:43 teldra
  2022-07-29 17:20 ` [PR REVIEW] " paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: teldra @ 2022-07-29 16:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-radicale
https://github.com/void-linux/void-packages/pull/38352

radicale: update to 3.1.8.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From b0b1103efeca7df10f0b177d0a53feb15a731168 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Fri, 15 Jul 2022 16:01:33 +0200
Subject: [PATCH] radicale: update to 3.1.8.

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

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 74b950908a53..15d7b70475df 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,6 +1,6 @@
 # Template file for 'radicale'
 pkgname=radicale
-version=3.1.7
+version=3.1.8
 revision=1
 wrksrc="Radicale-${version}"
 build_style=python3-module
@@ -8,13 +8,14 @@ hostmakedepends="python3-setuptools"
 depends="python3-pam python3-requests python3-dulwich python3-vobject
  python3-dateutil python3-passlib python3-bcrypt python3-defusedxml
  apache-htpasswd"
+checkdepends="${depends} python3-wheel python3-pytest"
 short_desc="Complete calendar and contact storing and manipulating solution"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-or-later"
 homepage="https://radicale.org"
 changelog="https://github.com/Kozea/Radicale/blob/master/CHANGELOG.md"
 distfiles="https://github.com/Kozea/Radicale/archive/refs/tags/v${version}.tar.gz"
-checksum=17d65e1a25925e4531dec3a3c7b49447b8f92d2d825489249bf99fde224151ca
+checksum=40078e0f05917c09664363a9e289a36d32e00d10a1d169ffc60b5c581deb4e77
 conf_files="
  /etc/radicale/config
  /etc/radicale/rights

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

* Re: [PR REVIEW] radicale: update to 3.1.8.
  2022-07-29 16:43 [PR PATCH] radicale: update to 3.1.8 teldra
@ 2022-07-29 17:20 ` paper42
  2022-07-29 18:17 ` [PR PATCH] [Updated] " teldra
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-07-29 17:20 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/38352#discussion_r933475486

Comment:
```suggestion
changelog="https://raw.githubusercontent.com/Kozea/Radicale/master/CHANGELOG.md"
```

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

* Re: [PR PATCH] [Updated] radicale: update to 3.1.8.
  2022-07-29 16:43 [PR PATCH] radicale: update to 3.1.8 teldra
  2022-07-29 17:20 ` [PR REVIEW] " paper42
@ 2022-07-29 18:17 ` teldra
  2022-07-29 19:08 ` [PR REVIEW] " teldra
  2022-07-29 21:17 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: teldra @ 2022-07-29 18:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages update-radicale
https://github.com/void-linux/void-packages/pull/38352

radicale: update to 3.1.8.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 6bb26a9939d02fffe3fdc886f0de22309cc3bb0e Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Fri, 15 Jul 2022 16:01:33 +0200
Subject: [PATCH] radicale: update to 3.1.8.

---
 srcpkgs/radicale/template | 21 +++++++++++++++------
 1 file changed, 15 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/radicale/template b/srcpkgs/radicale/template
index 74b950908a53..03828eb746dd 100644
--- a/srcpkgs/radicale/template
+++ b/srcpkgs/radicale/template
@@ -1,20 +1,21 @@
 # Template file for 'radicale'
 pkgname=radicale
-version=3.1.7
+version=3.1.8
 revision=1
 wrksrc="Radicale-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-pam python3-requests python3-dulwich python3-vobject
- python3-dateutil python3-passlib python3-bcrypt python3-defusedxml
- apache-htpasswd"
+depends="python3-vobject python3-dateutil python3-passlib python3-bcrypt
+ python3-defusedxml apache-htpasswd"
+checkdepends="${depends} python3-pytest python3-pytest-flake8 python3-isort
+ python3-pytest-cov python3-waitress"
 short_desc="Complete calendar and contact storing and manipulating solution"
 maintainer="teldra <teldra@rotce.de>"
 license="GPL-3.0-or-later"
 homepage="https://radicale.org"
-changelog="https://github.com/Kozea/Radicale/blob/master/CHANGELOG.md"
+changelog="https://raw.githubusercontent.com/Kozea/Radicale/master/CHANGELOG.md"
 distfiles="https://github.com/Kozea/Radicale/archive/refs/tags/v${version}.tar.gz"
-checksum=17d65e1a25925e4531dec3a3c7b49447b8f92d2d825489249bf99fde224151ca
+checksum=40078e0f05917c09664363a9e289a36d32e00d10a1d169ffc60b5c581deb4e77
 conf_files="
  /etc/radicale/config
  /etc/radicale/rights
@@ -29,6 +30,14 @@ radicale_homedir="/var/lib/radicale"
 radicale_descr="Radicale user"
 replaces="radicale2<3.0.6"
 
+do_check() {
+	# install the package to test_install directory for testing
+	python3 setup.py install --root="$PWD"/test_install
+
+	PYTHONPATH="$PWD"/test_install/usr/lib/python3.10/site-packages \
+	 pytest -c /dev/null
+}
+
 post_install() {
 	vinstall config 644 etc/radicale/
 	vinstall rights 640 etc/radicale/

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

* Re: [PR REVIEW] radicale: update to 3.1.8.
  2022-07-29 16:43 [PR PATCH] radicale: update to 3.1.8 teldra
  2022-07-29 17:20 ` [PR REVIEW] " paper42
  2022-07-29 18:17 ` [PR PATCH] [Updated] " teldra
@ 2022-07-29 19:08 ` teldra
  2022-07-29 21:17 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: teldra @ 2022-07-29 19:08 UTC (permalink / raw)
  To: ml

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

New review comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/38352#discussion_r933550691

Comment:
Done

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

* Re: [PR PATCH] [Merged]: radicale: update to 3.1.8.
  2022-07-29 16:43 [PR PATCH] radicale: update to 3.1.8 teldra
                   ` (2 preceding siblings ...)
  2022-07-29 19:08 ` [PR REVIEW] " teldra
@ 2022-07-29 21:17 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-07-29 21:17 UTC (permalink / raw)
  To: ml

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

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

radicale: update to 3.1.8.
https://github.com/void-linux/void-packages/pull/38352

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-07-29 21:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-29 16:43 [PR PATCH] radicale: update to 3.1.8 teldra
2022-07-29 17:20 ` [PR REVIEW] " paper42
2022-07-29 18:17 ` [PR PATCH] [Updated] " teldra
2022-07-29 19:08 ` [PR REVIEW] " teldra
2022-07-29 21:17 ` [PR PATCH] [Merged]: " classabbyamp

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