Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ntplib for openSUSE:Factory 
checked in at 2025-06-10 09:08:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ntplib (Old)
 and      /work/SRC/openSUSE:Factory/.python-ntplib.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ntplib"

Tue Jun 10 09:08:24 2025 rev:4 rq:1284233 version:0.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ntplib/python-ntplib.changes      
2022-12-08 16:51:58.435725220 +0100
+++ /work/SRC/openSUSE:Factory/.python-ntplib.new.19631/python-ntplib.changes   
2025-06-10 09:10:42.444883964 +0200
@@ -1,0 +2,5 @@
+Mon Jun  2 14:44:21 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-ntplib.spec ++++++
--- /var/tmp/diff_new_pack.yM1BUb/_old  2025-06-10 09:10:42.964905467 +0200
+++ /var/tmp/diff_new_pack.yM1BUb/_new  2025-06-10 09:10:42.968905633 +0200
@@ -1,7 +1,7 @@
 #
-# spec file
+# spec file for package python-ntplib
 #
-# 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 upstream_name ntplib
 Name:           python-%{upstream_name}
 Version:        0.4.0
@@ -24,14 +23,14 @@
 Summary:        Python NTP library
 License:        MIT
 Group:          Development/Libraries/Python
-URL:            http://pypi.python.org/pypi/ntplib
+URL:            https://pypi.python.org/pypi/ntplib
 Source0:        ntplib-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -44,14 +43,14 @@
 %setup -q -n %{upstream_name}-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG
-%{python_sitelib}/ntplib*
-%pycache_only %{python_sitelib}/__pycache__
+%{python_sitelib}/ntplib.py
+%{python_sitelib}/ntplib-%{version}*-info
+%pycache_only %{python_sitelib}/__pycache__/ntplib*
 

Reply via email to