From 9ce3d10a93304fc8808fbf4452ef6a1f85a6049931fdbefb7f566486b82559b5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 2 Dec 2023 16:49:44 +0000 Subject: [PATCH] - update to 20.0.0: * Fix chunk merging for work size > 1 * Simply chunk overlap check * Fixup: consider word size when merging chunks * Add tests for padding * Make chunk padding word sized * fix elf OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bincopy?expand=0&rev=3 --- bincopy-17.14.5.tar.gz | 3 --- bincopy-20.0.0.tar.gz | 3 +++ python-bincopy.changes | 11 +++++++++++ python-bincopy.spec | 16 ++++++++-------- 4 files changed, 22 insertions(+), 11 deletions(-) delete mode 100644 bincopy-17.14.5.tar.gz create mode 100644 bincopy-20.0.0.tar.gz diff --git a/bincopy-17.14.5.tar.gz b/bincopy-17.14.5.tar.gz deleted file mode 100644 index bf06cae..0000000 --- a/bincopy-17.14.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f4de7c37a3db7adcf3edc4833a223f3356d9bf08be72ec6e431c9f0acd29f18 -size 749113 diff --git a/bincopy-20.0.0.tar.gz b/bincopy-20.0.0.tar.gz new file mode 100644 index 0000000..1954ac0 --- /dev/null +++ b/bincopy-20.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14cfb4cf97227bf2b1f5b85623df4c767ad219afdc9fe0732dd2cfdff446afdf +size 750646 diff --git a/python-bincopy.changes b/python-bincopy.changes index 04c20c7..2686d0d 100644 --- a/python-bincopy.changes +++ b/python-bincopy.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Dec 2 16:47:49 UTC 2023 - Dirk Müller + +- update to 20.0.0: + * Fix chunk merging for work size > 1 + * Simply chunk overlap check + * Fixup: consider word size when merging chunks + * Add tests for padding + * Make chunk padding word sized + * fix elf + ------------------------------------------------------------------- Fri May 12 12:26:01 UTC 2023 - Johannes Kastl diff --git a/python-bincopy.spec b/python-bincopy.spec index f9175b6..68c8a9a 100644 --- a/python-bincopy.spec +++ b/python-bincopy.spec @@ -18,28 +18,28 @@ %{?sle15_python_module_pythons} Name: python-bincopy -Version: 17.14.5 +Version: 20.0.0 Release: 0 Summary: Mangling of various file formats that conveys binary information License: MIT URL: https://github.com/eerimoq/bincopy Source: https://files.pythonhosted.org/packages/source/b/bincopy/bincopy-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module pytest} BuildRequires: %{python_module argparse_addons} -BuildRequires: %{python_module pyelftools} BuildRequires: %{python_module humanfriendly} +BuildRequires: %{python_module pyelftools} # /SECTION -Requires: python-argparse_addons -Requires: python-humanfriendly -Requires: python-pyelftools -Requires: fdupes +Requires: python-argparse_addons +Requires: fdupes +Requires: python-humanfriendly +Requires: python-pyelftools Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %python_subpackages