Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-parsedatetime for
openSUSE:Factory checked in at 2025-06-02 22:02:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-parsedatetime (Old)
and /work/SRC/openSUSE:Factory/.python-parsedatetime.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-parsedatetime"
Mon Jun 2 22:02:11 2025 rev:10 rq:1282028 version:2.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-parsedatetime/python-parsedatetime.changes
2023-06-12 15:28:07.475645918 +0200
+++
/work/SRC/openSUSE:Factory/.python-parsedatetime.new.16005/python-parsedatetime.changes
2025-06-02 22:02:19.033592395 +0200
@@ -1,0 +2,5 @@
+Mon Jun 2 16:12:44 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-parsedatetime.spec ++++++
--- /var/tmp/diff_new_pack.YwnqxL/_old 2025-06-02 22:02:20.405649299 +0200
+++ /var/tmp/diff_new_pack.YwnqxL/_new 2025-06-02 22:02:20.417649796 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-parsedatetime
#
-# Copyright (c) 2021 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
@@ -25,8 +25,10 @@
Group: Development/Libraries/Python
URL: https://github.com/regebro/parsedatetime
Source:
https://files.pythonhosted.org/packages/source/p/parsedatetime/parsedatetime-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -39,10 +41,10 @@
%setup -q -n parsedatetime-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -52,5 +54,5 @@
%license LICENSE.txt
%doc AUTHORS.txt CHANGES.txt README.rst
%{python_sitelib}/parsedatetime/
-%{python_sitelib}/parsedatetime-%{version}-py*.egg-info
+%{python_sitelib}/parsedatetime-%{version}*-info