diff --git a/license-expression-30.3.0.tar.gz b/license-expression-30.3.0.tar.gz deleted file mode 100644 index 18b0319..0000000 --- a/license-expression-30.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1295406f736b4f395ff069aec1cebfad53c0fcb3cf57df0f5ec58fc7b905aea5 -size 174389 diff --git a/license_expression-30.4.1.tar.gz b/license_expression-30.4.1.tar.gz new file mode 100644 index 0000000..170149c --- /dev/null +++ b/license_expression-30.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f02105f9e0fcecba6a85dfbbed7d94ea1c3a70cf23ddbfb5adf3438a6f6fce0 +size 177184 diff --git a/python-license-expression.changes b/python-license-expression.changes index 5506179..213dd4c 100644 --- a/python-license-expression.changes +++ b/python-license-expression.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +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 diff --git a/python-license-expression.spec b/python-license-expression.spec index 3be6c43..3faa4d5 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