[python-committers] RELEASED] Python 3.4.7rc1 and Python 3.5.4rc1 are now available (original) (raw)
Matthias Klose doko at ubuntu.com
Tue Jul 25 06:23:08 EDT 2017
- Previous message (by thread): [python-committers] RELEASED] Python 3.4.7rc1 and Python 3.5.4rc1 are now available
- Next message (by thread): [python-committers] RELEASED] Python 3.4.7rc1 and Python 3.5.4rc1 are now available
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 25.07.2017 10:37, Larry Hastings wrote:
And you can find Python 3.5.4rc1 here:
https://www.python.org/downloads/release/python-354rc1/
Python 3.4.7 final and Python 3.5.4 final are both scheduled for release on August 6th, 2017.
the build of the documentation fails with at least the 3.5.4rc1. It adds a new build dependency (blurb), which is inconvenient to build on stable environments, or when pip is not available. Please could you consider including the blurb module itself in python for the stable branches?
The build of the docs then fails with:
make -C Doc html
make[1]: Entering directory '/home/packages/python/3.5/python3.5-3.5.4rc1/Doc'
mkdir -p build
PYTHONPATH=/home/packages/python/3.5/python3.5-3.5.4rc1/debian/blurb python3 -m
blurb merge -f build/NEWS
Traceback (most recent call last):
File "/usr/lib/python3.5/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/packages/python/3.5/python3.5-3.5.4rc1/debian/blurb/blurb.py",
line 1602, in
main()
File "/home/packages/python/3.5/python3.5-3.5.4rc1/debian/blurb/blurb.py",
line 1562, in main
sys.exit(fn(*filtered_args, **kwargs))
File "/home/packages/python/3.5/python3.5-3.5.4rc1/debian/blurb/blurb.py",
line 970, in merge
versions = glob_versions()
File "/home/packages/python/3.5/python3.5-3.5.4rc1/debian/blurb/blurb.py",
line 284, in glob_versions
with pushd("Misc/NEWS.d"):
File "/home/packages/python/3.5/python3.5-3.5.4~rc1/debian/blurb/blurb.py",
line 205, in enter
os.chdir(self.path)
FileNotFoundError: [Errno 2] No such file or directory: 'Misc/NEWS.d'
Makefile:42: recipe for target 'build' failed
there is no Doc/Misc/NEWS.d directory (neither a Misc/NEWS.d directory)
- Previous message (by thread): [python-committers] RELEASED] Python 3.4.7rc1 and Python 3.5.4rc1 are now available
- Next message (by thread): [python-committers] RELEASED] Python 3.4.7rc1 and Python 3.5.4rc1 are now available
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]