Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-tornado for
openSUSE:Factory checked in at 2025-05-07 19:19:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-tornado (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-tornado.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-tornado"
Wed May 7 19:19:37 2025 rev:6 rq:1275116 version:0.8.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-tornado/python-pytest-tornado.changes
2023-08-17 19:44:54.814942903 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-tornado.new.30101/python-pytest-tornado.changes
2025-05-07 19:19:43.731317002 +0200
@@ -1,0 +2,6 @@
+Wed May 7 06:59:59 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-tornado.spec ++++++
--- /var/tmp/diff_new_pack.5VOpno/_old 2025-05-07 19:19:44.207336849 +0200
+++ /var/tmp/diff_new_pack.5VOpno/_new 2025-05-07 19:19:44.211337016 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-tornado
#
-# Copyright (c) 2020 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
@@ -22,13 +22,14 @@
Release: 0
Summary: A py.test plugin for tornado applications
License: Apache-2.0
-Group: Development/Languages/Python
URL: https://github.com/eugeniy/pytest-tornado
Source:
https://github.com/eugeniy/pytest-tornado/archive/v%{version}.tar.gz#/pytest-tornado-%{version}.tar.gz
BuildRequires: %{python_module certifi}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module tornado >= 4.1}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-certifi
@@ -45,10 +46,10 @@
%setup -q -n pytest-tornado-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -57,5 +58,6 @@
%files %{python_files}
%doc README.rst
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/pytest_tornado
+%{python_sitelib}/pytest_tornado-%{version}.dist-info