Change license to LGPLv2+
This commit is contained in:
parent
00dd129769
commit
3e3e83144e
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/justbytes-0.7.tar.gz
|
||||
/justbytes-0.10.tar.gz
|
||||
/justbytes-0.11.tar.gz
|
||||
/justbytes-0.12.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
%global srcname justbytes
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.11
|
||||
Release: 10%{?dist}
|
||||
Version: 0.12
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for handling computation with address ranges in bytes
|
||||
|
||||
License: GPLv2+
|
||||
License: LGPLv2+
|
||||
URL: http://pypi.python.org/pypi/justbytes
|
||||
Source0: https://pypi.io/packages/source/%(n=%{srcname}; echo ${n:0:1})/%{srcname}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@ -25,9 +25,7 @@ BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-hypothesis
|
||||
BuildRequires: python3-justbases
|
||||
BuildRequires: python3-six
|
||||
Requires: python3-justbases
|
||||
Requires: python3-six
|
||||
|
||||
%description -n python3-%{srcname} %{_description}
|
||||
|
||||
@ -47,12 +45,14 @@ rm -rf justbytes.egg-info
|
||||
PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v tests
|
||||
|
||||
%files -n python3-%{srcname}
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%{python3_sitelib}/justbytes/
|
||||
%{python3_sitelib}/justbytes-%{version}-*.egg-info/
|
||||
|
||||
%changelog
|
||||
* Thu Apr 23 2020 mulhern <amulhern@redhat.com> - 0.12-1
|
||||
- Change license to LGPLv2+
|
||||
|
||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (justbytes-0.11.tar.gz) = c46184859ed1d079fb2e08d5d09a63700d9f68d061cb073d4d6b53bfb57ef216922888ed323501de959fa5cef14f4961cbc29a1e3b47da496d78297d008bc369
|
||||
SHA512 (justbytes-0.12.tar.gz) = 2cf98b340d96c1fa7fa811173a99d17b8502040a6e59b0ffcf3cea83ff7625c91e6ec61c3170cb35f9523bbd2f68fae1053409d3a7d2c945b02a80f44a991adf
|
||||
|
Loading…
Reference in New Issue
Block a user