commit reuse for openSUSE:Factory

2020-08-17 Thread root
Hello community,

here is the log from the commit of package reuse for openSUSE:Factory checked 
in at 2020-08-17 12:07:26

Comparing /work/SRC/openSUSE:Factory/reuse (Old)
 and  /work/SRC/openSUSE:Factory/.reuse.new.3399 (New)


Package is "reuse"

Mon Aug 17 12:07:26 2020 rev:9 rq:827119 version:0.11.1

Changes:

--- /work/SRC/openSUSE:Factory/reuse/reuse.changes  2020-01-24 
13:12:59.841477268 +0100
+++ /work/SRC/openSUSE:Factory/.reuse.new.3399/reuse.changes2020-08-17 
12:08:53.758811814 +0200
@@ -1,0 +2,31 @@
+Sun Aug 16 21:27:11 UTC 2020 - Dirk Mueller 
+
+- update to 0.11.1:
+  - Always write the output files encoded in UTF-8, explicitly. This is 
already the
+default on most Unix systems, but it was not on Windows.
+  - All symlinks and 0-sized files in projects are now ignored.
+  - The licenses CAL-1.0 and CAL-1.0-Combined-Work-Exception contain an SPDX 
tag
+within themselves. Files that are named after these licenses are now 
ignored.
+  - Fixed a bug where `addheader` wouldn't properly apply the template on
+`.license` files if the `.license` file was non-empty, but did not contain
+valid SPDX tags.
+  - Add support for autoconf comment style (listed as m4).
++ Cython (`.pyx`, `.pxd`)
++ Sass and SCSS (`.sass`, `.scss`)
++ XSL (`.xsl`)
++ Mailmap (`.mailmap`)
+  - Added `--single-line` and `--multi-line` flags to `addheader`. These flags
+force a certain comment style.
+  - Added support for Mercurial 4.3+.
+  - A pre-commit hook has been added.
+  - When an incorrect SPDX identifier is forwarded to `download` or `init`, the
+tool now suggests what you might have meant.
+  - Under the hood, a lot of code that has to do with Git and Mercurial was 
moved
+into its own module.
+  - Fixed a bug with `addheader --explicit-license` that would result in
+`file.license.license` if `file.license` already existed.
+  - Fixed a Windows-only bug to do with calling subprocesses.
+  - Fixed a rare bug that would trigger when a directory is both ignored and
+contains a `.git` file.
+
+---

Old:

  reuse-0.8.0.tar.gz

New:

  reuse-0.11.1.tar.gz



Other differences:
--
++ reuse.spec ++
--- /var/tmp/diff_new_pack.dRfW31/_old  2020-08-17 12:08:58.354814375 +0200
+++ /var/tmp/diff_new_pack.dRfW31/_new  2020-08-17 12:08:58.354814375 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   reuse
-Version:0.8.0
-Release:1%{?dist}
+Version:0.11.1
+Release:0
 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

++ reuse-0.8.0.tar.gz -> reuse-0.11.1.tar.gz ++
 10473 lines of diff (skipped)




commit reuse for openSUSE:Factory

2020-01-24 Thread root
Hello community,

here is the log from the commit of package reuse for openSUSE:Factory checked 
in at 2020-01-24 13:12:09

Comparing /work/SRC/openSUSE:Factory/reuse (Old)
 and  /work/SRC/openSUSE:Factory/.reuse.new.26092 (New)


Package is "reuse"

Fri Jan 24 13:12:09 2020 rev:8 rq:766673 version:0.8.0

Changes:

--- /work/SRC/openSUSE:Factory/reuse/reuse.changes  2019-11-30 
10:39:59.724153350 +0100
+++ /work/SRC/openSUSE:Factory/.reuse.new.26092/reuse.changes   2020-01-24 
13:12:59.841477268 +0100
@@ -1,0 +2,10 @@
+Thu Jan 23 16:17:07 UTC 2020 - Carmen Bianca Bakker 
+
+- Update to version 0.8.0:
+  + Performance improved with multiprocessing
+  + New translations added for various different languages.
+  + Can no longer lint subdirectories; must specify root with --root.
+  + addheader supports many more file types.
+  + Deprecated licenses are now recognised.
+
+---

Old:

  reuse-0.7.0.tar.gz

New:

  reuse-0.8.0.tar.gz



Other differences:
--
++ reuse.spec ++
--- /var/tmp/diff_new_pack.TTDtqM/_old  2020-01-24 13:13:00.977477724 +0100
+++ /var/tmp/diff_new_pack.TTDtqM/_new  2020-01-24 13:13:00.977477724 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package reuse
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2017 Free Software Foundation Europe e.V.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,12 +18,12 @@
 
 
 Name:   reuse
-Version:0.7.0
+Version:0.8.0
 Release:1%{?dist}
 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
+URL:https://git.fsfe.org/reuse/reuse
 Source: 
https://files.pythonhosted.org/packages/source/r/reuse/reuse-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  gettext
@@ -39,6 +39,7 @@
 BuildRequires:  python3-pytest
 BuildRequires:  python3-requests
 BuildRequires:  python3-setuptools
+BuildRequires:  python3-setuptools_scm
 Requires:   python3 >= 3.6
 Requires:   python3-Jinja2
 Requires:   python3-binaryornot

++ reuse-0.7.0.tar.gz -> reuse-0.8.0.tar.gz ++
 16094 lines of diff (skipped)




commit reuse for openSUSE:Factory

2019-11-30 Thread root
Hello community,

here is the log from the commit of package reuse for openSUSE:Factory checked 
in at 2019-11-30 10:38:00

Comparing /work/SRC/openSUSE:Factory/reuse (Old)
 and  /work/SRC/openSUSE:Factory/.reuse.new.26869 (New)


Package is "reuse"

Sat Nov 30 10:38:00 2019 rev:7 rq:751629 version:0.7.0

Changes:

--- /work/SRC/openSUSE:Factory/reuse/reuse.changes  2019-11-15 
22:37:52.588052393 +0100
+++ /work/SRC/openSUSE:Factory/.reuse.new.26869/reuse.changes   2019-11-30 
10:39:59.724153350 +0100
@@ -1,0 +2,9 @@
+Thu Nov 28 13:43:38 UTC 2019 - Carmen Bianca Bakker 
+
+- Update to version 0.7.0:
+  + Git submodules are ignored by default. Use --include-submodules
+to include them again.
+  + Upstream name changed from fsfe-reuse to reuse.
+  + addheader improvements.
+
+---
@@ -4 +13 @@
-- Update to vesion 0.5.0:
+- Update to version 0.5.0:

Old:

  fsfe-reuse-0.5.0.tar.gz

New:

  reuse-0.7.0.tar.gz



Other differences:
--
++ reuse.spec ++
--- /var/tmp/diff_new_pack.3Fj2mf/_old  2019-11-30 10:40:00.608153244 +0100
+++ /var/tmp/diff_new_pack.3Fj2mf/_new  2019-11-30 10:40:00.612153244 +0100
@@ -18,13 +18,13 @@
 
 
 Name:   reuse
-Version:0.5.0
-Release:0
+Version:0.7.0
+Release:1%{?dist}
 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
+Source: 
https://files.pythonhosted.org/packages/source/r/reuse/reuse-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  gettext
 BuildRequires:  git
@@ -55,7 +55,7 @@
 generates a project's bill of materials.
 
 %prep
-%setup -q -n fsfe-reuse-%{version}
+%setup -q -n reuse-%{version}
 
 %build
 %python3_build




commit reuse for openSUSE:Factory

2019-11-15 Thread root
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 
+
+- 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)




commit reuse for openSUSE:Factory

2018-08-24 Thread root
Hello community,

here is the log from the commit of package reuse for openSUSE:Factory checked 
in at 2018-08-24 17:12:10

Comparing /work/SRC/openSUSE:Factory/reuse (Old)
 and  /work/SRC/openSUSE:Factory/.reuse.new (New)


Package is "reuse"

Fri Aug 24 17:12:10 2018 rev:5 rq:631179 version:0.3.3

Changes:

--- /work/SRC/openSUSE:Factory/reuse/reuse.changes  2018-08-15 
10:38:53.164345442 +0200
+++ /work/SRC/openSUSE:Factory/.reuse.new/reuse.changes 2018-08-24 
17:12:11.714648622 +0200
@@ -1,0 +2,6 @@
+Wed Aug 15 11:13:04 UTC 2018 - car...@carmenbianca.eu
+
+- Update to version 0.3.3:
+  + Files ending in .spdx are no longer considered licenses.
+
+---

Old:

  fsfe-reuse-0.3.1.tar.gz

New:

  fsfe-reuse-0.3.3.tar.gz



Other differences:
--
++ reuse.spec ++
--- /var/tmp/diff_new_pack.WDWRTI/_old  2018-08-24 17:12:12.150649142 +0200
+++ /var/tmp/diff_new_pack.WDWRTI/_new  2018-08-24 17:12:12.150649142 +0200
@@ -19,7 +19,7 @@
 
 %bcond_without test
 Name:   reuse
-Version:0.3.1
+Version:0.3.3
 Release:0
 Summary:A tool for compliance with the REUSE Initiative recommendations
 License:GPL-3.0-or-later

++ fsfe-reuse-0.3.1.tar.gz -> fsfe-reuse-0.3.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fsfe-reuse-0.3.1/CHANGELOG.md 
new/fsfe-reuse-0.3.3/CHANGELOG.md
--- old/fsfe-reuse-0.3.1/CHANGELOG.md   2018-08-14 18:00:58.0 +0200
+++ new/fsfe-reuse-0.3.3/CHANGELOG.md   2018-08-15 13:08:11.0 +0200
@@ -17,6 +17,18 @@
 
 The versions follow [semantic versioning](https://semver.org).
 
+## 0.3.3 - 2018-07-15
+
+### Fixed
+
+- Any files with the suffix `.spdx` are no longer considered licenses.
+
+## 0.3.2 - 2018-07-15
+
+### Fixed
+
+- The documentation now builds under Python 3.7.
+
 ## 0.3.1 - 2018-07-14
 
 ### Fixed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fsfe-reuse-0.3.1/Makefile 
new/fsfe-reuse-0.3.3/Makefile
--- old/fsfe-reuse-0.3.1/Makefile   2018-02-19 14:28:15.0 +0100
+++ new/fsfe-reuse-0.3.3/Makefile   2018-08-15 13:05:27.0 +0200
@@ -34,7 +34,7 @@
 .PHONY: clean-docs
 clean-docs: ## remove docs build artifacts
-$(MAKE) -C docs clean
-   rm -f docs/en_pyssant*.rst
+   rm -f docs/reuse*.rst
rm -f docs/modules.rst
rm -f docs/history.md
rm -f docs/readme.md
@@ -51,11 +51,13 @@
 coverage: ## check code coverage quickly
py.test --cov-report term-missing --cov=src/reuse
 
-.PHONY: docs
-docs: clean-docs ## generate Sphinx HTML documentation, including API docs
+_pre-docs: clean-docs
sphinx-apidoc --separate -o docs/ src/reuse
cp README.md docs/readme.md  # Because markdown cannot include...
cp CHANGELOG.md docs/history.md
+
+.PHONY: docs
+docs: _pre-docs ## generate Sphinx HTML documentation, including API docs
$(MAKE) -C docs html
 
 .PHONY: tox
@@ -63,7 +65,7 @@
tox
 
 .PHONY: dist
-dist: clean docs compile-mo ## builds source and wheel package
+dist: clean _pre-docs compile-mo ## builds source and wheel package
RST_ERROR=1 python setup.py sdist
RST_ERROR=1 python setup.py bdist_wheel
ls -l dist
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fsfe-reuse-0.3.1/PKG-INFO 
new/fsfe-reuse-0.3.3/PKG-INFO
--- old/fsfe-reuse-0.3.1/PKG-INFO   2018-08-14 18:01:28.0 +0200
+++ new/fsfe-reuse-0.3.3/PKG-INFO   2018-08-15 13:09:10.0 +0200
@@ -1,12 +1,11 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: fsfe-reuse
-Version: 0.3.1
+Version: 0.3.3
 Summary: reuse is a tool for compliance with the REUSE Initiative 
recommendations.
 Home-page: https://git.fsfe.org/reuse/reuse
 Author: Carmen Bianca Bakker
 Author-email: carmenbia...@fsfe.org
 License: GPL-3.0-or-later
-Description-Content-Type: UNKNOWN
 Description: reuse
 =
 
@@ -210,3 +209,4 @@
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
+Provides-Extra: git
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fsfe-reuse-0.3.1/docs/conf.py 
new/fsfe-reuse-0.3.3/docs/conf.py
--- old/fsfe-reuse-0.3.1/docs/conf.py   2018-08-14 18:00:58.0 +0200
+++ new/fsfe-reuse-0.3.3/docs/conf.py   2018-08-15 13:08:36.0 +0200
@@ -84,7 +84,7 @@
 # built documents.
 #
 # The short X.Y version.
-version = '0.3.1'
+version = '0.3.3'
 # The full version, including alpha/beta/rc tags.
 release = version
 
diff 

commit reuse for openSUSE:Factory

2018-08-15 Thread root
Hello community,

here is the log from the commit of package reuse for openSUSE:Factory checked 
in at 2018-08-15 10:38:47

Comparing /work/SRC/openSUSE:Factory/reuse (Old)
 and  /work/SRC/openSUSE:Factory/.reuse.new (New)


Package is "reuse"

Wed Aug 15 10:38:47 2018 rev:4 rq:629261 version:0.3.1

Changes:

--- /work/SRC/openSUSE:Factory/reuse/reuse.changes  2018-05-16 
18:45:10.175540103 +0200
+++ /work/SRC/openSUSE:Factory/.reuse.new/reuse.changes 2018-08-15 
10:38:53.164345442 +0200
@@ -1,0 +2,6 @@
+Tue Aug 14 16:14:17 UTC 2018 - car...@carmenbianca.eu
+
+- Update to version 0.3.1:
+  + Finding of root directory fixed when using pygit2.
+
+---

Old:

  fsfe-reuse-0.3.0.tar.gz

New:

  fsfe-reuse-0.3.1.tar.gz



Other differences:
--
++ reuse.spec ++
--- /var/tmp/diff_new_pack.Rc3QjV/_old  2018-08-15 10:38:54.360347623 +0200
+++ /var/tmp/diff_new_pack.Rc3QjV/_new  2018-08-15 10:38:54.364347630 +0200
@@ -19,7 +19,7 @@
 
 %bcond_without test
 Name:   reuse
-Version:0.3.0
+Version:0.3.1
 Release:0
 Summary:A tool for compliance with the REUSE Initiative recommendations
 License:GPL-3.0-or-later

++ fsfe-reuse-0.3.0.tar.gz -> fsfe-reuse-0.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fsfe-reuse-0.3.0/CHANGELOG.md 
new/fsfe-reuse-0.3.1/CHANGELOG.md
--- old/fsfe-reuse-0.3.0/CHANGELOG.md   2018-05-16 14:44:07.0 +0200
+++ new/fsfe-reuse-0.3.1/CHANGELOG.md   2018-08-14 18:00:58.0 +0200
@@ -17,6 +17,12 @@
 
 The versions follow [semantic versioning](https://semver.org).
 
+## 0.3.1 - 2018-07-14
+
+### Fixed
+
+- When using reuse from a child directory using pygit2, correctly find the 
root.
+
 ## 0.3.0 - 2018-05-16
 
 ### Changed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fsfe-reuse-0.3.0/PKG-INFO 
new/fsfe-reuse-0.3.1/PKG-INFO
--- old/fsfe-reuse-0.3.0/PKG-INFO   2018-05-16 14:46:18.0 +0200
+++ new/fsfe-reuse-0.3.1/PKG-INFO   2018-08-14 18:01:28.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: fsfe-reuse
-Version: 0.3.0
+Version: 0.3.1
 Summary: reuse is a tool for compliance with the REUSE Initiative 
recommendations.
 Home-page: https://git.fsfe.org/reuse/reuse
 Author: Carmen Bianca Bakker
@@ -10,10 +10,15 @@
 Description: reuse
 =
 
-|license| |version| |python| |reuse| |standard-readme| |status|
+`license `__
+`version `__
+`python `__
+`reuse `__
+`standard-readme `__
+`status `__
 
-reuse is a tool for compliance with the `REUSE
-Initiative `__ recommendations.
+   reuse is a tool for compliance with the `REUSE
+   Initiative `__ recommendations.
 
 -  Free Software: GPL-3.0-or-later
 
@@ -72,12 +77,12 @@
 
 -  ``python3-pygit2``
 
-You can install ``python3-pygit2`` via your operating system's package
+You can install ``python3-pygit2`` via your operating system’s package
 manager. For Debian-like GNU/Linux distributions this would be:
 
 ::
 
-apt-get install python3-pygit2
+   apt-get install python3-pygit2
 
 Note that simply installing ``pygit2`` via ``pip`` does not work as 
this
 omits the ``libgit2`` dependency.
@@ -90,7 +95,7 @@
 
 ::
 
-pip3 install --user fsfe-reuse
+   pip3 install --user fsfe-reuse
 
 After this, make sure that ``~/.local/bin`` is in your ``$PATH``.
 
@@ -102,14 +107,15 @@
 
 -  Include the texts of all used licenses in your project.
 
--  A special note on the GPL: If you use
-   ``Valid-License-Identifier: GPL-3.0`` or name the file
-   ``LICENSES/GPL-3.0.txt``, this will catch all the following 
licenses:
-   ``GPL-3.0``, ``GPL-3.0+``, ``GPL-3.0-only`` and 
``GPL-3.0-or-later``.
-   This applies to the entire GPL family of licenses.
+   -  A special note on the GPL: If you use
+  ``Valid-License-Identifier: GPL-3.0`` or name the file
+  ``LICENSES/GPL-3.0.txt``, this will catch all the following
+  licenses: ``GPL-3.0``, 

commit reuse for openSUSE:Factory

2018-05-16 Thread root
Hello community,

here is the log from the commit of package reuse for openSUSE:Factory checked 
in at 2018-05-16 18:44:13

Comparing /work/SRC/openSUSE:Factory/reuse (Old)
 and  /work/SRC/openSUSE:Factory/.reuse.new (New)


Package is "reuse"

Wed May 16 18:44:13 2018 rev:3 rq:609141 version:0.3.0

Changes:

--- /work/SRC/openSUSE:Factory/reuse/reuse.changes  2018-04-20 
17:30:53.215456019 +0200
+++ /work/SRC/openSUSE:Factory/.reuse.new/reuse.changes 2018-05-16 
18:45:10.175540103 +0200
@@ -1,0 +2,7 @@
+Wed May 16 12:50:44 UTC 2018 - car...@carmenbianca.eu
+
+- Update to version 0.3.0:
+  + Bill of materials output is now deterministic.  Entries are
+sorted.
+
+---

Old:

  fsfe-reuse-0.2.0.tar.gz

New:

  fsfe-reuse-0.3.0.tar.gz



Other differences:
--
++ reuse.spec ++
--- /var/tmp/diff_new_pack.KX2m4S/_old  2018-05-16 18:45:11.411495437 +0200
+++ /var/tmp/diff_new_pack.KX2m4S/_new  2018-05-16 18:45:11.411495437 +0200
@@ -19,7 +19,7 @@
 
 %bcond_without test
 Name:   reuse
-Version:0.2.0
+Version:0.3.0
 Release:0
 Summary:A tool for compliance with the REUSE Initiative recommendations
 License:GPL-3.0-or-later

++ fsfe-reuse-0.2.0.tar.gz -> fsfe-reuse-0.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fsfe-reuse-0.2.0/CHANGELOG.md 
new/fsfe-reuse-0.3.0/CHANGELOG.md
--- old/fsfe-reuse-0.2.0/CHANGELOG.md   2018-04-17 13:44:10.0 +0200
+++ new/fsfe-reuse-0.3.0/CHANGELOG.md   2018-05-16 14:44:07.0 +0200
@@ -17,6 +17,22 @@
 
 The versions follow [semantic versioning](https://semver.org).
 
+## 0.3.0 - 2018-05-16
+
+### Changed
+
+- The output of `reuse compile` is now deterministic.  The files, copyright
+  lines and SPDX expressions are sorted alphabetically.
+
+### Fixed
+
+- When a GPL license could not be found, the correct `-only` or `-or-later`
+  extension is now used in the warning message, rather than a bare `GPL-3.0`.
+
+- If you have a license listed as `SPDX-Valid-License: GPL-3.0-or-later`, this
+  now correctly matches corresponding SPDX identifiers.  Still it is 
recommended
+  to use `SPDX-Valid-License: GPL-3.0` instead.
+
 ## 0.2.0 - 2018-04-17
 
 ### Added
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fsfe-reuse-0.2.0/PKG-INFO 
new/fsfe-reuse-0.3.0/PKG-INFO
--- old/fsfe-reuse-0.2.0/PKG-INFO   2018-04-17 13:47:32.0 +0200
+++ new/fsfe-reuse-0.3.0/PKG-INFO   2018-05-16 14:46:18.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: fsfe-reuse
-Version: 0.2.0
+Version: 0.3.0
 Summary: reuse is a tool for compliance with the REUSE Initiative 
recommendations.
 Home-page: https://git.fsfe.org/reuse/reuse
 Author: Carmen Bianca Bakker
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fsfe-reuse-0.2.0/docs/conf.py 
new/fsfe-reuse-0.3.0/docs/conf.py
--- old/fsfe-reuse-0.2.0/docs/conf.py   2018-02-19 14:49:59.0 +0100
+++ new/fsfe-reuse-0.3.0/docs/conf.py   2018-05-16 14:44:39.0 +0200
@@ -84,7 +84,7 @@
 # built documents.
 #
 # The short X.Y version.
-version = '0.2.0'
+version = '0.3.0'
 # The full version, including alpha/beta/rc tags.
 release = version
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fsfe-reuse-0.2.0/docs/history.md 
new/fsfe-reuse-0.3.0/docs/history.md
--- old/fsfe-reuse-0.2.0/docs/history.md2018-04-17 13:47:27.0 
+0200
+++ new/fsfe-reuse-0.3.0/docs/history.md2018-05-16 14:46:14.0 
+0200
@@ -17,6 +17,22 @@
 
 The versions follow [semantic versioning](https://semver.org).
 
+## 0.3.0 - 2018-05-16
+
+### Changed
+
+- The output of `reuse compile` is now deterministic.  The files, copyright
+  lines and SPDX expressions are sorted alphabetically.
+
+### Fixed
+
+- When a GPL license could not be found, the correct `-only` or `-or-later`
+  extension is now used in the warning message, rather than a bare `GPL-3.0`.
+
+- If you have a license listed as `SPDX-Valid-License: GPL-3.0-or-later`, this
+  now correctly matches corresponding SPDX identifiers.  Still it is 
recommended
+  to use `SPDX-Valid-License: GPL-3.0` instead.
+
 ## 0.2.0 - 2018-04-17
 
 ### Added
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fsfe-reuse-0.2.0/setup.cfg 
new/fsfe-reuse-0.3.0/setup.cfg
--- old/fsfe-reuse-0.2.0/setup.cfg  2018-04-17 13:47:32.0 +0200
+++ new/fsfe-reuse-0.3.0/setup.cfg  2018-05-16 14:46:18.0 +0200
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.2.0

commit reuse for openSUSE:Factory

2018-04-20 Thread root
Hello community,

here is the log from the commit of package reuse for openSUSE:Factory checked 
in at 2018-04-20 17:29:03

Comparing /work/SRC/openSUSE:Factory/reuse (Old)
 and  /work/SRC/openSUSE:Factory/.reuse.new (New)


Package is "reuse"

Fri Apr 20 17:29:03 2018 rev:2 rq:597558 version:0.2.0

Changes:

--- /work/SRC/openSUSE:Factory/reuse/reuse.changes  2018-01-17 
21:56:01.545636509 +0100
+++ /work/SRC/openSUSE:Factory/.reuse.new/reuse.changes 2018-04-20 
17:30:53.215456019 +0200
@@ -1,0 +2,9 @@
+Tue Apr 17 12:14:17 UTC 2018 - car...@carmenbianca.eu
+
+- Update to version 0.2.0:
+  + Added translations for Dutch, Esperanto and Spanish.
+  + Added new `-only` and `-or-later` SPDX tags for GPL.
+  + Based on argparse instead of click.
+- Remove xfail-test.patch.
+
+---

Old:

  fsfe-reuse-0.1.1.tar.gz
  xfail-test.patch

New:

  fsfe-reuse-0.2.0.tar.gz



Other differences:
--
++ reuse.spec ++
--- /var/tmp/diff_new_pack.pzoibQ/_old  2018-04-20 17:30:54.279417438 +0200
+++ /var/tmp/diff_new_pack.pzoibQ/_new  2018-04-20 17:30:54.279417438 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package reuse
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -14,37 +14,39 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %bcond_without test
 Name:   reuse
-Version:0.1.1
+Version:0.2.0
 Release:0
-License:GPL-3.0+
 Summary:A tool for compliance with the REUSE Initiative recommendations
-Url:https://git.fsfe.org/reuse/reuse
+License:GPL-3.0-or-later
 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
-Patch1: xfail-test.patch
-BuildRequires:  python3-setuptools
-BuildRequires:  pandoc
 BuildRequires:  fdupes
+BuildRequires:  pandoc
+BuildRequires:  python3-setuptools
 %if %{with test}
+BuildRequires:  python3-Jinja2
 BuildRequires:  python3-chardet
 BuildRequires:  python3-click
 BuildRequires:  python3-debian
-BuildRequires:  python3-Jinja2
 BuildRequires:  python3-pytest
 BuildRequires:  python3-recommonmark
 %endif
 Requires:   python3 >= 3.5
 Requires:   python3-chardet
-Requires:   python3-click
 Requires:   python3-debian
-Suggests:   git
-Suggests:   python3-pygit2
+Recommends: git
+Recommends: python3-pygit2
+Recommends: %{name}-lang
 BuildArch:  noarch
 
+%lang_package
+
 %description
 A tool for compliance with the REUSE Initiative recommendations.  Essentially,
 it is a linter that checks for a project's compliance, and a compiler that
@@ -52,7 +54,6 @@
 
 %prep
 %setup -q -n fsfe-reuse-%{version}
-%patch1 -p1
 
 %build
 %python3_build
@@ -60,6 +61,7 @@
 %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/
@@ -71,4 +73,6 @@
 %{_bindir}/reuse
 %{python3_sitelib}/*
 
+%files lang -f %{name}.lang
+
 %changelog

++ fsfe-reuse-0.1.1.tar.gz -> fsfe-reuse-0.2.0.tar.gz ++
 3410 lines of diff (skipped)