You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added loglevel argument to pytest and skip one test if loglevel is too high
(#645).
--add-license-concluded, --creator-person, and --creator-organization
added to reuse spdx. (#623)
Additional license metadata for the Python package has been added. The actual
SPDX license expression remains the same: Apache-2.0 AND CC0-1.0 AND CC-BY-SA-4.0 AND GPL-3.0-or-later. (#733)
reuse.SpdxInfo was renamed to reuse.ReuseInfo. It is now a (frozen)
dataclass instead of a namedtuple. This is only relevant if you're using reuse
as a library in Python. (#669)
Sphinx documentation: Switched from RTD theme to Furo. (#673, #716)
Removed dependency on setuptools' pkg_resources to determine the installed
version of reuse. (#724)
Introduce an order of precedence. The copyright and licensing information from
different sources (e.g. .license or .reuse/dep5 file) is no longer merged.
(#654)
Removed
Python 3.6 and 3.7 support has been dropped. (#673, #759)
Removed runtime and build time dependency on setuptools. (#724)
Fixed
Fixed automatic generation of Sphinx documentation via readthedocs.io by
adding a .readthedocs.yaml configuration file (#648)
Fixed a compatibility issue where reuse could not be installed (built) if
gettext is not installed. (#691)
Translations are available in Docker images. (#701)
Marked the /data directory in Docker containers as safe in Git, preventing
errors related to linting Git repositories. (#720)
Repaired error when using Galician translations. (#719)