forked from pool/python-bincopy
- 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f4de7c37a3db7adcf3edc4833a223f3356d9bf08be72ec6e431c9f0acd29f18
|
||||
size 749113
|
||||
3
bincopy-20.0.0.tar.gz
Normal file
3
bincopy-20.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14cfb4cf97227bf2b1f5b85623df4c767ad219afdc9fe0732dd2cfdff446afdf
|
||||
size 750646
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 2 16:47:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <kastl@b1-systems.de>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user