Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-korean-lunar-calendar for
openSUSE:Factory checked in at 2025-05-31 19:16:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-korean-lunar-calendar (Old)
and /work/SRC/openSUSE:Factory/.python-korean-lunar-calendar.new.16005
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-korean-lunar-calendar"
Sat May 31 19:16:03 2025 rev:3 rq:1281346 version:0.3.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-korean-lunar-calendar/python-korean-lunar-calendar.changes
2022-10-12 18:27:33.066067559 +0200
+++
/work/SRC/openSUSE:Factory/.python-korean-lunar-calendar.new.16005/python-korean-lunar-calendar.changes
2025-05-31 19:16:57.074967446 +0200
@@ -1,0 +2,5 @@
+Fri May 30 09:37:09 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-korean-lunar-calendar.spec ++++++
--- /var/tmp/diff_new_pack.NXLtYl/_old 2025-05-31 19:16:58.623031422 +0200
+++ /var/tmp/diff_new_pack.NXLtYl/_new 2025-05-31 19:16:58.647032414 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-korean-lunar-calendar
#
-# Copyright (c) 2022 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,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define modname korean_lunar_calendar
Name: python-korean-lunar-calendar
Version: 0.3.1
@@ -26,11 +25,13 @@
Group: Development/Languages/Python
URL: https://pypi.org/project/korean-lunar-calendar/
Source:
https://files.pythonhosted.org/packages/source/k/korean_lunar_calendar/%{modname}-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-BuildArch: noarch
Provides: python-%{modname} = %{version}-%{release}
+BuildArch: noarch
%python_subpackages
%description
@@ -43,14 +44,14 @@
%setup -q -n korean_lunar_calendar-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%files %{python_files}
%doc *.rst
%license LICENSE
%{python_sitelib}/korean_lunar_calendar
-%{python_sitelib}/korean_lunar_calendar-%{version}-py*.egg-info
+%{python_sitelib}/korean_lunar_calendar-%{version}*-info