diff doc/upgrading.txt @ 8345:35fab0db52f5

docs(install): document how to install gpg 2.0 Add link in install doc to upgrading doc and document pip command there.
author John Rouillard <rouilj@ieee.org>
date Wed, 25 Jun 2025 23:05:19 -0400
parents 3f43db05aa11
children 107761be1e75
line wrap: on
line diff
--- a/doc/upgrading.txt	Mon Jun 23 01:10:42 2025 -0400
+++ b/doc/upgrading.txt	Wed Jun 25 23:05:19 2025 -0400
@@ -441,6 +441,23 @@
 
 You can find an example in :ref:`dynamic_csp`.
 
+Directions for installing gpg
+-----------------------------
+
+In this release a new version of the gpg module was needed for Ubuntu
+24.04 and python 3.13. Paul Schwabauer produced a new version of the
+gpg module. However it is only on the test instance of pypi. If you
+run into issues installing gpg with pip, you can use::
+
+    pip install --index-url https://test.pypi.org/simple/ \
+                --extra-index-url https://pypi.org/simple gpg;
+
+to installed version 2.0 of gpg from test.pypi.org obtaining it's
+requirements from pypi.org.
+
+When `issue2551368 <https://issues.roundup-tracker.org/issue2551368>`_
+is closed, you should be able to use ``pip install gpg`` again.   
+
 .. index:: Upgrading; 2.3.0 to 2.4.0
 
 Migrating from 2.3.0 to 2.4.0

Roundup Issue Tracker: http://roundup-tracker.org/