From d274c063282c767ff32583dffc36c4c99f6268fc Mon Sep 17 00:00:00 2001
From: nkrapp <>
Date: Jun 03 2025 16:39:54 +0000
Subject: Update python-license-expression to version 30.4.1 / rev 8 via SR 1282326
https://build.opensuse.org/request/show/1282326
by user nkrapp + anag_factory
---
diff --git a/.files b/.files
index e9ccb05..06edb56 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index 8316e41..8595545 100644
--- a/.rev
+++ b/.rev
@@ -67,4 +67,12 @@
* Drop support for Python 3.7
1160834
+
+ da881aff0e80f039324d62535e9d9062
+ 30.4.1
+
+ anag_factory
+
+ 1282326
+
diff --git a/license-expression-30.3.0.tar.gz b/license-expression-30.3.0.tar.gz
deleted file mode 120000
index f3545e4..0000000
--- a/license-expression-30.3.0.tar.gz
+++ /dev/null
@@ -1 +0,0 @@
-/ipfs/bafkreiassvag643lj44v74djv3a45p5nkpapzm6pk7pq6xwfr7d3sbnouu
\ No newline at end of file
diff --git a/license_expression-30.4.1.tar.gz b/license_expression-30.4.1.tar.gz
new file mode 120000
index 0000000..e194ad1
--- /dev/null
+++ b/license_expression-30.4.1.tar.gz
@@ -0,0 +1 @@
+/ipfs/bafkreie7aiif7hqpz3f2nkc57o7npwkouhb2odhshxn7www7gq4kn5x44a
\ No newline at end of file
diff --git a/python-license-expression.changes b/python-license-expression.changes
index 865e5d2..2b06207 100644
--- a/python-license-expression.changes
+++ b/python-license-expression.changes
@@ -1,4 +1,13 @@
-------------------------------------------------------------------
+Fri May 30 14:17:02 UTC 2025 - Markéta Machová
+
+- Update to 30.4.1
+ * Use latest skeleton
+ * Update license list to latest ScanCode and SPDX 3.26
+ * Drop support for Python 3.8
+- Convert to pip-based build
+
+-------------------------------------------------------------------
Fri Mar 22 20:44:33 UTC 2024 - Dirk Müller
- update to 30.3.0:
diff --git a/python-license-expression.spec b/python-license-expression.spec
index 4c53845..2758bd6 100644
--- a/python-license-expression.spec
+++ b/python-license-expression.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-license-expression
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,19 +16,20 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-license-expression
-Version: 30.3.0
+Version: 30.4.1
Release: 0
Summary: Library to parse, compare, simplify and normalize license expressions
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/nexB/license-expression
-Source: https://files.pythonhosted.org/packages/source/l/license-expression/license-expression-%{version}.tar.gz
+Source: https://files.pythonhosted.org/packages/source/l/license_expression/license_expression-%{version}.tar.gz
BuildRequires: %{python_module boolean.py >= 4.0}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-boolean.py >= 4.0
@@ -46,13 +47,13 @@ Using boolean logic, license expressions can be tested for equality,
containment, equivalence and can be normalized or simplified.
%prep
-%setup -q -n license-expression-%{version}
+%setup -q -n license_expression-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -61,6 +62,7 @@ containment, equivalence and can be normalized or simplified.
%files %{python_files}
%license apache-2.0.LICENSE NOTICE
%doc README.rst
-%{python_sitelib}/license[_-]expression*
+%{python_sitelib}/license[_-]expression
+%{python_sitelib}/license[_-]expression-%{version}*-info
%changelog