From 28abca467b809480184c4a665fca9f041a12f8c0 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 7 Jan 2026 11:03:03 -0800 Subject: [PATCH] remove email address (#10533) this is the followup from https://github.com/certbot/josepy/pull/254 doing the same thing on this repo i personally don't think this PR needs two reviews --- acme/pyproject.toml | 2 +- certbot-apache/pyproject.toml | 2 +- certbot-ci/pyproject.toml | 2 +- certbot-compatibility-test/pyproject.toml | 2 +- certbot-dns-cloudflare/pyproject.toml | 2 +- certbot-dns-digitalocean/pyproject.toml | 2 +- certbot-dns-dnsimple/pyproject.toml | 2 +- certbot-dns-dnsmadeeasy/pyproject.toml | 2 +- certbot-dns-gehirn/pyproject.toml | 2 +- certbot-dns-google/pyproject.toml | 2 +- certbot-dns-linode/pyproject.toml | 2 +- certbot-dns-luadns/pyproject.toml | 2 +- certbot-dns-nsone/pyproject.toml | 2 +- certbot-dns-ovh/pyproject.toml | 2 +- certbot-dns-rfc2136/pyproject.toml | 2 +- certbot-dns-route53/pyproject.toml | 2 +- certbot-dns-sakuracloud/pyproject.toml | 2 +- certbot-nginx/pyproject.toml | 2 +- certbot/pyproject.toml | 2 +- letstest/pyproject.toml | 2 +- newsfragments/10533.fixed | 1 + 21 files changed, 21 insertions(+), 20 deletions(-) create mode 100644 newsfragments/10533.fixed diff --git a/acme/pyproject.toml b/acme/pyproject.toml index 8cea42102..c6a6deaec 100644 --- a/acme/pyproject.toml +++ b/acme/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.rst" license = "Apache-2.0" requires-python = ">=3.10" authors = [ - { name = "Certbot Project", email = "certbot-dev@eff.org" }, + { name = "Certbot Project" }, ] classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/certbot-apache/pyproject.toml b/certbot-apache/pyproject.toml index b7e6ea821..266032685 100644 --- a/certbot-apache/pyproject.toml +++ b/certbot-apache/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.rst" license = "Apache-2.0" requires-python = ">=3.10" authors = [ - { name = "Certbot Project", email = "certbot-dev@eff.org" }, + { name = "Certbot Project" }, ] classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/certbot-ci/pyproject.toml b/certbot-ci/pyproject.toml index ff4d04cea..acae26fc6 100644 --- a/certbot-ci/pyproject.toml +++ b/certbot-ci/pyproject.toml @@ -9,7 +9,7 @@ description = "Certbot continuous integration framework" license = "Apache-2.0" requires-python = ">=3.10" authors = [ - { name = "Certbot Project", email = "certbot-dev@eff.org" }, + { name = "Certbot Project" }, ] classifiers = [ "Development Status :: 3 - Alpha", diff --git a/certbot-compatibility-test/pyproject.toml b/certbot-compatibility-test/pyproject.toml index fe21a27d6..97350e56d 100644 --- a/certbot-compatibility-test/pyproject.toml +++ b/certbot-compatibility-test/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.rst" license = "Apache-2.0" requires-python = ">=3.10" authors = [ - { name = "Certbot Project", email = "certbot-dev@eff.org" }, + { name = "Certbot Project" }, ] classifiers = [ "Development Status :: 3 - Alpha", diff --git a/certbot-dns-cloudflare/pyproject.toml b/certbot-dns-cloudflare/pyproject.toml index 59d3a72b8..4b8d3d5e3 100644 --- a/certbot-dns-cloudflare/pyproject.toml +++ b/certbot-dns-cloudflare/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.rst" license = "Apache-2.0" requires-python = ">=3.10" authors = [ - { name = "Certbot Project", email = "certbot-dev@eff.org" }, + { name = "Certbot Project" }, ] classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/certbot-dns-digitalocean/pyproject.toml b/certbot-dns-digitalocean/pyproject.toml index adf97d33b..fd74bb78f 100644 --- a/certbot-dns-digitalocean/pyproject.toml +++ b/certbot-dns-digitalocean/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.rst" license = "Apache-2.0" requires-python = ">=3.10" authors = [ - { name = "Certbot Project", email = "certbot-dev@eff.org" }, + { name = "Certbot Project" }, ] classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/certbot-dns-dnsimple/pyproject.toml b/certbot-dns-dnsimple/pyproject.toml index 5a6606f46..8127fe8d6 100644 --- a/certbot-dns-dnsimple/pyproject.toml +++ b/certbot-dns-dnsimple/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.rst" license = "Apache-2.0" requires-python = ">=3.10" authors = [ - { name = "Certbot Project", email = "certbot-dev@eff.org" }, + { name = "Certbot Project" }, ] classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/certbot-dns-dnsmadeeasy/pyproject.toml b/certbot-dns-dnsmadeeasy/pyproject.toml index 9e8deb81c..c5f4a9faa 100644 --- a/certbot-dns-dnsmadeeasy/pyproject.toml +++ b/certbot-dns-dnsmadeeasy/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.rst" license = "Apache-2.0" requires-python = ">=3.10" authors = [ - { name = "Certbot Project", email = "certbot-dev@eff.org" }, + { name = "Certbot Project" }, ] classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/certbot-dns-gehirn/pyproject.toml b/certbot-dns-gehirn/pyproject.toml index 7f263d79c..129e4bc11 100644 --- a/certbot-dns-gehirn/pyproject.toml +++ b/certbot-dns-gehirn/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.rst" license = "Apache-2.0" requires-python = ">=3.10" authors = [ - { name = "Certbot Project", email = "certbot-dev@eff.org" }, + { name = "Certbot Project" }, ] classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/certbot-dns-google/pyproject.toml b/certbot-dns-google/pyproject.toml index 37083fcdc..09cc5397d 100644 --- a/certbot-dns-google/pyproject.toml +++ b/certbot-dns-google/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.rst" license = "Apache-2.0" requires-python = ">=3.10" authors = [ - { name = "Certbot Project", email = "certbot-dev@eff.org" }, + { name = "Certbot Project" }, ] classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/certbot-dns-linode/pyproject.toml b/certbot-dns-linode/pyproject.toml index 50b8ae100..b3086df71 100644 --- a/certbot-dns-linode/pyproject.toml +++ b/certbot-dns-linode/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.rst" license = "Apache-2.0" requires-python = ">=3.10" authors = [ - { name = "Certbot Project", email = "certbot-dev@eff.org" }, + { name = "Certbot Project" }, ] classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/certbot-dns-luadns/pyproject.toml b/certbot-dns-luadns/pyproject.toml index 7dd9a678c..a1f5c5f0d 100644 --- a/certbot-dns-luadns/pyproject.toml +++ b/certbot-dns-luadns/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.rst" license = "Apache-2.0" requires-python = ">=3.10" authors = [ - { name = "Certbot Project", email = "certbot-dev@eff.org" }, + { name = "Certbot Project" }, ] classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/certbot-dns-nsone/pyproject.toml b/certbot-dns-nsone/pyproject.toml index 0a5022c43..ab8060358 100644 --- a/certbot-dns-nsone/pyproject.toml +++ b/certbot-dns-nsone/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.rst" license = "Apache-2.0" requires-python = ">=3.10" authors = [ - { name = "Certbot Project", email = "certbot-dev@eff.org" }, + { name = "Certbot Project" }, ] classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/certbot-dns-ovh/pyproject.toml b/certbot-dns-ovh/pyproject.toml index 78e327c68..9013eb5d3 100644 --- a/certbot-dns-ovh/pyproject.toml +++ b/certbot-dns-ovh/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.rst" license = "Apache-2.0" requires-python = ">=3.10" authors = [ - { name = "Certbot Project", email = "certbot-dev@eff.org" }, + { name = "Certbot Project" }, ] classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/certbot-dns-rfc2136/pyproject.toml b/certbot-dns-rfc2136/pyproject.toml index 09f223cc7..e367579a4 100644 --- a/certbot-dns-rfc2136/pyproject.toml +++ b/certbot-dns-rfc2136/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.rst" license = "Apache-2.0" requires-python = ">=3.10" authors = [ - { name = "Certbot Project", email = "certbot-dev@eff.org" }, + { name = "Certbot Project" }, ] classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/certbot-dns-route53/pyproject.toml b/certbot-dns-route53/pyproject.toml index e4d27512c..de2c7f38e 100644 --- a/certbot-dns-route53/pyproject.toml +++ b/certbot-dns-route53/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.rst" license = "Apache-2.0" requires-python = ">=3.10" authors = [ - { name = "Certbot Project", email = "certbot-dev@eff.org" }, + { name = "Certbot Project" }, ] keywords = [ "aws", diff --git a/certbot-dns-sakuracloud/pyproject.toml b/certbot-dns-sakuracloud/pyproject.toml index 73342a46b..fc5931dd6 100644 --- a/certbot-dns-sakuracloud/pyproject.toml +++ b/certbot-dns-sakuracloud/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.rst" license = "Apache-2.0" requires-python = ">=3.10" authors = [ - { name = "Certbot Project", email = "certbot-dev@eff.org" }, + { name = "Certbot Project" }, ] classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/certbot-nginx/pyproject.toml b/certbot-nginx/pyproject.toml index a5c3d79ff..f3129ba38 100644 --- a/certbot-nginx/pyproject.toml +++ b/certbot-nginx/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.rst" license = "Apache-2.0" requires-python = ">=3.10" authors = [ - { name = "Certbot Project", email = "certbot-dev@eff.org" }, + { name = "Certbot Project" }, ] classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/certbot/pyproject.toml b/certbot/pyproject.toml index e93d832d2..91a9c12bf 100644 --- a/certbot/pyproject.toml +++ b/certbot/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.rst" license = "Apache-2.0" requires-python = ">=3.10" authors = [ - { name = "Certbot Project", email = "certbot-dev@eff.org" }, + { name = "Certbot Project" }, ] classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/letstest/pyproject.toml b/letstest/pyproject.toml index f3b4eb8c1..65fde0523 100644 --- a/letstest/pyproject.toml +++ b/letstest/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" license = "Apache-2.0" requires-python = ">=3.10" authors = [ - { name = "Certbot Project", email = "certbot-dev@eff.org" }, + { name = "Certbot Project" }, ] classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/newsfragments/10533.fixed b/newsfragments/10533.fixed new file mode 100644 index 000000000..482cf3bde --- /dev/null +++ b/newsfragments/10533.fixed @@ -0,0 +1 @@ +Removed the outdated email address from our Python packages' metadata.