-
Notifications
You must be signed in to change notification settings - Fork 219
Release 3.0.1 #785
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
3.0.1rc0 like 3.0.0 fails to build the man pages as reported in Debian Bug #982698:
The build, test, and install targets work fine with PROJ 8.0.0 when the manpage is not built. |
I can reproduce it with the same steps as CI too:
Debian unstable has the same versions of sphinx & sphinx-argparse as the CI, so a likely cause is patches included in the Debian package, this change specifically is suspicious: --- sphinx-argparse.orig/sphinxarg/parser.py
+++ sphinx-argparse/sphinxarg/parser.py
@@ -37,7 +37,7 @@
if not isinstance(attribval, str):
return
if len(attribval) > 0:
- data[attribname] = attribval
+ data[attribname] = attribval % {'prog': data['prog']}
def _format_usage_without_prefix(parser): |
Thanks @sebastic for testing 👍 |
https://github.com/pyproj4/pyproj/releases/tag/3.0.1rc0
The plan is to release with PROJ 7.2.1 in the wheels since this is a patch release.
Release Candidate 0 Status:
Plan to release when testing is completed or Friday, March 5th. Testing is always appreciated, but definitely not required.
The text was updated successfully, but these errors were encountered: