Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-settings-toml for
openSUSE:Factory checked in at 2025-06-03 17:53:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-settings-toml (Old)
and /work/SRC/openSUSE:Factory/.python-django-settings-toml.new.16005
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-settings-toml"
Tue Jun 3 17:53:26 2025 rev:3 rq:1282141 version:0.0.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-settings-toml/python-django-settings-toml.changes
2024-03-28 14:29:42.259372021 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-settings-toml.new.16005/python-django-settings-toml.changes
2025-06-03 17:54:13.151296831 +0200
@@ -1,0 +2,6 @@
+Tue Jun 3 07:02:49 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-settings-toml.spec ++++++
--- /var/tmp/diff_new_pack.Zfzng8/_old 2025-06-03 17:54:13.731320886 +0200
+++ /var/tmp/diff_new_pack.Zfzng8/_new 2025-06-03 17:54:13.735321051 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-django-settings-toml
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-django-settings-toml
@@ -27,9 +26,11 @@
URL: https://github.com/maxking/django-settings-toml
Source:
https://files.pythonhosted.org/packages/source/d/django-settings-toml/django-settings-toml-%{version}.tar.gz
BuildRequires: %{python_module devel}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-toml
@@ -46,10 +47,10 @@
%setup -q -n django-settings-toml-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -58,5 +59,7 @@
%files %{python_files}
%doc README.rst
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/django_settings_toml.py
+%pycache_only %{python_sitelib}/__pycache__/django_settings_toml*.pyc
+%{python_sitelib}/django_settings_toml-%{version}.dist-info