Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-happybase for openSUSE:Factory checked in at 2025-05-02 15:00:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-happybase (Old) and /work/SRC/openSUSE:Factory/.python-happybase.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-happybase" Fri May 2 15:00:14 2025 rev:18 rq:1273928 version:1.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-happybase/python-happybase.changes 2024-03-15 20:30:46.230953056 +0100 +++ /work/SRC/openSUSE:Factory/.python-happybase.new.30101/python-happybase.changes 2025-05-02 15:01:28.419180084 +0200 @@ -1,0 +2,6 @@ +Fri May 2 07:30:12 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. +- No more greedy globs in %files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-happybase.spec ++++++ --- /var/tmp/diff_new_pack.niks7e/_old 2025-05-02 15:01:29.539227157 +0200 +++ /var/tmp/diff_new_pack.niks7e/_new 2025-05-02 15:01:29.539227157 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-happybase # -# Copyright (c) 2024 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,21 +16,21 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-happybase Version: 1.2.0 Release: 0 Summary: A Python library to interact with Apache HBase License: MIT -Group: Development/Languages/Python URL: https://github.com/wbolster/happybase Source: https://github.com/wbolster/happybase/archive/%{version}.tar.gz # https://github.com/python-happybase/happybase/pull/238 Patch0: use_pytest.patch +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: %{python_module thriftpy2} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: python3-Sphinx @@ -56,11 +56,11 @@ %autosetup -p1 -n happybase-%{version} %build -%python_build +%pyproject_wheel sphinx-build -b html doc docs/build/html %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} rm -r docs/build/html/.[a-z]* @@ -71,7 +71,8 @@ %files %{python_files} %license LICENSE.rst %doc NEWS.rst README.rst TODO.rst -%{python_sitelib}/* +%{python_sitelib}/happybase +%{python_sitelib}/happybase-%{version}.dist-info %files -n python-happybase-doc %license LICENSE.rst