Compare commits

4 Commits

4 changed files with 32 additions and 18 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:14cfb4cf97227bf2b1f5b85623df4c767ad219afdc9fe0732dd2cfdff446afdf
size 750646

3
bincopy-20.1.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Jun 17 07:57:28 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to libalternatives
-------------------------------------------------------------------
Tue Jan 28 07:27:03 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 20.1.0
* Upgrade workflow python versions
* Upgrade dependency actions
* Upgrade python version trove classifiers
* Add `BinFile.as_microchip_hex`
* Version 20.1.0.
* Fix publish?
-------------------------------------------------------------------
Sat Dec 2 16:47:49 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-bincopy
#
# Copyright (c) 2023 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,9 +16,10 @@
#
%bcond_without libalternatives
%{?sle15_python_module_pythons}
Name: python-bincopy
Version: 20.0.0
Version: 20.1.0
Release: 0
Summary: Mangling of various file formats that conveys binary information
License: MIT
@@ -27,20 +28,20 @@ Source: https://files.pythonhosted.org/packages/source/b/bincopy/bincopy
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: alts
BuildRequires: python-rpm-macros
Requires: alts
Requires: fdupes
Requires: python-argparse_addons
Requires: python-humanfriendly
Requires: python-pyelftools
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module argparse_addons}
BuildRequires: %{python_module humanfriendly}
BuildRequires: %{python_module pyelftools}
BuildRequires: %{python_module pytest}
# /SECTION
Requires: python-argparse_addons
Requires: fdupes
Requires: python-humanfriendly
Requires: python-pyelftools
Requires(post): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch
%python_subpackages
%description
@@ -63,11 +64,8 @@ Documentation: https://bincopy.readthedocs.io
%check
%pytest
%post
%python_install_alternative bincopy
%postun
%python_uninstall_alternative bincopy
%pre
%python_libalternatives_reset_alternative bincopy
%files %{python_files}
%doc README.rst