Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-license-expression for
openSUSE:Factory checked in at 2022-09-19 16:03:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-license-expression (Old)
and /work/SRC/openSUSE:Factory/.python-license-expression.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-license-expression"
Mon Sep 19 16:03:35 2022 rev:3 rq:1004595 version:30.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-license-expression/python-license-expression.changes
2020-04-15 19:57:03.969689017 +0200
+++
/work/SRC/openSUSE:Factory/.python-license-expression.new.2083/python-license-expression.changes
2022-09-19 16:03:41.722207842 +0200
@@ -1,0 +2,21 @@
+Sat Sep 17 05:25:43 UTC 2022 - John Vandenberg <[email protected]>
+
+- Update to v30.0.0
+ * Use latest skeleton (and updated configure script)
+ * Drop using calver
+ * Improve error checking when combining licenses
+- from v21.6.14
+ * Switch to calver for package versioning to better convey the
+ currency of the bundled data.
+ * Include https://scancode-licensedb.aboutcode.org/ licenses list
+ with ScanCode (v21.6.7) and SPDX licenses (v3.13) keys. Add new
+ functions to create Licensing using these licenses as LicenseSymbol.
+ * Add new License.dedup() method to deduplicate and simplify license
+ expressions without over simplifying.
+ * Add new License.validate() method to return a new ExpressionInfo
+ object with details on a license expression validation.
+ * Drop support for Python 2.
+ * Adopt the project skeleton from https://github.com/nexB/skeleton
+ and its new configure script
+
+-------------------------------------------------------------------
Old:
----
license-expression-1.2.tar.gz
New:
----
license-expression-30.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-license-expression.spec ++++++
--- /var/tmp/diff_new_pack.z3fQq8/_old 2022-09-19 16:03:42.202209124 +0200
+++ /var/tmp/diff_new_pack.z3fQq8/_new 2022-09-19 16:03:42.206209135 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-license-expression
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-license-expression
-Version: 1.2
+Version: 30.0.0
Release: 0
Summary: Library to parse, compare, simplify and normalize license
expressions
License: Apache-2.0
@@ -28,6 +28,7 @@
BuildRequires: %{python_module boolean.py >= 3.6}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module setuptools_scm}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-boolean.py >= 3.6
@@ -55,11 +56,11 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pytest
+%pytest tests
%files %{python_files}
%license apache-2.0.LICENSE NOTICE
%doc README.rst
-%{python_sitelib}/*
+%{python_sitelib}/license[_-]expression*
%changelog
++++++ license-expression-1.2.tar.gz -> license-expression-30.0.0.tar.gz ++++++
++++ 32245 lines of diff (skipped)