1
0

4 Commits

Author SHA256 Message Date
1f04b6a58d Accepting request 1290767 from devel:languages:python
- update to 30.4.3:
  * Release license-expression wheels properly
  * Update license list to latest ScanCode

OBS-URL: https://build.opensuse.org/request/show/1290767
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-license-expression?expand=0&rev=9
2025-07-06 15:15:08 +00:00
6c022329aa - update to 30.4.3:
* Release license-expression wheels properly
  * Update license list to latest ScanCode

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-license-expression?expand=0&rev=18
2025-07-05 10:22:53 +00:00
aaaca7dd2e Accepting request 1282326 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1282326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-license-expression?expand=0&rev=8
2025-06-03 15:57:06 +00:00
b470f677fa - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-license-expression?expand=0&rev=16
2025-06-03 13:03:52 +00:00
4 changed files with 29 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1295406f736b4f395ff069aec1cebfad53c0fcb3cf57df0f5ec58fc7b905aea5
size 174389

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49f439fea91c4d1a642f9f2902b58db1d42396c5e331045f41ce50df9b40b1f2
size 183031

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Jul 5 10:22:11 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 30.4.3:
* Release license-expression wheels properly
* Update license list to latest ScanCode
-------------------------------------------------------------------
Fri May 30 14:17:02 UTC 2025 - Markéta Machová <mmachova@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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.3
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