Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pytest-djangoapp for 
openSUSE:Factory checked in at 2024-07-24 15:30:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-djangoapp (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-djangoapp.new.1869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-djangoapp"

Wed Jul 24 15:30:27 2024 rev:6 rq:1189145 version:1.2.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-pytest-djangoapp/python-pytest-djangoapp.changes
  2023-07-25 11:53:08.914171018 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-djangoapp.new.1869/python-pytest-djangoapp.changes
        2024-07-25 12:07:50.495478963 +0200
@@ -1,0 +2,7 @@
+Tue Jul 23 05:01:31 UTC 2024 - Steve Kowalik <[email protected]>
+
+- Add missing BuildRequires on timezone.
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pytest-djangoapp.spec ++++++
--- /var/tmp/diff_new_pack.liUWdV/_old  2024-07-25 12:07:50.911495784 +0200
+++ /var/tmp/diff_new_pack.liUWdV/_new  2024-07-25 12:07:50.911495784 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-djangoapp
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,12 +22,14 @@
 Release:        0
 Summary:        Pytest plugin for Django pluggable application testing
 License:        BSD-3-Clause
-Group:          Development/Languages/Python
 URL:            https://github.com/idlesign/pytest-djangoapp
 Source:         
https://files.pythonhosted.org/packages/source/p/pytest-djangoapp/pytest-djangoapp-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+BuildRequires:  timezone
 Requires:       python-Django
 Requires:       python-pytest
 Recommends:     python-ipdb
@@ -48,10 +50,10 @@
 mv ./pytest_djangoapp/tests/conftest.py .
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %{python_expand rm -r %{buildroot}%{$python_sitelib}/pytest_djangoapp/tests/
 %fdupes %{buildroot}%{$python_sitelib}
 }
@@ -62,5 +64,6 @@
 %files %{python_files}
 %doc AUTHORS CHANGELOG README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/pytest_djangoapp
+%{python_sitelib}/pytest_djangoapp-%{version}.dist-info
 

Reply via email to