Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-dominate: update to 2.7.0.
@ 2022-07-25 15:15 benalb
  2022-07-25 15:18 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: benalb @ 2022-07-25 15:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages dominate
https://github.com/void-linux/void-packages/pull/38271

python3-dominate: update to 2.7.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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, (X86_64-LIBC)


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

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

From 083c1a61072e62e838bb40c4e9b952820affc13a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Mon, 25 Jul 2022 17:14:23 +0200
Subject: [PATCH] python3-dominate: update to 2.7.0.

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

diff --git a/srcpkgs/python3-dominate/template b/srcpkgs/python3-dominate/template
index c82a2b7e67d2..7a583acf1caa 100644
--- a/srcpkgs/python3-dominate/template
+++ b/srcpkgs/python3-dominate/template
@@ -1,14 +1,14 @@
 # Template file for 'python3-dominate'
 pkgname=python3-dominate
-version=2.6.0
-revision=3
+version=2.7.0
+revision=1
 wrksrc="dominate-${version}"
 build_style=python3-module
-hostmakedepends="python3-setuptools"
+hostmakedepends="python3-setuptools python3-pytest"
 depends="python3"
 short_desc="Library for creating and manipulating HTML (Python3)"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/Knio/dominate"
 distfiles="https://github.com/Knio/dominate/archive/${version}.tar.gz"
-checksum=18dc26f237d31836590e99bf3b4921921cbd26a10018a9f35eb1cd3fe847e865
+checksum=f2bf3f12c10e25b9d632d20f1560fa9a1c91409f47e8f64e0fa0b9e12aedc20f

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

* Re: [PR REVIEW] python3-dominate: update to 2.7.0.
  2022-07-25 15:15 [PR PATCH] python3-dominate: update to 2.7.0 benalb
@ 2022-07-25 15:18 ` classabbyamp
  2022-07-25 20:08 ` [PR PATCH] [Updated] " benalb
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-07-25 15:18 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38271#discussion_r929007063

Comment:
```suggestion
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest"
```

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

* Re: [PR PATCH] [Updated] python3-dominate: update to 2.7.0.
  2022-07-25 15:15 [PR PATCH] python3-dominate: update to 2.7.0 benalb
  2022-07-25 15:18 ` [PR REVIEW] " classabbyamp
@ 2022-07-25 20:08 ` benalb
  2022-07-25 20:08 ` [PR REVIEW] " benalb
  2022-07-25 20:10 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: benalb @ 2022-07-25 20:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/benalb/void-packages dominate
https://github.com/void-linux/void-packages/pull/38271

python3-dominate: update to 2.7.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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, (X86_64-LIBC)


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

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

From fbc3fe3bf2f8c417227c4a8fb75d464049357c8b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Mon, 25 Jul 2022 17:14:23 +0200
Subject: [PATCH] python3-dominate: update to 2.7.0.

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

diff --git a/srcpkgs/python3-dominate/template b/srcpkgs/python3-dominate/template
index c82a2b7e67d2..f85f3b7b1b00 100644
--- a/srcpkgs/python3-dominate/template
+++ b/srcpkgs/python3-dominate/template
@@ -1,14 +1,15 @@
 # Template file for 'python3-dominate'
 pkgname=python3-dominate
-version=2.6.0
-revision=3
+version=2.7.0
+revision=1
 wrksrc="dominate-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3"
+checkdepends="python3-pytest"
 short_desc="Library for creating and manipulating HTML (Python3)"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="LGPL-3.0-or-later"
 homepage="https://github.com/Knio/dominate"
 distfiles="https://github.com/Knio/dominate/archive/${version}.tar.gz"
-checksum=18dc26f237d31836590e99bf3b4921921cbd26a10018a9f35eb1cd3fe847e865
+checksum=f2bf3f12c10e25b9d632d20f1560fa9a1c91409f47e8f64e0fa0b9e12aedc20f

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

* Re: [PR REVIEW] python3-dominate: update to 2.7.0.
  2022-07-25 15:15 [PR PATCH] python3-dominate: update to 2.7.0 benalb
  2022-07-25 15:18 ` [PR REVIEW] " classabbyamp
  2022-07-25 20:08 ` [PR PATCH] [Updated] " benalb
@ 2022-07-25 20:08 ` benalb
  2022-07-25 20:10 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: benalb @ 2022-07-25 20:08 UTC (permalink / raw)
  To: ml

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

New review comment by benalb on void-packages repository

https://github.com/void-linux/void-packages/pull/38271#discussion_r929256091

Comment:
Done. TIL checkdepends is a thing. 

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

* Re: [PR PATCH] [Merged]: python3-dominate: update to 2.7.0.
  2022-07-25 15:15 [PR PATCH] python3-dominate: update to 2.7.0 benalb
                   ` (2 preceding siblings ...)
  2022-07-25 20:08 ` [PR REVIEW] " benalb
@ 2022-07-25 20:10 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-07-25 20:10 UTC (permalink / raw)
  To: ml

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

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

python3-dominate: update to 2.7.0.
https://github.com/void-linux/void-packages/pull/38271

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

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

<!--
#### 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, (X86_64-LIBC)


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

end of thread, other threads:[~2022-07-25 20:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-25 15:15 [PR PATCH] python3-dominate: update to 2.7.0 benalb
2022-07-25 15:18 ` [PR REVIEW] " classabbyamp
2022-07-25 20:08 ` [PR PATCH] [Updated] " benalb
2022-07-25 20:08 ` [PR REVIEW] " benalb
2022-07-25 20:10 ` [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).