Hello community,

here is the log from the commit of package reuse for openSUSE:Factory checked 
in at 2019-11-15 22:37:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/reuse (Old)
 and      /work/SRC/openSUSE:Factory/.reuse.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "reuse"

Fri Nov 15 22:37:51 2019 rev:6 rq:738631 version:0.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/reuse/reuse.changes      2018-08-24 
17:12:11.714648622 +0200
+++ /work/SRC/openSUSE:Factory/.reuse.new.26869/reuse.changes   2019-11-15 
22:37:52.588052393 +0100
@@ -1,0 +2,6 @@
+Thu Sep  5 13:46:52 UTC 2019 - Carmen Bianca Bakker <car...@carmenbianca.eu>
+
+- Update to vesion 0.5.0:
+  + The tool is now compliant with REUSE v3.0
+
+-------------------------------------------------------------------

Old:
----
  fsfe-reuse-0.3.3.tar.gz

New:
----
  fsfe-reuse-0.5.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ reuse.spec ++++++
--- /var/tmp/diff_new_pack.steVoC/_old  2019-11-15 22:37:53.004053741 +0100
+++ /var/tmp/diff_new_pack.steVoC/_new  2019-11-15 22:37:53.008053755 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package reuse
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017 Free Software Foundation Europe e.V.
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,42 +13,44 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%bcond_without test
 Name:           reuse
-Version:        0.3.3
+Version:        0.5.0
 Release:        0
-Summary:        A tool for compliance with the REUSE Initiative recommendations
-License:        GPL-3.0-or-later
+Summary:        A tool for compliance with the REUSE recommendations
+License:        GPL-3.0-or-later AND CC-BY-SA-4.0 AND Apache-2.0 AND CC0-1.0
 Group:          Development/Languages/Python
 Url:            https://git.fsfe.org/reuse/reuse
 Source:         
https://files.pythonhosted.org/packages/source/f/fsfe-reuse/fsfe-reuse-%{version}.tar.gz
 BuildRequires:  fdupes
-BuildRequires:  pandoc
-BuildRequires:  python3-setuptools
-%if %{with test}
+BuildRequires:  gettext
+BuildRequires:  git
+BuildRequires:  python-rpm-macros
+BuildRequires:  python3 >= 3.6
 BuildRequires:  python3-Jinja2
-BuildRequires:  python3-chardet
-BuildRequires:  python3-click
+BuildRequires:  python3-binaryornot
+BuildRequires:  python3-boolean.py
 BuildRequires:  python3-debian
+BuildRequires:  python3-devel
+BuildRequires:  python3-license-expression
 BuildRequires:  python3-pytest
-BuildRequires:  python3-recommonmark
-%endif
-Requires:       python3 >= 3.5
-Requires:       python3-chardet
+BuildRequires:  python3-requests
+BuildRequires:  python3-setuptools
+Requires:       python3 >= 3.6
+Requires:       python3-Jinja2
+Requires:       python3-binaryornot
+Requires:       python3-boolean.py
 Requires:       python3-debian
+Requires:       python3-license-expression
+Requires:       python3-requests
 Recommends:     git
-Recommends:     python3-pygit2
-Recommends:     %{name}-lang
 BuildArch:      noarch
 
-%lang_package
-
 %description
-A tool for compliance with the REUSE Initiative recommendations.  Essentially,
+A tool for compliance with the REUSE recommendations.  Essentially,
 it is a linter that checks for a project's compliance, and a compiler that
 generates a project's bill of materials.
 
@@ -61,18 +63,15 @@
 %install
 %python3_install
 %fdupes %{buildroot}%{$python3_sitelib}
-%find_lang %{name} %{?no_lang_C}
-%if %{with test}
+
 %check
-LC_ALL=C.UTF-8 LANG=C.UTF-8 PYTHONPATH=%{buildroot}%{python3_sitelib} py.test 
tests/
-%endif
+PYTHONDONTWRITEBYTECODE=1 LC_ALL=C.UTF-8 LANG=C.UTF-8 
PYTHONPATH=%{buildroot}%{python3_sitelib} py.test tests/
 
 %files
 %defattr(-,root,root,-)
-%doc  README.md LICENSES/*
+%doc  README.md CHANGELOG.md
+%license LICENSES/*
 %{_bindir}/reuse
 %{python3_sitelib}/*
 
-%files lang -f %{name}.lang
-
 %changelog

++++++ fsfe-reuse-0.3.3.tar.gz -> fsfe-reuse-0.5.0.tar.gz ++++++
++++ 20664 lines of diff (skipped)


Reply via email to