Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pyjavaproperties for
openSUSE:Factory checked in at 2025-06-10 12:06:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyjavaproperties (Old)
and /work/SRC/openSUSE:Factory/.python-pyjavaproperties.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyjavaproperties"
Tue Jun 10 12:06:20 2025 rev:3 rq:1284347 version:0.7
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pyjavaproperties/python-pyjavaproperties.changes
2020-09-14 12:31:41.325227227 +0200
+++
/work/SRC/openSUSE:Factory/.python-pyjavaproperties.new.19631/python-pyjavaproperties.changes
2025-06-10 12:06:27.438359957 +0200
@@ -1,0 +2,5 @@
+Tue Jun 10 07:25:47 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pyjavaproperties.spec ++++++
--- /var/tmp/diff_new_pack.pFoRM3/_old 2025-06-10 12:06:28.018384004 +0200
+++ /var/tmp/diff_new_pack.pFoRM3/_new 2025-06-10 12:06:28.022384170 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pyjavaproperties
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2012 Abel Luck <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -25,7 +25,9 @@
Group: Development/Languages/Python
URL: https://bitbucket.org/skeptichacker/pyjavaproperties
Source0:
https://files.pythonhosted.org/packages/source/p/pyjavaproperties/pyjavaproperties-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-base
@@ -40,10 +42,10 @@
sed -i '/^#!/d' pyjavaproperties.py pyjavaproperties_test.py
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
# Upstream patch to not install test module
# https://bitbucket.org/skeptichacker/pyjavaproperties/pull-requests/1
%{python_expand rm %{buildroot}%{$python_sitelib}/pyjavaproperties_test.py
@@ -56,5 +58,7 @@
%files %{python_files}
%license LICENSE
%doc README.rst CHANGELOG.txt
-%{python_sitelib}/*
+%{python_sitelib}/pyjavaproperties.py
+%{python_sitelib}/pyjavaproperties-%{version}*-info
+%pycache_only %{python_sitelib}/__pycache__/pyjavaproperties*