Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-txtorcon: update to 22.0.0.
@ 2023-01-01 18:06 paper42
  2023-01-01 18:09 ` paper42
  2023-01-01 18:09 ` [PR PATCH] [Closed]: " paper42
  0 siblings, 2 replies; 4+ messages in thread
From: paper42 @ 2023-01-01 18:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages python3-txtorcon
https://github.com/void-linux/void-packages/pull/41395

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/41395.patch is attached

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

From 033a29b7341f7cdb278d109c65f227d2e2085573 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Sat, 31 Dec 2022 07:28:32 -0700
Subject: [PATCH 1/2] python3-txtorcon: update to 22.0.0.

---
 srcpkgs/python3-txtorcon/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
index 830859d26f6c..2d36070e0abc 100644
--- a/srcpkgs/python3-txtorcon/template
+++ b/srcpkgs/python3-txtorcon/template
@@ -1,19 +1,20 @@
 # Template file for 'python3-txtorcon'
 pkgname=python3-txtorcon
-version=21.1.0
-revision=4
+version=22.0.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="lsof python3-automat python3-cryptography python3-six python3-Twisted
- python3-zope.interface"
+ python3-zope.interface which"
 checkdepends="${depends} python3-mock python3-pytest"
 short_desc="Twisted-based asynchronous Tor control protocol implementation"
 maintainer="travankor <travankor@tuta.io>"
 license="MIT"
 homepage="https://txtorcon.readthedocs.io/en/latest/"
+changelog="https://raw.githubusercontent.com/meejah/txtorcon/main/docs/releases.rst"
 distfiles="https://github.com/meejah/txtorcon/archive/v${version}.tar.gz"
-checksum=61ef40e110a2b52255a6033293d02647dedb63ed9311ce572571c777b2302750
-make_check=ci-skip
+checksum=195c2e3d1ed4ad564570d20af54812163ca1de9e9ee034f0c8276fd4410759e7
+make_check=ci-skip # Tests run locally but fail on CI
 
 post_install() {
 	vlicense LICENSE

From c0d40d136b0d35c806040d71edf03aadc46e4ddf Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 1 Jan 2023 19:04:47 +0100
Subject: [PATCH 2/2] enable tests

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

diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
index 2d36070e0abc..e591813be46f 100644
--- a/srcpkgs/python3-txtorcon/template
+++ b/srcpkgs/python3-txtorcon/template
@@ -14,7 +14,7 @@ homepage="https://txtorcon.readthedocs.io/en/latest/"
 changelog="https://raw.githubusercontent.com/meejah/txtorcon/main/docs/releases.rst"
 distfiles="https://github.com/meejah/txtorcon/archive/v${version}.tar.gz"
 checksum=195c2e3d1ed4ad564570d20af54812163ca1de9e9ee034f0c8276fd4410759e7
-make_check=ci-skip # Tests run locally but fail on CI
+#make_check=ci-skip # Tests run locally but fail on CI
 
 post_install() {
 	vlicense LICENSE

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

* Re: python3-txtorcon: update to 22.0.0.
  2023-01-01 18:06 [PR PATCH] python3-txtorcon: update to 22.0.0 paper42
@ 2023-01-01 18:09 ` paper42
  2023-01-01 18:09 ` [PR PATCH] [Closed]: " paper42
  1 sibling, 0 replies; 4+ messages in thread
From: paper42 @ 2023-01-01 18:09 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41395#issuecomment-1368501410

Comment:
wrong fork, sorry

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

* Re: [PR PATCH] [Closed]: python3-txtorcon: update to 22.0.0.
  2023-01-01 18:06 [PR PATCH] python3-txtorcon: update to 22.0.0 paper42
  2023-01-01 18:09 ` paper42
@ 2023-01-01 18:09 ` paper42
  1 sibling, 0 replies; 4+ messages in thread
From: paper42 @ 2023-01-01 18:09 UTC (permalink / raw)
  To: ml

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

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

python3-txtorcon: update to 22.0.0.
https://github.com/void-linux/void-packages/pull/41395

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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] 4+ messages in thread

* [PR PATCH] python3-txtorcon: update to 22.0.0.
@ 2022-12-31 14:28 travankor
  0 siblings, 0 replies; 4+ messages in thread
From: travankor @ 2022-12-31 14:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages python3-txtorcon
https://github.com/void-linux/void-packages/pull/41379

python3-txtorcon: update to 22.0.0.
<!-- 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**|**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/41379.patch is attached

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

From 63137f0f439d97fd180fafaa37fb30b935d3c2b5 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Sat, 31 Dec 2022 07:28:32 -0700
Subject: [PATCH] python3-txtorcon: update to 22.0.0.

---
 srcpkgs/python3-txtorcon/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-txtorcon/template b/srcpkgs/python3-txtorcon/template
index 830859d26f6c..90c6dc4fa47d 100644
--- a/srcpkgs/python3-txtorcon/template
+++ b/srcpkgs/python3-txtorcon/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-txtorcon'
 pkgname=python3-txtorcon
-version=21.1.0
-revision=4
+version=22.0.0
+revision=1
 build_style=python3-module
 hostmakedepends="python3 python3-setuptools"
 depends="lsof python3-automat python3-cryptography python3-six python3-Twisted
@@ -12,7 +12,7 @@ maintainer="travankor <travankor@tuta.io>"
 license="MIT"
 homepage="https://txtorcon.readthedocs.io/en/latest/"
 distfiles="https://github.com/meejah/txtorcon/archive/v${version}.tar.gz"
-checksum=61ef40e110a2b52255a6033293d02647dedb63ed9311ce572571c777b2302750
+checksum=195c2e3d1ed4ad564570d20af54812163ca1de9e9ee034f0c8276fd4410759e7
 make_check=ci-skip
 
 post_install() {

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

end of thread, other threads:[~2023-01-01 18:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-01 18:06 [PR PATCH] python3-txtorcon: update to 22.0.0 paper42
2023-01-01 18:09 ` paper42
2023-01-01 18:09 ` [PR PATCH] [Closed]: " paper42
  -- strict thread matches above, loose matches on Subject: below --
2022-12-31 14:28 [PR PATCH] " travankor

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