Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-calmjs.types for 
openSUSE:Factory checked in at 2024-11-06 16:56:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-calmjs.types (Old)
 and      /work/SRC/openSUSE:Factory/.python-calmjs.types.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-calmjs.types"

Wed Nov  6 16:56:38 2024 rev:4 rq:1221736 version:1.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-calmjs.types/python-calmjs.types.changes  
2023-06-29 17:29:19.962612320 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-calmjs.types.new.2020/python-calmjs.types.changes
        2024-11-06 16:57:31.117903701 +0100
@@ -1,0 +2,5 @@
+Wed Nov  6 11:18:41 UTC 2024 - Matej Cepl <[email protected]>
+
+- Clean up the SPEC file to build again.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-calmjs.types.spec ++++++
--- /var/tmp/diff_new_pack.E397LU/_old  2024-11-06 16:57:31.601923829 +0100
+++ /var/tmp/diff_new_pack.E397LU/_new  2024-11-06 16:57:31.601923829 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-calmjs.types
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,8 +24,9 @@
 License:        MIT
 URL:            https://github.com/calmjs/calmjs.types
 Source:         
https://github.com/calmjs/calmjs.types/archive/%{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
 Requires:       python-setuptools
@@ -36,13 +37,13 @@
 A collection of types (mostly exception classes) for use with |calmjs|_.
 
 %prep
-%setup -q -n calmjs.types-%{version}
+%autosetup -p1 -n calmjs.types-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand rm -r %{buildroot}%{$python_sitelib}/calmjs/types/tests
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
@@ -52,5 +53,7 @@
 %files %{python_files}
 %license LICENSE
 %doc CHANGES.rst README.rst
-%{python_sitelib}/*
+%{python_sitelib}/calmjs
+%{python_sitelib}/calmjs.types-%{version}*-info
+%{python_sitelib}/calmjs.types-%{version}*-nspkg.pth
 

Reply via email to