未验证 提交 a918b7f3 编写于 作者: C Cleber Rosa

Release 72.0

Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 547139bf
=================================
72.0 Once upon a time in Holywood
=================================
The Avocado team is proud to present another release: Avocado 70.0,
AKA "Once upon a time in Holywood", is now available!
Release documentation: `Avocado 72.0
<http://avocado-framework.readthedocs.io/en/72.0/>`_
Users/Test Writers
==================
* The new ``vmimage`` command allows a user to list the virtual
machine images downloaded by means of :mod:`avocado.utils.vmimage`
or download new images via the ``avocado vmimage get`` command.
* The tags feature (see :ref:`categorizing-tests`) now supports an
extended character set, adding ``.`` and ``-`` to the allowed
characters. A tag such as ``:avocado: tags=machine:s390-ccw-virtio``
is now valid.
* The still experimental "N(ext) Runner", introduced on version 71.0,
can now run most Avocado Instrumented tests, and possibly any test
who implements a matching ``avocado-runner-$(TEST_TYPE)`` script
that conforms to the expected interface.
Bug Fixes
=========
* A bug introduced in version 71.0 rendered
:mod:`avocado.utils.archive` incapable of handling LZMA (also known
as ``xz``) archives was fixed.
* A Python 3 (bytes versus text) related issue with
:func:`avocado.utils.cpu.get_cpu_vendor_name` has been fixed.
Utility APIs
============
* :mod:`avocado.utils.ssh` now allows password based authentication,
in addition to public key based authentication.
* :func:`avocado.utils.path.usable_ro_dir` will no longer create a
directory, but will just check for its existence and the right
level of access.
* :func:`avocado.utils.archive.compress` and
:func:`avocado.utils.archive.uncompress` and now supports LZMA
compressed files transparently.
* The :mod:`avocado.utils.vmimage` now has providers for the CirrOS
cloud images.
Internal Changes
================
* Package build fixes for Fedora 31 and Fedora 32.
* Increased test coverage of mux-suite and the yaml-loader features.
* A number of pylint checks were added, including w0201, w1505, w1509,
w0402 and w1113.
For more information, please check out the complete
`Avocado changelog
<https://github.com/avocado-framework/avocado/compare/71.0...72.0>`_.
......@@ -16,6 +16,7 @@ released.
.. toctree::
:maxdepth: 1
72_0
71_0
70_0
69_0
......
......@@ -10,10 +10,10 @@
%global gittar %{srcname}-%{version}.tar.gz
%else
%if ! 0%{?commit:1}
%global commit 886214908132f35cbea8a8c763f9c25084b107fe
%global commit 547139bfd042bcf259c66ff11d2be8d65a6386cd
%endif
%if ! 0%{?commit_date:1}
%global commit_date 20190905
%global commit_date 20190917
%endif
%global shortcommit %(c=%{commit};echo ${c:0:8})
%global gitrel .%{commit_date}git%{shortcommit}
......@@ -58,8 +58,8 @@
Summary: Framework with tools and libraries for Automated Testing
Name: python-%{srcname}
Version: 71.0
Release: 2%{?gitrel}%{?dist}
Version: 72.0
Release: 0%{?gitrel}%{?dist}
License: GPLv2
Group: Development/Tools
URL: http://avocado-framework.github.io/
......@@ -579,6 +579,9 @@ Again Shell code (and possibly other similar shells).
%{_libexecdir}/avocado*
%changelog
* Tue Sep 17 2019 Cleber Rosa <cleber@redhat.com> - 72.0-0
- New release
* Thu Sep 5 2019 Cleber Rosa <cleber@redhat.com> - 71.0-2
- Added nrunner standalone scripts
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册