Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-binary for openSUSE:Factory checked in at 2026-04-28 11:56:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-binary (Old) and /work/SRC/openSUSE:Factory/.python-binary.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-binary" Tue Apr 28 11:56:26 2026 rev:4 rq:1349448 version:1.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-binary/python-binary.changes 2025-05-09 18:52:23.667665235 +0200 +++ /work/SRC/openSUSE:Factory/.python-binary.new.11940/python-binary.changes 2026-04-28 12:00:20.091401443 +0200 @@ -1,0 +2,9 @@ +Sun Apr 26 22:00:45 UTC 2026 - Dirk Müller <[email protected]> + +- update to 1.0.2: + * Perform floor division when explicitly converting to bytes + * Support negative values +- update to 1.0.1: + * Fix syntax warning on newer versions of Python + +------------------------------------------------------------------- Old: ---- binary-1.0.0.tar.gz New: ---- binary-1.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-binary.spec ++++++ --- /var/tmp/diff_new_pack.0RUKRD/_old 2026-04-28 12:00:20.891435049 +0200 +++ /var/tmp/diff_new_pack.0RUKRD/_new 2026-04-28 12:00:20.891435049 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-binary # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,15 @@ Name: python-binary -Version: 1.0.0 +Version: 1.0.2 Release: 0 License: Apache-2.0 OR MIT Summary: Library to convert between binary and SI units URL: https://github.com/ofek/binary -Source: https://files.pythonhosted.org/packages/source/b/binary/binary-%{version}.tar.gz +Source: https://github.com/ofek/binary/archive/refs/tags/v%{version}.tar.gz#/binary-%{version}.tar.gz +BuildRequires: %{python_module hatch-vcs} +BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module pytest} @@ -45,12 +45,12 @@ dos2unix README.rst %build +export SETUPTOOLS_SCM_PRETEND_VERSION=%{version} %pyproject_wheel %install %pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -%python_expand rm -r %{buildroot}/%{$python_sitelib}/tests/ %check %pytest ++++++ binary-1.0.0.tar.gz -> binary-1.0.2.tar.gz ++++++ ++++ 2293 lines of diff (skipped)
