Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-txacme: remove package
@ 2021-11-10 17:48 TinfoilSubmarine
  2021-11-13  2:17 ` ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: TinfoilSubmarine @ 2021-11-10 17:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages txacme
https://github.com/void-linux/void-packages/pull/34014

python3-txacme: remove package
Removing `python3-txacme` as [ACMEv1 is no longer supported by Let's Encrypt as of June 2021](https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430) and `txacme` has not yet [added ACMEv2 support](https://github.com/twisted/txacme/pull/158). `synapse` removed this module as well [for the same reasons](https://github.com/matrix-org/synapse/issues/9778).

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

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

From 7107f3ee0c2d8a8bf2e3821da2ed2c2988d97d4d Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 10 Nov 2021 12:42:35 -0500
Subject: [PATCH] python3-txacme: remove package

---
 srcpkgs/python3-txacme/template   | 22 ----------------------
 srcpkgs/removed-packages/template |  3 ++-
 2 files changed, 2 insertions(+), 23 deletions(-)
 delete mode 100644 srcpkgs/python3-txacme/template

diff --git a/srcpkgs/python3-txacme/template b/srcpkgs/python3-txacme/template
deleted file mode 100644
index 530f438ed447..000000000000
--- a/srcpkgs/python3-txacme/template
+++ /dev/null
@@ -1,22 +0,0 @@
-# Template file for 'python3-txacme'
-pkgname=python3-txacme
-version=0.9.3
-revision=3
-wrksrc="txacme-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools"
-depends="python3-attrs python3-acme python3-josepy python3-treq python3-Twisted
- python3-openssl python3-eliot python3-TxSNI python3-pem"
-short_desc="ACME protocol implementation for Twisted"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="MIT"
-homepage="https://github.com/twisted/txacme"
-distfiles="${PYPI_SITE}/t/txacme/txacme-${version}.tar.gz"
-checksum=bce2d0dfa8fa2cf3f2eb10526c89a8b4f77a021d9e182704e7776fff7bd8bceb
-
-post_install() {
-	vlicense LICENSE
-
-	# Outside of the namespace
-	rm -rf ${DESTDIR}/${py3_sitelib}/integration
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index abdaba87c465..8b9aa9d8bdff 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,7 +1,7 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
 version=0.1
-revision=54
+revision=55
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
@@ -281,6 +281,7 @@ replaces="
  python3-pyside-phonon<=5.15.0_2
  python3-pyside<=5.15.0_2
  python3-shiboken<=5.15.0_3
+ python3-txacme<=0.9.3_3
  qimageblitz<=0.0.6_4
  qt-designer-devel<=4.8.7_29
  qt-designer-libs<=4.8.7_29

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

* Re: python3-txacme: remove package
  2021-11-10 17:48 [PR PATCH] python3-txacme: remove package TinfoilSubmarine
@ 2021-11-13  2:17 ` ericonr
  2021-11-15  1:31 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-11-13  2:17 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/34014#issuecomment-967763096

Comment:
Please explain why in the commit message (copying the PR comment is enough).

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

* Re: [PR PATCH] [Updated] python3-txacme: remove package
  2021-11-10 17:48 [PR PATCH] python3-txacme: remove package TinfoilSubmarine
  2021-11-13  2:17 ` ericonr
@ 2021-11-15  1:31 ` TinfoilSubmarine
  2021-11-15 20:09 ` TinfoilSubmarine
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: TinfoilSubmarine @ 2021-11-15  1:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages txacme
https://github.com/void-linux/void-packages/pull/34014

python3-txacme: remove package
Removing `python3-txacme` as [ACMEv1 is no longer supported by Let's Encrypt as of June 2021](https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430) and `txacme` has not yet [added ACMEv2 support](https://github.com/twisted/txacme/pull/158). `synapse` removed this module as well [for the same reasons](https://github.com/matrix-org/synapse/issues/9778).

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

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

From 0bba7d98507cb24970c9f71cc17bc7a2f42efe7a Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 10 Nov 2021 12:42:35 -0500
Subject: [PATCH] python3-txacme: remove package

ACMEv1 is no longer supported by Let's Encrypt as of June 2021 and
txacme has not yet added ACMEv2 support. synapse removed this module as
well for the same reasons.
---
 srcpkgs/python3-txacme/template   | 22 ----------------------
 srcpkgs/removed-packages/template |  3 ++-
 2 files changed, 2 insertions(+), 23 deletions(-)
 delete mode 100644 srcpkgs/python3-txacme/template

diff --git a/srcpkgs/python3-txacme/template b/srcpkgs/python3-txacme/template
deleted file mode 100644
index 530f438ed447..000000000000
--- a/srcpkgs/python3-txacme/template
+++ /dev/null
@@ -1,22 +0,0 @@
-# Template file for 'python3-txacme'
-pkgname=python3-txacme
-version=0.9.3
-revision=3
-wrksrc="txacme-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools"
-depends="python3-attrs python3-acme python3-josepy python3-treq python3-Twisted
- python3-openssl python3-eliot python3-TxSNI python3-pem"
-short_desc="ACME protocol implementation for Twisted"
-maintainer="Orphaned <orphan@voidlinux.org>"
-license="MIT"
-homepage="https://github.com/twisted/txacme"
-distfiles="${PYPI_SITE}/t/txacme/txacme-${version}.tar.gz"
-checksum=bce2d0dfa8fa2cf3f2eb10526c89a8b4f77a021d9e182704e7776fff7bd8bceb
-
-post_install() {
-	vlicense LICENSE
-
-	# Outside of the namespace
-	rm -rf ${DESTDIR}/${py3_sitelib}/integration
-}
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index abdaba87c465..8b9aa9d8bdff 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,7 +1,7 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
 version=0.1
-revision=54
+revision=55
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
@@ -281,6 +281,7 @@ replaces="
  python3-pyside-phonon<=5.15.0_2
  python3-pyside<=5.15.0_2
  python3-shiboken<=5.15.0_3
+ python3-txacme<=0.9.3_3
  qimageblitz<=0.0.6_4
  qt-designer-devel<=4.8.7_29
  qt-designer-libs<=4.8.7_29

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

* Re: python3-txacme: remove package
  2021-11-10 17:48 [PR PATCH] python3-txacme: remove package TinfoilSubmarine
  2021-11-13  2:17 ` ericonr
  2021-11-15  1:31 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2021-11-15 20:09 ` TinfoilSubmarine
  2021-11-16 12:14 ` ericonr
  2021-11-16 12:15 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: TinfoilSubmarine @ 2021-11-15 20:09 UTC (permalink / raw)
  To: ml

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

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/34014#issuecomment-969277843

Comment:
I updated the commit message.

I was looking at some of the python dependencies when working on the Twisted update PR and noticed that `python3-TxSNI` is only used as a dependency of `python3-txacme`, should it be removed as well?

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

* Re: python3-txacme: remove package
  2021-11-10 17:48 [PR PATCH] python3-txacme: remove package TinfoilSubmarine
                   ` (2 preceding siblings ...)
  2021-11-15 20:09 ` TinfoilSubmarine
@ 2021-11-16 12:14 ` ericonr
  2021-11-16 12:15 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-11-16 12:14 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/34014#issuecomment-970212806

Comment:
Assuming it still works, no reason to remove it.

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

* Re: [PR PATCH] [Merged]: python3-txacme: remove package
  2021-11-10 17:48 [PR PATCH] python3-txacme: remove package TinfoilSubmarine
                   ` (3 preceding siblings ...)
  2021-11-16 12:14 ` ericonr
@ 2021-11-16 12:15 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-11-16 12:15 UTC (permalink / raw)
  To: ml

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

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

python3-txacme: remove package
https://github.com/void-linux/void-packages/pull/34014

Description:
Removing `python3-txacme` as [ACMEv1 is no longer supported by Let's Encrypt as of June 2021](https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430) and `txacme` has not yet [added ACMEv2 support](https://github.com/twisted/txacme/pull/158). `synapse` removed this module as well [for the same reasons](https://github.com/matrix-org/synapse/issues/9778).

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

end of thread, other threads:[~2021-11-16 12:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-10 17:48 [PR PATCH] python3-txacme: remove package TinfoilSubmarine
2021-11-13  2:17 ` ericonr
2021-11-15  1:31 ` [PR PATCH] [Updated] " TinfoilSubmarine
2021-11-15 20:09 ` TinfoilSubmarine
2021-11-16 12:14 ` ericonr
2021-11-16 12:15 ` [PR PATCH] [Merged]: " ericonr

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