diff --git a/kaitaistruct-0.10.tar.gz b/kaitaistruct-0.10.tar.gz new file mode 100644 index 0000000..6b7ef15 --- /dev/null +++ b/kaitaistruct-0.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a044dee29173d6afbacf27bcac39daf89b654dd418cfa009ab82d9178a9ae52a +size 7061 diff --git a/kaitaistruct-0.9.tar.gz b/kaitaistruct-0.9.tar.gz deleted file mode 100644 index 5960075..0000000 --- a/kaitaistruct-0.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d5845817ec8a4d5504379cc11bd570b038850ee49c4580bc0998c8fb1d327ad -size 5497 diff --git a/python-kaitaistruct.changes b/python-kaitaistruct.changes index 3766391..79cdf25 100644 --- a/python-kaitaistruct.changes +++ b/python-kaitaistruct.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 15 16:59:33 UTC 2022 - Daniel Garcia + +- Update to version 0.10 (no changelog supplied) + ------------------------------------------------------------------- Sat Oct 17 09:24:34 UTC 2020 - Luigi Baldoni diff --git a/python-kaitaistruct.spec b/python-kaitaistruct.spec index 9d24d80..98a5fd2 100644 --- a/python-kaitaistruct.spec +++ b/python-kaitaistruct.spec @@ -1,7 +1,7 @@ # # spec file for package python-kaitaistruct # -# 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 @@ -16,15 +16,16 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-kaitaistruct -Version: 0.9 +Version: 0.10 Release: 0 Summary: Python library for kaitaistruct License: MIT URL: https://kaitai.io Source: https://files.pythonhosted.org/packages/source/k/kaitaistruct/kaitaistruct-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -44,19 +45,20 @@ compiled into a wide range of target languages. %prep %setup -q -n kaitaistruct-%{version} -rm -rf kaitaistruct.egg-info %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%doc README.rst +%defattr(0644,root,root,-) +%doc README.md +%license LICENSE %pycache_only %{python_sitelib}/__pycache__ %{python_sitelib}/kaitaistruct.py* -%{python_sitelib}/kaitaistruct-%{version}-py%{python_version}.egg-info +%{python_sitelib}/kaitaistruct-%{version}*-info %changelog