Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f907fbf8c4 | |||
| 8862ea85a0 | |||
| b5820532d6 | |||
| b20a950fcb |
@@ -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
3
bincopy-20.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d8a4e8cb82edafbbe367415337d1926c7d8c455617e43bd4b145653772b9b965
|
||||||
|
size 750857
|
||||||
@@ -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>
|
Sat Dec 2 16:47:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-bincopy
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,9 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%bcond_without libalternatives
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-bincopy
|
Name: python-bincopy
|
||||||
Version: 20.0.0
|
Version: 20.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Mangling of various file formats that conveys binary information
|
Summary: Mangling of various file formats that conveys binary information
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -27,20 +28,20 @@ Source: https://files.pythonhosted.org/packages/source/b/bincopy/bincopy
|
|||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
|
BuildRequires: alts
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: alts
|
||||||
|
Requires: fdupes
|
||||||
|
Requires: python-argparse_addons
|
||||||
|
Requires: python-humanfriendly
|
||||||
|
Requires: python-pyelftools
|
||||||
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module pytest}
|
|
||||||
BuildRequires: %{python_module argparse_addons}
|
BuildRequires: %{python_module argparse_addons}
|
||||||
BuildRequires: %{python_module humanfriendly}
|
BuildRequires: %{python_module humanfriendly}
|
||||||
BuildRequires: %{python_module pyelftools}
|
BuildRequires: %{python_module pyelftools}
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
# /SECTION
|
# /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
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -63,11 +64,8 @@ Documentation: https://bincopy.readthedocs.io
|
|||||||
%check
|
%check
|
||||||
%pytest
|
%pytest
|
||||||
|
|
||||||
%post
|
%pre
|
||||||
%python_install_alternative bincopy
|
%python_libalternatives_reset_alternative bincopy
|
||||||
|
|
||||||
%postun
|
|
||||||
%python_uninstall_alternative bincopy
|
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
|||||||
Reference in New Issue
Block a user