Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-agate-remote for
openSUSE:Factory checked in at 2025-05-09 18:49:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-agate-remote (Old)
and /work/SRC/openSUSE:Factory/.python-agate-remote.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-agate-remote"
Fri May 9 18:49:22 2025 rev:5 rq:1275958 version:0.2.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-agate-remote/python-agate-remote.changes
2024-03-18 16:47:54.258361365 +0100
+++
/work/SRC/openSUSE:Factory/.python-agate-remote.new.30101/python-agate-remote.changes
2025-05-09 18:52:15.687333275 +0200
@@ -1,0 +2,6 @@
+Fri May 9 04:39:41 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-agate-remote.spec ++++++
--- /var/tmp/diff_new_pack.xfJngW/_old 2025-05-09 18:52:16.171353408 +0200
+++ /var/tmp/diff_new_pack.xfJngW/_new 2025-05-09 18:52:16.175353574 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-agate-remote
#
-# 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,17 +16,17 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-agate-remote
Version: 0.2.2
Release: 0
License: MIT
Summary: Read support for remote files for agate
URL: http://agate-remote.readthedocs.org/
-Group: Development/Languages/Python
Source:
https://github.com/wireservice/agate-remote/archive/refs/tags/%{version}.tar.gz#/agate-remote-%{version}.tar.gz
BuildRequires: %{python_module devel}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
# SECTION test requirements
@@ -47,10 +47,10 @@
sed -i -e '/^#!\//, 1d' agateremote/*.py
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -58,8 +58,8 @@
#%%pytest
%files %{python_files}
-%defattr(-,root,root,-)
%doc README.rst
%license COPYING
-%{python_sitelib}/*
+%{python_sitelib}/agateremote
+%{python_sitelib}/agate_remote-%{version}.dist-info