Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-bytecode for openSUSE:Factory 
checked in at 2024-08-16 12:23:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bytecode (Old)
 and      /work/SRC/openSUSE:Factory/.python-bytecode.new.2698 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-bytecode"

Fri Aug 16 12:23:11 2024 rev:10 rq:1193951 version:0.15.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bytecode/python-bytecode.changes  
2023-11-15 21:09:46.406878120 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-bytecode.new.2698/python-bytecode.changes    
    2024-08-16 12:23:26.650518944 +0200
@@ -1,0 +2,6 @@
+Wed Aug 14 15:03:42 UTC 2024 - Dirk Müller <[email protected]>
+
+- use modern python on sle15
+- switch to PEP517 build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-bytecode.spec ++++++
--- /var/tmp/diff_new_pack.G7It1C/_old  2024-08-16 12:23:27.370548868 +0200
+++ /var/tmp/diff_new_pack.G7It1C/_new  2024-08-16 12:23:27.370548868 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-bytecode
 #
-# 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
@@ -16,6 +16,7 @@
 #
 
 
+%{?sle15_python_module_pythons}
 Name:           python-bytecode
 Version:        0.15.1
 Release:        0
@@ -25,12 +26,12 @@
 URL:            https://github.com/vstinner/bytecode
 Source:         
https://files.pythonhosted.org/packages/source/b/bytecode/bytecode-%{version}.tar.gz
 BuildRequires:  %{python_module base >= 3.8}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module typing_extensions if %python-base < 3.10}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       (python-typing-extensions if python-base < 3.10)
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module pytest}
@@ -44,10 +45,10 @@
 %setup -q -n bytecode-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -57,5 +58,5 @@
 %doc README.rst
 %license COPYING
 %{python_sitelib}/bytecode
-%{python_sitelib}/bytecode-%{version}*-info
+%{python_sitelib}/bytecode-%{version}.dist-info
 

Reply via email to