commit python-azure-cognitiveservices-search-visualsearch for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 
python-azure-cognitiveservices-search-visualsearch for openSUSE:Factory checked 
in at 2024-04-07 22:38:55

Comparing 
/work/SRC/openSUSE:Factory/python-azure-cognitiveservices-search-visualsearch 
(Old)
 and  
/work/SRC/openSUSE:Factory/.python-azure-cognitiveservices-search-visualsearch.new.1905
 (New)


Package is "python-azure-cognitiveservices-search-visualsearch"

Sun Apr  7 22:38:55 2024 rev:5 rq:1165360 version:0.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-cognitiveservices-search-visualsearch/python-azure-cognitiveservices-search-visualsearch.changes
2020-12-09 22:14:31.463255773 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-cognitiveservices-search-visualsearch.new.1905/python-azure-cognitiveservices-search-visualsearch.changes
  2024-04-07 22:39:06.863400341 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 12:49:27 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-cognitiveservices-search-visualsearch.spec ++
--- /var/tmp/diff_new_pack.4dCZgy/_old  2024-04-07 22:39:07.363418680 +0200
+++ /var/tmp/diff_new_pack.4dCZgy/_new  2024-04-07 22:39:07.367418827 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-cognitiveservices-search-visualsearch
 #
-# Copyright (c) 2020 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-cognitiveservices-search-visualsearch
 Version:0.2.0
 Release:0
@@ -32,18 +29,21 @@
 BuildRequires:  %{python_module azure-cognitiveservices-nspkg}
 BuildRequires:  %{python_module azure-cognitiveservices-search-nspkg}
 BuildRequires:  %{python_module azure-nspkg}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 Requires:   python-azure-cognitiveservices-nspkg
 Requires:   python-azure-cognitiveservices-search-nspkg
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
 Requires:   python-azure-nspkg
 Requires:   python-msrest >= 0.5.0
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-cognitiveservices-search-visualsearch < 0.2.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -58,10 +58,10 @@
 
 %build
 install -m 644 %{SOURCE1} 
%{_builddir}/azure-cognitiveservices-search-visualsearch-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/cognitiveservices/search/__init__.*
@@ -73,9 +73,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc HISTORY.rst README.rst
 %license LICENSE.txt
 %{python_sitelib}/azure/cognitiveservices/search/visualsearch
-%{python_sitelib}/azure_cognitiveservices_search_visualsearch-*.egg-info
+%{python_sitelib}/azure_cognitiveservices_search_visualsearch-*.dist-info
 


commit python-azure-mgmt-botservice for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-botservice for 
openSUSE:Factory checked in at 2024-04-07 22:38:52

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-botservice (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-botservice.new.1905 
(New)


Package is "python-azure-mgmt-botservice"

Sun Apr  7 22:38:52 2024 rev:9 rq:1165358 version:2.0.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-botservice/python-azure-mgmt-botservice.changes
2023-01-18 17:11:28.751918552 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-botservice.new.1905/python-azure-mgmt-botservice.changes
  2024-04-07 22:39:05.227340336 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 12:54:53 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-mgmt-botservice.spec ++
--- /var/tmp/diff_new_pack.RRetPn/_old  2024-04-07 22:39:05.871363956 +0200
+++ /var/tmp/diff_new_pack.RRetPn/_new  2024-04-07 22:39:05.875364103 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-botservice
 #
-# 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
@@ -18,10 +18,7 @@
 
 %define realversion 2.0.0
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-mgmt-botservice
 Version:2.0.0.0
 Release:0
@@ -33,20 +30,22 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
-Requires:   python-azure-mgmt-core < 2.0.0
-Requires:   python-azure-mgmt-core >= 1.3.2
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-msrest >= 0.7.1
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-azure-mgmt-core >= 1.3.2 with python-azure-mgmt-core < 
2.0.0)
 Requires:   (python-typing_extensions >= 4.3.0 if python-base < 3.8)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-mgmt-botservice < 2.0.0.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -64,10 +63,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-botservice-%{realversion}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
@@ -77,9 +76,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/mgmt/botservice
-%{python_sitelib}/azure_mgmt_botservice-*.egg-info
+%{python_sitelib}/azure_mgmt_botservice-*.dist-info
 


commit python-msal-extensions for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-msal-extensions for 
openSUSE:Factory checked in at 2024-04-07 22:38:43

Comparing /work/SRC/openSUSE:Factory/python-msal-extensions (Old)
 and  /work/SRC/openSUSE:Factory/.python-msal-extensions.new.1905 (New)


Package is "python-msal-extensions"

Sun Apr  7 22:38:43 2024 rev:9 rq:1165349 version:1.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-msal-extensions/python-msal-extensions.changes
2024-03-21 17:02:09.580224676 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-msal-extensions.new.1905/python-msal-extensions.changes
  2024-04-07 22:38:51.750846058 +0200
@@ -1,0 +2,14 @@
+Thu Apr  4 13:08:40 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-msal-extensions.spec ++
--- /var/tmp/diff_new_pack.1IX4YK/_old  2024-04-07 22:38:53.878924109 +0200
+++ /var/tmp/diff_new_pack.1IX4YK/_new  2024-04-07 22:38:53.894924696 +0200
@@ -16,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-msal-extensions
 Version:1.1.0
 Release:0
@@ -29,13 +26,16 @@
 URL:
https://github.com/AzureAD/microsoft-authentication-library-for-python
 Source: 
https://files.pythonhosted.org/packages/source/m/msal-extensions/msal-extensions-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-msal < 2.0.0
-Requires:   python-msal >= 0.4.1
-Requires:   python-portalocker < 3.0
-Requires:   python-portalocker >= 1.0
+Requires:   (python-msal >= 0.4.1 with python-msal < 2.0.0)
+Requires:   (python-portalocker >= 1.0 with python-portalocker < 3.0)
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-msal-extensions < 1.1.0
+%endif
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module msal < 2.0.0}
@@ -58,14 +58,14 @@
 %setup -q -n msal-extensions-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
 %doc README.md
 %{python_sitelib}/msal_extensions
-%{python_sitelib}/msal_extensions-*.egg-info
+%{python_sitelib}/msal_extensions-*.dist-info
 


commit python-azure-storage-queue for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-storage-queue for 
openSUSE:Factory checked in at 2024-04-07 22:38:35

Comparing /work/SRC/openSUSE:Factory/python-azure-storage-queue (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-storage-queue.new.1905 (New)


Package is "python-azure-storage-queue"

Sun Apr  7 22:38:35 2024 rev:23 rq:1165340 version:12.9.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-storage-queue/python-azure-storage-queue.changes
2023-12-07 19:13:15.097558641 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-storage-queue.new.1905/python-azure-storage-queue.changes
  2024-04-07 22:38:39.634401663 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 13:08:07 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-storage-queue.spec ++
--- /var/tmp/diff_new_pack.WSmWoI/_old  2024-04-07 22:38:40.066417509 +0200
+++ /var/tmp/diff_new_pack.WSmWoI/_new  2024-04-07 22:38:40.066417509 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-storage-queue
 #
-# 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-storage-queue
 Version:12.9.0
 Release:0
@@ -30,22 +27,24 @@
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-storage-queue/azure-storage-queue-%{version}.tar.gz
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-storage-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-azure-common >= 1.1.5
-Requires:   python-azure-core < 2.0.0
-Requires:   python-azure-core >= 1.28.0
 Requires:   python-azure-nspkg >= 3.0.0
-Requires:   python-azure-storage-common < 3.0.0
-Requires:   python-azure-storage-common >= 2.1.0
 Requires:   python-azure-storage-nspkg >= 3.0.0
 Requires:   python-cryptography >= 2.1.4
 Requires:   python-isodate >= 0.6.1
+Requires:   (python-azure-core >= 1.28.0 with python-azure-core < 2.0.0)
+Requires:   (python-azure-storage-common >= 2.1.0 with 
python-azure-storage-common < 3.0.0)
 Requires:   (python-typing_extensions >= 4.3.0 if python-base < 3.8)
 Conflicts:  python-azure-sdk <= 2.0.0
 Conflicts:  python-azure-storage <= 0.36.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-storage-queue < 12.9.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -60,10 +59,10 @@
 %setup -q -n azure-storage-queue-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/storage/__init__.*
@@ -73,9 +72,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE
 %{python_sitelib}/azure/storage/queue
-%{python_sitelib}/azure_storage_queue-*.egg-info
+%{python_sitelib}/azure_storage_queue-*.dist-info
 


commit python-azure-cognitiveservices-search-autosuggest for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 
python-azure-cognitiveservices-search-autosuggest for openSUSE:Factory checked 
in at 2024-04-07 22:38:55

Comparing 
/work/SRC/openSUSE:Factory/python-azure-cognitiveservices-search-autosuggest 
(Old)
 and  
/work/SRC/openSUSE:Factory/.python-azure-cognitiveservices-search-autosuggest.new.1905
 (New)


Package is "python-azure-cognitiveservices-search-autosuggest"

Sun Apr  7 22:38:55 2024 rev:6 rq:1165361 version:0.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-cognitiveservices-search-autosuggest/python-azure-cognitiveservices-search-autosuggest.changes
  2020-12-09 22:14:10.759234786 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-cognitiveservices-search-autosuggest.new.1905/python-azure-cognitiveservices-search-autosuggest.changes
2024-04-07 22:39:07.535424989 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 12:48:57 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-cognitiveservices-search-autosuggest.spec ++
--- /var/tmp/diff_new_pack.QfKJBG/_old  2024-04-07 22:39:08.231450517 +0200
+++ /var/tmp/diff_new_pack.QfKJBG/_new  2024-04-07 22:39:08.235450664 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-cognitiveservices-search-autosuggest
 #
-# Copyright (c) 2020 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-cognitiveservices-search-autosuggest
 Version:0.2.0
 Release:0
@@ -32,19 +29,21 @@
 BuildRequires:  %{python_module azure-cognitiveservices-nspkg}
 BuildRequires:  %{python_module azure-cognitiveservices-search-nspkg}
 BuildRequires:  %{python_module azure-nspkg}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 Requires:   python-azure-cognitiveservices-nspkg
 Requires:   python-azure-cognitiveservices-search-nspkg
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
 Requires:   python-azure-nspkg
-Requires:   python-msrest < 2.0.0
-Requires:   python-msrest >= 0.4.28
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-msrest >= 0.4.28 with python-msrest < 2.0.0)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-cognitiveservices-search-autosuggest < 0.2.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -59,10 +58,10 @@
 
 %build
 install -m 644 %{SOURCE1} 
%{_builddir}/azure-cognitiveservices-search-autosuggest-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/cognitiveservices/search/__init__.*
@@ -74,9 +73,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc HISTORY.rst README.rst
 %license LICENSE.txt
 %{python_sitelib}/azure/cognitiveservices/search/autosuggest
-%{python_sitelib}/azure_cognitiveservices_search_autosuggest-*.egg-info
+%{python_sitelib}/azure_cognitiveservices_search_autosuggest-*.dist-info
 


commit python-azure-storage-file-datalake for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-storage-file-datalake 
for openSUSE:Factory checked in at 2024-04-07 22:38:32

Comparing /work/SRC/openSUSE:Factory/python-azure-storage-file-datalake (Old)
 and  
/work/SRC/openSUSE:Factory/.python-azure-storage-file-datalake.new.1905 (New)


Package is "python-azure-storage-file-datalake"

Sun Apr  7 22:38:32 2024 rev:22 rq:1165337 version:12.14.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-storage-file-datalake/python-azure-storage-file-datalake.changes
2023-11-13 22:20:48.547366344 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-storage-file-datalake.new.1905/python-azure-storage-file-datalake.changes
  2024-04-07 22:38:33.090161640 +0200
@@ -1,0 +2,14 @@
+Thu Apr  4 13:07:55 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-storage-file-datalake.spec ++
--- /var/tmp/diff_new_pack.6sce30/_old  2024-04-07 22:38:35.174238078 +0200
+++ /var/tmp/diff_new_pack.6sce30/_new  2024-04-07 22:38:35.190238665 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-storage-file-datalake
 #
-# 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-storage-file-datalake
 Version:12.14.0
 Release:0
@@ -31,18 +28,21 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-storage-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-azure-core < 2.0.0
-Requires:   python-azure-core >= 1.28.0
 Requires:   python-azure-nspkg >= 3.0.0
-Requires:   python-azure-storage-blob < 13.0.0
-Requires:   python-azure-storage-blob >= 12.19.0
 Requires:   python-azure-storage-nspkg >= 3.0.0
 Requires:   python-isodate >= 0.6.1
+Requires:   (python-azure-core >= 1.28.0 with python-azure-core < 2.0.0)
+Requires:   (python-azure-storage-blob >= 12.19.0 with 
python-azure-storage-blob < 13.0.0)
 Requires:   (python-typing_extensions >= 4.3.0)
 Conflicts:  python-azure-sdk <= 2.0.0
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-storage-file-datalake < 12.14.0
+%endif
 BuildArch:  noarch
 %python_subpackages
 
@@ -63,10 +63,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-storage-file-datalake-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/storage/__init__.*
@@ -79,5 +79,5 @@
 %doc CHANGELOG.md README.md
 %license LICENSE
 %{python_sitelib}/azure/storage/filedatalake
-%{python_sitelib}/azure_storage_file_datalake-*.egg-info
+%{python_sitelib}/azure_storage_file_datalake-*.dist-info
 


commit python-azure-mgmt-devspaces for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-devspaces for 
openSUSE:Factory checked in at 2024-04-07 22:38:50

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-devspaces (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-devspaces.new.1905 (New)


Package is "python-azure-mgmt-devspaces"

Sun Apr  7 22:38:50 2024 rev:8 rq:1165356 version:1.0.0b3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-devspaces/python-azure-mgmt-devspaces.changes
  2023-09-11 21:26:39.682954168 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-devspaces.new.1905/python-azure-mgmt-devspaces.changes
2024-04-07 22:39:02.703247759 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 12:57:19 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-mgmt-devspaces.spec ++
--- /var/tmp/diff_new_pack.0YIXyr/_old  2024-04-07 22:39:04.479312900 +0200
+++ /var/tmp/diff_new_pack.0YIXyr/_new  2024-04-07 22:39:04.483313046 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-devspaces
 #
-# 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-mgmt-devspaces
 Version:1.0.0b3
 Release:0
@@ -31,20 +28,21 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
-Requires:   python-azure-mgmt-core < 2.0.0
-Requires:   python-azure-mgmt-core >= 1.3.2
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
-Requires:   python-isodate < 1.0.0
-Requires:   python-isodate >= 0.6.1
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-azure-mgmt-core >= 1.3.2 with python-azure-mgmt-core < 
2.0.0)
+Requires:   (python-isodate >= 0.6.1 with python-isodate < 1.0.0)
 Requires:   (python-typing_extensions >= 4.3.0 if python-base < 3.8)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-mgmt-devspaces < 1.0.0b3
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -62,10 +60,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-devspaces-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
@@ -75,9 +73,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/mgmt/devspaces
-%{python_sitelib}/azure_mgmt_devspaces-*.egg-info
+%{python_sitelib}/azure_mgmt_devspaces-*.dist-info
 


commit python-azure-mgmt-signalr for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-signalr for 
openSUSE:Factory checked in at 2024-04-07 22:38:49

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-signalr (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-signalr.new.1905 (New)


Package is "python-azure-mgmt-signalr"

Sun Apr  7 22:38:49 2024 rev:12 rq:1165354 version:2.0.0~b1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-signalr/python-azure-mgmt-signalr.changes
  2023-11-16 20:32:05.204167698 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-signalr.new.1905/python-azure-mgmt-signalr.changes
2024-04-07 22:39:00.067151075 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 13:04:26 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-mgmt-signalr.spec ++
--- /var/tmp/diff_new_pack.HNcAEH/_old  2024-04-07 22:39:00.739175722 +0200
+++ /var/tmp/diff_new_pack.HNcAEH/_new  2024-04-07 22:39:00.739175722 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-signalr
 #
-# 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
@@ -18,10 +18,7 @@
 
 %define realversion 2.0.0b1
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-mgmt-signalr
 Version:2.0.0~b1
 Release:0
@@ -33,20 +30,21 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
-Requires:   python-azure-mgmt-core < 2.0.0
-Requires:   python-azure-mgmt-core >= 1.3.2
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
-Requires:   python-isodate < 1.0.0
-Requires:   python-isodate >= 0.6.1
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-azure-mgmt-core >= 1.3.2 with python-azure-mgmt-core < 
2.0.0)
+Requires:   (python-isodate >= 0.6.1 with python-isodate < 1.0.0)
 Requires:   (python-typing_extensions >= 4.3.0 if python-base < 3.8)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-mgmt-signalr < 2.0.0~b1
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -64,10 +62,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-signalr-%{realversion}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
@@ -77,9 +75,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/mgmt/signalr
-%{python_sitelib}/azure_mgmt_signalr-*.egg-info
+%{python_sitelib}/azure_mgmt_signalr-*.dist-info
 


commit azure-cli-nspkg for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-nspkg for openSUSE:Factory 
checked in at 2024-04-07 22:38:46

Comparing /work/SRC/openSUSE:Factory/azure-cli-nspkg (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-nspkg.new.1905 (New)


Package is "azure-cli-nspkg"

Sun Apr  7 22:38:46 2024 rev:7 rq:1165352 version:3.0.4

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-nspkg/azure-cli-nspkg.changes  
2022-07-14 16:35:08.948679307 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-nspkg.new.1905/azure-cli-nspkg.changes
2024-04-07 22:38:57.607060846 +0200
@@ -1,0 +2,12 @@
+Thu Apr  4 13:16:37 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Use primary Python version on Tumbleweed
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+
+---



Other differences:
--
++ azure-cli-nspkg.spec ++
--- /var/tmp/diff_new_pack.yArhcr/_old  2024-04-07 22:38:58.947109995 +0200
+++ /var/tmp/diff_new_pack.yArhcr/_new  2024-04-07 22:38:58.951110142 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package azure-cli-nspkg
 #
-# Copyright (c) 2022 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,13 @@
 #
 
 
+%if 0%{?suse_version} >= 1600
+%define pythons %{primary_python}
+%else
+%define pythons python311
+%endif
+%global _sitelibdir %{%{pythons}_sitelib}
+
 Name:   azure-cli-nspkg
 Version:3.0.4
 Release:0
@@ -25,11 +32,13 @@
 URL:https://github.com/Azure/azure-cli
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-nspkg/azure-cli-nspkg-%{version}.tar.gz
 Source1:LICENSE.txt
+BuildRequires:  %{pythons}-azure-nspkg >= 3.0.0
+BuildRequires:  %{pythons}-pip
+BuildRequires:  %{pythons}-setuptools
+BuildRequires:  %{pythons}-wheel
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  python3-azure-nspkg >= 3.0.0
-BuildRequires:  python3-setuptools
-Requires:   python3-azure-nspkg >= 3.0.0
+Requires:   %{pythons}-azure-nspkg >= 3.0.0
 Conflicts:  azure-cli < 2.0.0
 
 BuildArch:  noarch
@@ -48,16 +57,16 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-cli-nspkg-%{version}
-python3 setup.py build
+%pyproject_wheel
 
 %install
-python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--install-lib=%{python3_sitelib}
-%fdupes %{buildroot}%{python3_sitelib}
+%pyproject_install
+%fdupes %{buildroot}%{_sitelibdir}
 
 %files
 %defattr(-,root,root,-)
 %doc README.rst
 %license LICENSE.txt
-%{python3_sitelib}/azure/cli
-%{python3_sitelib}/azure_cli_nspkg-*.egg-info
+%{_sitelibdir}/azure/cli
+%{_sitelibdir}/azure_cli_nspkg-*.dist-info
 


commit python-msrest for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-msrest for openSUSE:Factory 
checked in at 2024-04-07 22:38:44

Comparing /work/SRC/openSUSE:Factory/python-msrest (Old)
 and  /work/SRC/openSUSE:Factory/.python-msrest.new.1905 (New)


Package is "python-msrest"

Sun Apr  7 22:38:44 2024 rev:17 rq:1165350 version:0.7.1

Changes:

--- /work/SRC/openSUSE:Factory/python-msrest/python-msrest.changes  
2024-03-01 23:39:44.630437988 +0100
+++ /work/SRC/openSUSE:Factory/.python-msrest.new.1905/python-msrest.changes
2024-04-07 22:38:54.814958440 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 13:08:44 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-msrest.spec ++
--- /var/tmp/diff_new_pack.nJNjdU/_old  2024-04-07 22:38:55.310976632 +0200
+++ /var/tmp/diff_new_pack.nJNjdU/_new  2024-04-07 22:38:55.310976632 +0200
@@ -16,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-msrest
 Version:0.7.1
 Release:0
@@ -29,16 +26,20 @@
 URL:https://pypi.python.org/pypi/msrest
 Source: 
https://files.pythonhosted.org/packages/source/m/msrest/msrest-%{version}.zip
 Source1:LICENSE.md
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 Requires:   python-azure-core >= 1.24.0
 Requires:   python-certifi >= 2017.4.17
 Requires:   python-isodate >= 0.6.0
-Requires:   python-requests < 3.00
-Requires:   python-requests >= 2.16
 Requires:   python-requests-oauthlib >= 0.5.0
+Requires:   (python-requests >= 2.16 with python-requests < 3.00)
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-msrest < 0.7.1
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -52,14 +53,13 @@
 cp %{SOURCE1} LICENSE.md
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.rst
 %license LICENSE.md
 %{python_sitelib}/msrest


commit python-azure-synapse-monitoring for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-synapse-monitoring for 
openSUSE:Factory checked in at 2024-04-07 22:38:39

Comparing /work/SRC/openSUSE:Factory/python-azure-synapse-monitoring (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-synapse-monitoring.new.1905 
(New)


Package is "python-azure-synapse-monitoring"

Sun Apr  7 22:38:39 2024 rev:3 rq:1165344 version:0.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-synapse-monitoring/python-azure-synapse-monitoring.changes
  2021-04-12 15:49:41.341259376 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-synapse-monitoring.new.1905/python-azure-synapse-monitoring.changes
2024-04-07 22:38:44.586583294 +0200
@@ -1,0 +2,16 @@
+Thu Apr  4 13:08:22 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop Provides and Obsoletes for predecessor package
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-synapse-monitoring.spec ++
--- /var/tmp/diff_new_pack.nU647C/_old  2024-04-07 22:38:45.066600900 +0200
+++ /var/tmp/diff_new_pack.nU647C/_new  2024-04-07 22:38:45.070601047 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-synapse-monitoring
 #
-# Copyright (c) 2021 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-synapse-monitoring
 Version:0.2.0
 Release:0
@@ -31,21 +28,21 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-synapse-nspkg >= 1.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
-Requires:   python-azure-core < 2.0.0
-Requires:   python-azure-core >= 1.6.0
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-azure-synapse-nspkg >= 1.0.0
 Requires:   python-msrest >= 0.5.0
-Provides:   python-azure-synapse = 0.1.0
-Obsoletes:  python-azure-synapse < 0.1.0
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-azure-core >= 1.6.0 with python-azure-core < 2.0.0)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-synapse-monitoring < 0.2.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -60,10 +57,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-synapse-monitoring-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/__init__.*
@@ -74,9 +71,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/synapse/monitoring
-%{python_sitelib}/azure_synapse_monitoring-*.egg-info
+%{python_sitelib}/azure_synapse_monitoring-*.dist-info
 


commit python-azure-synapse-nspkg for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-synapse-nspkg for 
openSUSE:Factory checked in at 2024-04-07 22:38:40

Comparing /work/SRC/openSUSE:Factory/python-azure-synapse-nspkg (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-synapse-nspkg.new.1905 (New)


Package is "python-azure-synapse-nspkg"

Sun Apr  7 22:38:40 2024 rev:3 rq:1165345 version:1.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-synapse-nspkg/python-azure-synapse-nspkg.changes
2020-12-09 22:21:21.407671449 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-synapse-nspkg.new.1905/python-azure-synapse-nspkg.changes
  2024-04-07 22:38:45.562619092 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 13:08:26 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop Provides and Obsoletes for predecessor package
+- Drop setting default file attributes in %files section
+
+---



Other differences:
--
++ python-azure-synapse-nspkg.spec ++
--- /var/tmp/diff_new_pack.6uQMS3/_old  2024-04-07 22:38:46.558655624 +0200
+++ /var/tmp/diff_new_pack.6uQMS3/_new  2024-04-07 22:38:46.562655771 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-synapse-nspkg
 #
-# Copyright (c) 2020 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-synapse-nspkg
 Version:1.0.0
 Release:0
@@ -30,15 +27,17 @@
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-synapse-nspkg/azure-synapse-nspkg-%{version}.zip
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 Requires:   python-azure-nspkg >= 3.0.0
-Provides:   python-azure-synapse = 0.1.0
-Obsoletes:  python-azure-synapse < 0.1.0
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-synapse-nspkg < 1.0.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -55,16 +54,15 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-synapse-nspkg-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/synapse
-%{python_sitelib}/azure_synapse_nspkg-*.egg-info
+%{python_sitelib}/azure_synapse_nspkg-*.dist-info
 


commit python-azure-synapse-managedprivateendpoints for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 
python-azure-synapse-managedprivateendpoints for openSUSE:Factory checked in at 
2024-04-07 22:38:38

Comparing 
/work/SRC/openSUSE:Factory/python-azure-synapse-managedprivateendpoints (Old)
 and  
/work/SRC/openSUSE:Factory/.python-azure-synapse-managedprivateendpoints.new.1905
 (New)


Package is "python-azure-synapse-managedprivateendpoints"

Sun Apr  7 22:38:38 2024 rev:4 rq:1165343 version:0.4.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-synapse-managedprivateendpoints/python-azure-synapse-managedprivateendpoints.changes
2021-09-07 21:22:40.541393925 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-synapse-managedprivateendpoints.new.1905/python-azure-synapse-managedprivateendpoints.changes
  2024-04-07 22:38:42.838519180 +0200
@@ -1,0 +2,16 @@
+Thu Apr  4 13:08:18 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop Provides and Obsoletes for predecessor package
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-synapse-managedprivateendpoints.spec ++
--- /var/tmp/diff_new_pack.ji2oHx/_old  2024-04-07 22:38:43.894557913 +0200
+++ /var/tmp/diff_new_pack.ji2oHx/_new  2024-04-07 22:38:43.898558059 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-synapse-managedprivateendpoints
 #
-# Copyright (c) 2021 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-synapse-managedprivateendpoints
 Version:0.4.0
 Release:0
@@ -31,21 +28,21 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-synapse-nspkg >= 1.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
-Requires:   python-azure-core < 2.0.0
-Requires:   python-azure-core >= 1.6.0
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-azure-synapse-nspkg >= 1.0.0
 Requires:   python-msrest >= 0.5.0
-Provides:   python-azure-synapse = 0.1.0
-Obsoletes:  python-azure-synapse < 0.1.0
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-azure-core >= 1.6.0 with python-azure-core < 2.0.0)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-synapse-managedprivateendpoints < 0.4.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -60,10 +57,10 @@
 
 %build
 install -m 644 %{SOURCE1} 
%{_builddir}/azure-synapse-managedprivateendpoints-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/__init__.*
@@ -74,9 +71,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/synapse/managedprivateendpoints
-%{python_sitelib}/azure_synapse_managedprivateendpoints-*.egg-info
+%{python_sitelib}/azure_synapse_managedprivateendpoints-*.dist-info
 


commit python-azure-storage-nspkg for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-storage-nspkg for 
openSUSE:Factory checked in at 2024-04-07 22:38:35

Comparing /work/SRC/openSUSE:Factory/python-azure-storage-nspkg (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-storage-nspkg.new.1905 (New)


Package is "python-azure-storage-nspkg"

Sun Apr  7 22:38:35 2024 rev:4 rq:1165339 version:3.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-storage-nspkg/python-azure-storage-nspkg.changes
2020-12-09 22:21:14.679664625 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-storage-nspkg.new.1905/python-azure-storage-nspkg.changes
  2024-04-07 22:38:38.734368653 +0200
@@ -1,0 +2,14 @@
+Thu Apr  4 13:08:03 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+
+---



Other differences:
--
++ python-azure-storage-nspkg.spec ++
--- /var/tmp/diff_new_pack.LLhq5f/_old  2024-04-07 22:38:39.210386112 +0200
+++ /var/tmp/diff_new_pack.LLhq5f/_new  2024-04-07 22:38:39.210386112 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-storage-nspkg
 #
-# Copyright (c) 2020 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-storage-nspkg
 Version:3.1.0
 Release:0
@@ -30,13 +27,17 @@
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-storage-nspkg/azure-storage-nspkg-%{version}.tar.gz
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-azure-nspkg >= 3.0.0
 Conflicts:  python-azure-sdk <= 2.0.0
 Conflicts:  python-azure-storage <= 0.36.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-storage-nspkg < 3.1.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -53,16 +54,15 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-storage-nspkg-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.rst
 %license LICENSE.txt
 %{python_sitelib}/azure/storage
-%{python_sitelib}/azure_storage_nspkg-*.egg-info
+%{python_sitelib}/azure_storage_nspkg-*.dist-info
 


commit python-googleapis-common-protos for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-googleapis-common-protos for 
openSUSE:Factory checked in at 2024-04-07 22:13:24

Comparing /work/SRC/openSUSE:Factory/python-googleapis-common-protos (Old)
 and  /work/SRC/openSUSE:Factory/.python-googleapis-common-protos.new.1905 
(New)


Package is "python-googleapis-common-protos"

Sun Apr  7 22:13:24 2024 rev:21 rq:1165953 version:1.63.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-googleapis-common-protos/python-googleapis-common-protos.changes
  2024-03-13 22:20:07.991709774 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-googleapis-common-protos.new.1905/python-googleapis-common-protos.changes
2024-04-07 22:15:14.262891798 +0200
@@ -1,0 +2,11 @@
+Sun Apr  7 09:12:09 UTC 2024 - Dirk Müller 
+
+- update to 1.63.0:
+  * Add `api_version` field to `ServiceOptions` in
+`google/api/client.proto`
+  * Add `LOCATION_POLICY_VIOLATED` enum to `ErrorReason` in
+`google/api/error_reason.proto`
+  * Add `rest_reference_documentation_uri` field to
+`ServiceOptions` in `google/api/client.proto`
+
+---

Old:

  googleapis-common-protos-1.62.0.tar.gz

New:

  googleapis-common-protos-1.63.0.tar.gz



Other differences:
--
++ python-googleapis-common-protos.spec ++
--- /var/tmp/diff_new_pack.CqqG7l/_old  2024-04-07 22:15:15.270928735 +0200
+++ /var/tmp/diff_new_pack.CqqG7l/_new  2024-04-07 22:15:15.278929029 +0200
@@ -20,7 +20,7 @@
 %define pkgname %{lua:pname,_ = string.gsub(rpm.expand('%modname'), '-' , 
'_');print(pname)}
 %{?sle15_python_module_pythons}
 Name:   python-googleapis-common-protos
-Version:1.62.0
+Version:1.63.0
 Release:0
 Summary:Common protobufs used in Google APIs
 License:Apache-2.0

++ googleapis-common-protos-1.62.0.tar.gz -> 
googleapis-common-protos-1.63.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/googleapis-common-protos-1.62.0/PKG-INFO 
new/googleapis-common-protos-1.63.0/PKG-INFO
--- old/googleapis-common-protos-1.62.0/PKG-INFO2023-12-07 
20:19:04.833779600 +0100
+++ new/googleapis-common-protos-1.63.0/PKG-INFO2024-03-11 
13:33:12.645857800 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: googleapis-common-protos
-Version: 1.62.0
+Version: 1.63.0
 Summary: Common protobufs used in Google APIs
 Home-page: https://github.com/googleapis/python-api-common-protos
 Author: Google LLC
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/googleapis-common-protos-1.62.0/google/api/client.proto 
new/googleapis-common-protos-1.63.0/google/api/client.proto
--- old/googleapis-common-protos-1.62.0/google/api/client.proto 2023-12-07 
20:16:08.0 +0100
+++ new/googleapis-common-protos-1.63.0/google/api/client.proto 2024-03-11 
13:30:49.0 +0100
@@ -98,6 +98,22 @@
   // ...
   //   }
   string oauth_scopes = 1050;
+
+  // The API version of this service, which should be sent by version-aware
+  // clients to the service. This allows services to abide by the schema and
+  // behavior of the service at the time this API version was deployed.
+  // The format of the API version must be treated as opaque by clients.
+  // Services may use a format with an apparent structure, but clients must
+  // not rely on this to determine components within an API version, or attempt
+  // to construct other valid API versions. Note that this is for upcoming
+  // functionality and may not be implemented for all services.
+  //
+  // Example:
+  //
+  //   service Foo {
+  // option (google.api.api_version) = "v1_20230821_preview";
+  //   }
+  string api_version = 52501;
 }
 
 // Required information for every language.
@@ -192,6 +208,10 @@
   // Optional link to proto reference documentation.  Example:
   // https://cloud.google.com/pubsub/lite/docs/reference/rpc
   string proto_reference_documentation_uri = 110;
+
+  // Optional link to REST reference documentation.  Example:
+  // https://cloud.google.com/pubsub/lite/docs/reference/rest
+  string rest_reference_documentation_uri = 111;
 }
 
 // Settings for Java client libraries.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/googleapis-common-protos-1.62.0/google/api/client_pb2.py 
new/googleapis-common-protos-1.63.0/google/api/client_pb2.py
--- old/googleapis-common-protos-1.62.0/google/api/client_pb2.py
2023-12-07 20:16:08.0 +0100
+++ new/googleapis-common-protos-1.63.0/google/api/client_pb2.py
2024-03-11 13:30:49.0 +0100
@@ -35,7 +35,7 

commit python-azure-mgmt-containerinstance for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-containerinstance 
for openSUSE:Factory checked in at 2024-04-07 22:07:28

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-containerinstance (Old)
 and  
/work/SRC/openSUSE:Factory/.python-azure-mgmt-containerinstance.new.1905 (New)


Package is "python-azure-mgmt-containerinstance"

Sun Apr  7 22:07:28 2024 rev:20 rq:1165149 version:10.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-containerinstance/python-azure-mgmt-containerinstance.changes
  2023-04-21 14:17:49.358853548 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-containerinstance.new.1905/python-azure-mgmt-containerinstance.changes
2024-04-07 22:08:19.063682016 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 12:55:36 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-mgmt-containerinstance.spec ++
--- /var/tmp/diff_new_pack.mGHmDq/_old  2024-04-07 22:08:19.555700035 +0200
+++ /var/tmp/diff_new_pack.mGHmDq/_new  2024-04-07 22:08:19.559700181 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-containerinstance
 #
-# 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-mgmt-containerinstance
 Version:10.1.0
 Release:0
@@ -31,21 +28,22 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
-Requires:   python-azure-mgmt-core < 2.0.0
-Requires:   python-azure-mgmt-core >= 1.3.2
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
-Requires:   python-isodate < 1.0.0
-Requires:   python-isodate >= 0.6.1
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-azure-mgmt-core >= 1.3.2 with python-azure-mgmt-core < 
2.0.0)
+Requires:   (python-isodate >= 0.6.1 with python-isodate < 1.0.0)
 Requires:   (python-typing_extensions >= 4.0.1 if python-base < 3.8)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-mgmt-containerinstance < 10.1.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -63,10 +61,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-containerinstance-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
@@ -76,9 +74,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/mgmt/containerinstance
-%{python_sitelib}/azure_mgmt_containerinstance-*.egg-info
+%{python_sitelib}/azure_mgmt_containerinstance-*.dist-info
 


commit python-azure-mgmt-hybridcompute for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-hybridcompute for 
openSUSE:Factory checked in at 2024-04-07 22:08:08

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-hybridcompute (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-hybridcompute.new.1905 
(New)


Package is "python-azure-mgmt-hybridcompute"

Sun Apr  7 22:08:08 2024 rev:8 rq:1165196 version:8.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-hybridcompute/python-azure-mgmt-hybridcompute.changes
  2023-02-20 17:47:41.944057082 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-hybridcompute.new.1905/python-azure-mgmt-hybridcompute.changes
2024-04-07 22:09:33.878421877 +0200
@@ -1,0 +2,14 @@
+Thu Apr  4 12:58:43 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-mgmt-hybridcompute.spec ++
--- /var/tmp/diff_new_pack.P7P2j5/_old  2024-04-07 22:09:34.370439895 +0200
+++ /var/tmp/diff_new_pack.P7P2j5/_new  2024-04-07 22:09:34.370439895 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-hybridcompute
 #
-# 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-mgmt-hybridcompute
 Version:8.0.0
 Release:0
@@ -31,19 +28,22 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
-Requires:   python-azure-mgmt-core < 2.0.0
-Requires:   python-azure-mgmt-core >= 1.3.2
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-msrest >= 0.7.1
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-azure-mgmt-core >= 1.3.2 with python-azure-mgmt-core < 
2.0.0)
 Requires:   (python-typing_extensions >= 4.3.0 if python-base < 3.8)
 Conflicts:  python-azure-sdk <= 2.0.0
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-mgmt-hybridcompute < 8.0.0
+%endif
 BuildArch:  noarch
 %python_subpackages
 
@@ -60,10 +60,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-hybridcompute-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
@@ -76,5 +76,5 @@
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/mgmt/hybridcompute
-%{python_sitelib}/azure_mgmt_hybridcompute-*.egg-info
+%{python_sitelib}/azure_mgmt_hybridcompute-*.dist-info
 


commit python-azure-ai-ml for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-ai-ml for 
openSUSE:Factory checked in at 2024-04-07 22:05:32

Comparing /work/SRC/openSUSE:Factory/python-azure-ai-ml (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-ai-ml.new.1905 (New)


Package is "python-azure-ai-ml"

Sun Apr  7 22:05:32 2024 rev:21 rq:1165023 version:1.13.0

Changes:

--- /work/SRC/openSUSE:Factory/python-azure-ai-ml/python-azure-ai-ml.changes
2024-02-01 18:07:07.990889481 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-ai-ml.new.1905/python-azure-ai-ml.changes
  2024-04-07 22:05:36.969745816 +0200
@@ -1,0 +2,18 @@
+Thu Apr  4 12:47:38 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+
+---
+Tue Apr  2 09:21:15 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Remove duplicate python-rpm-macros and fdupes from BuildRequires
+
+---



Other differences:
--
++ python-azure-ai-ml.spec ++
--- /var/tmp/diff_new_pack.4CltyR/_old  2024-04-07 22:05:38.449800019 +0200
+++ /var/tmp/diff_new_pack.4CltyR/_new  2024-04-07 22:05:38.449800019 +0200
@@ -16,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-ai-ml
 Version:1.13.0
 Release:0
@@ -48,13 +45,16 @@
 BuildRequires:  %{python_module msrest >= 0.6.18}
 BuildRequires:  %{python_module opencensus-ext-azure < 2.0.0}
 BuildRequires:  %{python_module pathspec >= 0.9.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pydash >= 6.0.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module strictyaml < 2.0.0}
 BuildRequires:  %{python_module tqdm < 5.0.0}
 BuildRequires:  %{python_module typing-extensions >= 4.0.1}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+BuildRequires:  unzip
 Requires:   python-PyJWT < 3.0.0
 Requires:   python-PyYAML >= 5.1.0
 Requires:   python-applicationinsights <= 0.11.10
@@ -77,11 +77,11 @@
 Requires:   python-strictyaml
 Requires:   python-tqdm
 Requires:   python-typing-extensions >= 4.0.1
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
-BuildRequires:  unzip
 Conflicts:  python-azure-sdk <= 2.0.0
 Suggests:   python-mldesigner
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-ai-ml < 1.13.0
+%endif
 BuildArch:  noarch
 %python_subpackages
 
@@ -101,10 +101,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-ai-ml-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/ai/__init__.*
@@ -117,5 +117,5 @@
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/ai/ml
-%{python_sitelib}/azure_ai_ml-*.egg-info
+%{python_sitelib}/azure_ai_ml-*.dist-info
 


commit python-azure-mgmt-costmanagement for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-costmanagement for 
openSUSE:Factory checked in at 2024-04-07 22:07:34

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-costmanagement (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-costmanagement.new.1905 
(New)


Package is "python-azure-mgmt-costmanagement"

Sun Apr  7 22:07:34 2024 rev:10 rq:1165156 version:4.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-costmanagement/python-azure-mgmt-costmanagement.changes
2023-07-24 18:26:34.002361686 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-costmanagement.new.1905/python-azure-mgmt-costmanagement.changes
  2024-04-07 22:08:28.600031255 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 12:56:03 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-mgmt-costmanagement.spec ++
--- /var/tmp/diff_new_pack.vy8KAu/_old  2024-04-07 22:08:29.244054841 +0200
+++ /var/tmp/diff_new_pack.vy8KAu/_new  2024-04-07 22:08:29.244054841 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-costmanagement
 #
-# 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-mgmt-costmanagement
 Version:4.0.1
 Release:0
@@ -31,21 +28,22 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
-Requires:   python-azure-mgmt-core < 2.0.0
-Requires:   python-azure-mgmt-core >= 1.3.2
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
-Requires:   python-isodate < 1.0.0
-Requires:   python-isodate >= 0.6.1
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-azure-mgmt-core >= 1.3.2 with python-azure-mgmt-core < 
2.0.0)
+Requires:   (python-isodate >= 0.6.1 with python-isodate < 1.0.0)
 Requires:   (python-typing_extensions >= 4.3.0 if python-base < 3.8)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-mgmt-costmanagement < 4.0.1
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -63,10 +61,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-costmanagement-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
@@ -76,9 +74,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/mgmt/costmanagement
-%{python_sitelib}/azure_mgmt_costmanagement-*.egg-info
+%{python_sitelib}/azure_mgmt_costmanagement-*.dist-info
 


commit python-azure-confidentialledger for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-confidentialledger for 
openSUSE:Factory checked in at 2024-04-07 22:06:15

Comparing /work/SRC/openSUSE:Factory/python-azure-confidentialledger (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-confidentialledger.new.1905 
(New)


Package is "python-azure-confidentialledger"

Sun Apr  7 22:06:15 2024 rev:5 rq:1165069 version:1.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-confidentialledger/python-azure-confidentialledger.changes
  2023-08-14 22:36:15.976609385 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-confidentialledger.new.1905/python-azure-confidentialledger.changes
2024-04-07 22:06:38.576001962 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 12:50:39 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-confidentialledger.spec ++
--- /var/tmp/diff_new_pack.w7zgRt/_old  2024-04-07 22:06:39.124022032 +0200
+++ /var/tmp/diff_new_pack.w7zgRt/_new  2024-04-07 22:06:39.124022032 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-confidentialledger
 #
-# 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-confidentialledger
 Version:1.1.1
 Release:0
@@ -30,18 +27,20 @@
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-confidentialledger/azure-confidentialledger-%{version}.zip
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-Requires:   python-azure-core < 2.0.0
-Requires:   python-azure-core >= 1.24.0
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-cryptography >= 2.1.4
-Requires:   python-isodate < 1.0.0
-Requires:   python-isodate >= 0.6.1
+Requires:   (python-azure-core >= 1.24.0 with python-azure-core < 2.0.0)
+Requires:   (python-isodate >= 0.6.1 with python-isodate < 1.0.0)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-confidentialledger < 1.1.1
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -57,10 +56,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-confidentialledger-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/__init__.*
@@ -68,9 +67,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/confidentialledger
-%{python_sitelib}/azure_confidentialledger-*.egg-info
+%{python_sitelib}/azure_confidentialledger-*.dist-info
 


commit python-fsspec for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-fsspec for openSUSE:Factory 
checked in at 2024-04-07 22:13:13

Comparing /work/SRC/openSUSE:Factory/python-fsspec (Old)
 and  /work/SRC/openSUSE:Factory/.python-fsspec.new.1905 (New)


Package is "python-fsspec"

Sun Apr  7 22:13:13 2024 rev:33 rq:1165946 version:2024.3.1

Changes:

--- /work/SRC/openSUSE:Factory/python-fsspec/python-fsspec.changes  
2024-03-13 22:18:36.828349566 +0100
+++ /work/SRC/openSUSE:Factory/.python-fsspec.new.1905/python-fsspec.changes
2024-04-07 22:15:04.306526975 +0200
@@ -1,0 +2,14 @@
+Mon Mar 25 17:26:58 UTC 2024 - Dirk Müller 
+
+- update to 2024.3.1:
+  * allow override of expand in open()
+  * root handling in local file paths, fix for windows
+  * coroutines throttle to stream pool rather than batches
+  * write transactions in simplecache
+  * allow deep nested refs in referenceFS/parquet
+  * Fixes bug (#1476) that made open_files ignore expand=False
+  * remove extra calling mapper contains
+  * connection retry for SMB
+  * zip64 should be on is allowZip64 is
+
+---

Old:

  fsspec-2024.2.0.tar.gz

New:

  fsspec-2024.3.1.tar.gz



Other differences:
--
++ python-fsspec.spec ++
--- /var/tmp/diff_new_pack.bRelbo/_old  2024-04-07 22:15:04.702541487 +0200
+++ /var/tmp/diff_new_pack.bRelbo/_new  2024-04-07 22:15:04.702541487 +0200
@@ -29,7 +29,7 @@
 
 %{?sle15_python_module_pythons}
 Name:   python-fsspec%{psuffix}
-Version:2024.2.0
+Version:2024.3.1
 Release:0
 Summary:Filesystem specification package
 License:BSD-3-Clause

++ fsspec-2024.2.0.tar.gz -> fsspec-2024.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/filesystem_spec-2024.2.0/.pre-commit-config.yaml 
new/filesystem_spec-2024.3.1/.pre-commit-config.yaml
--- old/filesystem_spec-2024.2.0/.pre-commit-config.yaml2024-02-05 
02:21:42.0 +0100
+++ new/filesystem_spec-2024.3.1/.pre-commit-config.yaml2024-03-18 
20:33:58.0 +0100
@@ -18,7 +18,7 @@
   - id: black
   - repo: https://github.com/astral-sh/ruff-pre-commit
 # Ruff version.
-rev: v0.1.13
+rev: v0.2.1
 hooks:
   # Run the linter.
   - id: ruff
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/filesystem_spec-2024.2.0/ci/environment-downstream.yml 
new/filesystem_spec-2024.3.1/ci/environment-downstream.yml
--- old/filesystem_spec-2024.2.0/ci/environment-downstream.yml  2024-02-05 
02:21:42.0 +0100
+++ new/filesystem_spec-2024.3.1/ci/environment-downstream.yml  2024-03-18 
20:33:58.0 +0100
@@ -17,3 +17,4 @@
   - moto <5
   - sqlalchemy<2
   - flask
+  - dask-expr
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/filesystem_spec-2024.2.0/ci/environment-friends.yml 
new/filesystem_spec-2024.3.1/ci/environment-friends.yml
--- old/filesystem_spec-2024.2.0/ci/environment-friends.yml 2024-02-05 
02:21:42.0 +0100
+++ new/filesystem_spec-2024.3.1/ci/environment-friends.yml 2024-03-18 
20:33:58.0 +0100
@@ -21,6 +21,7 @@
   - flake8
   - black
   - google-cloud-core
+  - google-cloud-storage
   - google-api-core
   - google-api-python-client
   - httpretty
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/filesystem_spec-2024.2.0/ci/environment-py38.yml 
new/filesystem_spec-2024.3.1/ci/environment-py38.yml
--- old/filesystem_spec-2024.2.0/ci/environment-py38.yml2024-02-05 
02:21:42.0 +0100
+++ new/filesystem_spec-2024.3.1/ci/environment-py38.yml2024-03-18 
20:33:58.0 +0100
@@ -36,6 +36,7 @@
   - nomkl
   - jinja2
   - tqdm
+  - urllib3 <=1.26.18
   - pip:
 - hadoop-test-cluster
 - smbprotocol
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/filesystem_spec-2024.2.0/docs/source/changelog.rst 
new/filesystem_spec-2024.3.1/docs/source/changelog.rst
--- old/filesystem_spec-2024.2.0/docs/source/changelog.rst  2024-02-05 
02:21:42.0 +0100
+++ new/filesystem_spec-2024.3.1/docs/source/changelog.rst  2024-03-18 
20:33:58.0 +0100
@@ -1,6 +1,37 @@
 Changelog
 =
 
+2024.3.1
+
+
+Fixes
+
+- allow override of expand in open() (#1549)
+- root handling in local file paths, fix for windows (#1477)
+
+2024.3.0
+
+
+Enhancements
+
+- coroutines throttle to stream pool rather than batches (#1544)
+- write transactions in simplecache (#1531)
+- allow deep nested refs in referenceFS/parquet 

commit sdlpop for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sdlpop for openSUSE:Factory checked 
in at 2024-04-07 22:13:35

Comparing /work/SRC/openSUSE:Factory/sdlpop (Old)
 and  /work/SRC/openSUSE:Factory/.sdlpop.new.1905 (New)


Package is "sdlpop"

Sun Apr  7 22:13:35 2024 rev:8 rq:1165982 version:1.23

Changes:

--- /work/SRC/openSUSE:Factory/sdlpop/sdlpop.changes2024-03-20 
21:21:33.273937014 +0100
+++ /work/SRC/openSUSE:Factory/.sdlpop.new.1905/sdlpop.changes  2024-04-07 
22:15:24.535268201 +0200
@@ -1,0 +2,5 @@
+Sun Apr  7 16:58:16 UTC 2024 - Christian Boltz 
+
+- sdlpop doesn's support big endian CPUs, stop building for s390x
+
+---



Other differences:
--
++ sdlpop.spec ++
--- /var/tmp/diff_new_pack.2JnWOv/_old  2024-04-07 22:15:25.011285643 +0200
+++ /var/tmp/diff_new_pack.2JnWOv/_new  2024-04-07 22:15:25.011285643 +0200
@@ -33,6 +33,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(SDL2_image)
 BuildRequires:  pkgconfig(sdl2)
+ExcludeArch:s390x
 
 %description
 SDLPoP is an open-source port of Prince of Persia 1,


commit python-azure-cognitiveservices-inkrecognizer for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 
python-azure-cognitiveservices-inkrecognizer for openSUSE:Factory checked in at 
2024-04-07 22:05:43

Comparing 
/work/SRC/openSUSE:Factory/python-azure-cognitiveservices-inkrecognizer (Old)
 and  
/work/SRC/openSUSE:Factory/.python-azure-cognitiveservices-inkrecognizer.new.1905
 (New)


Package is "python-azure-cognitiveservices-inkrecognizer"

Sun Apr  7 22:05:43 2024 rev:3 rq:1165036 version:1.0.0b1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-cognitiveservices-inkrecognizer/python-azure-cognitiveservices-inkrecognizer.changes
2020-12-09 22:13:46.315210007 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-cognitiveservices-inkrecognizer.new.1905/python-azure-cognitiveservices-inkrecognizer.changes
  2024-04-07 22:05:50.986259130 +0200
@@ -1,0 +2,14 @@
+Thu Apr  4 12:48:23 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-cognitiveservices-inkrecognizer.spec ++
--- /var/tmp/diff_new_pack.5xzIeI/_old  2024-04-07 22:05:52.534315823 +0200
+++ /var/tmp/diff_new_pack.5xzIeI/_new  2024-04-07 22:05:52.534315823 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-cognitiveservices-inkrecognizer
 #
-# Copyright (c) 2020 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-cognitiveservices-inkrecognizer
 Version:1.0.0b1
 Release:0
@@ -31,16 +28,19 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-cognitiveservices-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 Requires:   python-azure-cognitiveservices-nspkg >= 3.0.0
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
-Requires:   python-azure-core < 2.0.0
-Requires:   python-azure-core >= 1.0.0
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-azure-core >= 1.0.0 with python-azure-core < 2.0.0)
 Conflicts:  python-azure-sdk <= 2.0.0
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-cognitiveservices-inkrecognizer < 1.0.0b1
+%endif
 BuildArch:  noarch
 %python_subpackages
 
@@ -60,10 +60,10 @@
 
 %build
 install -m 644 %{SOURCE1} 
%{_builddir}/azure-cognitiveservices-inkrecognizer-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/cognitiveservices/__init__.*
@@ -76,5 +76,5 @@
 %doc HISTORY.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/cognitiveservices/inkrecognizer
-%{python_sitelib}/azure_cognitiveservices_inkrecognizer-*.egg-info
+%{python_sitelib}/azure_cognitiveservices_inkrecognizer-*.dist-info
 


commit python-azure-mgmt-app for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-app for 
openSUSE:Factory checked in at 2024-04-07 22:06:58

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-app (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-app.new.1905 (New)


Package is "python-azure-mgmt-app"

Sun Apr  7 22:06:58 2024 rev:3 rq:1165120 version:1.0.0b2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-app/python-azure-mgmt-app.changes  
2022-05-12 23:01:50.292915856 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-app.new.1905/python-azure-mgmt-app.changes
2024-04-07 22:07:36.762132851 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 12:53:43 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-mgmt-app.spec ++
--- /var/tmp/diff_new_pack.d6DM2h/_old  2024-04-07 22:07:37.206149111 +0200
+++ /var/tmp/diff_new_pack.d6DM2h/_new  2024-04-07 22:07:37.206149111 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-app
 #
-# Copyright (c) 2022 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-mgmt-app
 Version:1.0.0b2
 Release:0
@@ -31,19 +28,21 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
-Requires:   python-azure-mgmt-core < 2.0.0
-Requires:   python-azure-mgmt-core >= 1.3.0
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-msrest >= 0.6.21
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-azure-mgmt-core >= 1.3.0 with python-azure-mgmt-core < 
2.0.0)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-mgmt-app < 1.0.0b2
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -58,10 +57,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-app-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
@@ -71,9 +70,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/mgmt/app
-%{python_sitelib}/azure_mgmt_app-*.egg-info
+%{python_sitelib}/azure_mgmt_app-*.dist-info
 


commit python-azure-cognitiveservices-vision-customvision for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 
python-azure-cognitiveservices-vision-customvision for openSUSE:Factory checked 
in at 2024-04-07 22:06:01

Comparing 
/work/SRC/openSUSE:Factory/python-azure-cognitiveservices-vision-customvision 
(Old)
 and  
/work/SRC/openSUSE:Factory/.python-azure-cognitiveservices-vision-customvision.new.1905
 (New)


Package is "python-azure-cognitiveservices-vision-customvision"

Sun Apr  7 22:06:01 2024 rev:9 rq:1165054 version:3.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-cognitiveservices-vision-customvision/python-azure-cognitiveservices-vision-customvision.changes
2020-12-09 22:14:43.959268441 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-cognitiveservices-vision-customvision.new.1905/python-azure-cognitiveservices-vision-customvision.changes
  2024-04-07 22:06:16.103178964 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 12:49:42 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-cognitiveservices-vision-customvision.spec ++
--- /var/tmp/diff_new_pack.kaALmE/_old  2024-04-07 22:06:17.391226134 +0200
+++ /var/tmp/diff_new_pack.kaALmE/_new  2024-04-07 22:06:17.391226134 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-cognitiveservices-vision-customvision
 #
-# Copyright (c) 2020 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-cognitiveservices-vision-customvision
 Version:3.1.0
 Release:0
@@ -32,18 +29,21 @@
 BuildRequires:  %{python_module azure-cognitiveservices-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-cognitiveservices-vision-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 Requires:   python-azure-cognitiveservices-nspkg >= 3.0.0
 Requires:   python-azure-cognitiveservices-vision-nspkg >= 3.0.0
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-msrest >= 0.5.0
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-cognitiveservices-vision-customvision < 3.1.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -58,10 +58,10 @@
 
 %build
 install -m 644 %{SOURCE1} 
%{_builddir}/azure-cognitiveservices-vision-customvision-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/cognitiveservices/vision/__init__.*
@@ -73,9 +73,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/cognitiveservices/vision/customvision
-%{python_sitelib}/azure_cognitiveservices_vision_customvision-*.egg-info
+%{python_sitelib}/azure_cognitiveservices_vision_customvision-*.dist-info
 


commit python-azure-mgmt-hybridconnectivity for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-hybridconnectivity 
for openSUSE:Factory checked in at 2024-04-07 22:08:09

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-hybridconnectivity (Old)
 and  
/work/SRC/openSUSE:Factory/.python-azure-mgmt-hybridconnectivity.new.1905 (New)


Package is "python-azure-mgmt-hybridconnectivity"

Sun Apr  7 22:08:09 2024 rev:2 rq:1165197 version:1.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-hybridconnectivity/python-azure-mgmt-hybridconnectivity.changes
2023-09-21 22:14:55.067160974 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-hybridconnectivity.new.1905/python-azure-mgmt-hybridconnectivity.changes
  2024-04-07 22:09:34.574447367 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 12:58:47 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-mgmt-hybridconnectivity.spec ++
--- /var/tmp/diff_new_pack.EVFoV8/_old  2024-04-07 22:09:34.990462602 +0200
+++ /var/tmp/diff_new_pack.EVFoV8/_new  2024-04-07 22:09:34.994462748 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-hybridconnectivity
 #
-# 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
@@ -15,10 +15,8 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+
+%{?sle15_python_module_pythons}
 Name:   python-azure-mgmt-hybridconnectivity
 Version:1.0.0
 Release:0
@@ -30,20 +28,21 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
-Requires:   python-azure-mgmt-core < 2.0.0
-Requires:   python-azure-mgmt-core >= 1.3.2
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
-Requires:   python-isodate < 1.0.0
-Requires:   python-isodate >= 0.6.1
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-azure-mgmt-core >= 1.3.2 with python-azure-mgmt-core < 
2.0.0)
+Requires:   (python-isodate >= 0.6.1 with python-isodate < 1.0.0)
 Requires:   (python-typing_extensions >= 4.3.0 if python-base < 3.8)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-mgmt-hybridconnectivity < 1.0.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -58,10 +57,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-hybridconnectivity-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
@@ -71,9 +70,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/mgmt/hybridconnectivity
-%{python_sitelib}/azure_mgmt_hybridconnectivity-*.egg-info
+%{python_sitelib}/azure_mgmt_hybridconnectivity-*.dist-info
 


commit python-azure-communication-rooms for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-communication-rooms for 
openSUSE:Factory checked in at 2024-04-07 22:06:13

Comparing /work/SRC/openSUSE:Factory/python-azure-communication-rooms (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-communication-rooms.new.1905 
(New)


Package is "python-azure-communication-rooms"

Sun Apr  7 22:06:13 2024 rev:3 rq:1165067 version:1.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-communication-rooms/python-azure-communication-rooms.changes
2023-06-13 16:11:02.591428085 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-communication-rooms.new.1905/python-azure-communication-rooms.changes
  2024-04-07 22:06:32.551781342 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 12:50:32 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-communication-rooms.spec ++
--- /var/tmp/diff_new_pack.p0uSGA/_old  2024-04-07 22:06:35.559891506 +0200
+++ /var/tmp/diff_new_pack.p0uSGA/_new  2024-04-07 22:06:35.563891653 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-communication-rooms
 #
-# 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-communication-rooms
 Version:1.0.0
 Release:0
@@ -31,16 +28,20 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-communication-nspkg >= 0.0.0b1}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 Requires:   python-azure-communication-nspkg >= 0.0.0b1
-Requires:   python-azure-core < 2.0.0
-Requires:   python-azure-core >= 1.24.0
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-msrest >= 0.7.1
 Requires:   python-six >= 1.11.0
+Requires:   (python-azure-core >= 1.24.0 with python-azure-core < 2.0.0)
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-communication-rooms < 1.0.0
+%endif
 BuildArch:  noarch
 %python_subpackages
 
@@ -52,10 +53,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-communication-rooms-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/communication/__init__.*
@@ -65,9 +66,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/communication/rooms
-%{python_sitelib}/azure_communication_rooms-*.egg-info
+%{python_sitelib}/azure_communication_rooms-*.dist-info
 


commit python-azure-mgmt-azurearcdata for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-azurearcdata for 
openSUSE:Factory checked in at 2024-04-07 22:07:10

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-azurearcdata (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-azurearcdata.new.1905 
(New)


Package is "python-azure-mgmt-azurearcdata"

Sun Apr  7 22:07:10 2024 rev:2 rq:1165132 version:1.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-azurearcdata/python-azure-mgmt-azurearcdata.changes
2022-11-21 15:31:00.425078244 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-azurearcdata.new.1905/python-azure-mgmt-azurearcdata.changes
  2024-04-07 22:07:59.974982950 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 12:54:27 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-mgmt-azurearcdata.spec ++
--- /var/tmp/diff_new_pack.X5dIbk/_old  2024-04-07 22:08:00.675008586 +0200
+++ /var/tmp/diff_new_pack.X5dIbk/_new  2024-04-07 22:08:00.679008733 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-azurearcdata
 #
-# Copyright (c) 2022 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
@@ -15,10 +15,8 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+
+%{?sle15_python_module_pythons}
 Name:   python-azure-mgmt-azurearcdata
 Version:1.0.0
 Release:0
@@ -30,19 +28,21 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
-Requires:   python-azure-mgmt-core < 2.0.0
-Requires:   python-azure-mgmt-core >= 1.2.0
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-msrest >= 0.6.21
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-azure-mgmt-core >= 1.2.0 with python-azure-mgmt-core < 
2.0.0)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-mgmt-azurearcdata < 1.0.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -57,10 +57,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-azurearcdata-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
@@ -70,9 +70,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/mgmt/azurearcdata
-%{python_sitelib}/azure_mgmt_azurearcdata-*.egg-info
+%{python_sitelib}/azure_mgmt_azurearcdata-*.dist-info
 


commit python-azure-graphrbac for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-graphrbac for 
openSUSE:Factory checked in at 2024-04-07 22:06:32

Comparing /work/SRC/openSUSE:Factory/python-azure-graphrbac (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-graphrbac.new.1905 (New)


Package is "python-azure-graphrbac"

Sun Apr  7 22:06:32 2024 rev:7 rq:1165089 version:0.61.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-graphrbac/python-azure-graphrbac.changes
2020-12-09 22:15:46.763332106 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-graphrbac.new.1905/python-azure-graphrbac.changes
  2024-04-07 22:07:03.100900111 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 12:51:55 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-graphrbac.spec ++
--- /var/tmp/diff_new_pack.jBpVaY/_old  2024-04-07 22:07:03.728923110 +0200
+++ /var/tmp/diff_new_pack.jBpVaY/_new  2024-04-07 22:07:03.732923257 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-graphrbac
 #
-# Copyright (c) 2020 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-graphrbac
 Version:0.61.1
 Release:0
@@ -30,18 +27,20 @@
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-graphrbac/azure-graphrbac-%{version}.zip
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-msrest >= 0.5.0
-Requires:   python-msrestazure < 2.0.0
-Requires:   python-msrestazure >= 0.4.32
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-msrestazure >= 0.4.32 with python-msrestazure < 2.0.0)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-graphrbac < 0.61.1
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -56,10 +55,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-graphrbac-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/__init__.*
@@ -67,9 +66,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc HISTORY.rst README.rst
 %license LICENSE.txt
 %{python_sitelib}/azure/graphrbac
-%{python_sitelib}/azure_graphrbac-*.egg-info
+%{python_sitelib}/azure_graphrbac-*.dist-info
 


commit python-flake8-pyi for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-flake8-pyi for 
openSUSE:Factory checked in at 2024-04-07 22:13:14

Comparing /work/SRC/openSUSE:Factory/python-flake8-pyi (Old)
 and  /work/SRC/openSUSE:Factory/.python-flake8-pyi.new.1905 (New)


Package is "python-flake8-pyi"

Sun Apr  7 22:13:14 2024 rev:14 rq:1165947 version:24.3.1

Changes:

--- /work/SRC/openSUSE:Factory/python-flake8-pyi/python-flake8-pyi.changes  
2024-03-26 19:29:52.350701315 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-flake8-pyi.new.1905/python-flake8-pyi.changes
2024-04-07 22:15:05.050554239 +0200
@@ -1,0 +2,11 @@
+Sun Apr  7 09:02:03 UTC 2024 - Dirk Müller 
+
+- update to 24.3.1:
+  * Y064: Use simpler syntax to define final literal types.
+  * For example, use `x: Final = 42` instead of `x:
+Final[Literal[42]]`
+  * Y065: Don't use bare `Incomplete` in parameter and return
+annotations.
+  * Y090: Fix false positive for `tuple[Unpack[Ts]]`.
+
+---

Old:

  flake8_pyi-24.3.0.tar.gz

New:

  flake8_pyi-24.3.1.tar.gz



Other differences:
--
++ python-flake8-pyi.spec ++
--- /var/tmp/diff_new_pack.qYSSD6/_old  2024-04-07 22:15:05.454569043 +0200
+++ /var/tmp/diff_new_pack.qYSSD6/_new  2024-04-07 22:15:05.454569043 +0200
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:   python-flake8-pyi
-Version:24.3.0
+Version:24.3.1
 Release:0
 Summary:A plugin for flake8 to enable linting .pyi files
 License:MIT

++ flake8_pyi-24.3.0.tar.gz -> flake8_pyi-24.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8_pyi-24.3.0/.github/workflows/check.yml 
new/flake8_pyi-24.3.1/.github/workflows/check.yml
--- old/flake8_pyi-24.3.0/.github/workflows/check.yml   2020-02-02 
01:00:00.0 +0100
+++ new/flake8_pyi-24.3.1/.github/workflows/check.yml   2020-02-02 
01:00:00.0 +0100
@@ -36,10 +36,9 @@
   - uses: actions/setup-python@v4
 with:
   python-version: ${{ matrix.python-version }}
-  cache: pip
-  cache-dependency-path: pyproject.toml
   allow-prereleases: true
-  - run: pip install -e .[dev]
+  - run: curl -LsSf https://astral.sh/uv/install.sh | sh
+  - run: uv pip install -e .[dev] --system
   - run: mypy
 
   flake8:
@@ -50,10 +49,9 @@
   - uses: actions/checkout@v4
   - uses: actions/setup-python@v4
 with:
-  python-version: "3.11"
-  cache: pip
-  cache-dependency-path: pyproject.toml
-  - run: pip install -e .[dev]
+  python-version: "3.12"
+  - run: curl -LsSf https://astral.sh/uv/install.sh | sh
+  - run: uv pip install -e .[dev] --system
   - run: |
   flake8 $(git ls-files | grep 'py$') --color always
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8_pyi-24.3.0/.github/workflows/publish.yml 
new/flake8_pyi-24.3.1/.github/workflows/publish.yml
--- old/flake8_pyi-24.3.0/.github/workflows/publish.yml 2020-02-02 
01:00:00.0 +0100
+++ new/flake8_pyi-24.3.1/.github/workflows/publish.yml 2020-02-02 
01:00:00.0 +0100
@@ -20,7 +20,7 @@
   - name: Set up Python 3.10
 uses: actions/setup-python@v4
 with:
-  python-version: "3.10"
+  python-version: "3.12"
   - name: Install pypa/build
 run: >-
   python -m
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/flake8_pyi-24.3.0/.github/workflows/typeshed_primer.yml 
new/flake8_pyi-24.3.1/.github/workflows/typeshed_primer.yml
--- old/flake8_pyi-24.3.0/.github/workflows/typeshed_primer.yml 2020-02-02 
01:00:00.0 +0100
+++ new/flake8_pyi-24.3.1/.github/workflows/typeshed_primer.yml 2020-02-02 
01:00:00.0 +0100
@@ -39,21 +39,21 @@
   - name: Setup Python
 uses: actions/setup-python@v4
 with:
-  python-version: "3.11"
-  cache: pip
-  cache-dependency-path: new_plugin/pyproject.toml
-  - run: pip install flake8-noqa
+  python-version: "3.12"
+  - name: Install uv
+run: curl -LsSf https://astral.sh/uv/install.sh | sh
+  - run: uv pip install flake8-noqa --system
   # We cd so that "old_plugin"/"new_plugin"/typeshed" don't appear in the 
error path
   - name: flake8 typeshed using target branch
 run: |
   cd old_plugin
-  pip install -e .
+  uv pip install -e . --system
   cd ../typeshed
   flake8 --exit-zero --color never --output-file 

commit nomino for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nomino for openSUSE:Factory checked 
in at 2024-04-07 22:12:16

Comparing /work/SRC/openSUSE:Factory/nomino (Old)
 and  /work/SRC/openSUSE:Factory/.nomino.new.1905 (New)


Package is "nomino"

Sun Apr  7 22:12:16 2024 rev:4 rq:1165897 version:1.3.4

Changes:

--- /work/SRC/openSUSE:Factory/nomino/nomino.changes2023-12-28 
23:05:19.214899953 +0100
+++ /work/SRC/openSUSE:Factory/.nomino.new.1905/nomino.changes  2024-04-07 
22:14:32.481360355 +0200
@@ -1,0 +2,9 @@
+Sun Apr 07 01:02:19 UTC 2024 - Joshua Smith 
+
+- Enable tests
+- Switch service to manual from deprecated disabled
+- Update to version 1.3.4:
+  * rename master branch to main
+  * update dependencies
+
+---

Old:

  nomino-1.3.3.obscpio

New:

  nomino-1.3.4.obscpio



Other differences:
--
++ nomino.spec ++
--- /var/tmp/diff_new_pack.4VG0F9/_old  2024-04-07 22:14:33.433395268 +0200
+++ /var/tmp/diff_new_pack.4VG0F9/_new  2024-04-07 22:14:33.433395268 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nomino
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   nomino
-Version:1.3.3
+Version:1.3.4
 Release:0
 Summary:Batch rename utility for developers
 License:Apache-2.0 OR MIT
@@ -38,6 +38,9 @@
 %install
 %{cargo_install}
 
+%check
+%{cargo_test}
+
 %files
 %license LICENSE-APACHE LICENSE-MIT
 %{_bindir}/%{name}

++ _service ++
--- /var/tmp/diff_new_pack.4VG0F9/_old  2024-04-07 22:14:33.461396295 +0200
+++ /var/tmp/diff_new_pack.4VG0F9/_new  2024-04-07 22:14:33.465396443 +0200
@@ -1,5 +1,5 @@
 
-  
+  
 https://github.com/yaa110/nomino.git
 git
 .git
@@ -8,18 +8,18 @@
 enable
 v(.*)
   
-  
+  
   
   
 *.tar
 gz

-  
+  
 nomino
 zst
 true
   
-  
+  
 nomino
   
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.4VG0F9/_old  2024-04-07 22:14:33.481397029 +0200
+++ /var/tmp/diff_new_pack.4VG0F9/_new  2024-04-07 22:14:33.485397176 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/yaa110/nomino.git
-  c5140a6156e91424e2ddfa74ce112a8e7d614949
+  ab3dc84b2f2f143ccde0aef7656daed3e96a273b
 (No newline at EOF)
 

++ nomino-1.3.3.obscpio -> nomino-1.3.4.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nomino-1.3.3/.github/workflows/test.yml 
new/nomino-1.3.4/.github/workflows/test.yml
--- old/nomino-1.3.3/.github/workflows/test.yml 2023-10-29 22:34:23.0 
+0100
+++ new/nomino-1.3.4/.github/workflows/test.yml 2024-04-07 02:02:27.0 
+0200
@@ -2,9 +2,9 @@
 
 on:
   push:
-branches: [master]
+branches: [main]
   pull_request:
-branches: [master]
+branches: [main]
 
 jobs:
   linux:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nomino-1.3.3/Cargo.lock new/nomino-1.3.4/Cargo.lock
--- old/nomino-1.3.3/Cargo.lock 2023-10-29 22:34:23.0 +0100
+++ new/nomino-1.3.4/Cargo.lock 2024-04-07 02:02:27.0 +0200
@@ -4,18 +4,18 @@
 
 [[package]]
 name = "aho-corasick"
-version = "1.1.2"
+version = "1.1.3"
 source = "registry+https://github.com/rust-lang/crates.io-index;
-checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
+checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
 dependencies = [
  "memchr",
 ]
 
 [[package]]
 name = "anstream"
-version = "0.6.4"
+version = "0.6.13"
 source = "registry+https://github.com/rust-lang/crates.io-index;
-checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"
+checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb"
 dependencies = [
  "anstyle",
  "anstyle-parse",
@@ -27,49 +27,49 @@
 
 [[package]]
 name = "anstyle"
-version = "1.0.4"
+version = "1.0.6"
 source = "registry+https://github.com/rust-lang/crates.io-index;
-checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
+checksum = "8901269c6307e8d93993578286ac0edf7f1950795ebdeea6a59ffb7e36bc"
 
 [[package]]
 name = "anstyle-parse"
-version = "0.2.2"
+version = "0.2.3"
 source = "registry+https://github.com/rust-lang/crates.io-index;
-checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140"
+checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
 dependencies = [
  "utf8parse",
 ]
 
 [[package]]
 name = 

commit xpra for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xpra for openSUSE:Factory checked in 
at 2024-04-07 22:12:11

Comparing /work/SRC/openSUSE:Factory/xpra (Old)
 and  /work/SRC/openSUSE:Factory/.xpra.new.1905 (New)


Package is "xpra"

Sun Apr  7 22:12:11 2024 rev:61 rq:1165891 version:6.0+git20240406.e2d97e37

Changes:

--- /work/SRC/openSUSE:Factory/xpra/xpra.changes2024-03-04 
21:24:55.841948542 +0100
+++ /work/SRC/openSUSE:Factory/.xpra.new.1905/xpra.changes  2024-04-07 
22:14:28.277206179 +0200
@@ -1,0 +2,317 @@
+Sat Apr 06 23:03:01 UTC 2024 - scott.bradn...@suse.com
+
+- Update to version 6.0+git20240406.e2d97e37:
+  * make version checks more robust
+  * simplify: strget only returns strings
+  * more resilient lookup of version info
+  * move 'get_processor_name' to a reusable function
+  * #4187 missing video fallback calls
+  * #2467 proper resource cleanup
+  * also accept differences in alpha
+  * #4187 'konsole' is a text application
+  * we may want to drop the alpha channel
+  * skip warning about hard to find amf elements
+  * add keycloak validation of authentication groups support
+  * only expose native types (ie: strings) via info
+  * accel_version is never None
+  * none of these shortcuts require X11
+  * validate hostname before sending it back
+  * make it easier to test using temporary redirect
+  * better docstring: this applies to all servers
+  * 'LOCAL_MODIFICATIONS' is expected to be a number
+  * when scaling, always repaint the whole window
+  * generic yuv format handling
+  * cosmetic
+  * free the WebpBufferWrapper as soon as it has been consumed
+  * #4167 query the scale factor each time
+  * #4167 blit to scaled size
+  * #2467 fix MacOS native OpenGL initialization
+  * #4181 most WM sadly no longer support StatusIcon nowadays
+  * support opengl display attributes in non-gtk specific format
+  * we have to destroy the window to avoid leak warnings
+  * #4167 need vertex array to validate program on MacOS
+  * less confusing formatting
+  * get the full OS name using wmi, if available
+  * #3483 make it easier to trigger locking issues
+  * shadow servers may initialize codecs in parallel
+  * log more information about the thread currently holding the lock
+  * unbreak regular shadow servers
+  * #2467 load default cursor from png, better than black square
+  * libSvt is used by libavif
+  * get_version() must always return a tuple
+  * use the same smarter version parser as the decoder
+  * better debug logging
+  * #4182 remove 'long' type
+  * wait longer, needed with slow CI runs
+  * also test libyuv and libavif
+  * #3884 call SelectXFSelectionInput on the root window
+  * add stricter type hints
+  * prefer strongly typed method
+  * #4182 simplify
+  * must have a valid gl context to call cleanup functions
+  * catch individual cleanup errors
+  * try to ensure no programs or vertex arrays are active during cleanup
+  * verify program id is valid
+  * use the correct way to add compile args
+  * simplified / updated latest
+  * switches are unique, sort them just once
+  * bail out if we can't change directory
+  * build using InnoSetup 6.x
+  * with opengl=force, continue despite validation warnings
+  * install more 'browser_cookie3' dependencies as packages
+  * pillow 10.3.0
+
+---
+Sun Mar 31 16:35:27 UTC 2024 - scott.bradn...@suse.com
+
+- Update to version 6.0+git20240331.738c8038:
+  * there's also 'vah264lpenc'
+  * make it possible to (not) prefer Gtk.StatusIcon
+  * Cython 3.0.10
+  * set unused alpha to opaque, just in case
+  * cosmetic
+  * fixup 9bb4776fc199439d0f64ded75cd14b9a56101502
+  * try harder to ensure 'bcrypt' is bundled on macos
+  * show paramiko and bcrypt info
+
+---
+Fri Mar 29 13:27:00 UTC 2024 - scott.bradn...@suse.com
+
+- Update to version 6.0+git20240329.c7f2d049:
+  * RHEL 8 ships libvpx 1.7
+  * #3964 some hardware encoders can pad and round up
+  * wait longer for pinentry to terminate
+  * add type hints
+  * #3964 enable libva hardware encoders
+  * no python 3.13 in 'ubuntu-latest'
+  * #3964 ensure NV12 encoded streams are decoded the same as YUV420P
+  * #3964 warn if the overrides are missing
+  * also build test with Python 3.13
+  * add YUV444P conversions
+  * fix linter warning
+  * simplify by bumping the version requirements
+  * fix: updated deps for libspng0 and libopenh264
+  * fix: updated deps for libspng0 and libopenh264
+  * #2467 generate separate shaders for each pixel format
+  * don't assume TEX_Y is zero, it's confusing
+  * log failing shader source with line numbers
+  * try to honour the quality value
+  * better warnings when picture format is invalid
+  

commit grafana for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package grafana for openSUSE:Factory checked 
in at 2024-04-07 22:11:57

Comparing /work/SRC/openSUSE:Factory/grafana (Old)
 and  /work/SRC/openSUSE:Factory/.grafana.new.1905 (New)


Package is "grafana"

Sun Apr  7 22:11:57 2024 rev:58 rq:1165854 version:10.3.5

Changes:

--- /work/SRC/openSUSE:Factory/grafana/grafana.changes  2024-03-13 
22:18:33.184215504 +0100
+++ /work/SRC/openSUSE:Factory/.grafana.new.1905/grafana.changes
2024-04-07 22:14:20.280912928 +0200
@@ -1,0 +2,47 @@
+Wed Apr 03 09:07:16 UTC 2024 - witold.be...@suse.com
+
+- Packaging improvements:
+  * Changed deprecated `disabled` service mode to `manual`
+  * Drop golang-packaging macros
+  * Drop explicit mod=vendor as it is enabled automatically
+
+- Update to version 10.3.5:
+  Bugfixes:
+  * Security CVE-2024-1313: Require same organisation when
+deleting snapshots (bsc#1222155)
+  * Alerting: Marshal incoming json.RawMessage in diff
+  * Postgres: Allow disabling SNI on SSL-enabled connections
+  * Elasticsearch: Fix legend for alerting, expressions and
+previously frontend queries
+  * Alerting: Fix preview getting the correct queries from the form
+  * Dashboard: Fix issue where out-of-view shared query panels
+caused blank dependent panels
+
+- Update to version 10.3.4:
+  Breaking change:
+  * Domain validation between the response token id `hd` claim and
+the `allowed_domains` configuration setting for Google OAuth
+has been improved. This feature can be disabled through the
+configuration toggle `validate_hd`. Anyone using the legacy
+Google OAuth configuration should disable this validation if
+the ID Token response doesn't have the HD parameter.
+
+  Bugfixes:
+  * LDAP: Fix LDAP users authenticated via auth proxy not being
+able to use LDAP active sync
+  * Tempo: Add template variable interpolation for filters
+  * Elasticsearch: Fix adhoc filters not applied in frontend mode
+  * Dashboards: Fixes issue where panels would not refresh if time
+range updated while in panel view mode
+  * AuthProxy: Invalidate previous cached item for user when
+changes are made to any header
+  * LibraryPanels/RBAC: Fix issue where folder scopes weren't being
+correctly inherited
+  * LibraryPanels: Fix issue with repeated library panels
+  * Plugins: Don't auto prepend app sub url to plugin asset paths
+  * Elasticsearch: Set middlewares from Grafana's
+httpClientProvider
+  * Folders: Fix failure to update folder in SQLite
+  * Loki/Elastic: Assert queryfix value to always be string
+
+---

Old:

  grafana-10.3.3.tar.gz

New:

  grafana-10.3.5.tar.gz



Other differences:
--
++ grafana.spec ++
--- /var/tmp/diff_new_pack.MsZIQs/_old  2024-04-07 22:14:23.361025886 +0200
+++ /var/tmp/diff_new_pack.MsZIQs/_new  2024-04-07 22:14:23.361025886 +0200
@@ -22,7 +22,7 @@
 %endif
 
 Name:   grafana
-Version:10.3.3
+Version:10.3.5
 Release:0
 Summary:The open-source platform for monitoring and observability
 License:AGPL-3.0-only
@@ -38,7 +38,6 @@
 Source5:0001-Add-source-code-reference.patch
 BuildRequires:  fdupes
 BuildRequires:  git-core
-BuildRequires:  golang-packaging
 BuildRequires:  wire
 BuildRequires:  golang(API) >= 1.21
 Requires(post): %fillup_prereq
@@ -63,29 +62,21 @@
 %setup -q -T -D -a 1 -n grafana-%{version}
 
 %build
-%goprep github.com/grafana/grafana
-# Manual build in order to inject ldflags so grafana correctly displays
-# the version in the footer of each page.  Note that we're only injecting
-# main.version, not main.commit or main.buildstamp as is done in the upstream
-# build.go, because we don't have access to the git commit history here.
-# (The %%gobuild macro can't take quoted strings; they get split up when
-# expanded to $extra_flags in process_build() in /usr/lib/rpm/golang.sh.)
-export IMPORTPATH="github.com/grafana/grafana"
-export BUILDFLAGS="-v -p 4 -x -buildmode=pie -mod=vendor"
-export GOPATH=%{_builddir}/go:%{_builddir}/contrib
-export GOBIN=%{_builddir}/go/bin
-wire gen -tags 'oss' ./pkg/server ./pkg/cmd/grafana-cli/runner
-go install $BUILDFLAGS -ldflags '-X main.version=%{version}' 
$IMPORTPATH/pkg/cmd/...
+%ifnarch ppc64
+export GOFLAGS="-buildmode=pie"
+%endif
+wire gen -tags 'oss' ./pkg/server
+go build -o . -ldflags '-X main.version=%{version}' ./pkg/cmd/...
 
 %install
-%goinstall
 
 # install binaries and service
+install -Dm755 %{name} %{buildroot}%{_libexecdir}/%{name}/%{name}
+install -Dm755 %{name}-server %{buildroot}%{_libexecdir}/%{name}/%{name}-server
+install -Dm755 

commit python-astropy-healpix for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-astropy-healpix for 
openSUSE:Factory checked in at 2024-04-07 22:11:51

Comparing /work/SRC/openSUSE:Factory/python-astropy-healpix (Old)
 and  /work/SRC/openSUSE:Factory/.python-astropy-healpix.new.1905 (New)


Package is "python-astropy-healpix"

Sun Apr  7 22:11:51 2024 rev:6 rq:1165865 version:1.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-astropy-healpix/python-astropy-healpix.changes
2023-12-28 23:02:56.925699628 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-astropy-healpix.new.1905/python-astropy-healpix.changes
  2024-04-07 22:14:06.552409462 +0200
@@ -1,0 +2,7 @@
+Sat Apr  6 18:54:41 UTC 2024 - Dirk Müller 
+
+- update to 1.0.3:
+  * Fixed compatibility with upcoming astropy 6.1.0 and numpy
+2.0.0 releases.
+
+---

Old:

  astropy_healpix-1.0.2.tar.gz

New:

  astropy_healpix-1.0.3.tar.gz



Other differences:
--
++ python-astropy-healpix.spec ++
--- /var/tmp/diff_new_pack.WuMVxb/_old  2024-04-07 22:14:07.020426625 +0200
+++ /var/tmp/diff_new_pack.WuMVxb/_new  2024-04-07 22:14:07.024426772 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-astropy-healpix
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   python-astropy-healpix
-Version:1.0.2
+Version:1.0.3
 Release:0
 Summary:HEALPix for Astropy
 License:BSD-3-Clause

++ astropy_healpix-1.0.2.tar.gz -> astropy_healpix-1.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astropy_healpix-1.0.2/.github/workflows/ci_tests.yml 
new/astropy_healpix-1.0.3/.github/workflows/ci_tests.yml
--- old/astropy_healpix-1.0.2/.github/workflows/ci_tests.yml2023-12-12 
16:43:05.0 +0100
+++ new/astropy_healpix-1.0.3/.github/workflows/ci_tests.yml2024-04-05 
23:13:24.0 +0200
@@ -85,6 +85,6 @@
 tox -e ${{ matrix.toxenv }}
 - name: Upload coverage to codecov
   if: "contains(matrix.toxenv, '-cov')"
-  uses: codecov/codecov-action@v3
+  uses: codecov/codecov-action@v4
   with:
 file: ./coverage.xml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astropy_healpix-1.0.2/.github/workflows/publish.yml 
new/astropy_healpix-1.0.3/.github/workflows/publish.yml
--- old/astropy_healpix-1.0.2/.github/workflows/publish.yml 2023-12-12 
16:43:05.0 +0100
+++ new/astropy_healpix-1.0.3/.github/workflows/publish.yml 2024-04-05 
23:13:24.0 +0200
@@ -27,11 +27,8 @@
 - cp3*-macosx_arm64
 - cp3*-manylinux_aarch64
 
-  # Developer wheels (use Numpy dev to build)
+  # Developer wheels
   upload_to_anaconda: ${{ (github.event_name == 'schedule' || 
github.event_name == 'workflow_dispatch') }}
   anaconda_user: astropy
   anaconda_package: astropy-healpix
   anaconda_keep_n_latest: 10
-  env: |
-CIBW_BEFORE_BUILD: '${{ ((github.event_name == 'schedule' || 
github.event_name == 'workflow_dispatch') && 'pip install --pre 
--extra-index-url 
https://pypi.anaconda.org/scientific-python-nightly-wheels/simple setuptools 
setuptools_scm numpy>=0.0dev0 extension-helpers') || '' }}'
-CIBW_BUILD_FRONTEND: '${{ ((github.event_name == 'schedule' || 
github.event_name == 'workflow_dispatch') && 'pip; args: --no-build-isolation') 
|| 'build' }}'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astropy_healpix-1.0.2/CHANGES.rst 
new/astropy_healpix-1.0.3/CHANGES.rst
--- old/astropy_healpix-1.0.2/CHANGES.rst   2023-12-12 16:43:05.0 
+0100
+++ new/astropy_healpix-1.0.3/CHANGES.rst   2024-04-05 23:13:24.0 
+0200
@@ -4,6 +4,11 @@
 Changes
 ***
 
+1.0.3 (2024-04-05)
+==
+
+- Fixed compatibility with upcoming astropy 6.1.0 and numpy 2.0.0 releases. 
[#214, #215]
+
 1.0.2 (2023-12-12)
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/astropy_healpix-1.0.2/PKG-INFO 
new/astropy_healpix-1.0.3/PKG-INFO
--- old/astropy_healpix-1.0.2/PKG-INFO  2023-12-12 16:43:26.704017600 +0100
+++ new/astropy_healpix-1.0.3/PKG-INFO  2024-04-05 23:13:40.828938500 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: astropy_healpix
-Version: 1.0.2
+Version: 1.0.3
 Summary: BSD-licensed HEALPix for Astropy
 Home-page: 

commit python-dtaidistance for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-dtaidistance for 
openSUSE:Factory checked in at 2024-04-07 22:11:52

Comparing /work/SRC/openSUSE:Factory/python-dtaidistance (Old)
 and  /work/SRC/openSUSE:Factory/.python-dtaidistance.new.1905 (New)


Package is "python-dtaidistance"

Sun Apr  7 22:11:52 2024 rev:6 rq:1165867 version:2.3.11

Changes:

--- /work/SRC/openSUSE:Factory/python-dtaidistance/python-dtaidistance.changes  
2023-09-04 22:53:40.623968674 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dtaidistance.new.1905/python-dtaidistance.changes
2024-04-07 22:14:07.220433960 +0200
@@ -1,0 +2,7 @@
+Sat Apr  6 19:02:02 UTC 2024 - Dirk Müller 
+
+- update to 2.3.11:
+  * https://github.com/wannesm/dtaidistance/compare/v2.3.10...v2.3.11
+- drop cython3.patch (upstream)
+
+---

Old:

  cython3.patch
  dtaidistance-2.3.10.tar.gz

New:

  dtaidistance-2.3.11.tar.gz

BETA DEBUG BEGIN:
  Old:  * https://github.com/wannesm/dtaidistance/compare/v2.3.10...v2.3.11
- drop cython3.patch (upstream)
BETA DEBUG END:



Other differences:
--
++ python-dtaidistance.spec ++
--- /var/tmp/diff_new_pack.3Zbqco/_old  2024-04-07 22:14:07.660450097 +0200
+++ /var/tmp/diff_new_pack.3Zbqco/_new  2024-04-07 22:14:07.664450243 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dtaidistance
 #
-# 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,23 +16,20 @@
 #
 
 
-%define skip_python2 1
+%{?sle15_python_module_pythons}
 Name:   python-dtaidistance
-Version:2.3.10
+Version:2.3.11
 Release:0
 Summary:Dynamic Time Warping (DTW) package
 License:Apache-2.0
 URL:https://github.com/wannesm/dtaidistance
 Source: 
https://github.com/wannesm/dtaidistance/archive/v%{version}.tar.gz#/dtaidistance-%{version}.tar.gz
-#PATCH-FIX-UPSTREAM 
https://github.com/wannesm/dtaidistance/commit/a4b4bbf4be5bac7b95210b993ee24213bc2a0a36
 Fix build for Cython v3.0.0
-Patch:  cython3.patch
 BuildRequires:  %{python_module Cython}
+BuildRequires:  %{python_module numpy-devel}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-# NEP 29: python36-numpy is not in TW anymore. This package can build a basic 
version without numpy
-BuildRequires:  %{python_module numpy-devel if (%python-base without 
python36-base)}
 Recommends: python-jinja2
 Recommends: python-matplotlib
 Recommends: python-numpy
@@ -40,11 +37,10 @@
 Recommends: python-tqdm
 # SECTION test requirements
 BuildRequires:  %{python_module pytest-env}
+BuildRequires:  %{python_module jinja2}
+BuildRequires:  %{python_module matplotlib}
 BuildRequires:  %{python_module pytest}
-# NEP 29: python36-scipy is not in TW anymore
-BuildRequires:  %{python_module matplotlib if (%python-base without 
python36-base)}
-BuildRequires:  %{python_module jinja2 if (%python-base without python36-base)}
-BuildRequires:  %{python_module scipy if (%python-base without python36-base)}
+BuildRequires:  %{python_module scipy}
 # /SECTION
 %python_subpackages
 

++ dtaidistance-2.3.10.tar.gz -> dtaidistance-2.3.11.tar.gz ++
 9888 lines of diff (skipped)


commit wine for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2024-04-07 22:12:18

Comparing /work/SRC/openSUSE:Factory/wine (Old)
 and  /work/SRC/openSUSE:Factory/.wine.new.1905 (New)


Package is "wine"

Sun Apr  7 22:12:18 2024 rev:436 rq:1165935 version:9.6

Changes:

--- /work/SRC/openSUSE:Factory/wine/wine.changes2024-03-25 
21:15:56.434239518 +0100
+++ /work/SRC/openSUSE:Factory/.wine.new.1905/wine.changes  2024-04-07 
22:14:34.337428423 +0200
@@ -1,0 +2,11 @@
+Sat Apr  6 15:01:06 UTC 2024 - Marcus Meissner 
+
+- Updated to 9.6 release
+  - Support for advanced AVX features in register contexts.
+  - More Direct2D effects work.
+  - Support for RSA OAEP padding in BCrypt.
+  - Interpreted mode fixes in WIDL.
+  - Various bug fixes.
+- update staging to 9.6 release
+
+---

Old:

  wine-9.5.tar.xz
  wine-9.5.tar.xz.sign
  wine-staging-9.5.tar.xz

New:

  wine-9.6.tar.xz
  wine-9.6.tar.xz.sign
  wine-staging-9.6.tar.xz



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.tVDMbU/_old  2024-04-07 22:14:35.425468324 +0200
+++ /var/tmp/diff_new_pack.tVDMbU/_new  2024-04-07 22:14:35.425468324 +0200
@@ -25,8 +25,8 @@
 %endif
 
 # needs to be on top due to usage of %version macro below
-%define realver 9.5
-Version:9.5
+%define realver 9.6
+Version:9.6
 Release:0
 
 %if "%{flavor}" != ""
@@ -170,7 +170,7 @@
 ExclusiveArch:  %{ix86} x86_64 ppc armv7l armv7hl aarch64
 %if %{staging}
 # upstream patch target version
-%define staging_version 9.5
+%define staging_version 9.6
 Source100:  wine-staging-%{staging_version}.tar.xz
 BuildRequires:  gtk3-devel
 BuildRequires:  libOSMesa-devel

++ _service ++
--- /var/tmp/diff_new_pack.tVDMbU/_old  2024-04-07 22:14:35.481470378 +0200
+++ /var/tmp/diff_new_pack.tVDMbU/_new  2024-04-07 22:14:35.485470524 +0200
@@ -3,7 +3,7 @@
 @PARENT_TAG@
 v(.*)
 https://github.com/wine-staging/wine-staging.git
-refs/tags/v9.5
+refs/tags/v9.6
 v*.*
 git
   

++ wine-9.5.tar.xz -> wine-9.6.tar.xz ++
/work/SRC/openSUSE:Factory/wine/wine-9.5.tar.xz 
/work/SRC/openSUSE:Factory/.wine.new.1905/wine-9.6.tar.xz differ: char 13, line 
1

++ wine-staging-9.5.tar.xz -> wine-staging-9.6.tar.xz ++
/work/SRC/openSUSE:Factory/wine/wine-staging-9.5.tar.xz 
/work/SRC/openSUSE:Factory/.wine.new.1905/wine-staging-9.6.tar.xz differ: char 
15, line 1


commit python-holidays for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-holidays for openSUSE:Factory 
checked in at 2024-04-07 22:11:47

Comparing /work/SRC/openSUSE:Factory/python-holidays (Old)
 and  /work/SRC/openSUSE:Factory/.python-holidays.new.1905 (New)


Package is "python-holidays"

Sun Apr  7 22:11:47 2024 rev:15 rq:1165875 version:0.46

Changes:

--- /work/SRC/openSUSE:Factory/python-holidays/python-holidays.changes  
2024-03-19 17:32:24.136001288 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-holidays.new.1905/python-holidays.changes
2024-04-07 22:14:02.928276555 +0200
@@ -1,0 +2,18 @@
+Tue Apr  2 16:19:27 UTC 2024 - Dirk Müller 
+
+- update to 0.46:
+  * Fix Romanian language strings: replace U+015F with proper
+U+0219
+  * Update (c) in file headers and LICENSE
+  * Update Australia holidays
+  * Update Makefile clean action
+  * Update US tests: Day After Thanksgiving
+  * Update United Kingdom holidays: fix observed New Year's Day
+in Scotland
+  * Update tests: use assertIsInstance
+  * Fix README layout (attempt 1)
+  * Add file header pre-commit check
+  * Add package build tests
+  * Unify file headers after recent update
+
+---

Old:

  holidays-0.45.tar.gz

New:

  holidays-0.46.tar.gz



Other differences:
--
++ python-holidays.spec ++
--- /var/tmp/diff_new_pack.6LbWYt/_old  2024-04-07 22:14:03.380293131 +0200
+++ /var/tmp/diff_new_pack.6LbWYt/_new  2024-04-07 22:14:03.380293131 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-holidays
-Version:0.45
+Version:0.46
 Release:0
 Summary:Python library for generating holidays on the fly
 License:MIT

++ holidays-0.45.tar.gz -> holidays-0.46.tar.gz ++
 28031 lines of diff (skipped)


commit python-urwid for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-urwid for openSUSE:Factory 
checked in at 2024-04-07 22:11:39

Comparing /work/SRC/openSUSE:Factory/python-urwid (Old)
 and  /work/SRC/openSUSE:Factory/.python-urwid.new.1905 (New)


Package is "python-urwid"

Sun Apr  7 22:11:39 2024 rev:25 rq:1165860 version:2.6.10

Changes:

--- /work/SRC/openSUSE:Factory/python-urwid/python-urwid.changes
2024-02-27 22:49:57.390014336 +0100
+++ /work/SRC/openSUSE:Factory/.python-urwid.new.1905/python-urwid.changes  
2024-04-07 22:13:54.663973476 +0200
@@ -1,0 +2,54 @@
+Sat Apr  6 17:38:32 UTC 2024 - Dirk Müller 
+
+- update to 2.6.10:
+  * `ScrollBar`: fully support `__length_hint__` if not `Sized`
+- update to 2.6.9:
+  * Support relative scroll for `ListBox`
+  * Absolute scrolling calculation is resource-hungry and can
+cause serious issues on the long lists.
+  * This change also rework calculation allowing to use
+`ScrollBar` with `TreeList` (users should prevent infinite
+load cycle on lazy-load self).
+  * Support `` key reading for sgrmouse
+  * Historically  key reading was not implemented due to `` for
+buttons 1-3 is handled by the most GUI terminal emulators
+itself.
+  * Fix regression in `TreeWidget`: original widget can be
+overridden
+- update to 2.6.8:
+  * Fix regression: Overlay not accepted relative positioning
+- update to 2.6.7:
+  * Fix `MainLoop.watch_pipe` regression for the callback outcome
+not `False`
+- update to 2.6.6:
+  * Fix Columns sizing and pack behavior
+- update to 2.6.5:
+  * Allow `wcwidth` to select unicode version
+  * `TreeWidget`: do not use deprecated API in
+`update_expanded_icon`
+- update to 2.6.4:
+  * Fix regression from 2.6.1: `ListBox` used for tree
+implementation.
+- update to 2.6.3:
+  * Fix regression from 2.6.2: weight can be `float`
+- update to 2.6.2:
+  * Feature: support `Widget` instance as `Frame` focus part in
+constructor
+  * Feature: `EventLoop.run_in_executor` should accept `**kwargs`
+  * Feature: extend validation for `Columns` and `Pile`
+  * Fix: nonstandard display typing issues
+  * Fix: Text pack for `layout` without `pack`
+  * Fix: `ListBox` render crash if empty elements in tail
+- update to 2.6.1:
+  * Fix a scenario with ellipsis wrap not fit in screen columns
+- update to 2.6.0:
+  * ### Compiled C extension is not used anymore.
+  * It became a blocker for the future correct Unicode support
+and caused pain for some of end users building package
+separately.
+  * Fix regression in the `LineBox._w`: should be a property
+  * Fix ellipsis encoding in the text layout
+  * Fix ListBox `MAX_LEFT`/`MAX_RIGHT` report for `keypress` as
+unhandled
+
+---

Old:

  urwid-2.5.3.tar.gz

New:

  urwid-2.6.10.tar.gz



Other differences:
--
++ python-urwid.spec ++
--- /var/tmp/diff_new_pack.WJP712/_old  2024-04-07 22:13:55.992022180 +0200
+++ /var/tmp/diff_new_pack.WJP712/_new  2024-04-07 22:13:56.008022766 +0200
@@ -18,11 +18,11 @@
 
 %{?sle15_python_module_pythons}
 Name:   python-urwid
-Version:2.5.3
+Version:2.6.10
 Release:0
 Summary:A full-featured console (xterm et al.) user interface library
 License:LGPL-2.1-or-later
-URL:http://urwid.org
+URL:https://github.com/urwid/urwid
 Source: 
https://files.pythonhosted.org/packages/source/u/urwid/urwid-%{version}.tar.gz
 BuildRequires:  %{python_module curses}
 BuildRequires:  %{python_module devel}
@@ -33,9 +33,10 @@
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+BuildArch:  noarch
 Requires:   python-curses
-Requires:   python-wcwidth
 Requires:   python-typing_extensions
+Requires:   python-wcwidth
 %python_subpackages
 
 %description
@@ -62,7 +63,7 @@
 
 %install
 %pyproject_install
-%python_expand %fdupes %{buildroot}%{$python_sitearch}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %pyunittest discover -v
@@ -70,6 +71,6 @@
 %files %{python_files}
 %license COPYING
 %doc README.rst
-%{python_sitearch}/urwid
-%{python_sitearch}/urwid-%{version}.dist-info
+%{python_sitelib}/urwid
+%{python_sitelib}/urwid-%{version}.dist-info
 

++ urwid-2.5.3.tar.gz -> urwid-2.6.10.tar.gz ++
 21018 lines of diff (skipped)


commit ocp for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ocp for openSUSE:Factory checked in 
at 2024-04-07 22:11:56

Comparing /work/SRC/openSUSE:Factory/ocp (Old)
 and  /work/SRC/openSUSE:Factory/.ocp.new.1905 (New)


Package is "ocp"

Sun Apr  7 22:11:56 2024 rev:7 rq:1165855 version:0.2.109

Changes:

--- /work/SRC/openSUSE:Factory/ocp/ocp.changes  2024-04-03 17:20:34.781858494 
+0200
+++ /work/SRC/openSUSE:Factory/.ocp.new.1905/ocp.changes2024-04-07 
22:14:09.308510537 +0200
@@ -1,0 +2,9 @@
+Fri Apr  5 09:31:30 UTC 2024 - Martin Hauke 
+
+- Update to version 0.2.109
+  Bugfix release
+  * Remove a gcc warning when compiling boot/psetting.c
+  * validate_xdg_dir_absolute() allocates a byte short when
+building the string buffer in one of the code-paths.
+
+---

Old:

  ocp-0.2.108.tar.bz2

New:

  ocp-0.2.109.tar.bz2



Other differences:
--
++ ocp.spec ++
--- /var/tmp/diff_new_pack.vHDght/_old  2024-04-07 22:14:10.028536943 +0200
+++ /var/tmp/diff_new_pack.vHDght/_new  2024-04-07 22:14:10.028536943 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ocp
-Version:0.2.108
+Version:0.2.109
 Release:0
 Summary:Open Cubic Player for MOD/S3M/XM/IT/MIDI music files
 # Code is GPL-2.0-or-later, Graphics and animations are CC-BY-3.0
@@ -110,6 +110,8 @@
 # install images and animations
 cp -pv CPPIC*.TGA CPANI*.DAT %{buildroot}%{_datadir}/%{name}/data
 
+%check
+
 %files
 %license COPYING license-images.txt license-videos.txt
 %doc AUTHORS BUGS CREDITS KEYBOARD_REMAPS SUID

++ ocp-0.2.108.tar.bz2 -> ocp-0.2.109.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocp-0.2.108/Changelog new/ocp-0.2.109/Changelog
--- old/ocp-0.2.108/Changelog   2024-04-01 18:59:58.0 +0200
+++ new/ocp-0.2.109/Changelog   2024-04-04 22:05:25.0 +0200
@@ -1,3 +1,11 @@
+Version 0.2.109
+===
+This is a bugfix release
+
+ * Remove a gcc warning when compiling boot/psetting.c
+ * validate_xdg_dir_absolute() allocates a byte short when building the string 
buffer in one of the code-paths.
+ * mingw builds expects adplugdb to be located within OCP data directory, not 
in the same directory as OCP.EXE (initial mingw builds did not have a data 
directory)
+
 Version 0.2.108
 ===
 This is a bugfix release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocp-0.2.108/boot/kickload-unix.c 
new/ocp-0.2.109/boot/kickload-unix.c
--- old/ocp-0.2.108/boot/kickload-unix.c2024-04-01 18:59:58.0 
+0200
+++ new/ocp-0.2.109/boot/kickload-unix.c2024-04-04 21:54:03.0 
+0200
@@ -382,7 +382,7 @@
}
if (xdg)
{
-   char *retval = malloc (strlen (xdg) + 5);
+   char *retval = malloc (strlen (xdg) + 5 + 1);
if (retval)
{
sprintf (retval, "%s%socp/",
@@ -783,7 +783,7 @@
char settingsPath[PATH_MAX];
if (find_directory(B_USER_SETTINGS_DIRECTORY, -1, false, 
settingsPath, sizeof(settingsPath)) == B_OK)
{
-   _cfConfigHomeDir = malloc (strlen (settingsPath) + 5);
+   _cfConfigHomeDir = malloc (strlen (settingsPath) + 5 + 
1);
if (!_cfConfigHomeDir)
{
fprintf (stderr, "malloc() failed\n");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocp-0.2.108/boot/psetting.c 
new/ocp-0.2.109/boot/psetting.c
--- old/ocp-0.2.108/boot/psetting.c 2024-04-01 18:59:58.0 +0200
+++ new/ocp-0.2.109/boot/psetting.c 2024-04-04 21:54:03.0 +0200
@@ -103,7 +103,7 @@
eol++;
if ((eol[0]==';')||(eol[0]=='#'))
{
-   strncpy(comment, eol, COMMENTBUF_LEN);
+   strncpy(comment, eol, COMMENTBUF_LEN-1);
comment[COMMENTBUF_LEN-1]=0;
}
while (isspace(eol[-1]))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocp-0.2.108/configure new/ocp-0.2.109/configure
--- old/ocp-0.2.108/configure   2024-04-01 18:59:58.0 +0200
+++ new/ocp-0.2.109/configure   2024-04-04 21:54:03.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.71 for ocp 0.2.108.
+# Generated by GNU Autoconf 2.71 for ocp 0.2.109.
 #
 # Report bugs to .
 #
@@ -611,8 +611,8 @@
 # Identity of this package.
 

commit obs-service-cargo for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package obs-service-cargo for 
openSUSE:Factory checked in at 2024-04-07 22:11:54

Comparing /work/SRC/openSUSE:Factory/obs-service-cargo (Old)
 and  /work/SRC/openSUSE:Factory/.obs-service-cargo.new.1905 (New)


Package is "obs-service-cargo"

Sun Apr  7 22:11:54 2024 rev:14 rq:1165853 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/obs-service-cargo/obs-service-cargo.changes  
2024-03-25 21:10:51.887057526 +0100
+++ 
/work/SRC/openSUSE:Factory/.obs-service-cargo.new.1905/obs-service-cargo.changes
2024-04-07 22:14:07.892458605 +0200
@@ -1,0 +2,8 @@
+Sat Mar 30 16:03:42 UTC 2024 - Soc Virnyl Estela 

+
+- Update to version 1.3.1:
+  * docs: update CHANGELOG
+  * docs: add CONTRIBUTORS.md
+  * cargo-vendor-filterer now supports --sync
+
+---

Old:

  obs-service-cargo-1.2.1.tar.gz

New:

  obs-service-cargo-1.3.1.tar.gz



Other differences:
--
++ obs-service-cargo.spec ++
--- /var/tmp/diff_new_pack.tMZMMs/_old  2024-04-07 22:14:08.768490732 +0200
+++ /var/tmp/diff_new_pack.tMZMMs/_new  2024-04-07 22:14:08.772490879 +0200
@@ -22,7 +22,7 @@
 Group:  Development/Tools/Building
 # Repository name subject to change
 URL:https://github.com/openSUSE/obs-service-cargo_vendor
-Version:1.2.1
+Version:1.3.1
 Release:0
 Source0:
https://github.com/openSUSE/obs-service-cargo_vendor/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:vendor.tar.zst

++ obs-service-cargo-1.2.1.tar.gz -> obs-service-cargo-1.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-service-cargo_vendor-1.2.1/CHANGELOG.md 
new/obs-service-cargo_vendor-1.3.1/CHANGELOG.md
--- old/obs-service-cargo_vendor-1.2.1/CHANGELOG.md 1970-01-01 
01:00:00.0 +0100
+++ new/obs-service-cargo_vendor-1.3.1/CHANGELOG.md 2024-03-30 
16:55:52.0 +0100
@@ -0,0 +1,265 @@
+# Changelog
+
+All notable changes to this project will be documented in this file.
+
+## [1.3.0] - 2024-03-30
+
+### Documentation
+
+- Add CONTRIBUTORS.md 
[0f71a3a](https://github.com/openSUSE/obs-service-cargo_vendor/commit/0f71a3afe832f710d76307ac154e8bc87d06157b)
+- Update CHANGELOG 
[83e98c2](https://github.com/openSUSE/obs-service-cargo_vendor/commit/83e98c2736fc0b15356f454c3ea4f59133ac0cec)
+
+### Miscellaneous Tasks
+
+- Add changelog with git-cliff 
[ee6cd1f](https://github.com/openSUSE/obs-service-cargo_vendor/commit/ee6cd1f926a7041478661c893b3fd9ffba3cef4e)
+
+### Appreciation
+
+- All who contributed code to this project should be listed 
[1b58973](https://github.com/openSUSE/obs-service-cargo_vendor/commit/1b5897348a3f43f3ddde065899fde9b72af26346)
+
+## [1.2.1] - 2024-03-07
+
+### Miscellaneous Tasks
+
+- V1.2.1 
[4a877e3](https://github.com/openSUSE/obs-service-cargo_vendor/commit/4a877e3c4ec71fdcf755a4646d04e92060b60eee)
+
+## [1.1.0] - 2024-03-02
+
+### Bug Fixes
+
+- Reconcile merge conflict 
[06cd879](https://github.com/openSUSE/obs-service-cargo_vendor/commit/06cd879b6fb99e5ec3da1de5a977ef8c823d57cc)
+
+### Miscellaneous Tasks
+
+- V1.1.0 
[590f604](https://github.com/openSUSE/obs-service-cargo_vendor/commit/590f604a56c8985918a35e77ed8c4b1b9e5d3b00)
+
+## [1.0.2] - 2024-03-02
+
+### Bug Fixes
+
+- Update versioning of dependencies to fix builds 
[cb26e0a](https://github.com/openSUSE/obs-service-cargo_vendor/commit/cb26e0a0338e729ec594f6f54d6f6da5802a3047)
+
+### Miscellaneous Tasks
+
+- V1.0.2 
[389a9b9](https://github.com/openSUSE/obs-service-cargo_vendor/commit/389a9b9983a7688909df12365374045d3c37a73a)
+
+## [1.0.1] - 2024-02-29
+
+### Miscellaneous Tasks
+
+- Update lockfile 
[cfba3eb](https://github.com/openSUSE/obs-service-cargo_vendor/commit/cfba3eb6841013b88f22538914951536c37f68e5)
+
+## [1.0.0] - 2024-01-14
+
+### Miscellaneous Tasks
+
+- V1.0.0 
[16e9856](https://github.com/openSUSE/obs-service-cargo_vendor/commit/16e9856dafb7ccfbc823abfd7149b0fa49b3d4d2)
+
+## [0.9.0] - 2023-12-24
+
+### Miscellaneous Tasks
+
+- V0.9.0 
[104b2d4](https://github.com/openSUSE/obs-service-cargo_vendor/commit/104b2d4aa31c7cadb8ed69ed970e5753b138062e)
+
+### Clippy
+
+- Apply clippy suggestions 
[643c65d](https://github.com/openSUSE/obs-service-cargo_vendor/commit/643c65d905f5f44fb60751fa6d3803a538656485)
+
+## [0.8.21] - 2023-12-11
+
+### Miscellaneous Tasks
+
+- V0.8.21 
[cd9799b](https://github.com/openSUSE/obs-service-cargo_vendor/commit/cd9799b52aa43328a616813423222cd3563e0f9e)
+
+## [0.8.20] - 2023-12-07
+
+### Miscellaneous Tasks
+
+- 0.8.20 

commit perl-PAR for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-PAR for openSUSE:Factory 
checked in at 2024-04-07 22:11:21

Comparing /work/SRC/openSUSE:Factory/perl-PAR (Old)
 and  /work/SRC/openSUSE:Factory/.perl-PAR.new.1905 (New)


Package is "perl-PAR"

Sun Apr  7 22:11:21 2024 rev:17 rq:1165827 version:1.20.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-PAR/perl-PAR.changes2023-11-16 
20:31:20.462518066 +0100
+++ /work/SRC/openSUSE:Factory/.perl-PAR.new.1905/perl-PAR.changes  
2024-04-07 22:13:37.039327126 +0200
@@ -1,0 +2,14 @@
+Tue Mar  5 03:09:01 UTC 2024 - Tina Müller 
+
+- updated to 1.020
+   see /usr/share/doc/packages/perl-PAR/Changes
+
+  1.020  2024-03-04
+
+  - restructure _extract_inc(): always add XS DLLs in
+PAR_TEMP/inc to PAR::Heavy::FullCache, ie. even if PAR_TEMP/inc
+already exists (hence we don't need to extract the zip), cf. #11
+
+  - bump minimum perl version to 5.8.9 everywhere
+
+---

Old:

  PAR-1.019.tar.gz

New:

  PAR-1.020.tar.gz



Other differences:
--
++ perl-PAR.spec ++
--- /var/tmp/diff_new_pack.AxR4Yq/_old  2024-04-07 22:13:37.659349864 +0200
+++ /var/tmp/diff_new_pack.AxR4Yq/_new  2024-04-07 22:13:37.659349864 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-PAR
 #
-# 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
@@ -18,9 +18,10 @@
 
 %define cpan_name PAR
 Name:   perl-PAR
-Version:1.19.0
+Version:1.20.0
 Release:0
-%define cpan_version 1.019
+# 1.020 -> normalize -> 1.20.0
+%define cpan_version 1.020
 License:Artistic-1.0 OR GPL-1.0-or-later
 Summary:Perl Archive Toolkit
 URL:https://metacpan.org/release/%{cpan_name}
@@ -39,11 +40,11 @@
 Requires:   perl(Compress::Zlib) >= 1.30
 Requires:   perl(Digest::SHA) >= 5.45
 Requires:   perl(PAR::Dist) >= 0.32
-Provides:   perl(PAR) = 1.19.0
+Provides:   perl(PAR) = %{version}
 Provides:   perl(PAR::Heavy) = 0.12
 Provides:   perl(PAR::SetupProgname) = 1.002
 Provides:   perl(PAR::SetupTemp) = 1.002
-%define __perllib_provides /bin/true
+%undefine   __perllib_provides
 %{perl_requires}
 
 %description

++ PAR-1.019.tar.gz -> PAR-1.020.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PAR-1.019/Changes new/PAR-1.020/Changes
--- old/PAR-1.019/Changes   2023-11-01 14:20:29.0 +0100
+++ new/PAR-1.020/Changes   2024-03-04 11:46:11.0 +0100
@@ -1,3 +1,11 @@
+1.020  2024-03-04
+
+- restructure _extract_inc(): always add XS DLLs in 
+  PAR_TEMP/inc to PAR::Heavy::FullCache, ie. even if PAR_TEMP/inc 
+  already exists (hence we don't need to extract the zip), cf. #11
+
+- bump minimum perl version to 5.8.9 everywhere
+
 1.019  2023-11-01
 
 - register XS DLLs extracted into $PAR_TEMP/inc with %PAR::Heavy::FullCache
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PAR-1.019/META.json new/PAR-1.020/META.json
--- old/PAR-1.019/META.json 2023-11-01 14:21:00.0 +0100
+++ new/PAR-1.020/META.json 2024-03-04 11:47:38.0 +0100
@@ -4,7 +4,7 @@
   "Audrey Tang "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.70, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "perl_5"
],
@@ -38,7 +38,7 @@
 "Digest::SHA" : "5.45",
 "File::Temp" : "0.05",
 "PAR::Dist" : "0.32",
-"perl" : "5.008001"
+"perl" : "5.008009"
  }
   },
   "test" : {
@@ -59,6 +59,6 @@
   },
   "x_MailingList" : "mailto:p...@perl.org;
},
-   "version" : "1.019",
+   "version" : "1.020",
"x_serialization_backend" : "JSON::PP version 4.16"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PAR-1.019/META.yml new/PAR-1.020/META.yml
--- old/PAR-1.019/META.yml  2023-11-01 14:21:00.0 +0100
+++ new/PAR-1.020/META.yml  2024-03-04 11:47:38.0 +0100
@@ -8,7 +8,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.70, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: 

commit python-compileall2 for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-compileall2 for 
openSUSE:Factory checked in at 2024-04-07 22:11:43

Comparing /work/SRC/openSUSE:Factory/python-compileall2 (Old)
 and  /work/SRC/openSUSE:Factory/.python-compileall2.new.1905 (New)


Package is "python-compileall2"

Sun Apr  7 22:11:43 2024 rev:4 rq:1165871 version:0.8.0

Changes:

--- /work/SRC/openSUSE:Factory/python-compileall2/python-compileall2.changes
2023-01-08 21:25:27.895220517 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-compileall2.new.1905/python-compileall2.changes
  2024-04-07 22:13:59.940166971 +0200
@@ -1,0 +2,12 @@
+Sat Apr  6 19:18:36 UTC 2024 - Dirk Müller 
+
+- update to 0.8.0:
+  * bpo-36786: Run compileall in parallel during "make install"
+  * bpo-40692: Run more test_concurrent_futures tests (GH-20239)
+  * gh-105931: Fix surprising compileall stripdir behaviour
+(GH-108671)
+  * GH-84559: Deprecate fork being the multiprocessing default.
+  * bpo-40447: accept all path-like objects in
+  * Fix missing space with help for -m compileall -o
+
+---

Old:

  LICENSE
  compileall2-0.7.2.tar.gz

New:

  compileall2-0.8.0.tar.gz



Other differences:
--
++ python-compileall2.spec ++
--- /var/tmp/diff_new_pack.NNpWLb/_old  2024-04-07 22:14:00.392183548 +0200
+++ /var/tmp/diff_new_pack.NNpWLb/_new  2024-04-07 22:14:00.392183548 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-compileall2
 #
-# 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,16 +16,14 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
+%{?sle15_python_module_pythons}
 Name:   python-compileall2
-Version:0.7.2
+Version:0.8.0
 Release:0
 Summary:Enhanced Python `compileall` module
 License:Python-2.0
 URL:https://github.com/fedora-python/compileall2
 Source: 
https://files.pythonhosted.org/packages/source/c/compileall2/compileall2-%{version}.tar.gz
-Source1:
https://raw.githubusercontent.com/fedora-python/compileall2/master/LICENSE
 Source2:
https://raw.githubusercontent.com/fedora-python/compileall2/master/test_compileall2.py
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
@@ -41,7 +39,7 @@
 
 %prep
 %setup -q -n compileall2-%{version}
-cp %{SOURCE1} %{SOURCE2} .
+cp -p %{SOURCE2} .
 
 %build
 export LANG=en_US.UTF-8

++ compileall2-0.7.2.tar.gz -> compileall2-0.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/compileall2-0.7.2/PKG-INFO 
new/compileall2-0.8.0/PKG-INFO
--- old/compileall2-0.7.2/PKG-INFO  2020-12-08 13:57:16.249812100 +0100
+++ new/compileall2-0.8.0/PKG-INFO  2024-03-21 16:55:01.669314400 +0100
@@ -1,183 +1,110 @@
 Metadata-Version: 2.1
 Name: compileall2
-Version: 0.7.2
+Version: 0.8.0
 Summary: Enhanced Python `compileall` module
 Home-page: https://github.com/fedora-python/compileall2
 Author: Lumír Balhar
 Author-email: frenzy.madn...@gmail.com
 License: PSFv2
-Description: # compileall2 Python module
-
-Copy of `compileall` module from CPython source code with some new 
features, namely:
-
-* compatibility with Python >= 3.4 & PyPy 3
-
-* default recursion limit is now "unlimited" (actually limited by 
`sys.getrecursionlimit()`)
-
-* `-s` and `-p` command line options for manipulation of the path 
baked into
-  a compiled `*.pyc` file.
-
-* the `-o` command line option can be specified multiple times to 
compile for 
-  multiple optimization levels in one run
-
-* the `-e` command line option for ignoring symlinks pointing outside 
a specific directory
-
-* the `--hardlink-dupes` command line option which creates hardlinks 
between
-  `.pyc` files with the same content
-
-## Installation
-
-* From [PyPI](https://pypi.org/project/compileall2/) via `pip install 
compileall2`
-
-* RPMs will be available in [Fedora 
COPR](https://copr.fedorainfracloud.org/coprs/lbalhar/compileall2/)
-
-## Usage
-
-`compileall2` can be executed as a Python module or directly.
-
-Example usage:
-
-```shell
-# Create some script (this one raises an exception to show tracebacks)
-$ echo "1 / 0" > test.py
-  

commit python-dynaconf for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-dynaconf for openSUSE:Factory 
checked in at 2024-04-07 22:11:44

Comparing /work/SRC/openSUSE:Factory/python-dynaconf (Old)
 and  /work/SRC/openSUSE:Factory/.python-dynaconf.new.1905 (New)


Package is "python-dynaconf"

Sun Apr  7 22:11:44 2024 rev:11 rq:1165872 version:3.2.5

Changes:

--- /work/SRC/openSUSE:Factory/python-dynaconf/python-dynaconf.changes  
2024-01-09 20:50:31.162109291 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-dynaconf.new.1905/python-dynaconf.changes
2024-04-07 22:14:00.696194697 +0200
@@ -1,0 +2,27 @@
+Sat Apr  6 19:20:53 UTC 2024 - Dirk Müller 
+
+- update to 3.2.5:
+  * `_bypass_evaluation` showing in end-user settings (#1071).
+  * dependabot alert 21 about Django (on tests) (#1067).
+  * include load with relative root path (#1049).
+  * Add `@get` converter to alias existing keys (#1040).
+  * fix wrong info about validation trigger on insantiation
+  * fix incorrect combination of TOML table and inline table
+  * Fix mkdocs warnings for cleaner build output (#1061).
+  * Add dynaconf API to docs with mkdocstrings (#1058).
+  * fix argument `env` in Validation at validation.md (#1051).
+  * fix click help syntax error (#1041).
+  * replace dead link to flask subclassing page (#1031).
+  * Add explicit Dynaconf instantiation to sample code (#1022).
+  * Fix the syntax errors in the sample program. (#1027).
+  * Replace lint and formatting tools with ruff (#1074).
+  * Replace/Update release script (#1078).
+  * add "typos" tool and run it in codebase/docs (#1063).
+  * fix create-release-commit.sh permission.
+  * fix shell script in release.yml (2).
+  * fix shell script in release.yml.
+  * move release workflow to GitHub actions (partial) (#1043).
+  * Fix misspelled variable name (#1032).
+  * Fix misspelled GitHub action names on main.yml (#1033).
+
+---

Old:

  dynaconf-3.2.4.tar.gz

New:

  dynaconf-3.2.5.tar.gz



Other differences:
--
++ python-dynaconf.spec ++
--- /var/tmp/diff_new_pack.KOvvaB/_old  2024-04-07 22:14:01.132210687 +0200
+++ /var/tmp/diff_new_pack.KOvvaB/_new  2024-04-07 22:14:01.136210834 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-dynaconf
-Version:3.2.4
+Version:3.2.5
 Release:0
 Summary:The dynamic configurator for your Python Project
 License:MIT
@@ -37,7 +37,7 @@
 Requires:   python-toml
 Suggests:   python-Django
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module Django}

++ dynaconf-3.2.4.tar.gz -> dynaconf-3.2.5.tar.gz ++
 4538 lines of diff (skipped)


commit python-docstring-to-markdown for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-docstring-to-markdown for 
openSUSE:Factory checked in at 2024-04-07 22:11:42

Comparing /work/SRC/openSUSE:Factory/python-docstring-to-markdown (Old)
 and  /work/SRC/openSUSE:Factory/.python-docstring-to-markdown.new.1905 
(New)


Package is "python-docstring-to-markdown"

Sun Apr  7 22:11:42 2024 rev:6 rq:1165868 version:0.15

Changes:

--- 
/work/SRC/openSUSE:Factory/python-docstring-to-markdown/python-docstring-to-markdown.changes
2023-11-26 19:37:24.542395753 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-docstring-to-markdown.new.1905/python-docstring-to-markdown.changes
  2024-04-07 22:13:58.308107118 +0200
@@ -1,0 +2,8 @@
+Sat Apr  6 19:10:13 UTC 2024 - Dirk Müller 
+
+- update to 0.15:
+  * Fix multi-line links and incorrect dunder escapes in code
+- update to 0.14:
+  * Add plain text and cPython docstring support
+
+---

Old:

  docstring-to-markdown-0.13-gh.tar.gz

New:

  docstring-to-markdown-0.15-gh.tar.gz



Other differences:
--
++ python-docstring-to-markdown.spec ++
--- /var/tmp/diff_new_pack.iuZ50x/_old  2024-04-07 22:13:58.728122522 +0200
+++ /var/tmp/diff_new_pack.iuZ50x/_new  2024-04-07 22:13:58.728122522 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-docstring-to-markdown
 #
-# 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
@@ -19,7 +19,7 @@
 %{?sle15_python_module_pythons}
 
 Name:   python-docstring-to-markdown
-Version:0.13
+Version:0.15
 Release:0
 Summary:On the fly conversion of Python docstrings to markdown
 License:LGPL-2.1-only

++ docstring-to-markdown-0.13-gh.tar.gz -> 
docstring-to-markdown-0.15-gh.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/docstring-to-markdown-0.13/.github/workflows/tests.yml 
new/docstring-to-markdown-0.15/.github/workflows/tests.yml
--- old/docstring-to-markdown-0.13/.github/workflows/tests.yml  2023-10-11 
21:43:03.0 +0200
+++ new/docstring-to-markdown-0.15/.github/workflows/tests.yml  2024-02-21 
14:50:11.0 +0100
@@ -12,9 +12,6 @@
   matrix:
 os: [ubuntu-latest]
 python-version: [3.7, 3.8, 3.9, '3.10', '3.11']
-include:
-  - os: ubuntu-20.04
-python-version: 3.6
 runs-on: ${{ matrix.os }}
 steps:
 - uses: actions/checkout@v2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/docstring-to-markdown-0.13/README.md 
new/docstring-to-markdown-0.15/README.md
--- old/docstring-to-markdown-0.13/README.md2023-10-11 21:43:03.0 
+0200
+++ new/docstring-to-markdown-0.15/README.md2024-02-21 14:50:11.0 
+0100
@@ -6,7 +6,7 @@
 
 On the fly conversion of Python docstrings to markdown
 
-- Python 3.6+
+- Python 3.6+ (tested on 3.7 up to 3.11)
 - can recognise reStructuredText and convert multiple of its features to 
Markdown
 - since v0.13 includes initial support for Google-formatted docstrings
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/docstring-to-markdown-0.13/docstring_to_markdown/__init__.py 
new/docstring-to-markdown-0.15/docstring_to_markdown/__init__.py
--- old/docstring-to-markdown-0.13/docstring_to_markdown/__init__.py
2023-10-11 21:43:03.0 +0200
+++ new/docstring-to-markdown-0.15/docstring_to_markdown/__init__.py
2024-02-21 14:50:11.0 +0100
@@ -1,7 +1,9 @@
+from .cpython import cpython_to_markdown
 from .google import google_to_markdown, looks_like_google
+from .plain import looks_like_plain_text, plain_text_to_markdown
 from .rst import looks_like_rst, rst_to_markdown
 
-__version__ = "0.13"
+__version__ = "0.15"
 
 
 class UnknownFormatError(Exception):
@@ -15,4 +17,11 @@
 if looks_like_google(docstring):
 return google_to_markdown(docstring)
 
+if looks_like_plain_text(docstring):
+return plain_text_to_markdown(docstring)
+
+cpython = cpython_to_markdown(docstring)
+if cpython:
+return cpython
+
 raise UnknownFormatError()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/docstring-to-markdown-0.13/docstring_to_markdown/_utils.py 
new/docstring-to-markdown-0.15/docstring_to_markdown/_utils.py
--- old/docstring-to-markdown-0.13/docstring_to_markdown/_utils.py  
1970-01-01 01:00:00.0 +0100
+++ 

commit python-ubelt for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ubelt for openSUSE:Factory 
checked in at 2024-04-07 22:11:37

Comparing /work/SRC/openSUSE:Factory/python-ubelt (Old)
 and  /work/SRC/openSUSE:Factory/.python-ubelt.new.1905 (New)


Package is "python-ubelt"

Sun Apr  7 22:11:37 2024 rev:3 rq:1165818 version:1.3.5

Changes:

--- /work/SRC/openSUSE:Factory/python-ubelt/python-ubelt.changes
2024-02-14 23:19:08.625128989 +0100
+++ /work/SRC/openSUSE:Factory/.python-ubelt.new.1905/python-ubelt.changes  
2024-04-07 22:13:51.819869174 +0200
@@ -1,0 +2,14 @@
+Sat Apr  6 12:25:37 UTC 2024 - Dirk Müller 
+
+- update to 1.3.5:
+  * New wrapper around `pathlib.Path.chmod` in
+`ubelt.Path.chmod`. Can now specify string codes like
+"u+x" or "+rw". Old stat logic works as it previously did.
+  * Allow the argument to `ubelt.cmd` to be a `PathLike` object,
+which we will expect to be an executable.
+  * `ub.modname_to_modpath` now handles cases where editable
+packages have modules where the name is different than the
+package.
+  * Fixed deprecated usage of `ast.Num`
+
+---

Old:

  ubelt-1.3.4-gh.tar.gz

New:

  ubelt-1.3.5-gh.tar.gz



Other differences:
--
++ python-ubelt.spec ++
--- /var/tmp/diff_new_pack.cETMDv/_old  2024-04-07 22:13:53.479930053 +0200
+++ /var/tmp/diff_new_pack.cETMDv/_new  2024-04-07 22:13:53.491930493 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-ubelt
-Version:1.3.4
+Version:1.3.5
 Release:0
 Summary:Python utility belt containing simple tools
 License:Apache-2.0

++ ubelt-1.3.4-gh.tar.gz -> ubelt-1.3.5-gh.tar.gz ++
 6713 lines of diff (skipped)


commit python-pygls for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pygls for openSUSE:Factory 
checked in at 2024-04-07 22:11:07

Comparing /work/SRC/openSUSE:Factory/python-pygls (Old)
 and  /work/SRC/openSUSE:Factory/.python-pygls.new.1905 (New)


Package is "python-pygls"

Sun Apr  7 22:11:07 2024 rev:4 rq:1165756 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pygls/python-pygls.changes
2024-01-31 23:54:38.966936274 +0100
+++ /work/SRC/openSUSE:Factory/.python-pygls.new.1905/python-pygls.changes  
2024-04-07 22:13:19.730693027 +0200
@@ -1,0 +2,9 @@
+Sat Apr  6 07:45:34 UTC 2024 - Dirk Müller 
+
+- update to 1.3.1:
+  * Typo: Apache License missing dash: Affects PyPI License
+Declaration
+  * Add systemd-language-server to implementations
+  * Update Implementations.md with Chapel's language server
+
+---

Old:

  pygls-1.3.0.tar.gz

New:

  pygls-1.3.1.tar.gz



Other differences:
--
++ python-pygls.spec ++
--- /var/tmp/diff_new_pack.hDUbc1/_old  2024-04-07 22:13:20.234711485 +0200
+++ /var/tmp/diff_new_pack.hDUbc1/_new  2024-04-07 22:13:20.234711485 +0200
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:   python-pygls
-Version:1.3.0
+Version:1.3.1
 Release:0
 Summary:A pythonic generic language server
 License:Apache-2.0

++ pygls-1.3.0.tar.gz -> pygls-1.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pygls-1.3.0/CHANGELOG.md new/pygls-1.3.1/CHANGELOG.md
--- old/pygls-1.3.0/CHANGELOG.md2024-01-29 11:53:38.0 +0100
+++ new/pygls-1.3.1/CHANGELOG.md2024-03-26 19:43:01.0 +0100
@@ -1,6 +1,37 @@
 # Changelog
 All notable changes to this project will be documented in this file.
 
+## [1.3.0] - 2024-01-29
+More details: https://github.com/openlawlibrary/pygls/releases/tag/v1.3.0
+
+### Bug Fixes
+
+- Add missing value to `pygls.trace.server`
+
+### CI
+
+- Don't let Pyodide test fail the whole build
+- Don't trigger CI on both push and pull_request
+
+### Features
+
+- Drop Python 3.7 support
+- Update dependencies to latest(ish)
+- Enable debugging of servers in the playground
+
+### Miscellaneous Tasks
+
+- Update CHANGELOG.md
+- Update CONTRIBUTORS.md
+- Cattrs is a direct dependency
+- Update pytest-asyncio
+- Add pytest-lsp and lsp-devtools to Implementations.md
+- Update lsprotocol to 2023.0.1
+
+### Build
+
+- V1.3.0
+
 ## [1.2.1] - 2023-11-30
 More details: https://github.com/openlawlibrary/pygls/releases/tag/v1.2.1
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pygls-1.3.0/CONTRIBUTORS.md 
new/pygls-1.3.1/CONTRIBUTORS.md
--- old/pygls-1.3.0/CONTRIBUTORS.md 2024-01-29 11:53:38.0 +0100
+++ new/pygls-1.3.1/CONTRIBUTORS.md 2024-03-26 19:43:01.0 +0100
@@ -1,31 +1,31 @@
 # Contributors (contributions)
-* [alcarney](https://github.com/alcarney) (99)
-* [anu-ka](https://github.com/anu-ka) (1)
+* [alcarney](https://github.com/alcarney) (102)
 * [augb](https://github.com/augb) (35)
-* [berquist](https://github.com/berquist) (1)
+* [bollwyvl](https://github.com/bollwyvl) (1)
 * [brettcannon](https://github.com/brettcannon) (2)
-* [D4N](https://github.com/D4N) (1)
 * [danixeee](https://github.com/danixeee) (321)
 * [deathaxe](https://github.com/deathaxe) (24)
 * [dependabot[bot]](https://github.com/apps/dependabot) (8)
 * [dgreisen](https://github.com/dgreisen) (4)
-* [DillanCMills](https://github.com/DillanCMills) (1)
-* [dimbleby](https://github.com/dimbleby) (11)
+* [dimbleby](https://github.com/dimbleby) (13)
 * [dinvlad](https://github.com/dinvlad) (9)
-* [eirikpre](https://github.com/eirikpre) (1)
-* [karthiknadig](https://github.com/karthiknadig) (10)
+* [eastonsuo](https://github.com/eastonsuo) (1)
+* [karthiknadig](https://github.com/karthiknadig) (11)
 * [KOLANICH](https://github.com/KOLANICH) (3)
 * [LaurenceWarne](https://github.com/LaurenceWarne) (2)
 * [MatejKastak](https://github.com/MatejKastak) (3)
+* [Maxattax97](https://github.com/Maxattax97) (1)
 * [muffinmad](https://github.com/muffinmad) (2)
-* [nemethf](https://github.com/nemethf) (1)
 * [oliversen](https://github.com/oliversen) (2)
-* [otreblan](https://github.com/otreblan) (1)
 * [pappasam](https://github.com/pappasam) (7)
-* [perimosocordiae](https://github.com/perimosocordiae) (1)
 * [perrinjerome](https://github.com/perrinjerome) (25)
+* [pschanely](https://github.com/pschanely) (1)
 * [renatav](https://github.com/renatav) (2)
+* [rinx](https://github.com/rinx) (1)
 * [RossBencina](https://github.com/RossBencina) (5)
-* 

commit pan for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pan for openSUSE:Factory checked in 
at 2024-04-07 22:11:03

Comparing /work/SRC/openSUSE:Factory/pan (Old)
 and  /work/SRC/openSUSE:Factory/.pan.new.1905 (New)


Package is "pan"

Sun Apr  7 22:11:03 2024 rev:21 rq:1165720 version:0.157

Changes:

--- /work/SRC/openSUSE:Factory/pan/pan.changes  2023-11-16 20:29:47.307083407 
+0100
+++ /work/SRC/openSUSE:Factory/.pan.new.1905/pan.changes2024-04-07 
22:13:16.130561182 +0200
@@ -1,0 +2,14 @@
+Wed Apr  3 07:28:24 UTC 2024 - Atri Bhattacharya 
+
+- Update to version 0.157:
+  * Building Pan with autotools is now deprecated.
+  * Install png icon files. This is required to fix some Gtk warnings.
+  * Always display one part article.
+  * Enable compilation with GnuTLS by default.
+  * Fixed GPG segfault, hopefully.
+  * Added support for Gemini URLs in text.
+  * Add Interlingue translation.
+  * Updated translations.
+- Add empty %check section as recommended by rpmlint.
+
+---

Old:

  pan-v0.155.tar.bz2

New:

  pan-v0.157.tar.bz2



Other differences:
--
++ pan.spec ++
--- /var/tmp/diff_new_pack.FdFB5J/_old  2024-04-07 22:13:16.730583156 +0200
+++ /var/tmp/diff_new_pack.FdFB5J/_new  2024-04-07 22:13:16.730583156 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pan
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   pan
-Version:0.155
+Version:0.157
 Release:0
 Summary:A Newsreader for GNOME
 License:GPL-2.0-or-later
@@ -67,6 +67,8 @@
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}/%{_prefix}
 
+%check
+
 %files
 %license COPYING COPYING-DOCS
 %doc AUTHORS NEWS README.org
@@ -76,6 +78,7 @@
 %{_datadir}/applications/*.%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/*.%{name}.png
 %{_datadir}/metainfo/*.%{name}.metainfo.xml
+%{_datadir}/pan/
 
 %files lang -f %{name}.lang
 

++ pan-v0.155.tar.bz2 -> pan-v0.157.tar.bz2 ++
 14051 lines of diff (skipped)


commit ghc-pandoc-lua-marshal for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-pandoc-lua-marshal for 
openSUSE:Factory checked in at 2024-04-07 22:11:04

Comparing /work/SRC/openSUSE:Factory/ghc-pandoc-lua-marshal (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-pandoc-lua-marshal.new.1905 (New)


Package is "ghc-pandoc-lua-marshal"

Sun Apr  7 22:11:04 2024 rev:7 rq:1165723 version:0.2.6

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-pandoc-lua-marshal/ghc-pandoc-lua-marshal.changes
2024-03-20 21:16:20.770429145 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-pandoc-lua-marshal.new.1905/ghc-pandoc-lua-marshal.changes
  2024-04-07 22:13:17.798622269 +0200
@@ -1,0 +2,12 @@
+Fri Mar 29 17:56:57 UTC 2024 - Peter Simons 
+
+- Update pandoc-lua-marshal to version 0.2.6.
+  ## 0.2.6
+
+  Released 2024-03-29.
+
+  -   Fixed a bug that caused problems with empty Block lists in
+  the `content` attributes of *Div*, *Figure*, and *BlockQuote*
+  elements.
+
+---

Old:

  pandoc-lua-marshal-0.2.5.tar.gz

New:

  pandoc-lua-marshal-0.2.6.tar.gz



Other differences:
--
++ ghc-pandoc-lua-marshal.spec ++
--- /var/tmp/diff_new_pack.wa1dSQ/_old  2024-04-07 22:13:18.786658454 +0200
+++ /var/tmp/diff_new_pack.wa1dSQ/_new  2024-04-07 22:13:18.786658454 +0200
@@ -20,7 +20,7 @@
 %global pkgver %{pkg_name}-%{version}
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.2.5
+Version:0.2.6
 Release:0
 Summary:Use pandoc types in Lua
 License:MIT

++ pandoc-lua-marshal-0.2.5.tar.gz -> pandoc-lua-marshal-0.2.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pandoc-lua-marshal-0.2.5/CHANGELOG.md 
new/pandoc-lua-marshal-0.2.6/CHANGELOG.md
--- old/pandoc-lua-marshal-0.2.5/CHANGELOG.md   2001-09-09 03:46:40.0 
+0200
+++ new/pandoc-lua-marshal-0.2.6/CHANGELOG.md   2001-09-09 03:46:40.0 
+0200
@@ -2,6 +2,14 @@
 
 `pandoc-lua-marshal` uses [PVP Versioning][].
 
+## 0.2.6
+
+Released 2024-03-29.
+
+-   Fixed a bug that caused problems with empty Block lists in
+the `content` attributes of *Div*, *Figure*, and *BlockQuote*
+elements.
+
 ## 0.2.5
 
 Released 2024-03-04.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pandoc-lua-marshal-0.2.5/pandoc-lua-marshal.cabal 
new/pandoc-lua-marshal-0.2.6/pandoc-lua-marshal.cabal
--- old/pandoc-lua-marshal-0.2.5/pandoc-lua-marshal.cabal   2001-09-09 
03:46:40.0 +0200
+++ new/pandoc-lua-marshal-0.2.6/pandoc-lua-marshal.cabal   2001-09-09 
03:46:40.0 +0200
@@ -1,6 +1,6 @@
 cabal-version:   2.4
 name:pandoc-lua-marshal
-version: 0.2.5
+version: 0.2.6
 synopsis:Use pandoc types in Lua
 description: This package provides functions to marshal and unmarshal
  pandoc document types to and from Lua.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-lua-marshal-0.2.5/src/Text/Pandoc/Lua/Marshal/Block.hs 
new/pandoc-lua-marshal-0.2.6/src/Text/Pandoc/Lua/Marshal/Block.hs
--- old/pandoc-lua-marshal-0.2.5/src/Text/Pandoc/Lua/Marshal/Block.hs   
2001-09-09 03:46:40.0 +0200
+++ new/pandoc-lua-marshal-0.2.6/src/Text/Pandoc/Lua/Marshal/Block.hs   
2001-09-09 03:46:40.0 +0200
@@ -294,6 +294,7 @@
"expected Inlines, got " <> contentTypeDescription c
 blockContent = \case
   ContentBlocks blks   -> blks
+  ContentInlines []-> []
   ContentInlines inlns -> [Plain inlns]
   c -> throwM . luaException @e $
"expected Blocks, got " <> contentTypeDescription c
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pandoc-lua-marshal-0.2.5/test/test-block.lua 
new/pandoc-lua-marshal-0.2.6/test/test-block.lua
--- old/pandoc-lua-marshal-0.2.5/test/test-block.lua2001-09-09 
03:46:40.0 +0200
+++ new/pandoc-lua-marshal-0.2.6/test/test-block.lua2001-09-09 
03:46:40.0 +0200
@@ -120,6 +120,12 @@
   Div('word', {'my-other-div', {'example'}}),
   div
 )
+  end),
+  test('accessing the content does not change the value', function ()
+local div = Div {}
+assert.are_equal(div, Div{})
+x = div.content
+assert.are_equal(div, Div{})
   end)
 },
 group 'Figure' {


commit perl-Pod-AsciiDoctor for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Pod-AsciiDoctor for 
openSUSE:Factory checked in at 2024-04-07 22:11:29

Comparing /work/SRC/openSUSE:Factory/perl-Pod-AsciiDoctor (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Pod-AsciiDoctor.new.1905 (New)


Package is "perl-Pod-AsciiDoctor"

Sun Apr  7 22:11:29 2024 rev:6 rq:1165837 version:0.102002

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Pod-AsciiDoctor/perl-Pod-AsciiDoctor.changes
2024-01-04 18:11:07.165593348 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Pod-AsciiDoctor.new.1905/perl-Pod-AsciiDoctor.changes
  2024-04-07 22:13:43.331557882 +0200
@@ -1,0 +2,12 @@
+Fri Mar 22 16:35:59 UTC 2024 - Tina Müller 
+
+- updated to 0.102002
+   see /usr/share/doc/packages/perl-Pod-AsciiDoctor/Changes
+
+  0.1020022024-03-15
+
+  - Fix italic markup:
+  - https://github.com/shlomif/Pod-AsciiDoctor/pull/3
+  - Thanks to @perlpunk
+
+---

Old:

  Pod-AsciiDoctor-0.102001.tar.gz

New:

  Pod-AsciiDoctor-0.102002.tar.gz



Other differences:
--
++ perl-Pod-AsciiDoctor.spec ++
--- /var/tmp/diff_new_pack.CFnYbW/_old  2024-04-07 22:13:43.967581206 +0200
+++ /var/tmp/diff_new_pack.CFnYbW/_new  2024-04-07 22:13:43.971581353 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Pod-AsciiDoctor
 #
-# 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
@@ -18,7 +18,7 @@
 
 %define cpan_name Pod-AsciiDoctor
 Name:   perl-Pod-AsciiDoctor
-Version:0.102001
+Version:0.102002
 Release:0
 License:Apache-2.0
 Summary:Convert from POD to AsciiDoc
@@ -28,7 +28,7 @@
 BuildArch:  noarch
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build) >= 0.28
+BuildRequires:  perl(Module::Build) >= 0.28
 BuildRequires:  perl(Path::Tiny)
 BuildRequires:  perl(Pod::Parser) >= 1.65
 BuildRequires:  perl(Test::More) >= 0.88

++ Pod-AsciiDoctor-0.102001.tar.gz -> Pod-AsciiDoctor-0.102002.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.102001/Build.PL 
new/Pod-AsciiDoctor-0.102002/Build.PL
--- old/Pod-AsciiDoctor-0.102001/Build.PL   2023-12-06 17:11:11.0 
+0100
+++ new/Pod-AsciiDoctor-0.102002/Build.PL   2024-03-15 19:05:16.0 
+0100
@@ -18,7 +18,7 @@
 "Shlomi Fish "
   ],
   "dist_name" => "Pod-AsciiDoctor",
-  "dist_version" => "0.102001",
+  "dist_version" => "0.102002",
   "license" => "apache",
   "module_name" => "Pod::AsciiDoctor",
   "recursive_test_files" => 1,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.102001/Changes 
new/Pod-AsciiDoctor-0.102002/Changes
--- old/Pod-AsciiDoctor-0.102001/Changes2023-12-06 17:11:11.0 
+0100
+++ new/Pod-AsciiDoctor-0.102002/Changes2024-03-15 19:05:16.0 
+0100
@@ -2,6 +2,12 @@
 
 NOT USED - Please use github http://github.com/benignbala/pod-asciidoctor
 
+0.1020022024-03-15
+
+- Fix italic markup:
+- https://github.com/shlomif/Pod-AsciiDoctor/pull/3
+- Thanks to @perlpunk
+
 0.1020012023-12-06
 
 - bin/pod2asciidoctor : fix "-o -"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.102001/META.json 
new/Pod-AsciiDoctor-0.102002/META.json
--- old/Pod-AsciiDoctor-0.102001/META.json  2023-12-06 17:11:11.0 
+0100
+++ new/Pod-AsciiDoctor-0.102002/META.json  2024-03-15 19:05:16.0 
+0100
@@ -63,7 +63,7 @@
"provides" : {
   "Pod::AsciiDoctor" : {
  "file" : "lib/Pod/AsciiDoctor.pm",
- "version" : "0.102001"
+ "version" : "0.102002"
   }
},
"release_status" : "stable",
@@ -78,7 +78,7 @@
  "web" : "https://github.com/shlomif/Pod-AsciiDoctor;
   }
},
-   "version" : "0.102001",
+   "version" : "0.102002",
"x_Dist_Zilla" : {
   "perl" : {
  "version" : "5.038002"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Pod-AsciiDoctor-0.102001/META.yml 
new/Pod-AsciiDoctor-0.102002/META.yml
--- old/Pod-AsciiDoctor-0.102001/META.yml   2023-12-06 17:11:11.0 
+0100
+++ new/Pod-AsciiDoctor-0.102002/META.yml   2024-03-15 19:05:16.0 
+0100
@@ -20,7 +20,7 @@
 provides:
   Pod::AsciiDoctor:
 file: lib/Pod/AsciiDoctor.pm
-version: '0.102001'
+version: 

commit conan for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package conan for openSUSE:Factory checked 
in at 2024-04-07 22:11:01

Comparing /work/SRC/openSUSE:Factory/conan (Old)
 and  /work/SRC/openSUSE:Factory/.conan.new.1905 (New)


Package is "conan"

Sun Apr  7 22:11:01 2024 rev:7 rq:1165722 version:2.2.2

Changes:

--- /work/SRC/openSUSE:Factory/conan/conan.changes  2024-03-25 
21:17:29.201880992 +0100
+++ /work/SRC/openSUSE:Factory/.conan.new.1905/conan.changes2024-04-07 
22:13:14.606505368 +0200
@@ -1,0 +2,11 @@
+Thu Apr  4 07:44:40 UTC 2024 - Atri Bhattacharya 
+
+- Update to version 2.2.2:
+  * Fix: Avoid issues with recipe `print(..., file=fileobj)`
+(gh#conan-io/conan#15934).
+  * Fix: Fix broken calls to `print(x, file=y)` with duplicate
+keyword arguments (gh#conan-io/conan#15912).
+  * Bugfix: Fix handling of `tools.build:defines` for multiconfig
+CMake (gh#conan-io/conan#15924).
+
+---

Old:

  conan-2.2.1.tar.gz

New:

  conan-2.2.2.tar.gz



Other differences:
--
++ conan.spec ++
--- /var/tmp/diff_new_pack.7W6EXn/_old  2024-04-07 22:13:15.518538768 +0200
+++ /var/tmp/diff_new_pack.7W6EXn/_new  2024-04-07 22:13:15.518538768 +0200
@@ -18,7 +18,7 @@
 
 # Note: We only want to build for the default python3
 Name:   conan
-Version:2.2.1
+Version:2.2.2
 Release:0
 Summary:A C/C++ package manager
 License:MIT

++ conan-2.2.1.tar.gz -> conan-2.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/conan-2.2.1/PKG-INFO new/conan-2.2.2/PKG-INFO
--- old/conan-2.2.1/PKG-INFO2024-03-20 18:52:51.385523800 +0100
+++ new/conan-2.2.2/PKG-INFO2024-03-25 16:15:52.572598500 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: conan
-Version: 2.2.1
+Version: 2.2.2
 Summary: Conan C/C++ package manager
 Home-page: https://conan.io
 Author: JFrog LTD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/conan-2.2.1/conan/tools/cmake/toolchain/blocks.py 
new/conan-2.2.2/conan/tools/cmake/toolchain/blocks.py
--- old/conan-2.2.1/conan/tools/cmake/toolchain/blocks.py   2024-03-20 
18:52:44.0 +0100
+++ new/conan-2.2.2/conan/tools/cmake/toolchain/blocks.py   2024-03-25 
16:15:44.0 +0100
@@ -154,7 +154,7 @@
 
 if not config_dict:
 return None
-
+
 vs_debugger_path = ""
 for config, value in config_dict.items():
 vs_debugger_path += f"$<$:{value}>"
@@ -613,7 +613,9 @@
 {% endif %}
 {% if defines %}
 {% if config %}
-add_compile_definitions($<$:{% for define in 
defines %}" {{ define }}"{% endfor %}>)
+{% for define in defines %}
+add_compile_definitions($<$:"{{ define }}">)
+{% endfor %}
 {% else %}
 add_compile_definitions({% for define in defines %} "{{ define }}"{% 
endfor %})
 {% endif %}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/conan-2.2.1/conan.egg-info/PKG-INFO 
new/conan-2.2.2/conan.egg-info/PKG-INFO
--- old/conan-2.2.1/conan.egg-info/PKG-INFO 2024-03-20 18:52:51.0 
+0100
+++ new/conan-2.2.2/conan.egg-info/PKG-INFO 2024-03-25 16:15:52.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: conan
-Version: 2.2.1
+Version: 2.2.2
 Summary: Conan C/C++ package manager
 Home-page: https://conan.io
 Author: JFrog LTD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/conan-2.2.1/conans/__init__.py 
new/conan-2.2.2/conans/__init__.py
--- old/conan-2.2.1/conans/__init__.py  2024-03-20 18:52:44.0 +0100
+++ new/conan-2.2.2/conans/__init__.py  2024-03-25 16:15:44.0 +0100
@@ -2,4 +2,4 @@
 REVISIONS = "revisions"  # Only when enabled in config, not by default look at 
server_launcher.py
 OAUTH_TOKEN = "oauth_token"
 
-__version__ = '2.2.1'
+__version__ = '2.2.2'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/conan-2.2.1/conans/client/loader.py 
new/conan-2.2.2/conans/client/loader.py
--- old/conan-2.2.1/conans/client/loader.py 2024-03-20 18:52:44.0 
+0100
+++ new/conan-2.2.2/conans/client/loader.py 2024-03-25 16:15:44.0 
+0100
@@ -323,7 +323,8 @@
 raise NotFoundException("%s not found!" % conan_file_path)
 
 def new_print(*args, **kwargs):  # Make sure that all user python files 
print() goes to stderr
-print(*args, **kwargs, file=sys.stderr)
+kwargs.setdefault("file", sys.stderr)
+print(*args, **kwargs)
 
 

commit perl-Perl-Version for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Perl-Version for 
openSUSE:Factory checked in at 2024-04-07 22:11:30

Comparing /work/SRC/openSUSE:Factory/perl-Perl-Version (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Perl-Version.new.1905 (New)


Package is "perl-Perl-Version"

Sun Apr  7 22:11:30 2024 rev:12 rq:1165838 version:1.17.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-Perl-Version/perl-Perl-Version.changes  
2024-03-09 20:56:07.757761948 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Perl-Version.new.1905/perl-Perl-Version.changes
2024-04-07 22:13:44.179588981 +0200
@@ -1,0 +2,10 @@
+Fri Mar 22 16:35:15 UTC 2024 - Tina Müller 
+
+- updated to 1.017
+   see /usr/share/doc/packages/perl-Perl-Version/Changes
+
+  1.017 2024-03-09T01:36:13Z
+   * fix encoding argment to read_line ("Odd number" warning), from
+   Andreas Hadjiprocopis (#11)
+
+---

Old:

  Perl-Version-1.016.tar.gz

New:

  Perl-Version-1.017.tar.gz



Other differences:
--
++ perl-Perl-Version.spec ++
--- /var/tmp/diff_new_pack.dyQ9Ft/_old  2024-04-07 22:13:44.571603357 +0200
+++ /var/tmp/diff_new_pack.dyQ9Ft/_new  2024-04-07 22:13:44.571603357 +0200
@@ -18,9 +18,10 @@
 
 %define cpan_name Perl-Version
 Name:   perl-Perl-Version
-Version:1.16.0
+Version:1.17.0
 Release:0
-%define cpan_version 1.016
+# 1.017 -> normalize -> 1.17.0
+%define cpan_version 1.017
 License:Artistic-2.0
 Summary:Parse and manipulate Perl version strings
 URL:https://metacpan.org/release/%{cpan_name}

++ Perl-Version-1.016.tar.gz -> Perl-Version-1.017.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-Version-1.016/Changes 
new/Perl-Version-1.017/Changes
--- old/Perl-Version-1.016/Changes  2024-01-05 14:56:18.0 +0100
+++ new/Perl-Version-1.017/Changes  2024-03-09 02:37:26.0 +0100
@@ -1,5 +1,9 @@
 Revision history for Perl module Perl::Version
 
+1.017 2024-03-09T01:36:13Z
+   * fix encoding argment to read_line ("Odd number" warning), from
+   Andreas Hadjiprocopis (#11)
+
 1.016 2024-01-05T13:53:50Z
* new minimum version is v5.10, for version.pm
* git rid of File::Slurp::Tiny
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-Version-1.016/META.json 
new/Perl-Version-1.017/META.json
--- old/Perl-Version-1.016/META.json2024-01-05 14:56:18.0 +0100
+++ new/Perl-Version-1.017/META.json2024-03-09 02:37:26.0 +0100
@@ -57,6 +57,6 @@
  "web" : "https://github.com/briandfoy/perl-version;
   }
},
-   "version" : "1.016",
+   "version" : "1.017",
"x_serialization_backend" : "JSON::PP version 4.16"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-Version-1.016/META.yml 
new/Perl-Version-1.017/META.yml
--- old/Perl-Version-1.016/META.yml 2024-01-05 14:56:18.0 +0100
+++ new/Perl-Version-1.017/META.yml 2024-03-09 02:37:26.0 +0100
@@ -29,5 +29,5 @@
   bugtracker: https://github.com/briandfoy/perl-version/issues
   homepage: https://github.com/briandfoy/perl-version
   repository: https://github.com/briandfoy/perl-version
-version: '1.016'
+version: '1.017'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-Version-1.016/README.pod 
new/Perl-Version-1.017/README.pod
--- old/Perl-Version-1.016/README.pod   2024-01-05 14:56:18.0 +0100
+++ new/Perl-Version-1.017/README.pod   2024-03-09 02:37:26.0 +0100
@@ -114,6 +114,6 @@
 
 Enjoy,
 
-brian d foy, bd...@cpan.org
+brian d foy, briand...@pobox.com
 
 =cut
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-Version-1.016/examples/perl-reversion 
new/Perl-Version-1.017/examples/perl-reversion
--- old/Perl-Version-1.016/examples/perl-reversion  2024-01-05 
14:56:18.0 +0100
+++ new/Perl-Version-1.017/examples/perl-reversion  2024-03-09 
02:37:26.0 +0100
@@ -489,7 +489,7 @@
 
 #note( "Loading $doc\n" );
 $docs->{$doc} = {
-  lines => read_lines( $doc, binmode => ':raw', array_ref => 1 ),
+  lines => read_lines( $doc, ':raw', array_ref => 1 ),
   dirty => 0,
 };
 $docs->{$doc}{type} = guess_type( $doc, $docs->{$doc} );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Perl-Version-1.016/lib/Perl/Version.pm 

commit perl-Carp-Assert-More for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Carp-Assert-More for 
openSUSE:Factory checked in at 2024-04-07 22:11:22

Comparing /work/SRC/openSUSE:Factory/perl-Carp-Assert-More (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Carp-Assert-More.new.1905 (New)


Package is "perl-Carp-Assert-More"

Sun Apr  7 22:11:22 2024 rev:16 rq:1165828 version:2.4.0

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Carp-Assert-More/perl-Carp-Assert-More.changes  
2023-06-03 00:07:21.734038014 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Carp-Assert-More.new.1905/perl-Carp-Assert-More.changes
2024-04-07 22:13:37.863357346 +0200
@@ -1,0 +2,16 @@
+Wed Mar  6 03:06:27 UTC 2024 - Tina Müller 
+
+- updated to 2.4.0
+   see /usr/share/doc/packages/perl-Carp-Assert-More/Changes
+
+  2.4.0   Mon Mar  4 21:54:07 CST 2024
+  [ENHANCEMENTS]
+  New function assert_arrayref_all() calls an assertion function for 
every element in the array.
+  my $aref_of_counts = get_counts();
+  assert_arrayref_all( $aref, \_positive_integer, 'Counts 
are positive' );
+  assert_context_scalar() now provides a default message of
+  "function_name must be called in scalar context".
+  assert_context_nonvoid() now provide a default message of
+  "function_name must not be called in void context".
+
+---

Old:

  Carp-Assert-More-2.3.0.tar.gz

New:

  Carp-Assert-More-2.4.0.tar.gz



Other differences:
--
++ perl-Carp-Assert-More.spec ++
--- /var/tmp/diff_new_pack.0GqlN2/_old  2024-04-07 22:13:38.299373336 +0200
+++ /var/tmp/diff_new_pack.0GqlN2/_new  2024-04-07 22:13:38.299373336 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Carp-Assert-More
 #
-# 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
@@ -18,7 +18,7 @@
 
 %define cpan_name Carp-Assert-More
 Name:   perl-Carp-Assert-More
-Version:2.3.0
+Version:2.4.0
 Release:0
 License:Artistic-2.0
 Summary:Convenience assertions for common situations

++ Carp-Assert-More-2.3.0.tar.gz -> Carp-Assert-More-2.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Assert-More-2.3.0/Changes 
new/Carp-Assert-More-2.4.0/Changes
--- old/Carp-Assert-More-2.3.0/Changes  2023-05-31 04:53:56.0 +0200
+++ new/Carp-Assert-More-2.4.0/Changes  2024-03-05 04:55:22.0 +0100
@@ -1,6 +1,20 @@
 Revision history for Perl extension Carp::Assert::More.
 
 
+2.4.0   Mon Mar  4 21:54:07 CST 2024
+[ENHANCEMENTS]
+New function assert_arrayref_all() calls an assertion function for 
every element in the array.
+
+my $aref_of_counts = get_counts();
+assert_arrayref_all( $aref, \_positive_integer, 'Counts are 
positive' );
+
+assert_context_scalar() now provides a default message of
+"function_name must be called in scalar context".
+
+assert_context_nonvoid() now provide a default message of
+"function_name must not be called in void context".
+
+
 2.3.0   Tue May 30 21:52:20 CDT 2023
 [ENHANCEMENTS]
 Added assert_arrayref_of() to verify that all of the elements
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Assert-More-2.3.0/MANIFEST 
new/Carp-Assert-More-2.4.0/MANIFEST
--- old/Carp-Assert-More-2.3.0/MANIFEST 2023-05-31 05:00:40.0 +0200
+++ new/Carp-Assert-More-2.4.0/MANIFEST 2024-03-05 04:55:56.0 +0100
@@ -9,6 +9,7 @@
 t/assert_all_keys_in.t
 t/assert_aoh.t
 t/assert_arrayref.t
+t/assert_arrayref_all.t
 t/assert_arrayref_nonempty.t
 t/assert_arrayref_of.t
 t/assert_cmp.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Assert-More-2.3.0/META.json 
new/Carp-Assert-More-2.4.0/META.json
--- old/Carp-Assert-More-2.3.0/META.json2023-05-31 05:00:39.0 
+0200
+++ new/Carp-Assert-More-2.4.0/META.json2024-03-05 04:55:56.0 
+0100
@@ -50,6 +50,6 @@
  "https://opensource.org/licenses/artistic-license-2.0.php;
   ]
},
-   "version" : "v2.3.0",
+   "version" : "v2.4.0",
"x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carp-Assert-More-2.3.0/META.yml 
new/Carp-Assert-More-2.4.0/META.yml
--- old/Carp-Assert-More-2.3.0/META.yml 2023-05-31 05:00:39.0 

commit perl-CPAN-Perl-Releases for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-CPAN-Perl-Releases for 
openSUSE:Factory checked in at 2024-04-07 22:11:23

Comparing /work/SRC/openSUSE:Factory/perl-CPAN-Perl-Releases (Old)
 and  /work/SRC/openSUSE:Factory/.perl-CPAN-Perl-Releases.new.1905 (New)


Package is "perl-CPAN-Perl-Releases"

Sun Apr  7 22:11:23 2024 rev:146 rq:1165829 version:5.20240321

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-CPAN-Perl-Releases/perl-CPAN-Perl-Releases.changes
  2024-03-08 18:10:21.828751846 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-CPAN-Perl-Releases.new.1905/perl-CPAN-Perl-Releases.changes
2024-04-07 22:13:38.591384044 +0200
@@ -1,0 +2,6 @@
+Fri Mar 22 16:06:55 UTC 2024 - Tina Müller 
+
+- updated to 5.20240321
+   see /usr/share/doc/packages/perl-CPAN-Perl-Releases/Changes
+
+---

Old:

  CPAN-Perl-Releases-5.20240223.tar.gz

New:

  CPAN-Perl-Releases-5.20240321.tar.gz



Other differences:
--
++ perl-CPAN-Perl-Releases.spec ++
--- /var/tmp/diff_new_pack.P7h7rA/_old  2024-04-07 22:13:39.251408250 +0200
+++ /var/tmp/diff_new_pack.P7h7rA/_new  2024-04-07 22:13:39.251408250 +0200
@@ -18,7 +18,7 @@
 
 %define cpan_name CPAN-Perl-Releases
 Name:   perl-CPAN-Perl-Releases
-Version:5.20240223
+Version:5.20240321
 Release:0
 License:Artistic-1.0 OR GPL-1.0-or-later
 Summary:Mapping Perl releases on CPAN to the location of the tarballs

++ CPAN-Perl-Releases-5.20240223.tar.gz -> 
CPAN-Perl-Releases-5.20240321.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-5.20240223/Changes 
new/CPAN-Perl-Releases-5.20240321/Changes
--- old/CPAN-Perl-Releases-5.20240223/Changes   2024-02-23 19:02:19.0 
+0100
+++ new/CPAN-Perl-Releases-5.20240321/Changes   2024-03-20 17:35:24.0 
+0100
@@ -1,8 +1,28 @@
 ==
-Changes from 2019-02-24 00:00:00 + to present.
+Changes from 2019-03-22 00:00:00 + to present.
 ==
 
 ---
+version 5.20240321 at 2024-03-20 16:34:34 +
+---
+
+  Change: df997bd0ee0776a18f93e9d599a6467d13cbc6d0
+  Author: Chris 'BinGOs' Williams 
+  Date : 2024-03-20 16:34:34 +
+
+Fixing uptagged release *sigh* 
+
+---
+version 5.20240320 at 2024-03-20 16:29:41 +
+---
+
+  Change: f7e0bee4932f14f630ebd92ea809f1924d2771bb
+  Author: Chris 'BinGOs' Williams 
+  Date : 2024-03-20 16:29:41 +
+
+Updated for v5.39.9 
+
+---
 version 5.20240223 at 2024-02-23 18:01:40 +
 ---
 
@@ -912,16 +932,6 @@
 
 Updated for v5.28.2-RC1 
 
--
-version 3.92 at 2019-03-21 12:42:54 +
--
-
-  Change: 1dba54b9bfd13635b550ba3c7d750fa30c802590
-  Author: Chris 'BinGOs' Williams 
-  Date : 2019-03-21 12:42:54 +
-
-Updated for v5.29.9 
-
 ==
-Plus 193 releases after 2019-02-24 00:00:00 +.
+Plus 194 releases after 2019-03-22 00:00:00 +.
 ==
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-5.20240223/META.json 
new/CPAN-Perl-Releases-5.20240321/META.json
--- old/CPAN-Perl-Releases-5.20240223/META.json 2024-02-23 19:02:19.0 
+0100
+++ new/CPAN-Perl-Releases-5.20240321/META.json 2024-03-20 17:35:24.0 
+0100
@@ -49,7 +49,7 @@
  "web" : "https://github.com/bingos/cpan-perl-releases;
   }
},
-   "version" : "5.20240223",
+   "version" : "5.20240321",
"x_generated_by_perl" : "v5.38.0",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.37",
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-5.20240223/META.yml 
new/CPAN-Perl-Releases-5.20240321/META.yml
--- old/CPAN-Perl-Releases-5.20240223/META.yml  2024-02-23 19:02:19.0 
+0100
+++ new/CPAN-Perl-Releases-5.20240321/META.yml  2024-03-20 17:35:24.0 
+0100
@@ -21,7 +21,7 @@
 resources:
   homepage: https://github.com/bingos/cpan-perl-releases
   repository: https://github.com/bingos/cpan-perl-releases.git
-version: '5.20240223'
+version: '5.20240321'
 

commit gh for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gh for openSUSE:Factory checked in 
at 2024-04-07 22:10:48

Comparing /work/SRC/openSUSE:Factory/gh (Old)
 and  /work/SRC/openSUSE:Factory/.gh.new.1905 (New)


Package is "gh"

Sun Apr  7 22:10:48 2024 rev:50 rq:1165687 version:2.47.0

Changes:

--- /work/SRC/openSUSE:Factory/gh/gh.changes2024-03-25 21:09:44.580586250 
+0100
+++ /work/SRC/openSUSE:Factory/.gh.new.1905/gh.changes  2024-04-07 
22:13:07.722253253 +0200
@@ -1,0 +2,19 @@
+Thu Apr 04 11:43:53 UTC 2024 - pdos...@suse.com
+
+- Update to version 2.47.0:
+  * Bump go-gh to v2.8.0 and go mod tidy
+  * build(deps): bump github.com/sigstore/protobuf-specs from 0.3.0 to 0.3.1
+  * Bump glamour to v0.7.0 and go mod tidy
+  * build(deps): bump github.com/google/go-containerregistry
+  * build(deps): bump github.com/gorilla/websocket from 1.5.0 to 1.5.1
+  * build(deps): bump google.golang.org/grpc from 1.61.0 to 1.61.1
+  * Rely on go.mod go version in all workflows (#8911)
+  * Upgrade to Go 1.22 (#8836)
+  * build(deps): bump github.com/docker/docker
+  * build(deps): bump gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3
+  * gh-attestation cmd integration (#8698)
+  * fix segfault in `gh repo rename`
+  * Bump go-gh to 2.7.0
+  * Fix typo in auth switch help example
+
+---

Old:

  cli-2.46.0.tar.zst

New:

  cli-2.47.0.tar.zst



Other differences:
--
++ gh.spec ++
--- /var/tmp/diff_new_pack.j4etaK/_old  2024-04-07 22:13:08.386277571 +0200
+++ /var/tmp/diff_new_pack.j4etaK/_new  2024-04-07 22:13:08.390277718 +0200
@@ -19,7 +19,7 @@
 %define goflags "-buildmode=pie -trimpath -mod=vendor -modcacherw"
 %define sname cli
 Name:   gh
-Version:2.46.0
+Version:2.47.0
 Release:0
 Summary:The official CLI for GitHub
 License:MIT
@@ -29,7 +29,7 @@
 BuildRequires:  fish
 BuildRequires:  git-core
 BuildRequires:  zstd
-BuildRequires:  golang(API) >= 1.18
+BuildRequires:  golang(API) >= 1.22
 # This is needed for some tests
 BuildRequires:  openssh-clients
 BuildRequires:  openssh-common
@@ -90,7 +90,8 @@
 cp share/man/man1/* %{buildroot}%{_mandir}/man1
 
 %check
-GOFLAGS=%{goflags} make test
+# Some tests are skipped because they require network access cli/cli#8928
+GOFLAGS=%{goflags} go test ./... 
-skip="TestRunInspect|TestJSONOutput|TestNewSigstoreVerifier|TestRunVerify|TestTUFRootVerify"
 
 %files
 %doc README.md

++ _service ++
--- /var/tmp/diff_new_pack.j4etaK/_old  2024-04-07 22:13:08.414278597 +0200
+++ /var/tmp/diff_new_pack.j4etaK/_new  2024-04-07 22:13:08.418278743 +0200
@@ -3,7 +3,7 @@
 https://github.com/cli/cli
 git
 .git
-v2.46.0
+v2.47.0
 @PARENT_TAG@
 enable
 v(.*)
@@ -16,7 +16,7 @@
 zst
   
   
-cli-2.46.0.tar.zst
+cli-2.47.0.tar.zst
   
 
 

++ _servicedata ++
--- /var/tmp/diff_new_pack.j4etaK/_old  2024-04-07 22:13:08.434279329 +0200
+++ /var/tmp/diff_new_pack.j4etaK/_new  2024-04-07 22:13:08.434279329 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/cli/cli
-  b54f7a3bde50df3c31fdd68b638a0c0378a0ad58
+  9744489510054d021cc06595a0572d15b6135851
 (No newline at EOF)
 

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/gh/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.gh.new.1905/vendor.tar.gz differ: char 5, line 1


commit amazon-ecs-init for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package amazon-ecs-init for openSUSE:Factory 
checked in at 2024-04-07 22:10:49

Comparing /work/SRC/openSUSE:Factory/amazon-ecs-init (Old)
 and  /work/SRC/openSUSE:Factory/.amazon-ecs-init.new.1905 (New)


Package is "amazon-ecs-init"

Sun Apr  7 22:10:49 2024 rev:12 rq:1165707 version:1.53.0

Changes:

--- /work/SRC/openSUSE:Factory/amazon-ecs-init/amazon-ecs-init.changes  
2024-02-21 17:56:15.518961109 +0100
+++ 
/work/SRC/openSUSE:Factory/.amazon-ecs-init.new.1905/amazon-ecs-init.changes
2024-04-07 22:13:08.594285189 +0200
@@ -1,0 +2,6 @@
+Fri Apr  5 14:33:17 UTC 2024 - Atri Bhattacharya 
+
+- Use full URL for sources.
+- Use %license to mark LICENSE file.
+
+---



Other differences:
--
++ amazon-ecs-init.spec ++
--- /var/tmp/diff_new_pack.9661GT/_old  2024-04-07 22:13:09.266309799 +0200
+++ /var/tmp/diff_new_pack.9661GT/_new  2024-04-07 22:13:09.266309799 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package amazon-ecs-init
 #
-# Copyright (c) 2021 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,7 +24,7 @@
 License:Apache-2.0
 Group:  System Environment/Base
 URL:https://github.com/aws/amazon-ecs-init
-Source0:%{name}-%{version}-1.tar.gz
+Source0:
https://github.com/aws/amazon-ecs-init/archive/refs/tags/v%{version}-1.tar.gz#/%{name}-%{version}-1.tar.gz
 Source1:%{short_name}.service
 Patch0: reproducible.patch
 Patch1: use-agent-container-built-in-certs.patch
@@ -168,7 +168,8 @@
 %defattr(-,root,root,-)
 %dir %{_sysconfdir}/ecs
 %dir %{_localstatedir}/cache/ecs
-%doc CONTRIBUTING.md LICENSE NOTICE README.md
+%license LICENSE
+%doc CONTRIBUTING.md NOTICE README.md
 %config(noreplace) %{_sysconfdir}/ecs/ecs.config
 %config(noreplace) %{_sysconfdir}/ecs/ecs.config.json
 %{_mandir}/man*/*


commit perl-Moose for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Moose for openSUSE:Factory 
checked in at 2024-04-07 22:11:18

Comparing /work/SRC/openSUSE:Factory/perl-Moose (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Moose.new.1905 (New)


Package is "perl-Moose"

Sun Apr  7 22:11:18 2024 rev:50 rq:1165819 version:2.2207

Changes:

--- /work/SRC/openSUSE:Factory/perl-Moose/perl-Moose.changes2023-07-27 
16:52:23.154349012 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Moose.new.1905/perl-Moose.changes  
2024-04-07 22:13:33.727205661 +0200
@@ -1,0 +2,12 @@
+Sun Jan 21 03:09:56 UTC 2024 - Tina Müller 
+
+- updated to 2.2207
+   see /usr/share/doc/packages/perl-Moose/Changes
+
+  2.2207   2024-01-21
+
+[TESTS]
+
+- remove test dependency on Test::CleanNamespaces (#184, Graham Knop)
+
+---

Old:

  Moose-2.2206.tar.gz

New:

  Moose-2.2207.tar.gz



Other differences:
--
++ perl-Moose.spec ++
--- /var/tmp/diff_new_pack.s1IV7E/_old  2024-04-07 22:13:34.267225464 +0200
+++ /var/tmp/diff_new_pack.s1IV7E/_new  2024-04-07 22:13:34.267225464 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Moose
 #
-# 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
@@ -18,7 +18,7 @@
 
 %define cpan_name Moose
 Name:   perl-Moose
-Version:2.2206
+Version:2.2207
 Release:0
 #Upstream: Artistic-1.0 or GPL-1.0-or-later
 License:Artistic-1.0 OR GPL-1.0-or-later
@@ -51,7 +51,6 @@
 BuildRequires:  perl(Scalar::Util) >= 1.19
 BuildRequires:  perl(Sub::Exporter) >= 0.980
 BuildRequires:  perl(Sub::Util) >= 1.40
-BuildRequires:  perl(Test::CleanNamespaces) >= 0.13
 BuildRequires:  perl(Test::Fatal) >= 0.001
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Test::Needs) >= 0.002010
@@ -79,444 +78,6 @@
 Requires:   perl(Sub::Util) >= 1.40
 Requires:   perl(Try::Tiny) >= 0.17
 Requires:   perl(parent) >= 0.223
-Provides:   perl(Class::MOP) = 2.2206
-Provides:   perl(Class::MOP::Attribute) = 2.2206
-Provides:   perl(Class::MOP::Class) = 2.2206
-Provides:   perl(Class::MOP::Class::Immutable::Trait) = 2.2206
-Provides:   perl(Class::MOP::Deprecated) = 2.2206
-Provides:   perl(Class::MOP::Instance) = 2.2206
-Provides:   perl(Class::MOP::Method) = 2.2206
-Provides:   perl(Class::MOP::Method::Accessor) = 2.2206
-Provides:   perl(Class::MOP::Method::Constructor) = 2.2206
-Provides:   perl(Class::MOP::Method::Generated) = 2.2206
-Provides:   perl(Class::MOP::Method::Inlined) = 2.2206
-Provides:   perl(Class::MOP::Method::Meta) = 2.2206
-Provides:   perl(Class::MOP::Method::Wrapped) = 2.2206
-Provides:   perl(Class::MOP::MiniTrait) = 2.2206
-Provides:   perl(Class::MOP::Mixin) = 2.2206
-Provides:   perl(Class::MOP::Mixin::AttributeCore) = 2.2206
-Provides:   perl(Class::MOP::Mixin::HasAttributes) = 2.2206
-Provides:   perl(Class::MOP::Mixin::HasMethods) = 2.2206
-Provides:   perl(Class::MOP::Mixin::HasOverloads) = 2.2206
-Provides:   perl(Class::MOP::Module) = 2.2206
-Provides:   perl(Class::MOP::Object) = 2.2206
-Provides:   perl(Class::MOP::Overload) = 2.2206
-Provides:   perl(Class::MOP::Package) = 2.2206
-Provides:   perl(Moose) = 2.2206
-Provides:   perl(Moose::Cookbook) = 2.2206
-Provides:   
perl(Moose::Cookbook::Basics::BankAccount_MethodModifiersAndSubclassing) = 
2.2206
-Provides:   perl(Moose::Cookbook::Basics::BinaryTree_AttributeFeatures) = 
2.2206
-Provides:   perl(Moose::Cookbook::Basics::BinaryTree_BuilderAndLazyBuild) 
= 2.2206
-Provides:   perl(Moose::Cookbook::Basics::Company_Subtypes) = 2.2206
-Provides:   
perl(Moose::Cookbook::Basics::DateTime_ExtendingNonMooseParent) = 2.2206
-Provides:   perl(Moose::Cookbook::Basics::Document_AugmentAndInner) = 
2.2206
-Provides:   
perl(Moose::Cookbook::Basics::Genome_OverloadingSubtypesAndCoercion) = 2.2206
-Provides:   perl(Moose::Cookbook::Basics::HTTP_SubtypesAndCoercion) = 
2.2206
-Provides:   perl(Moose::Cookbook::Basics::Immutable) = 2.2206
-Provides:   perl(Moose::Cookbook::Basics::Person_BUILDARGSAndBUILD) = 
2.2206
-Provides:   perl(Moose::Cookbook::Basics::Point_AttributesAndSubclassing) 
= 2.2206
-Provides:   perl(Moose::Cookbook::Extending::Debugging_BaseClassRole) = 
2.2206
-Provides:   perl(Moose::Cookbook::Extending::ExtensionOverview) = 2.2206
-Provides:   perl(Moose::Cookbook::Extending::Mooseish_MooseSugar) = 2.2206

commit tomcat for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tomcat for openSUSE:Factory checked 
in at 2024-04-07 22:11:12

Comparing /work/SRC/openSUSE:Factory/tomcat (Old)
 and  /work/SRC/openSUSE:Factory/.tomcat.new.1905 (New)


Package is "tomcat"

Sun Apr  7 22:11:12 2024 rev:107 rq:1165770 version:9.0.87

Changes:

--- /work/SRC/openSUSE:Factory/tomcat/tomcat.changes2024-03-06 
23:05:55.756355449 +0100
+++ /work/SRC/openSUSE:Factory/.tomcat.new.1905/tomcat.changes  2024-04-07 
22:13:22.782804801 +0200
@@ -1,0 +2,109 @@
+Fri Apr  5 14:24:14 UTC 2024 - Ricardo Mestre 
+
+- Update to Tomcat 9.0.87
+  * Fixed CVEs:
++ CVE-2024-24549: Improved request header validation for HTTP/2 stream 
+  (bsc#1221386)
++ CVE-2024-23672: Ensure that WebSocket connection closure completes if 
+  the connection is closed when the server side has used the proprietary 
+  suspend/resume feature to suspend the connection (bsc#1221385)
+  * Catalina
++ Fix:  Minor performance improvement for building filter chains. Based 
+  on ideas from #702 by Luke Miao. (remm)
++ Fix:  Align error handling for Writer and OutputStream. Ensure use of 
+  either once the response has been recycled triggers a 
+  NullPointerException provided that discardFacades is configured with 
+  the default value of true. (markt)
++ Fix:  68692: The standard thread pool implementations that are configured
+  using the Executor element now implement ExecutorService for better 
+  support NIO2. (remm)
++ Fix:  68495: When restoring a saved POST request after a successful FORM 
+  authentication, ensure that neither the URI, the query string nor the 
+  protocol are corrupted when restoring the request body. (markt)
++ Fix:  68721: Workaround a possible cause of duplicate class definitions 
+  when using ClassFileTransformers and the transformation of a class also
+  triggers the loading of the same class. (markt)
++ Fix:  The rewrite valve should not do a rewrite if the output is 
+  identical to the input. (remm)
++ Update:  Add a new valveSkip (or VS) rule flag to the rewrite valve to 
+  allow skipping over the next valve in the Catalina pipeline. (remm)
++ Fix:  Correct JPMS and OSGi meta-data for tomcat-enbed-core.jar by 
+  removing reference to org.apache.catalina.ssi package that is no longer 
+  included in the JAR. Based on pull request #684 by Jendrik Johannes. 
+  (markt)
++ Fix:  Fix ServiceBindingPropertySource so that trailing \r\n sequences 
+  are correctly removed from files containing property values when 
+  configured to do so. Bug identified by Coverity Scan. (markt)
++ Add:  Add improvements to the CSRF prevention filter including the 
+  ability to skip adding nonces for resource name and subtree URL patterns.
+  (schultz)
++ Fix:  Review usage of debug logging and downgrade trace or data dumping 
+  operations from debug level to trace. (remm)
++ Fix:  68089: Further improve the performance of request attribute 
+  access for ApplicationHttpRequest and ApplicationRequest. (markt)
++ Fix:  68559: Allow asynchronous error handling to write to the 
+  response after an error during asynchronous processing. (markt)
+  * Coyote
++ Fix:  Improve the HTTP/2 stream prioritisation process. If a stream 
+  uses all of the connection windows and still has content to write, it 
+  will now be added to the backlog immediately rather than waiting until 
+  the write  attempt for the remaining content. (markt)
++ Fix:  Make asynchronous error handling more robust. Ensure that once 
+  a connection is marked to be closed, further asynchronous processing 
+  cannot change that. (markt)
++ Fix:  Make asynchronous error handling more robust. Ensure that once 
+  the call to AsyncListener.onError() has returned to the container, only 
+  container threads can access the AsyncContext. This protects against 
+  various race conditions that woudl otherwise occur if application threads
+  continued to access the AsyncContext.
++ Fix:  Review usage of debug logging and downgrade trace or data 
+  dumping operations from debug level to trace. In particular, most of the 
+  HTTP/2 debug logging has been changed to trace level. (remm)
++ Fix:  Add support for user provided SSLContext instances configured 
+  on SSLHostConfigCertificate instances. Based on pull request #673 
+  provided by Hakan Altındağ. (markt)
++ Fix:  Improve the Tomcat Native shutdown process to reduce the likelihood
+  of a JVM crash during Tomcat shutdown. (markt)
++ Fix:  Partial fix for 68558: Cache the result of converting to String 
+  for 

commit python-pytest-order for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pytest-order for 
openSUSE:Factory checked in at 2024-04-07 22:11:10

Comparing /work/SRC/openSUSE:Factory/python-pytest-order (Old)
 and  /work/SRC/openSUSE:Factory/.python-pytest-order.new.1905 (New)


Package is "python-pytest-order"

Sun Apr  7 22:11:10 2024 rev:5 rq:1165755 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pytest-order/python-pytest-order.changes  
2023-12-04 23:02:17.177334464 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-order.new.1905/python-pytest-order.changes
2024-04-07 22:13:21.574760560 +0200
@@ -1,0 +2,8 @@
+Sat Apr  6 07:44:52 UTC 2024 - Dirk Müller 
+
+- update to 1.2.1:
+  * handle dependency markers with the same alias name (see #71)
+  * specify rootdir to recursive pytest calls to avoid searching
+a large directory tree unnecessarily (see #110)
+
+---

Old:

  pytest-order-1.2.0.tar.gz

New:

  pytest-order-1.2.1.tar.gz



Other differences:
--
++ python-pytest-order.spec ++
--- /var/tmp/diff_new_pack.YySlOW/_old  2024-04-07 22:13:21.994775942 +0200
+++ /var/tmp/diff_new_pack.YySlOW/_new  2024-04-07 22:13:21.994775942 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-order
 #
-# 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
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:   python-pytest-order
-Version:1.2.0
+Version:1.2.1
 Release:0
 Summary:Pytest plugin to run your tests in a specific order
 License:MIT

++ pytest-order-1.2.0.tar.gz -> pytest-order-1.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-order-1.2.0/CHANGELOG.md 
new/pytest-order-1.2.1/CHANGELOG.md
--- old/pytest-order-1.2.0/CHANGELOG.md 2023-11-18 13:23:06.0 +0100
+++ new/pytest-order-1.2.1/CHANGELOG.md 2024-04-02 21:08:49.0 +0200
@@ -1,10 +1,21 @@
 # pytest-order Release Notes
 
+## [Version 1.2.1](https://pypi.org/project/pytest-order/1.2.1/) (2024-04-02)
+Bugfix release.
+
+## Fixes
+- handle dependency markers with the same alias name (see 
[#71](https://github.com/pytest-dev/pytest-order/issues/71))
+- specify rootdir to recursive pytest calls to avoid searching a large 
directory tree unnecessarily (see 
[#110](https://github.com/pytest-dev/pytest-order/issues/110))
+
+## Infrastructure
+- avoid unknown marker warning in tests (see 
[#101](https://github.com/pytest-dev/pytest-order/issues/101))
+- added pytest 8 to CI tests
+
 ## [Version 1.2.0](https://pypi.org/project/pytest-order/1.2.0/) (2023-11-18)
 Allows using custom markers for ordering.
 
 ### New features
-* added option `--order-marker-prefix` to allow using custom markers for 
ordering
+- added option `--order-marker-prefix` to allow using custom markers for 
ordering
 
 ### Infrastructure
 - added pre-commit hook for linters
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-order-1.2.0/PKG-INFO 
new/pytest-order-1.2.1/PKG-INFO
--- old/pytest-order-1.2.0/PKG-INFO 2023-11-18 13:23:15.452074500 +0100
+++ new/pytest-order-1.2.1/PKG-INFO 2024-04-02 21:09:00.307364200 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pytest-order
-Version: 1.2.0
+Version: 1.2.1
 Summary: pytest plugin to run your tests in a specific order
 Home-page: https://github.com/pytest-dev/pytest-order
 Author: mrbean-bremen
@@ -83,7 +83,7 @@
 - sparse ordering of tests via the
   
[sparse-ordering](https://pytest-order.readthedocs.io/en/stable/configuration.html#sparse-ordering)
 option
 - usage of custom markers for ordering using the
-  
[sparse-ordering](https://pytest-order.readthedocs.io/en/stable/configuration.html#order-marker-prefix)
 option
+  
[order-marker-prefix](https://pytest-order.readthedocs.io/en/stable/configuration.html#order-marker-prefix)
 option
 
 Overview
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-order-1.2.0/README.md 
new/pytest-order-1.2.1/README.md
--- old/pytest-order-1.2.0/README.md2023-11-18 13:23:06.0 +0100
+++ new/pytest-order-1.2.1/README.md2024-04-02 21:08:49.0 +0200
@@ -49,7 +49,7 @@
 - sparse ordering of tests via the
   
[sparse-ordering](https://pytest-order.readthedocs.io/en/stable/configuration.html#sparse-ordering)
 option
 - usage of custom markers for ordering using the
-  

commit ghc-tls for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-tls for openSUSE:Factory checked 
in at 2024-04-07 22:10:29

Comparing /work/SRC/openSUSE:Factory/ghc-tls (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-tls.new.1905 (New)


Package is "ghc-tls"

Sun Apr  7 22:10:29 2024 rev:32 rq:1165386 version:2.0.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc-tls/ghc-tls.changes  2024-03-20 
21:16:30.590797183 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-tls.new.1905/ghc-tls.changes
2024-04-07 22:12:44.585405938 +0200
@@ -1,0 +2,15 @@
+Thu Mar 28 04:03:13 UTC 2024 - Peter Simons 
+
+- Update tls to version 2.0.2.
+  ## Version 2.0.2
+
+  * Client checks sessionMaxEarlyDataSize to decide 0-RTT
+  * Client checks the resumption cipher properly.
+
+---
+Tue Mar 26 05:57:23 UTC 2024 - Peter Simons 
+
+- Update tls to version 2.0.1 revision 2.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+---

Old:

  tls-2.0.1.tar.gz
  tls.cabal

New:

  tls-2.0.2.tar.gz



Other differences:
--
++ ghc-tls.spec ++
--- /var/tmp/diff_new_pack.d4o7PI/_old  2024-04-07 22:12:45.265430842 +0200
+++ /var/tmp/diff_new_pack.d4o7PI/_new  2024-04-07 22:12:45.269430988 +0200
@@ -20,13 +20,12 @@
 %global pkgver %{pkg_name}-%{version}
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:2.0.1
+Version:2.0.2
 Release:0
 Summary:TLS protocol native implementation
 License:BSD-3-Clause
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-asn1-encoding-devel
 BuildRequires:  ghc-asn1-encoding-prof
@@ -106,7 +105,6 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ tls-2.0.1.tar.gz -> tls-2.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tls-2.0.1/CHANGELOG.md new/tls-2.0.2/CHANGELOG.md
--- old/tls-2.0.1/CHANGELOG.md  2001-09-09 03:46:40.0 +0200
+++ new/tls-2.0.2/CHANGELOG.md  2001-09-09 03:46:40.0 +0200
@@ -1,3 +1,8 @@
+## Version 2.0.2
+
+* Client checks sessionMaxEarlyDataSize to decide 0-RTT
+* Client checks the resumption cipher properly.
+
 ## Version 2.0.1
 
 * Fix a leak of pending data to be sent.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tls-2.0.1/Network/TLS/Context/Internal.hs 
new/tls-2.0.2/Network/TLS/Context/Internal.hs
--- old/tls-2.0.1/Network/TLS/Context/Internal.hs   2001-09-09 
03:46:40.0 +0200
+++ new/tls-2.0.2/Network/TLS/Context/Internal.hs   2001-09-09 
03:46:40.0 +0200
@@ -178,6 +178,7 @@
 , cHash :: Hash
 , cZero :: ByteString
 }
+deriving (Show)
 
 makeCipherChoice :: Version -> Cipher -> CipherChoice
 makeCipherChoice ver cipher = CipherChoice ver cipher h zero
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/tls-2.0.1/Network/TLS/Handshake/Client/ClientHello.hs 
new/tls-2.0.2/Network/TLS/Handshake/Client/ClientHello.hs
--- old/tls-2.0.1/Network/TLS/Handshake/Client/ClientHello.hs   2001-09-09 
03:46:40.0 +0200
+++ new/tls-2.0.2/Network/TLS/Handshake/Client/ClientHello.hs   2001-09-09 
03:46:40.0 +0200
@@ -290,11 +290,8 @@
 guard tls13
 (sid, sdata) <- clientWantSessionResume cparams
 guard (sessionVersion sdata >= TLS13)
-guard (not (null ciphers))
-let sCipher = head ciphers
--- A keyshare is sent only for the first cipher.
--- This can induce HRR.
-guard (cipherID sCipher == sessionCipher sdata)
+let cid = sessionCipher sdata
+sCipher <- find (\c -> cipherID c == cid) ciphers
 return (sid, sdata, sCipher)
 
 getPskInfo =
@@ -307,9 +304,13 @@
 if isAgeValid age tinfo
 then
 Just
-(identity, sdata, makeCipherChoice TLS13 
sCipher, ageToObfuscatedAge age tinfo)
+( identity
+, sdata
+, makeCipherChoice TLS13 sCipher
+, ageToObfuscatedAge age tinfo
+)
 else Nothing
 
-

commit aws-c-auth for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package aws-c-auth for openSUSE:Factory 
checked in at 2024-04-07 22:10:31

Comparing /work/SRC/openSUSE:Factory/aws-c-auth (Old)
 and  /work/SRC/openSUSE:Factory/.aws-c-auth.new.1905 (New)


Package is "aws-c-auth"

Sun Apr  7 22:10:31 2024 rev:3 rq:1165450 version:0.7.17

Changes:

--- /work/SRC/openSUSE:Factory/aws-c-auth/aws-c-auth.changes2024-02-21 
17:59:16.329499257 +0100
+++ /work/SRC/openSUSE:Factory/.aws-c-auth.new.1905/aws-c-auth.changes  
2024-04-07 22:12:46.249466880 +0200
@@ -1,0 +2,7 @@
+Thu Apr  4 15:38:20 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Update to version 0.7.17
+  * Additional logging for default credentials chain by @jamesbornholt in 
(#231)
+  * Remove unused test files by @jmklix in (#232)
+
+---

Old:

  v0.7.16.tar.gz

New:

  v0.7.17.tar.gz



Other differences:
--
++ aws-c-auth.spec ++
--- /var/tmp/diff_new_pack.pm1qFC/_old  2024-04-07 22:12:47.413509508 +0200
+++ /var/tmp/diff_new_pack.pm1qFC/_new  2024-04-07 22:12:47.417509656 +0200
@@ -20,7 +20,7 @@
 %define library_pkg 1_0_0
 %define library_soversion 1
 Name:   aws-c-auth
-Version:0.7.16
+Version:0.7.17
 Release:0
 Summary:AWS C99 library implementation of AWS client-side 
authentication
 License:Apache-2.0

++ v0.7.16.tar.gz -> v0.7.17.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aws-c-auth-0.7.16/source/credentials_provider_default_chain.c 
new/aws-c-auth-0.7.17/source/credentials_provider_default_chain.c
--- old/aws-c-auth-0.7.16/source/credentials_provider_default_chain.c   
2024-02-13 20:09:52.0 +0100
+++ new/aws-c-auth-0.7.17/source/credentials_provider_default_chain.c   
2024-03-26 17:14:24.0 +0100
@@ -69,6 +69,10 @@
  * to try and use the ecs provider anywhere outside the default chain.
  */
 if (ecs_relative_uri && ecs_relative_uri->len) {
+AWS_LOGF_INFO(
+AWS_LS_AUTH_CREDENTIALS_PROVIDER,
+"default chain: ECS credentials provider with relative URI %s will 
be used to retrieve credentials",
+aws_string_c_str(ecs_relative_uri));
 struct aws_credentials_provider_ecs_options ecs_options = {
 .shutdown_options = *shutdown_options,
 .bootstrap = bootstrap,
@@ -83,9 +87,19 @@
 struct aws_uri uri;
 struct aws_byte_cursor uri_cstr = 
aws_byte_cursor_from_string(ecs_full_uri);
 if (AWS_OP_ERR == aws_uri_init_parse(, allocator, _cstr)) {
+AWS_LOGF_ERROR(
+AWS_LS_AUTH_CREDENTIALS_PROVIDER,
+"default chain: failed to parse URI %s during default 
credentials provider chain initialization: %s",
+aws_string_c_str(ecs_full_uri),
+aws_error_str(aws_last_error()));
 goto clean_up;
 }
 
+AWS_LOGF_INFO(
+AWS_LS_AUTH_CREDENTIALS_PROVIDER,
+"default chain: ECS credentials provider with full URI %s will be 
used to retrieve credentials",
+aws_string_c_str(ecs_full_uri));
+
 struct aws_byte_cursor path_and_query = uri.path_and_query;
 if (path_and_query.len == 0) {
 path_and_query = aws_byte_cursor_from_c_str("/");
@@ -104,6 +118,9 @@
 ecs_or_imds_provider = aws_credentials_provider_new_ecs(allocator, 
_options);
 aws_uri_clean_up();
 } else if (ec2_imds_disable == NULL || 
aws_string_eq_c_str_ignore_case(ec2_imds_disable, "false")) {
+AWS_LOGF_INFO(
+AWS_LS_AUTH_CREDENTIALS_PROVIDER,
+"default chain: IMDS credentials provider will be used to retrieve 
credentials");
 struct aws_credentials_provider_imds_options imds_options = {
 .shutdown_options = *shutdown_options,
 .bootstrap = bootstrap,
@@ -112,6 +129,11 @@
 }
 
 clean_up:
+if (ecs_or_imds_provider == NULL) {
+AWS_LOGF_INFO(
+AWS_LS_AUTH_CREDENTIALS_PROVIDER,
+"default chain: neither ECS nor IMDS will be used to retrieve 
credentials");
+}
 
 aws_string_destroy(ecs_relative_uri);
 aws_string_destroy(ecs_full_uri);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-c-auth-0.7.16/source/credentials_provider_ecs.c 
new/aws-c-auth-0.7.17/source/credentials_provider_ecs.c
--- old/aws-c-auth-0.7.16/source/credentials_provider_ecs.c 2024-02-13 
20:09:52.0 +0100
+++ new/aws-c-auth-0.7.17/source/credentials_provider_ecs.c 2024-03-26 
17:14:24.0 +0100
@@ -431,6 

commit aws-c-common for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package aws-c-common for openSUSE:Factory 
checked in at 2024-04-07 22:10:30

Comparing /work/SRC/openSUSE:Factory/aws-c-common (Old)
 and  /work/SRC/openSUSE:Factory/.aws-c-common.new.1905 (New)


Package is "aws-c-common"

Sun Apr  7 22:10:30 2024 rev:4 rq:1165448 version:0.9.15

Changes:

--- /work/SRC/openSUSE:Factory/aws-c-common/aws-c-common.changes
2024-03-18 16:46:47.579903120 +0100
+++ /work/SRC/openSUSE:Factory/.aws-c-common.new.1905/aws-c-common.changes  
2024-04-07 22:12:45.457437874 +0200
@@ -1,0 +2,12 @@
+Thu Apr  4 15:35:28 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Update to version 0.9.15
+  * Claim range for aws-crt-kotlin by @aajtodd in (#1095)
+  * Remove unused external headers by @TingDaoK in (#1097)
+  * Best Effort Thread Pinning to CPU_ID by @waahm7 in (#1096)
+  * Add support for WIN ARM64 by @alfred2g in (#1092)
+  * Better vectorization and crc64. Cleaned up cmake and
+added better runtime cpu detection by @JonathanHenson in (#1083)
+  * Avoid overallocating for strings by @DmitriyMusatkin in (#1099)
+
+---

Old:

  v0.9.14.tar.gz

New:

  v0.9.15.tar.gz



Other differences:
--
++ aws-c-common.spec ++
--- /var/tmp/diff_new_pack.6WgArI/_old  2024-04-07 22:12:45.877453257 +0200
+++ /var/tmp/diff_new_pack.6WgArI/_new  2024-04-07 22:12:45.877453257 +0200
@@ -19,7 +19,7 @@
 %define library_version 1.0.0
 %define library_soversion 1
 Name:   aws-c-common
-Version:0.9.14
+Version:0.9.15
 Release:0
 Summary:Core C99 package for AWS SDK for C
 License:Apache-2.0

++ v0.9.14.tar.gz -> v0.9.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-c-common-0.9.14/CMakeLists.txt 
new/aws-c-common-0.9.15/CMakeLists.txt
--- old/aws-c-common-0.9.14/CMakeLists.txt  2024-03-05 18:16:27.0 
+0100
+++ new/aws-c-common-0.9.15/CMakeLists.txt  2024-04-03 00:36:01.0 
+0200
@@ -36,9 +36,6 @@
 "include/aws/common/*.inl"
 )
 
-file (GLOB AWS_COMMON_EXTERNAL_HEADERS
-"include/aws/common/external/*.h")
-
 file (GLOB AWS_COMMON_EXTERNAL_INSTALLED_HEADERS
 "include/aws/common/external/ittnotify.h")
 
@@ -82,7 +79,7 @@
 
 list(APPEND PLATFORM_DEFINES WINDOWS_KERNEL_LIB=${WINDOWS_KERNEL_LIB})
 # PSAPI_VERSION=1 is needed to support GetProcessMemoryInfo on both pre and
-# post Win7 OS's. 
+# post Win7 OS's.
 list(APPEND PLATFORM_DEFINES PSAPI_VERSION=1)
 list(APPEND PLATFORM_LIBS bcrypt ${WINDOWS_KERNEL_LIB} ws2_32 shlwapi 
psapi)
 else ()
@@ -155,13 +152,17 @@
 )
 endif()
 elseif (AWS_ARCH_ARM64 OR AWS_ARCH_ARM32)
-if (MSVC)
+if (WINDOWS)
 file(GLOB AWS_COMMON_ARCH_SRC
-"source/arch/arm/msvc/*.c"
+"source/arch/arm/windows/*.c"
 )
-elseif (AWS_HAVE_AUXV)
+elseif(APPLE)
+file(GLOB AWS_COMMON_ARCH_SRC
+"source/arch/arm/darwin/*.c"
+)
+else()
 file(GLOB AWS_COMMON_ARCH_SRC
-"source/arch/arm/asm/*.c"
+"source/arch/arm/auxv/*.c"
 )
 endif()
 endif()
@@ -173,7 +174,6 @@
 ${AWS_COMMON_HEADERS}
 ${AWS_COMMON_OS_HEADERS}
 ${AWS_COMMON_PRIV_HEADERS}
-${AWS_COMMON_EXTERNAL_HEADERS}
 ${AWS_TEST_HEADERS}
 )
 
@@ -225,7 +225,7 @@
 
 if (AWS_HAVE_AVX2_INTRINSICS)
 target_compile_definitions(${PROJECT_NAME} PRIVATE -DUSE_SIMD_ENCODING)
-simd_add_source_avx(${PROJECT_NAME} "source/arch/intel/encoding_avx2.c")
+simd_append_source_and_features(${PROJECT_NAME} 
"source/arch/intel/encoding_avx2.c" ${AWS_AVX2_FLAG})
 message(STATUS "Building SIMD base64 decoder")
 endif()
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-c-common-0.9.14/README.md 
new/aws-c-common-0.9.15/README.md
--- old/aws-c-common-0.9.14/README.md   2024-03-05 18:16:27.0 +0100
+++ new/aws-c-common-0.9.15/README.md   2024-04-03 00:36:01.0 +0200
@@ -121,7 +121,7 @@
 | [0x3400, 0x3800) | aws-c-iot |
 | [0x3800, 0x3C00) | aws-c-s3 |
 | [0x3C00, 0x4000) | aws-c-sdkutils |
-| [0x4000, 0x4400) | (reserved for future project) |
+| [0x4000, 0x4400) | aws-crt-kotlin |
 | [0x4400, 0x4800) | (reserved for future project) |
 
 Each library should begin its error and log subject values at the beginning of 
its range and follow in sequence (don't skip codes). Upon
diff -urN '--exclude=CVS' 

commit CoreFreq for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package CoreFreq for openSUSE:Factory 
checked in at 2024-04-07 22:10:57

Comparing /work/SRC/openSUSE:Factory/CoreFreq (Old)
 and  /work/SRC/openSUSE:Factory/.CoreFreq.new.1905 (New)


Package is "CoreFreq"

Sun Apr  7 22:10:57 2024 rev:30 rq:1165717 version:1.97.1

Changes:

--- /work/SRC/openSUSE:Factory/CoreFreq/CoreFreq.changes2023-07-05 
15:32:18.747190093 +0200
+++ /work/SRC/openSUSE:Factory/.CoreFreq.new.1905/CoreFreq.changes  
2024-04-07 22:13:11.610395644 +0200
@@ -1,0 +2,9 @@
+Fri Apr  5 20:44:18 UTC 2024 - Michael Pujos 
+
+- added preamble file for %kernel_module_package macro
+- update to 1.97.1
+  * added aarch64 support
+  * upstream did not provide a summary changelog. Full list of commits:
+https://github.com/cyring/CoreFreq/compare/1.96.5...1.97.1
+
+---

Old:

  CoreFreq-1.96.5.tar.gz

New:

  CoreFreq-1.97.1.tar.gz
  preamble



Other differences:
--
++ CoreFreq.spec ++
--- /var/tmp/diff_new_pack.cHQ0km/_old  2024-04-07 22:13:12.066412344 +0200
+++ /var/tmp/diff_new_pack.cHQ0km/_new  2024-04-07 22:13:12.070412491 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package CoreFreq
 #
-# 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
@@ -17,20 +17,21 @@
 
 
 Name:   CoreFreq
-Version:1.96.5
+Version:1.97.1
 Release:0
 Summary:CPU monitoring software for 64-bit processors
 License:GPL-2.0-or-later
 URL:https://github.com/cyring/CoreFreq
 Source: 
%{url}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source100:  corefreqd.service
+Source101:  preamble
 BuildRequires:  %{kernel_module_package_buildreqs}
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libsystemd)
 Requires:   CoreFreq-kmp
-ExclusiveArch:  x86_64
+ExclusiveArch:  x86_64 aarch64
 %systemd_ordering
-%kernel_module_package -x preempt
+%kernel_module_package -p preamble -x preempt 64kb
 
 %description
 A CPU monitoring software with BIOS-like functionalities for
@@ -47,6 +48,9 @@
 %install
 export INSTALL_MOD_PATH=%{buildroot}
 export INSTALL_MOD_DIR=updates
+
+mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_unitdir} %{buildroot}%{_sbindir}
+
 PREFIX=%{buildroot}%{_prefix} make install
 
 cp %{SOURCE100} %{buildroot}%{_unitdir}
@@ -74,3 +78,5 @@
 %postun
 %service_del_postun corefreqd.service
 
+%check
+

++ CoreFreq-1.96.5.tar.gz -> CoreFreq-1.97.1.tar.gz ++
 255295 lines of diff (skipped)

++ preamble ++
Requires: kernel-%1


commit python-azure-storage-blob for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-storage-blob for 
openSUSE:Factory checked in at 2024-04-07 22:10:22

Comparing /work/SRC/openSUSE:Factory/python-azure-storage-blob (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-storage-blob.new.1905 (New)


Package is "python-azure-storage-blob"

Sun Apr  7 22:10:22 2024 rev:30 rq:1165334 version:12.19.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-storage-blob/python-azure-storage-blob.changes
  2023-11-10 12:37:37.530042776 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-storage-blob.new.1905/python-azure-storage-blob.changes
2024-04-07 22:12:38.769192937 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 13:07:44 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-storage-blob.spec ++
--- /var/tmp/diff_new_pack.OevaR7/_old  2024-04-07 22:12:39.849232490 +0200
+++ /var/tmp/diff_new_pack.OevaR7/_new  2024-04-07 22:12:39.869233223 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-storage-blob
 #
-# 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-storage-blob
 Version:12.19.0
 Release:0
@@ -30,25 +27,27 @@
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-storage-blob/azure-storage-blob-%{version}.tar.gz
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-storage-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-azure-common >= 1.1.5
-Requires:   python-azure-core < 2.0.0
-Requires:   python-azure-core >= 1.28.0
 Requires:   python-azure-nspkg >= 3.0.0
-Requires:   python-azure-storage-common < 3.0.0
-Requires:   python-azure-storage-common >= 2.1.0
 Requires:   python-azure-storage-nspkg >= 3.0.0
 Requires:   python-cryptography >= 2.1.4
 Requires:   python-isodate >= 0.6.1
+Requires:   (python-azure-core >= 1.28.0 with python-azure-core < 2.0.0)
+Requires:   (python-azure-storage-common >= 2.1.0 with 
python-azure-storage-common < 3.0.0)
 Requires:   (python-typing_extensions >= 4.3.0)
 %if "%{python_flavor}" == "python2"
 Requires:   python-futures
 %endif
 Conflicts:  python-azure-sdk <= 2.0.0
 Conflicts:  python-azure-storage <= 0.36.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-storage-blob < 12.19.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -69,10 +68,10 @@
 %setup -q -n azure-storage-blob-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/storage/__init__.*
@@ -82,9 +81,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE
 %{python_sitelib}/azure/storage/blob
-%{python_sitelib}/azure_storage_blob-*.egg-info
+%{python_sitelib}/azure_storage_blob-*.dist-info
 


commit syft for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package syft for openSUSE:Factory checked in 
at 2024-04-07 22:10:43

Comparing /work/SRC/openSUSE:Factory/syft (Old)
 and  /work/SRC/openSUSE:Factory/.syft.new.1905 (New)


Package is "syft"

Sun Apr  7 22:10:43 2024 rev:68 rq:1165688 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/syft/syft.changes2024-03-26 
19:32:02.687483130 +0100
+++ /work/SRC/openSUSE:Factory/.syft.new.1905/syft.changes  2024-04-07 
22:13:06.230198612 +0200
@@ -1,0 +2,29 @@
+Thu Apr 04 16:55:06 UTC 2024 - opensuse_buildserv...@ojkastl.de
+
+- Update to version 1.1.1:
+  * chore(deps): update tools to latest versions (#2744)
+  * chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0
+(#2747)
+  * chore: update anchore/packageurl-go to use latest commits
+(#2746)
+  * feat: cataloger for PHP Pecl and PEAR packages (#2604)
+  * chore(deps): bump github.com/go-git/go-git/v5 from 5.11.0 to
+5.12.0 (#2743)
+  * chore(deps): update tools to latest versions (#2741)
+  * fix: conan poco project cpe (#2740)
+  * chore(deps): bump github.com/distribution/reference from 0.5.0
+to 0.6.0 (#2738)
+  * chore(deps): bump anchore/sbom-action from 0.15.9 to 0.15.10
+(#2737)
+  * fix: panic scanning binaries without symtab (#2739)
+  * chore: remove useless code (#2716)
+  * chore(deps): bump google.golang.org/protobuf from 1.31.0 to
+1.33.0 (#2731)
+  * chore(deps): bump github/codeql-action from 3.24.8 to 3.24.9
+(#2732)
+  * chore(deps): update tools to latest versions (#2733)
+  * chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.5.5 to
+6.5.6 (#2734)
+  * update release token from readonly to write token (#2735)
+
+---

Old:

  syft-1.1.0.obscpio

New:

  syft-1.1.1.obscpio



Other differences:
--
++ syft.spec ++
--- /var/tmp/diff_new_pack.6valC4/_old  2024-04-07 22:13:07.350239630 +0200
+++ /var/tmp/diff_new_pack.6valC4/_new  2024-04-07 22:13:07.350239630 +0200
@@ -19,7 +19,7 @@
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
 
 Name:   syft
-Version:1.1.0
+Version:1.1.1
 Release:0
 Summary:CLI tool and library for generating a Software Bill of 
Materials
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.6valC4/_old  2024-04-07 22:13:07.382240802 +0200
+++ /var/tmp/diff_new_pack.6valC4/_new  2024-04-07 22:13:07.386240948 +0200
@@ -3,7 +3,7 @@
 https://github.com/anchore/syft
 git
 .git
-v1.1.0
+v1.1.1
 @PARENT_TAG@
 enable
 v(.*)

++ _servicedata ++
--- /var/tmp/diff_new_pack.6valC4/_old  2024-04-07 22:13:07.402241534 +0200
+++ /var/tmp/diff_new_pack.6valC4/_new  2024-04-07 22:13:07.406241680 +0200
@@ -1,6 +1,6 @@
 
 
 https://github.com/anchore/syft
-  f4e18961b979f5e6d0cc3b1e4fce608c8ceb29d8
+  1e31356c49bf2c30fd80c833482e1fbe4133ff83
 (No newline at EOF)
 

++ syft-1.1.0.obscpio -> syft-1.1.1.obscpio ++
/work/SRC/openSUSE:Factory/syft/syft-1.1.0.obscpio 
/work/SRC/openSUSE:Factory/.syft.new.1905/syft-1.1.1.obscpio differ: char 48, 
line 1

++ syft.obsinfo ++
--- /var/tmp/diff_new_pack.6valC4/_old  2024-04-07 22:13:07.442242999 +0200
+++ /var/tmp/diff_new_pack.6valC4/_new  2024-04-07 22:13:07.446243145 +0200
@@ -1,5 +1,5 @@
 name: syft
-version: 1.1.0
-mtime: 1711041604
-commit: f4e18961b979f5e6d0cc3b1e4fce608c8ceb29d8
+version: 1.1.1
+mtime: 1712241259
+commit: 1e31356c49bf2c30fd80c833482e1fbe4133ff83
 

++ vendor.tar.gz ++
/work/SRC/openSUSE:Factory/syft/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.syft.new.1905/vendor.tar.gz differ: char 5, line 1


commit guestfs-tools for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package guestfs-tools for openSUSE:Factory 
checked in at 2024-04-07 22:10:51

Comparing /work/SRC/openSUSE:Factory/guestfs-tools (Old)
 and  /work/SRC/openSUSE:Factory/.guestfs-tools.new.1905 (New)


Package is "guestfs-tools"

Sun Apr  7 22:10:51 2024 rev:15 rq:1165710 version:1.52.0

Changes:

--- /work/SRC/openSUSE:Factory/guestfs-tools/guestfs-tools.changes  
2024-01-08 23:46:46.941628003 +0100
+++ /work/SRC/openSUSE:Factory/.guestfs-tools.new.1905/guestfs-tools.changes
2024-04-07 22:13:09.426315659 +0200
@@ -1,0 +2,7 @@
+Fri Mar 29 13:02:14 MDT 2024 - carn...@suse.com
+
+- Upstream bug fixes
+  Update-virt-customize-generated-files.patch
+  Initialise-bar-fp-as-NULL.patch
+
+---

New:

  Initialise-bar-fp-as-NULL.patch
  Update-virt-customize-generated-files.patch

BETA DEBUG BEGIN:
  New:  Update-virt-customize-generated-files.patch
  Initialise-bar-fp-as-NULL.patch
  New:- Upstream bug fixes
  Update-virt-customize-generated-files.patch
  Initialise-bar-fp-as-NULL.patch
BETA DEBUG END:



Other differences:
--
++ guestfs-tools.spec ++
--- /var/tmp/diff_new_pack.MlzKSg/_old  2024-04-07 22:13:09.898332946 +0200
+++ /var/tmp/diff_new_pack.MlzKSg/_new  2024-04-07 22:13:09.898332946 +0200
@@ -42,6 +42,9 @@
 Source0:
http://download.libguestfs.org/guestfs-tools/%{source_directory}/%{name}-%{version}.tar.gz
 Source1:
http://download.libguestfs.org/guestfs-tools/%{source_directory}/%{name}-%{version}.tar.gz.sig
 
+Patch1: Update-virt-customize-generated-files.patch
+Patch2: Initialise-bar-fp-as-NULL.patch
+
 %if 0%{patches_touch_autotools}
 BuildRequires:  autoconf
 BuildRequires:  automake

++ Initialise-bar-fp-as-NULL.patch ++
Subject: Initialise bar->fp as NULL
From: Ben Brown ben.br...@softiron.com Thu Mar 28 12:35:28 2024 +
Date: Thu Mar 28 12:53:52 2024 +:
Git: 0330ebe40cb645df311bab25888c5ca6cc179efe

Reviewed-by: Richard W.M. Jones 
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2272045

diff --git a/common/progress/progress.c b/common/progress/progress.c
index e4b3066..5848abd 100644
--- a/common/progress/progress.c
+++ b/common/progress/progress.c
@@ -123,6 +123,7 @@ progress_bar_init (unsigned flags)
 bar->machine_readable = 1;
 bar->utf8_mode = 0;
 bar->have_terminfo = 0;
+bar->fp = NULL;
   } else {
 bar->machine_readable = 0;
 

++ Update-virt-customize-generated-files.patch ++
Subject: mlcustomize: Update virt-customize generated files
From: Richard W.M. Jones rjo...@redhat.com Fri Jan 19 13:23:43 2024 +
Date: Fri Jan 19 13:24:24 2024 +:
Git: 54869c9875318db5e7b7c07be1b17931fbc17895

Modified by this patch to libguestfs:

generator/customize.ml: Split --chown parameter on ':' character

diff --git a/common/mlcustomize/customize_cmdline.ml 
b/common/mlcustomize/customize_cmdline.ml
index 245d996..48ee334 100644
--- a/common/mlcustomize/customize_cmdline.ml
+++ b/common/mlcustomize/customize_cmdline.ml
@@ -157,7 +157,7 @@ let rec argspec () =
 let len = String.length arg in
 String.sub arg 0 i, String.sub arg (i+1) (len-(i+1))
   and split_string_triplet option_name arg =
-match String.nsplit ~max:3 "," arg with
+match String.nsplit ~max:3 ":" arg with
 | [a; b; c] -> a, b, c
 | _ ->
 error (f_"invalid format for '--%s' parameter, see the man page")


commit libayatana-appindicator for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libayatana-appindicator for 
openSUSE:Factory checked in at 2024-04-07 22:10:42

Comparing /work/SRC/openSUSE:Factory/libayatana-appindicator (Old)
 and  /work/SRC/openSUSE:Factory/.libayatana-appindicator.new.1905 (New)


Package is "libayatana-appindicator"

Sun Apr  7 22:10:42 2024 rev:3 rq:1165680 version:0.5.93

Changes:

--- 
/work/SRC/openSUSE:Factory/libayatana-appindicator/libayatana-appindicator.changes
  2022-06-09 14:11:49.536530675 +0200
+++ 
/work/SRC/openSUSE:Factory/.libayatana-appindicator.new.1905/libayatana-appindicator.changes
2024-04-07 22:13:04.306128148 +0200
@@ -1,0 +2,7 @@
+Wed Mar 20 06:48:03 UTC 2024 - Andreas Schneider 
+
+- Update to version 0.5.93
+  See the packaged ChangeLog or
+  
https://github.com/AyatanaIndicators/libayatana-appindicator/blob/0.5.93/ChangeLog
+
+---

Old:

  libayatana-appindicator-0.5.91.tar.gz

New:

  libayatana-appindicator-0.5.93.tar.gz



Other differences:
--
++ libayatana-appindicator.spec ++
--- /var/tmp/diff_new_pack.HDLukR/_old  2024-04-07 22:13:05.526172828 +0200
+++ /var/tmp/diff_new_pack.HDLukR/_new  2024-04-07 22:13:05.542173415 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libayatana-appindicator
 #
-# Copyright (c) 2021 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
@@ -23,13 +23,13 @@
 %define sover 1
 %bcond_without mono
 Name:   libayatana-appindicator
-Version:0.5.91
+Version:0.5.93
 Release:0
 Summary:Ayatana application indicators library
 License:GPL-3.0-only AND LGPL-2.0-only AND LGPL-3.0-only
 Group:  System/GUI/Other
 URL:https://github.com/AyatanaIndicators/libayatana-appindicator
-Source: 
https://github.com/AyatanaIndicators/libayatana-appindicator/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source: 
https://github.com/AyatanaIndicators/libayatana-appindicator/archive/%{version}/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE libayatana-appindicator-fix-mono-dir.patch 
hrvoje.sen...@gmail.com -- Fix location of .pc files.
 Patch0: libayatana-appindicator-fix-mono-dir.patch
 BuildRequires:  cmake
@@ -140,29 +140,29 @@
 
 %files -n libayatana-appindicator%{?psuffix:%{psuffix}-}%{sover}
 %license COPYING*
-%doc README
+%doc README.md ChangeLog
 %{_libdir}/libayatana-appindicator%{?psuffix}.so.%{sover}*
 
 %files -n typelib-1_0-AyatanaAppIndicator%{?psuffix}-0_1
 %license COPYING*
-%doc README
+%doc README.md
 %{_libdir}/girepository-1.0/AyatanaAppIndicator%{?psuffix}-0.1.typelib
 
 %if %{with mono}
 %files -n ayatana-appindicator%{?psuffix}-sharp
 %license COPYING*
-%doc README
+%doc README.md
 %{_libdir}/ayatana-appindicator%{?psuffix}-sharp-0.1/
 
 %files -n ayatana-appindicator%{?psuffix}-sharp-devel
 %license COPYING*
-%doc README
+%doc README.md
 %{_libdir}/pkgconfig/ayatana-appindicator%{?psuffix}-sharp-0.1.pc
 %endif
 
 %files -n libayatana-appindicator%{?psuffix}-devel
 %license COPYING*
-%doc README
+%doc README.md
 %{_includedir}/libayatana-appindicator%{?psuffix}-0.1/
 %{_libdir}/libayatana-appindicator%{?psuffix}.so
 %{_libdir}/pkgconfig/ayatana-appindicator%{?psuffix}-0.1.pc

++ libayatana-appindicator-0.5.91.tar.gz -> 
libayatana-appindicator-0.5.93.tar.gz ++
 7398 lines of diff (skipped)


commit python-slycot for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-slycot for openSUSE:Factory 
checked in at 2024-04-07 22:10:38

Comparing /work/SRC/openSUSE:Factory/python-slycot (Old)
 and  /work/SRC/openSUSE:Factory/.python-slycot.new.1905 (New)


Package is "python-slycot"

Sun Apr  7 22:10:38 2024 rev:19 rq:1165673 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-slycot/python-slycot.changes  
2023-04-29 17:28:16.494575916 +0200
+++ /work/SRC/openSUSE:Factory/.python-slycot.new.1905/python-slycot.changes
2024-04-07 22:12:59.485951624 +0200
@@ -1,0 +2,18 @@
+Fri Apr  5 14:18:26 UTC 2024 - Ben Greiner 
+
+- Update to 0.6.0
+  ## New and updated wrappers
+  * Bugfix ab13bd by @KybernetikJo in #200
+  * Add ab04md by @KybernetikJo in #201
+  * Add sb10yd by @KybernetikJo in #203
+  * Implement MB02ED by @saasaa in #214
+  ## Maintenance and upkeep improvements
+  * Refactor init.py by @KybernetikJo in #205
+  * Change analysis.py to numpydoc style by @KybernetikJo in #206
+  * Change synthesis.py to numpydoc style by @KybernetikJo in #212
+  * Change math.py to numpydoc style by @KybernetikJo in #211
+  * Change transform.py to numpydoc style by @KybernetikJo in #213
+  * Enable Python 3.12, drop Python <3.9 by @bnavigator in #227
+  * Update to SLICOT v5.9 by @bnavigator in #231
+
+---

Old:

  slycot-0.5.4.tar.gz

New:

  slycot-0.6.0.tar.gz



Other differences:
--
++ python-slycot.spec ++
--- /var/tmp/diff_new_pack.DFXZeb/_old  2024-04-07 22:12:59.993970229 +0200
+++ /var/tmp/diff_new_pack.DFXZeb/_new  2024-04-07 22:12:59.997970375 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-slycot
 #
-# 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
@@ -17,14 +17,14 @@
 
 
 Name:   python-slycot
-Version:0.5.4
+Version:0.6.0
 Release:0
 Summary:A wrapper for the SLICOT control and systems library
 License:BSD-3-Clause AND GPL-2.0-only
 Group:  Development/Languages/Python
 URL:https://github.com/python-control/Slycot
 Source0:
https://files.pythonhosted.org/packages/source/s/slycot/slycot-%{version}.tar.gz
-BuildRequires:  %{python_module devel >= 3.8}
+BuildRequires:  %{python_module devel >= 3.10}
 BuildRequires:  %{python_module numpy-devel}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module scikit-build >= 0.15}

++ slycot-0.5.4.tar.gz -> slycot-0.6.0.tar.gz ++
 19492 lines of diff (skipped)


commit python-control for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-control for openSUSE:Factory 
checked in at 2024-04-07 22:10:37

Comparing /work/SRC/openSUSE:Factory/python-control (Old)
 and  /work/SRC/openSUSE:Factory/.python-control.new.1905 (New)


Package is "python-control"

Sun Apr  7 22:10:37 2024 rev:23 rq:1165672 version:0.10.0

Changes:

--- /work/SRC/openSUSE:Factory/python-control/python-control.changes
2024-02-04 19:12:20.743406694 +0100
+++ /work/SRC/openSUSE:Factory/.python-control.new.1905/python-control.changes  
2024-04-07 22:12:58.885929650 +0200
@@ -1,0 +2,50 @@
+Fri Apr  5 14:22:32 UTC 2024 - Ben Greiner 
+
+- Update to 0.10.0
+  * Multivariable interconnect functionality by @murrayrm in #881
+  * Remove NumPy matrix class by @murrayrm in #913
+  * I/O system class restructuring by @murrayrm in #916
+  * Documentation fixes by @KybernetikJo in #919, #921, #922, #923
+  * Add two MRAC siso examples by @KybernetikJo in #914
+  * Time response plots by @murrayrm in #920
+  * Print a connection table for interconnected systems by
+@sawyerbfuller in #925
+  * Update frequency response plots to use _response/_plot pattern
+by @murrayrm in #924
+  * create_statefbk_iosystem and optimal control enhancements by
+@murrayrm in #930
+  * Add unit test illustrating issue #935 + add method keyword for
+tf2ss by @murrayrm in #937
+  * Vectorize optimal control cost calculation by @urpok23 in #940
+  * Improved speed of ctrb and obsv functions by @Jpickard1 in #941
+  * Fix sphinx bug (erroneous use of class template) by @murrayrm
+in #943
+  * Fix bug in matched transformation + address other issues in
+#950 by @murrayrm in #951
+  * Fix typo in header of Hinf example by @jrforbes in #946
+  * Fix typo in stochresp.py by @alex-damjanovic in #945
+  * Fix TimeResponseData.to_pandas() to handle zero state case by
+@murrayrm in #958
+  * Update pole/zero and root locus plots to use _map/_plot pattern
+by @murrayrm in #953
+  * Fix CI warnings by @murrayrm in #955
+  * Support Python 3.12, bump minimum support according to SPEC 0
+by @bnavigator in #961
+  * Fix typos in pzmap.py by @matejkarasek in #962
+  * Fix examples to work with SciPy 1.12 by @bnavigator in #965
+  * Fix config test for missing old key warning by @bnavigator in
+#972
+  * Implementation of system norms by @henriks76 in #971, #976
+  * Updated gram() to support discrete-time systems by @billtubbs
+in #969
+  * Update unit test infrastructure by @murrayrm in #981, #986
+  * Remove external/ directory by @murrayrm in #983
+  * Reimplementation of 2D phase plots by @murrayrm in #980
+  * Update readthedocs to Python 3.12 by @murrayrm in #985
+  * Fix warning messages in tests; update rlocus/pzmap limits by
+@murrayrm in #984
+  * Allow passing and saving of params in time responses by
+@murrayrm in #982
+- Drop python-control-pr961-py312.patch
+
+---

Old:

  control-0.9.4.tar.gz
  python-control-pr961-py312.patch

New:

  control-0.10.0.tar.gz

BETA DEBUG BEGIN:
  Old:@murrayrm in #982
- Drop python-control-pr961-py312.patch
BETA DEBUG END:



Other differences:
--
++ python-control.spec ++
--- /var/tmp/diff_new_pack.OO8rZ0/_old  2024-04-07 22:12:59.313945324 +0200
+++ /var/tmp/diff_new_pack.OO8rZ0/_new  2024-04-07 22:12:59.317945471 +0200
@@ -17,15 +17,13 @@
 
 
 Name:   python-control
-Version:0.9.4
+Version:0.10.0
 Release:0
 Summary:Python control systems library
 License:BSD-3-Clause
 URL:https://python-control.org
 Source: 
https://files.pythonhosted.org/packages/source/c/control/control-%{version}.tar.gz
 Source1:%{name}-rpmlintrc
-# PATCH-FIX-UPSTREAM python-control-pr961-py312.patch 
gh#python-control/python-control#961
-Patch0: python-control-pr961-py312.patch
 BuildRequires:  %{python_module base >= 3.8}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools_scm}
@@ -72,7 +70,8 @@
 # The default Agg backend does not define the toolbar attribute in the Figure
 # Manager used by some tests, so we run the tests with the Qt5 backend
 export MPLBACKEND="Qt5Agg"
-donttest="dummyprefix"
+# precision issues
+donttest="test_lti_nlsys_response"
 # gh#python-control/python-control#838
 [ "${RPM_ARCH}" != "x86_64" ] && donttest="$donttest or (test_optimal_doc and 
shooting-3-u0-None)"
 # causes i586 segfaults in matplotlib after successful balanced model 
reduction tests

++ control-0.9.4.tar.gz -> control-0.10.0.tar.gz ++
/work/SRC/openSUSE:Factory/python-control/control-0.9.4.tar.gz 

commit urfkill for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package urfkill for openSUSE:Factory checked 
in at 2024-04-07 22:10:36

Comparing /work/SRC/openSUSE:Factory/urfkill (Old)
 and  /work/SRC/openSUSE:Factory/.urfkill.new.1905 (New)


Package is "urfkill"

Sun Apr  7 22:10:36 2024 rev:22 rq:1165661 version:0.5.0

Changes:

--- /work/SRC/openSUSE:Factory/urfkill/urfkill.changes  2024-02-21 
17:57:06.256795801 +0100
+++ /work/SRC/openSUSE:Factory/.urfkill.new.1905/urfkill.changes
2024-04-07 22:12:56.537843658 +0200
@@ -1,0 +2,9 @@
+Fri Apr  5 12:12:52 UTC 2024 - Dr. Werner Fink 
+
+- Add patch rfkill_even_size.patch
+  * Change size check to only fail if less than RFKILL_EVENT_SIZE_V1
+as new fields are being added to the struct
+- Add patch configure_err_message.patch 
+  * Do not use comma in AC_MSG_ERROR() as this is used for exit status
+
+---

New:

  configure_err_message.patch
  rfkill_even_size.patch

BETA DEBUG BEGIN:
  New:as new fields are being added to the struct
- Add patch configure_err_message.patch 
  * Do not use comma in AC_MSG_ERROR() as this is used for exit status
  New:
- Add patch rfkill_even_size.patch
  * Change size check to only fail if less than RFKILL_EVENT_SIZE_V1
BETA DEBUG END:



Other differences:
--
++ urfkill.spec ++
--- /var/tmp/diff_new_pack.s4GCvd/_old  2024-04-07 22:12:56.997860505 +0200
+++ /var/tmp/diff_new_pack.s4GCvd/_new  2024-04-07 22:12:57.001860651 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package urfkill
 #
-# Copyright (c) 2022 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
@@ -25,6 +25,8 @@
 Group:  System/Daemons
 Source: 
https://github.com/lcp/urfkill/archive/%{name}-%{version}.tar.gz
 Patch0: urfkill-change-default-user.patch
+Patch1: configure_err_message.patch
+Patch2: rfkill_even_size.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -114,7 +116,8 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING NEWS README
+%license COPYING
+%doc AUTHORS NEWS README
 %dir %{_libexecdir}/urfkill
 %{_libexecdir}/urfkill/urfkilld
 %{_datadir}/dbus-1/interfaces/*.xml

++ configure_err_message.patch ++
---
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/configure.ac
+++ b/configure.ac  2024-04-05 12:06:03.419144263 +
@@ -184,7 +184,7 @@ AS_IF([test "$with_session_tracking" = "
 AS_IF([test "$with_session_tracking" = "none"], with_session_tracking=no)
 # check value
 AS_IF([! (echo "$with_session_tracking" | grep -q -E 
"^(systemd|consolekit|no)$")],
-AC_MSG_ERROR([--with-session-tracking must be systemd/consolekit/no, 
not $with_session_tracking]))
+AC_MSG_ERROR([--with-session-tracking must be systemd/consolekit/no 
not $with_session_tracking]))
 # add conditionals and subtitution
 AM_CONDITIONAL(SESSION_TRACKING_CK, test "$with_session_tracking" = 
"consolekit")
 AM_CONDITIONAL(SESSION_TRACKING_SYSTEMD, test "$with_session_tracking" = 
"systemd")

++ rfkill_even_size.patch ++
>From 2e9f3c0de869d30359c3b14ce6804625c5c4464d Mon Sep 17 00:00:00 2001
From: William Wilson 
Date: Wed, 31 Mar 2021 16:10:27 -0500
Subject: [PATCH] Change size check to only fail if less than
 RFKILL_EVENT_SIZE_V1 as new fields are being added to the struct

---
 src/urf-arbitrator.c | 7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/urf-arbitrator.c b/src/urf-arbitrator.c
index ac9b958..677c901 100644
--- a/src/urf-arbitrator.c
+++ b/src/urf-arbitrator.c
@@ -587,7 +587,12 @@ urf_arbitrator_startup (UrfArbitrator *arbitrator,
break;
}
 
-   if (len != RFKILL_EVENT_SIZE_V1) {
+   /* There has been a change in the kernel that allows for an 
extra
+ * byte in the rfkill event struct that tracks a reason field.
+* see commit id 14486c82612a177cb910980c70ba900827ca0894 for
+ * more information
+*/
+   if (len < RFKILL_EVENT_SIZE_V1) {
g_warning("Wrong size of RFKILL event\n");
continue;
}


commit python-aws-sam-translator for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-aws-sam-translator for 
openSUSE:Factory checked in at 2024-04-07 22:10:34

Comparing /work/SRC/openSUSE:Factory/python-aws-sam-translator (Old)
 and  /work/SRC/openSUSE:Factory/.python-aws-sam-translator.new.1905 (New)


Package is "python-aws-sam-translator"

Sun Apr  7 22:10:34 2024 rev:27 rq:1165557 version:1.87.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-aws-sam-translator/python-aws-sam-translator.changes
  2024-03-13 22:19:58.839372383 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-aws-sam-translator.new.1905/python-aws-sam-translator.changes
2024-04-07 22:12:53.049715917 +0200
@@ -1,0 +2,29 @@
+Fri Apr  5 09:04:00 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Update to 1.87.0
+  * Merge main to develop by @gracelu0 in #3544
+  * chore(schema): update by @github-actions in #3546
+  * fix: normalize the open api version by @xazhao in #3551
+  * chore(schema): update by @github-actions in #3557
+  * Merge main to develop by @xazhao in #3562
+  * chore: add new partition by @aaythapa in #3564
+  * Revert "fix: normalize the open api version" by @aaythapa in #3565
+- from version 1.86.0
+  * chore: a more polite closed issue message by @kellertk in #3509
+  * chore: Update managed policies list for more policy support by @GavinZZ in 
#3510
+  * chore(schema): update by @github-actions in #3512
+  * chore: Allow dependabot to upgrade other GHAs by @jfuss in #3513
+  * chore(deps): bump github/codeql-action from 2 to 3 by @dependabot in #3516
+  * chore(deps): bump actions/setup-python from 4 to 5 by @dependabot in #3515
+  * chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #3514
+  * Merge main to develop by @ssenchenko in #3519
+  * chore: Fix KeyError when accessing PolicyDocument by @jfuss in #3522
+  * fix: add check for CodeUri property type by @paulhcsun in #3531
+  * Use datetime.now(utc) in MetricDatum by @s-t-e-v-e-n-k in #3538
+  * [chore] switch to timezone.utc instead of utcnow() since the last
+one is deprecated in Python 12 by @ssenchenko in #3539
+  * chore(schema): update by @github-actions in #3542
+- Drop patches for issues fixed upstream
+  * no-more-utcnow-in-metrics.patch
+
+---

Old:

  no-more-utcnow-in-metrics.patch
  serverless-application-model-1.85.0.tar.gz

New:

  serverless-application-model-1.87.0.tar.gz

BETA DEBUG BEGIN:
  Old:- Drop patches for issues fixed upstream
  * no-more-utcnow-in-metrics.patch
BETA DEBUG END:



Other differences:
--
++ python-aws-sam-translator.spec ++
--- /var/tmp/diff_new_pack.hgCNp8/_old  2024-04-07 22:12:54.877782864 +0200
+++ /var/tmp/diff_new_pack.hgCNp8/_new  2024-04-07 22:12:54.877782864 +0200
@@ -27,14 +27,12 @@
 %define skip_python2 1
 %endif
 Name:   python-aws-sam-translator
-Version:1.85.0
+Version:1.87.0
 Release:0
 Summary:AWS SAM template to AWS CloudFormation template translator
 License:Apache-2.0
 URL:https://github.com/awslabs/serverless-application-model
 Source: 
https://github.com/awslabs/serverless-application-model/archive/v%{version}.tar.gz#/serverless-application-model-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM gh#aws/serverless-application-model#3538
-Patch0: no-more-utcnow-in-metrics.patch
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module wheel}

++ serverless-application-model-1.85.0.tar.gz -> 
serverless-application-model-1.87.0.tar.gz ++
 10231 lines of diff (skipped)


commit aws-c-io for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package aws-c-io for openSUSE:Factory 
checked in at 2024-04-07 22:10:31

Comparing /work/SRC/openSUSE:Factory/aws-c-io (Old)
 and  /work/SRC/openSUSE:Factory/.aws-c-io.new.1905 (New)


Package is "aws-c-io"

Sun Apr  7 22:10:31 2024 rev:5 rq:1165452 version:0.14.7

Changes:

--- /work/SRC/openSUSE:Factory/aws-c-io/aws-c-io.changes2024-03-26 
19:29:42.226328776 +0100
+++ /work/SRC/openSUSE:Factory/.aws-c-io.new.1905/aws-c-io.changes  
2024-04-07 22:12:47.805523865 +0200
@@ -1,0 +2,6 @@
+Fri Apr  5 08:37:19 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Update to version 0.14.7
+  * Skip rsa8192.badssl.com test to fix CI by @waahm7 in (#635)
+
+---

Old:

  v0.14.6.tar.gz

New:

  v0.14.7.tar.gz



Other differences:
--
++ aws-c-io.spec ++
--- /var/tmp/diff_new_pack.ljZcz2/_old  2024-04-07 22:12:48.361544227 +0200
+++ /var/tmp/diff_new_pack.ljZcz2/_new  2024-04-07 22:12:48.361544227 +0200
@@ -20,7 +20,7 @@
 %define library_version 1.0.0
 %define library_soversion 0unstable
 Name:   aws-c-io
-Version:0.14.6
+Version:0.14.7
 Release:0
 Summary:I/O and TLS package AWS SDK for C
 License:Apache-2.0

++ v0.14.6.tar.gz -> v0.14.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-c-io-0.14.6/tests/CMakeLists.txt 
new/aws-c-io-0.14.7/tests/CMakeLists.txt
--- old/aws-c-io-0.14.6/tests/CMakeLists.txt2024-03-12 00:45:01.0 
+0100
+++ new/aws-c-io-0.14.7/tests/CMakeLists.txt2024-04-02 23:30:42.0 
+0200
@@ -183,13 +183,13 @@
 # Badssl - Secure uncommon suite
 # We skip 1san for now as its unclear the point or relevance 
especially with respect to the OS-based
 # TLS implementations
-# We skip 1000san, sha384 and sha512 because the public badssl certificate 
is expired and we haven't migrated to
+# We skip 1000san, sha384, rsa8192 and sha512 because the public badssl 
certificate is expired and we haven't migrated to
 # internal hosting yet
 # We also defer the incomplete chain test for now until we can do some 
further study on how to get it to
 # properly fail on windows and osx.
 # add_net_test_case(tls_client_channel_negotiation_success_sha384)
 # add_net_test_case(tls_client_channel_negotiation_success_sha512)
-add_net_test_case(tls_client_channel_negotiation_success_rsa8192)
+# add_net_test_case(tls_client_channel_negotiation_success_rsa8192)
 add_net_test_case(tls_client_channel_negotiation_error_no_subject)
 
add_net_test_case(tls_client_channel_negotiation_success_no_verify_no_subject)
 add_net_test_case(tls_client_channel_negotiation_error_no_common_name)


commit python-azure-purview-administration for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-purview-administration 
for openSUSE:Factory checked in at 2024-04-07 22:10:04

Comparing /work/SRC/openSUSE:Factory/python-azure-purview-administration (Old)
 and  
/work/SRC/openSUSE:Factory/.python-azure-purview-administration.new.1905 (New)


Package is "python-azure-purview-administration"

Sun Apr  7 22:10:04 2024 rev:2 rq:1165314 version:1.0.0b1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-purview-administration/python-azure-purview-administration.changes
  2021-10-21 23:55:51.940035960 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-purview-administration.new.1905/python-azure-purview-administration.changes
2024-04-07 22:12:19.592490649 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 13:06:41 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-purview-administration.spec ++
--- /var/tmp/diff_new_pack.VPCodn/_old  2024-04-07 22:12:20.308516871 +0200
+++ /var/tmp/diff_new_pack.VPCodn/_new  2024-04-07 22:12:20.308516871 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-purview-administration
 #
-# Copyright (c) 2021 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-purview-administration
 Version:1.0.0b1
 Release:0
@@ -29,20 +26,23 @@
 URL:https://github.com/Azure/azure-sdk-for-python
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-purview-administration/azure-purview-administration-%{version}.zip
 Source1:LICENSE.txt
-BuildRequires:  %{python_module azure-purview-nspkg >= 2.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module azure-purview-nspkg >= 2.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-Requires:   python-azure-core < 2.0.0
-Requires:   python-azure-core >= 1.18.0
-Requires:   python-azure-purview-nspkg >= 2.0.0
 Requires:   python-azure-nspkg >= 3.0.0
+Requires:   python-azure-purview-nspkg >= 2.0.0
 Requires:   python-msrest >= 0.6.21
 Requires:   python-six >= 1.11.0
+Requires:   (python-azure-core >= 1.18.0 with python-azure-core < 2.0.0)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-purview-administration < 1.0.0b1
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -55,10 +55,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-purview-administration-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/purview/__init__.*
@@ -68,9 +68,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/purview/administration
-%{python_sitelib}/azure_purview_administration-*.egg-info
+%{python_sitelib}/azure_purview_administration-*.dist-info
 


commit python-azure-monitor-ingestion for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-monitor-ingestion for 
openSUSE:Factory checked in at 2024-04-07 22:09:57

Comparing /work/SRC/openSUSE:Factory/python-azure-monitor-ingestion (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-monitor-ingestion.new.1905 
(New)


Package is "python-azure-monitor-ingestion"

Sun Apr  7 22:09:57 2024 rev:6 rq:1165307 version:1.0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-monitor-ingestion/python-azure-monitor-ingestion.changes
2023-11-09 21:36:21.919028253 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-monitor-ingestion.new.1905/python-azure-monitor-ingestion.changes
  2024-04-07 22:12:12.736239560 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 13:06:13 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-monitor-ingestion.spec ++
--- /var/tmp/diff_new_pack.9jlbVk/_old  2024-04-07 22:12:13.800278527 +0200
+++ /var/tmp/diff_new_pack.9jlbVk/_new  2024-04-07 22:12:13.804278673 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-monitor-ingestion
 #
-# 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-monitor-ingestion
 Version:1.0.3
 Release:0
@@ -31,17 +28,20 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-monitor-nspkg >= 1.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-azure-core < 2.0.0
-Requires:   python-azure-core >= 1.24.0
 Requires:   python-azure-monitor-nspkg >= 1.0.0
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-isodate >= 0.6.0
+Requires:   (python-azure-core >= 1.24.0 with python-azure-core < 2.0.0)
 Requires:   (python-typing_extensions >= 4.0.1 if python-base < 3.8)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-monitor-ingestion < 1.0.3
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -58,10 +58,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-monitor-ingestion-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/monitor/__init__.*
@@ -71,9 +71,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/monitor/ingestion
-%{python_sitelib}/azure_monitor_ingestion-*.egg-info
+%{python_sitelib}/azure_monitor_ingestion-*.dist-info
 


commit oci-cli for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package oci-cli for openSUSE:Factory checked 
in at 2024-04-07 22:10:26

Comparing /work/SRC/openSUSE:Factory/oci-cli (Old)
 and  /work/SRC/openSUSE:Factory/.oci-cli.new.1905 (New)


Package is "oci-cli"

Sun Apr  7 22:10:26 2024 rev:59 rq:1165366 version:3.38.1

Changes:

--- /work/SRC/openSUSE:Factory/oci-cli/oci-cli.changes  2024-03-14 
17:47:41.231212348 +0100
+++ /work/SRC/openSUSE:Factory/.oci-cli.new.1905/oci-cli.changes
2024-04-07 22:12:41.349287425 +0200
@@ -1,0 +2,186 @@
+Thu Apr  4 11:18:54 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Update to version 3.38.1
+  * OCI Network Load Balancer Service
+* Support for assigned private Ip by adding new optional parameters
+  in the Network Load Balancer Service for creation and update
+* ``oci nlb network-load-balancer create --assigned-ipv6, 
--assigned-private-ipv4``
+* ``oci nlb network-load-balancer update --assigned-ipv6``
+* LBaaS Support for TLSv1.3
+  * OCI Email-Delivery Service
+* Support for Configuration API in Email-Delivery Service
+* Support for sending mails via Https for Email Delivery Service
+  * OCI Cloud Guard service
+* Support for the status field in creating data source resource of Cloud 
Guard Service
+* ``oci cloud-guard data-source create --status``
+* ``oci cloud-guard data-source 
create-data-source-logging-query-data-source-details --status``
+  * [BREAKING] Commands removed
+* ``oci devops code-search list-results``
+* ``oci devops project delete-project-settings``
+* ``oci devops project get-notification-preference``
+* ``oci devops project get-project-settings``
+* ``oci devops project list-project-analytics-authors``
+* ``oci devops project summarize-project-analytics``
+* ``oci devops project update-notification-preference``
+* ``oci devops project update-project-settings``
+* ``oci devops protected-branch create-or-update``
+* ``oci devops protected-branch delete``
+* ``oci devops protected-branch list-protected-branches``
+* ``oci devops pull-request create``
+* ``oci devops pull-request create-pull-request-attachment``
+* ``oci devops pull-request decline``
+* ``oci devops pull-request delete``
+* ``oci devops pull-request delete-pull-request-attachment``
+* ``oci devops pull-request execute-merge-pull-request``
+* ``oci devops pull-request get``
+* ``oci devops pull-request get-pull-request-attachment``
+* ``oci devops pull-request get-pull-request-attachment-content``
+* ``oci devops pull-request get-pull-request-change-summary-metrics``
+* ``oci devops pull-request get-pull-request-notification-preference``
+* ``oci devops pull-request list-build-run-snapshots``
+* ``oci devops pull-request list-pull-request-activities``
+* ``oci devops pull-request list-pull-request-attachments``
+* ``oci devops pull-request list-pull-request-commits``
+* ``oci devops pull-request list-pull-request-file-changes``
+* ``oci devops pull-request list-pull-requests``
+* ``oci devops pull-request patch``
+* ``oci devops pull-request reopen``
+* ``oci devops pull-request review``
+* ``oci devops pull-request unsubscribe``
+* ``oci devops pull-request update``
+* ``oci devops pull-request update-pull-request-notification-preference``
+* ``oci devops pull-request validate-merge-pull-request``
+* ``oci devops pull-request-comment create-pull-request-comment``
+* ``oci devops pull-request-comment delete-pull-request-comment``
+* ``oci devops pull-request-comment get-pull-request-comment``
+* ``oci devops pull-request-comment like-pull-request-comment``
+* ``oci devops pull-request-comment list-pull-request-comments``
+* ``oci devops pull-request-comment unlike-pull-request-comment``
+* ``oci devops pull-request-comment update-pull-request-comment``
+* ``oci devops repository create-or-update-git-branch-details``
+* ``oci devops repository create-or-update-git-tag-details``
+* ``oci devops repository delete-git-ref``
+* ``oci devops repository delete-repository-settings``
+* ``oci devops repository get-repository-notification-preference``
+* ``oci devops repository get-repository-settings``
+* ``oci devops repository list-fork-sync-statuses``
+* ``oci devops repository list-pull-request-authors``
+* ``oci devops repository list-repository-analytics-authors``
+* ``oci devops repository list-repository-build-run-snapshots``
+* ``oci devops repository summarize-repository-analytics``
+* ``oci devops repository sync``
+* ``oci devops repository update-repository-notification-preference``
+* ``oci devops repository 

commit python-azure-mixedreality-nspkg for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mixedreality-nspkg for 
openSUSE:Factory checked in at 2024-04-07 22:09:56

Comparing /work/SRC/openSUSE:Factory/python-azure-mixedreality-nspkg (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mixedreality-nspkg.new.1905 
(New)


Package is "python-azure-mixedreality-nspkg"

Sun Apr  7 22:09:56 2024 rev:2 rq:1165306 version:1.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mixedreality-nspkg/python-azure-mixedreality-nspkg.changes
  2021-11-17 01:15:23.782191086 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mixedreality-nspkg.new.1905/python-azure-mixedreality-nspkg.changes
2024-04-07 22:12:10.340151810 +0200
@@ -1,0 +2,14 @@
+Thu Apr  4 13:06:09 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+
+---



Other differences:
--
++ python-azure-mixedreality-nspkg.spec ++
--- /var/tmp/diff_new_pack.Eq8WAU/_old  2024-04-07 22:12:11.932210115 +0200
+++ /var/tmp/diff_new_pack.Eq8WAU/_new  2024-04-07 22:12:11.932210115 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mixedreality-nspkg
 #
-# Copyright (c) 2021 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-mixedreality-nspkg
 Version:1.0.0
 Release:0
@@ -30,13 +27,17 @@
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-mixedreality-nspkg/azure-mixedreality-nspkg-%{version}.zip
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 Requires:   python-azure-nspkg >= 3.0.0
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-mixedreality-nspkg < 1.0.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -53,17 +54,16 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mixedreality-nspkg-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %python_expand mkdir -p %{buildroot}%{$python_sitelib}/azure/mixedreality
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/mixedreality
-%{python_sitelib}/azure_mixedreality_nspkg-*.egg-info
+%{python_sitelib}/azure_mixedreality_nspkg-*.dist-info
 


commit python-azure-storage-common for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-storage-common for 
openSUSE:Factory checked in at 2024-04-07 22:10:23

Comparing /work/SRC/openSUSE:Factory/python-azure-storage-common (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-storage-common.new.1905 (New)


Package is "python-azure-storage-common"

Sun Apr  7 22:10:23 2024 rev:6 rq:1165335 version:2.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-storage-common/python-azure-storage-common.changes
  2020-12-09 22:21:05.391655204 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-storage-common.new.1905/python-azure-storage-common.changes
2024-04-07 22:12:40.085241133 +0200
@@ -1,0 +2,14 @@
+Thu Apr  4 13:07:48 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+
+---



Other differences:
--
++ python-azure-storage-common.spec ++
--- /var/tmp/diff_new_pack.ugiQ6M/_old  2024-04-07 22:12:40.497256222 +0200
+++ /var/tmp/diff_new_pack.ugiQ6M/_new  2024-04-07 22:12:40.497256222 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-storage-common
 #
-# Copyright (c) 2020 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-storage-common
 Version:2.1.0
 Release:0
@@ -31,7 +28,9 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-storage-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-azure-common >= 1.1.5
@@ -42,7 +41,9 @@
 Requires:   python-requests
 Conflicts:  python-azure-sdk <= 2.0.0
 Conflicts:  python-azure-storage <= 0.36.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-storage-common < 2.1.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -58,10 +59,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-storage-common-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/storage/__init__.*
@@ -71,9 +72,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.rst
 %license LICENSE.txt
 %{python_sitelib}/azure/storage/common
-%{python_sitelib}/azure_storage_common-*.egg-info
+%{python_sitelib}/azure_storage_common-*.dist-info
 


commit python-azure-storage-file for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-storage-file for 
openSUSE:Factory checked in at 2024-04-07 22:10:24

Comparing /work/SRC/openSUSE:Factory/python-azure-storage-file (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-storage-file.new.1905 (New)


Package is "python-azure-storage-file"

Sun Apr  7 22:10:24 2024 rev:5 rq:1165336 version:2.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-storage-file/python-azure-storage-file.changes
  2020-12-09 22:21:07.627657472 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-storage-file.new.1905/python-azure-storage-file.changes
2024-04-07 22:12:40.613260469 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 13:07:52 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-storage-file.spec ++
--- /var/tmp/diff_new_pack.CMvlAZ/_old  2024-04-07 22:12:41.021275413 +0200
+++ /var/tmp/diff_new_pack.CMvlAZ/_new  2024-04-07 22:12:41.025275559 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-storage-file
 #
-# Copyright (c) 2020 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-storage-file
 Version:2.1.0
 Release:0
@@ -31,17 +28,20 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-storage-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-azure-common >= 1.1.5
 Requires:   python-azure-nspkg >= 3.0.0
-Requires:   python-azure-storage-common < 3.0.0
-Requires:   python-azure-storage-common >= 2.1.0
 Requires:   python-azure-storage-nspkg >= 3.0.0
+Requires:   (python-azure-storage-common >= 2.1.0 with 
python-azure-storage-common < 3.0.0)
 Conflicts:  python-azure-sdk <= 2.0.0
 Conflicts:  python-azure-storage <= 0.36.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-storage-file < 2.1.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -57,10 +57,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-storage-file-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/storage/__init__.*
@@ -70,9 +70,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.rst
 %license LICENSE.txt
 %{python_sitelib}/azure/storage/file
-%{python_sitelib}/azure_storage_file-*.egg-info
+%{python_sitelib}/azure_storage_file-*.dist-info
 


commit python-azure-mgmt-web for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-web for 
openSUSE:Factory checked in at 2024-04-07 22:09:50

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-web (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-web.new.1905 (New)


Package is "python-azure-mgmt-web"

Sun Apr  7 22:09:50 2024 rev:20 rq:1165301 version:7.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-web/python-azure-mgmt-web.changes  
2023-11-21 21:32:16.487912309 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-web.new.1905/python-azure-mgmt-web.changes
2024-04-07 22:12:03.095886511 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 13:05:49 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-mgmt-web.spec ++
--- /var/tmp/diff_new_pack.ssDolf/_old  2024-04-07 22:12:03.651906874 +0200
+++ /var/tmp/diff_new_pack.ssDolf/_new  2024-04-07 22:12:03.651906874 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-web
 #
-# 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-mgmt-web
 Version:7.2.0
 Release:0
@@ -31,20 +28,21 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
-Requires:   python-azure-mgmt-core < 2.0.0
-Requires:   python-azure-mgmt-core >= 1.3.2
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
-Requires:   python-isodate < 1.0.0
-Requires:   python-isodate >= 0.6.1
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-azure-mgmt-core >= 1.3.2 with python-azure-mgmt-core < 
2.0.0)
+Requires:   (python-isodate >= 0.6.1 with python-isodate < 1.0.0)
 Requires:   (python-typing_extensions >= 4.3.0 if python-base < 3.8)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-mgmt-web < 7.2.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -62,10 +60,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-web-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
@@ -75,9 +73,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/mgmt/web
-%{python_sitelib}/azure_mgmt_web-*.egg-info
+%{python_sitelib}/azure_mgmt_web-*.dist-info
 


commit python-azure-search-nspkg for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-search-nspkg for 
openSUSE:Factory checked in at 2024-04-07 22:10:16

Comparing /work/SRC/openSUSE:Factory/python-azure-search-nspkg (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-search-nspkg.new.1905 (New)


Package is "python-azure-search-nspkg"

Sun Apr  7 22:10:16 2024 rev:4 rq:1165328 version:1.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-search-nspkg/python-azure-search-nspkg.changes
  2021-01-22 21:51:22.693768599 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-search-nspkg.new.1905/python-azure-search-nspkg.changes
2024-04-07 22:12:31.732935256 +0200
@@ -1,0 +2,13 @@
+Thu Apr  4 13:07:20 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+
+---



Other differences:
--
++ python-azure-search-nspkg.spec ++
--- /var/tmp/diff_new_pack.BujXau/_old  2024-04-07 22:12:32.212952835 +0200
+++ /var/tmp/diff_new_pack.BujXau/_new  2024-04-07 22:12:32.212952835 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-search-nspkg
 #
-# Copyright (c) 2021 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-search-nspkg
 Version:1.0.0
 Release:0
@@ -30,12 +27,17 @@
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-search-nspkg/azure-search-nspkg-%{version}.zip
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 Requires:   python-azure-nspkg >= 3.0.0
 Conflicts:  python-azure-sdk <= 2.0.0
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-search-nspkg < 1.0.0
+%endif
 BuildArch:  noarch
 %python_subpackages
 
@@ -53,17 +55,16 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-search-nspkg-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %python_expand mkdir -p %{buildroot}%{$python_sitelib}/azure/search
 
 %files %{python_files}
 %doc README.md
 %license LICENSE.txt
-%dir %{python_sitelib}/azure/search
-%python2_only %{python_sitelib}/azure/search
-%{python_sitelib}/azure_search_nspkg-*.egg-info
+%{python_sitelib}/azure/search
+%{python_sitelib}/azure_search_nspkg-*.dist-info
 


commit python-azure-search-documents for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-search-documents for 
openSUSE:Factory checked in at 2024-04-07 22:10:15

Comparing /work/SRC/openSUSE:Factory/python-azure-search-documents (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-search-documents.new.1905 
(New)


Package is "python-azure-search-documents"

Sun Apr  7 22:10:15 2024 rev:11 rq:1165327 version:11.4.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-search-documents/python-azure-search-documents.changes
  2023-11-15 21:09:58.771334314 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-search-documents.new.1905/python-azure-search-documents.changes
2024-04-07 22:12:31.128913135 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 13:07:16 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-search-documents.spec ++
--- /var/tmp/diff_new_pack.yHPBIQ/_old  2024-04-07 22:12:31.608930714 +0200
+++ /var/tmp/diff_new_pack.yHPBIQ/_new  2024-04-07 22:12:31.608930714 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-search-documents
 #
-# 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-search-documents
 Version:11.4.0
 Release:0
@@ -31,18 +28,20 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-search-nspkg >= 1.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
-Requires:   python-azure-core < 2.0.0
-Requires:   python-azure-core >= 1.28.0
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-azure-search-nspkg >= 1.0.0
 Requires:   python-isodate >= 0.6.0
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-azure-core >= 1.28.0 with python-azure-core < 2.0.0)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-search-documents < 11.4.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -60,10 +59,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-search-documents-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/search/__init__.*
@@ -73,9 +72,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/search/documents
-%{python_sitelib}/azure_search_documents-*.egg-info
+%{python_sitelib}/azure_search_documents-*.dist-info
 


commit python-azure-mgmt-subscription for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-subscription for 
openSUSE:Factory checked in at 2024-04-07 22:09:41

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-subscription (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-subscription.new.1905 
(New)


Package is "python-azure-mgmt-subscription"

Sun Apr  7 22:09:41 2024 rev:13 rq:1165292 version:3.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-subscription/python-azure-mgmt-subscription.changes
2022-09-18 17:32:23.229799722 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-subscription.new.1905/python-azure-mgmt-subscription.changes
  2024-04-07 22:11:51.075446299 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 13:05:14 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-mgmt-subscription.spec ++
--- /var/tmp/diff_new_pack.jzGGrU/_old  2024-04-07 22:11:51.583464904 +0200
+++ /var/tmp/diff_new_pack.jzGGrU/_new  2024-04-07 22:11:51.583464904 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-subscription
 #
-# Copyright (c) 2022 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-mgmt-subscription
 Version:3.1.1
 Release:0
@@ -31,19 +28,21 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
-Requires:   python-azure-mgmt-core < 2.0.0
-Requires:   python-azure-mgmt-core >= 1.3.2
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-msrest >= 0.7.1
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-azure-mgmt-core >= 1.3.2 with python-azure-mgmt-core < 
2.0.0)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-mgmt-subscription < 3.1.1
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -61,18 +60,17 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-subscription-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/mgmt/subscription
-%{python_sitelib}/azure_mgmt_subscription-*.egg-info
+%{python_sitelib}/azure_mgmt_subscription-*.dist-info
 


commit python-azure-purview-account for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-purview-account for 
openSUSE:Factory checked in at 2024-04-07 22:10:04

Comparing /work/SRC/openSUSE:Factory/python-azure-purview-account (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-purview-account.new.1905 
(New)


Package is "python-azure-purview-account"

Sun Apr  7 22:10:04 2024 rev:2 rq:1165313 version:1.0.0b1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-purview-account/python-azure-purview-account.changes
2021-10-21 23:55:50.656035300 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-purview-account.new.1905/python-azure-purview-account.changes
  2024-04-07 22:12:18.956467356 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 13:06:37 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-purview-account.spec ++
--- /var/tmp/diff_new_pack.2uUNTP/_old  2024-04-07 22:12:19.424484496 +0200
+++ /var/tmp/diff_new_pack.2uUNTP/_new  2024-04-07 22:12:19.428484643 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-purview-account
 #
-# Copyright (c) 2021 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-purview-account
 Version:1.0.0b1
 Release:0
@@ -29,20 +26,23 @@
 URL:https://github.com/Azure/azure-sdk-for-python
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-purview-account/azure-purview-account-%{version}.zip
 Source1:LICENSE.txt
-BuildRequires:  %{python_module azure-purview-nspkg >= 2.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module azure-purview-nspkg >= 2.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-Requires:   python-azure-core < 2.0.0
-Requires:   python-azure-core >= 1.16.0
-Requires:   python-azure-purview-nspkg >= 2.0.0
 Requires:   python-azure-nspkg >= 3.0.0
+Requires:   python-azure-purview-nspkg >= 2.0.0
 Requires:   python-msrest >= 0.6.21
 Requires:   python-six >= 1.11.0
+Requires:   (python-azure-core >= 1.16.0 with python-azure-core < 2.0.0)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-purview-account < 1.0.0b1
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -55,10 +55,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-purview-account-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/purview/__init__.*
@@ -68,9 +68,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/purview/account
-%{python_sitelib}/azure_purview_account-*.egg-info
+%{python_sitelib}/azure_purview_account-*.dist-info
 


commit python-azure-nspkg for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-nspkg for 
openSUSE:Factory checked in at 2024-04-07 22:10:03

Comparing /work/SRC/openSUSE:Factory/python-azure-nspkg (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-nspkg.new.1905 (New)


Package is "python-azure-nspkg"

Sun Apr  7 22:10:03 2024 rev:6 rq:1165312 version:3.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-azure-nspkg/python-azure-nspkg.changes
2021-01-22 21:51:21.781767305 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-nspkg.new.1905/python-azure-nspkg.changes
  2024-04-07 22:12:17.852426925 +0200
@@ -1,0 +2,14 @@
+Thu Apr  4 13:06:33 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+
+---



Other differences:
--
++ python-azure-nspkg.spec ++
--- /var/tmp/diff_new_pack.GZ26YG/_old  2024-04-07 22:12:18.812462082 +0200
+++ /var/tmp/diff_new_pack.GZ26YG/_new  2024-04-07 22:12:18.816462229 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-nspkg
 #
-# Copyright (c) 2021 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-nspkg
 Version:3.0.2
 Release:0
@@ -29,12 +26,16 @@
 URL:https://github.com/Azure/azure-sdk-for-python
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-nspkg/azure-nspkg-%{version}.zip
 Source1:LICENSE.txt
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-nspkg < 3.0.2
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -51,18 +52,16 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-nspkg-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %python_expand mkdir -p %{buildroot}%{$python_sitelib}/azure
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.rst
 %license LICENSE.txt
-%dir %{python_sitelib}/azure
-%python2_only %{python_sitelib}/azure
-%{python_sitelib}/azure_nspkg-*.egg-info
+%{python_sitelib}/azure
+%{python_sitelib}/azure_nspkg-*.dist-info
 


commit python-azure-mgmt-storagesync for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-storagesync for 
openSUSE:Factory checked in at 2024-04-07 22:09:39

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-storagesync (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-storagesync.new.1905 
(New)


Package is "python-azure-mgmt-storagesync"

Sun Apr  7 22:09:39 2024 rev:6 rq:1165290 version:1.0.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-storagesync/python-azure-mgmt-storagesync.changes
  2021-05-07 17:15:37.464934258 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-storagesync.new.1905/python-azure-mgmt-storagesync.changes
2024-04-07 22:11:49.419385652 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 13:05:06 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-mgmt-storagesync.spec ++
--- /var/tmp/diff_new_pack.fI7j8Z/_old  2024-04-07 22:11:49.819400301 +0200
+++ /var/tmp/diff_new_pack.fI7j8Z/_new  2024-04-07 22:11:49.823400447 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-storagesync
 #
-# Copyright (c) 2021 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
@@ -18,10 +18,7 @@
 
 %define realversion 1.0.0
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-mgmt-storagesync
 Version:1.0.0.0
 Release:0
@@ -33,19 +30,21 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
-Requires:   python-azure-mgmt-core < 2.0.0
-Requires:   python-azure-mgmt-core >= 1.2.0
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-msrest >= 0.6.21
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-azure-mgmt-core >= 1.2.0 with python-azure-mgmt-core < 
2.0.0)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-mgmt-storagesync < 1.0.0.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -63,10 +62,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-storagesync-%{realversion}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
@@ -76,9 +75,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/mgmt/storagesync
-%{python_sitelib}/azure_mgmt_storagesync-*.egg-info
+%{python_sitelib}/azure_mgmt_storagesync-*.dist-info
 


commit python-azure-mgmt-storagemover for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-storagemover for 
openSUSE:Factory checked in at 2024-04-07 22:09:37

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-storagemover (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-storagemover.new.1905 
(New)


Package is "python-azure-mgmt-storagemover"

Sun Apr  7 22:09:37 2024 rev:4 rq:1165288 version:2.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-storagemover/python-azure-mgmt-storagemover.changes
2023-10-29 19:42:22.204620903 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-storagemover.new.1905/python-azure-mgmt-storagemover.changes
  2024-04-07 22:11:47.951331889 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 13:04:58 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-mgmt-storagemover.spec ++
--- /var/tmp/diff_new_pack.x6QFdO/_old  2024-04-07 22:11:48.383347710 +0200
+++ /var/tmp/diff_new_pack.x6QFdO/_new  2024-04-07 22:11:48.387347856 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-storagemover
 #
-# 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-mgmt-storagemover
 Version:2.0.0
 Release:0
@@ -31,20 +28,21 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
-Requires:   python-azure-mgmt-core < 2.0.0
-Requires:   python-azure-mgmt-core >= 1.3.2
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
-Requires:   python-isodate < 1.0.0
-Requires:   python-isodate >= 0.6.1
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-azure-mgmt-core >= 1.3.2 with python-azure-mgmt-core < 
2.0.0)
+Requires:   (python-isodate >= 0.6.1 with python-isodate < 1.0.0)
 Requires:   (python-typing_extensions >= 4.3.0 if python-base < 3.8)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-mgmt-storagemover < 2.0.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -59,10 +57,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-storagemover-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
@@ -72,9 +70,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/mgmt/storagemover
-%{python_sitelib}/azure_mgmt_storagemover-*.egg-info
+%{python_sitelib}/azure_mgmt_storagemover-*.dist-info
 


commit python-azure-monitor-nspkg for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-monitor-nspkg for 
openSUSE:Factory checked in at 2024-04-07 22:09:58

Comparing /work/SRC/openSUSE:Factory/python-azure-monitor-nspkg (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-monitor-nspkg.new.1905 (New)


Package is "python-azure-monitor-nspkg"

Sun Apr  7 22:09:58 2024 rev:2 rq:1165308 version:1.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-monitor-nspkg/python-azure-monitor-nspkg.changes
2021-07-10 00:03:27.878599703 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-monitor-nspkg.new.1905/python-azure-monitor-nspkg.changes
  2024-04-07 22:12:14.084288928 +0200
@@ -1,0 +2,14 @@
+Thu Apr  4 13:06:17 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+
+---



Other differences:
--
++ python-azure-monitor-nspkg.spec ++
--- /var/tmp/diff_new_pack.qIz1KK/_old  2024-04-07 22:12:14.880318080 +0200
+++ /var/tmp/diff_new_pack.qIz1KK/_new  2024-04-07 22:12:14.880318080 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-monitor-nspkg
 #
-# Copyright (c) 2021 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-monitor-nspkg
 Version:1.0.0
 Release:0
@@ -30,13 +27,17 @@
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-monitor-nspkg/azure-monitor-nspkg-%{version}.zip
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 Requires:   python-azure-nspkg >= 3.0.0
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-monitor-nspkg < 1.0.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -53,17 +54,16 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-monitor-nspkg-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %python_expand mkdir -p %{buildroot}%{$python_sitelib}/azure/monitor
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/monitor
-%{python_sitelib}/azure_monitor_nspkg-*.egg-info
+%{python_sitelib}/azure_monitor_nspkg-*.dist-info
 


commit python-azure-mgmt-storageimportexport for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 
python-azure-mgmt-storageimportexport for openSUSE:Factory checked in at 
2024-04-07 22:09:36

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-storageimportexport (Old)
 and  
/work/SRC/openSUSE:Factory/.python-azure-mgmt-storageimportexport.new.1905 (New)


Package is "python-azure-mgmt-storageimportexport"

Sun Apr  7 22:09:36 2024 rev:3 rq:1165287 version:0.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-storageimportexport/python-azure-mgmt-storageimportexport.changes
  2020-12-09 22:20:33.483622842 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-storageimportexport.new.1905/python-azure-mgmt-storageimportexport.changes
2024-04-07 22:11:45.899256738 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 13:04:54 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-mgmt-storageimportexport.spec ++
--- /var/tmp/diff_new_pack.Fskl2J/_old  2024-04-07 22:11:47.447313431 +0200
+++ /var/tmp/diff_new_pack.Fskl2J/_new  2024-04-07 22:11:47.459313870 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-storageimportexport
 #
-# Copyright (c) 2020 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-mgmt-storageimportexport
 Version:0.1.0
 Release:0
@@ -31,19 +28,21 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-msrest >= 0.5.0
-Requires:   python-msrestazure < 2.0.0
-Requires:   python-msrestazure >= 0.4.32
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-msrestazure >= 0.4.32 with python-msrestazure < 2.0.0)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-mgmt-storageimportexport < 0.1.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -58,10 +57,10 @@
 
 %build
 install -m 644 %{SOURCE1} 
%{_builddir}/azure-mgmt-storageimportexport-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
@@ -71,9 +70,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/mgmt/storageimportexport
-%{python_sitelib}/azure_mgmt_storageimportexport-*.egg-info
+%{python_sitelib}/azure_mgmt_storageimportexport-*.dist-info
 


commit python-azure-monitor-opentelemetry-exporter for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 
python-azure-monitor-opentelemetry-exporter for openSUSE:Factory checked in at 
2024-04-07 22:09:59

Comparing 
/work/SRC/openSUSE:Factory/python-azure-monitor-opentelemetry-exporter (Old)
 and  
/work/SRC/openSUSE:Factory/.python-azure-monitor-opentelemetry-exporter.new.1905
 (New)


Package is "python-azure-monitor-opentelemetry-exporter"

Sun Apr  7 22:09:59 2024 rev:3 rq:1165309 version:1.0.0b22

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-monitor-opentelemetry-exporter/python-azure-monitor-opentelemetry-exporter.changes
  2024-02-27 22:48:59.179904249 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-monitor-opentelemetry-exporter.new.1905/python-azure-monitor-opentelemetry-exporter.changes
2024-04-07 22:12:15.048324233 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 13:06:21 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-monitor-opentelemetry-exporter.spec ++
--- /var/tmp/diff_new_pack.iPwfMn/_old  2024-04-07 22:12:15.916356022 +0200
+++ /var/tmp/diff_new_pack.iPwfMn/_new  2024-04-07 22:12:15.916356022 +0200
@@ -16,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-monitor-opentelemetry-exporter
 Version:1.0.0b22
 Release:0
@@ -31,21 +28,22 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-monitor-nspkg >= 1.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-azure-core < 2.0.0
-Requires:   python-azure-core >= 1.23.0
 Requires:   python-azure-monitor-nspkg >= 1.0.0
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-fixedint >= 0.1.6
 Requires:   python-msrest >= 0.6.10
-Requires:   python-opentelemetry-api < 2.0.0
-Requires:   python-opentelemetry-api >= 1.21
-Requires:   python-opentelemetry-sdk < 2.0.0
-Requires:   python-opentelemetry-sdk >= 1.21
+Requires:   (python-azure-core >= 1.23.0 with python-azure-core < 2.0.0)
+Requires:   (python-opentelemetry-api >= 1.21 with 
python-opentelemetry-api < 2.0.0)
+Requires:   (python-opentelemetry-sdk >= 1.21 with 
python-opentelemetry-sdk < 2.0.0)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-monitor-opentelemetry-exporter < 1.0.0b22
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -60,10 +58,10 @@
 
 %build
 install -m 644 %{SOURCE1} 
%{_builddir}/azure-monitor-opentelemetry-exporter-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/monitor/__init__.*
@@ -73,10 +71,9 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %dir %{python_sitelib}/azure/monitor/opentelemetry
 %{python_sitelib}/azure/monitor/opentelemetry/exporter
-%{python_sitelib}/azure_monitor_opentelemetry_exporter-*.egg-info
+%{python_sitelib}/azure_monitor_opentelemetry_exporter-*.dist-info
 


commit python-azure-mgmt-workloads for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-workloads for 
openSUSE:Factory checked in at 2024-04-07 22:09:54

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-workloads (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-workloads.new.1905 (New)


Package is "python-azure-mgmt-workloads"

Sun Apr  7 22:09:54 2024 rev:4 rq:1165304 version:1.0.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-workloads/python-azure-mgmt-workloads.changes
  2023-04-21 14:18:05.166942181 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-workloads.new.1905/python-azure-mgmt-workloads.changes
2024-04-07 22:12:07.368042966 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 13:06:02 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-mgmt-workloads.spec ++
--- /var/tmp/diff_new_pack.eWCqLI/_old  2024-04-07 22:12:08.132070946 +0200
+++ /var/tmp/diff_new_pack.eWCqLI/_new  2024-04-07 22:12:08.132070946 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-workloads
 #
-# 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
@@ -18,10 +18,7 @@
 
 %define realversion 1.0.0
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-mgmt-workloads
 Version:1.0.0.0
 Release:0
@@ -33,20 +30,22 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
-Requires:   python-azure-mgmt-core < 2.0.0
-Requires:   python-azure-mgmt-core >= 1.3.2
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-msrest >= 0.7.1
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-azure-mgmt-core >= 1.3.2 with python-azure-mgmt-core < 
2.0.0)
 Requires:   (python-typing_extensions >= 4.3.0 if python-base < 3.8)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-mgmt-workloads < 1.0.0.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -61,10 +60,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-workloads-%{realversion}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
@@ -74,9 +73,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/mgmt/workloads
-%{python_sitelib}/azure_mgmt_workloads-*.egg-info
+%{python_sitelib}/azure_mgmt_workloads-*.dist-info
 


commit python-azure-mgmt-workloadmonitor for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-workloadmonitor 
for openSUSE:Factory checked in at 2024-04-07 22:09:53

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-workloadmonitor (Old)
 and  
/work/SRC/openSUSE:Factory/.python-azure-mgmt-workloadmonitor.new.1905 (New)


Package is "python-azure-mgmt-workloadmonitor"

Sun Apr  7 22:09:53 2024 rev:2 rq:1165303 version:1.0.0~b4

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-workloadmonitor/python-azure-mgmt-workloadmonitor.changes
  2023-02-24 18:08:42.913622606 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-workloadmonitor.new.1905/python-azure-mgmt-workloadmonitor.changes
2024-04-07 22:12:04.679944523 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 13:05:58 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-mgmt-workloadmonitor.spec ++
--- /var/tmp/diff_new_pack.kpniOI/_old  2024-04-07 22:12:07.244038424 +0200
+++ /var/tmp/diff_new_pack.kpniOI/_new  2024-04-07 22:12:07.244038424 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-workloadmonitor
 #
-# Copyright (c) 2022 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
@@ -15,12 +15,10 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %define realversion 1.0.0b4
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-mgmt-workloadmonitor
 Version:1.0.0~b4
 Release:0
@@ -32,20 +30,22 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
-Requires:   python-azure-mgmt-core < 2.0.0
-Requires:   python-azure-mgmt-core >= 1.3.2
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-msrest >= 0.7.1
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-azure-mgmt-core >= 1.3.2 with python-azure-mgmt-core < 
2.0.0)
 Requires:   (python-typing_extensions >= 4.3.0 if python-base < 3.8)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-mgmt-workloadmonitor < 1.0.0~b4
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -60,10 +60,10 @@
 
 %build
 install -m 644 %{SOURCE1} 
%{_builddir}/azure-mgmt-workloadmonitor-%{realversion}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
@@ -73,9 +73,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/mgmt/workloadmonitor
-%{python_sitelib}/azure_mgmt_workloadmonitor-*.egg-info
+%{python_sitelib}/azure_mgmt_workloadmonitor-*.dist-info
 


commit python-azure-mgmt-vmwarecloudsimple for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-vmwarecloudsimple 
for openSUSE:Factory checked in at 2024-04-07 22:09:49

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-vmwarecloudsimple (Old)
 and  
/work/SRC/openSUSE:Factory/.python-azure-mgmt-vmwarecloudsimple.new.1905 (New)


Package is "python-azure-mgmt-vmwarecloudsimple"

Sun Apr  7 22:09:49 2024 rev:3 rq:1165299 version:0.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-vmwarecloudsimple/python-azure-mgmt-vmwarecloudsimple.changes
  2020-12-09 22:20:44.171633682 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-vmwarecloudsimple.new.1905/python-azure-mgmt-vmwarecloudsimple.changes
2024-04-07 22:12:01.675834507 +0200
@@ -1,0 +2,14 @@
+Thu Apr  4 13:05:42 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-mgmt-vmwarecloudsimple.spec ++
--- /var/tmp/diff_new_pack.wbN0dz/_old  2024-04-07 22:12:02.119850768 +0200
+++ /var/tmp/diff_new_pack.wbN0dz/_new  2024-04-07 22:12:02.119850768 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-vmwarecloudsimple
 #
-# Copyright (c) 2020 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-mgmt-vmwarecloudsimple
 Version:0.2.0
 Release:0
@@ -31,18 +28,21 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-msrest >= 0.5.0
-Requires:   python-msrestazure < 2.0.0
-Requires:   python-msrestazure >= 0.4.32
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-msrestazure >= 0.4.32 with python-msrestazure < 2.0.0)
 Conflicts:  python-azure-sdk <= 2.0.0
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-mgmt-vmwarecloudsimple < 0.2.0
+%endif
 BuildArch:  noarch
 %python_subpackages
 
@@ -59,10 +59,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-vmwarecloudsimple-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
@@ -75,5 +75,5 @@
 %doc HISTORY.rst README.rst
 %license LICENSE.txt
 %{python_sitelib}/azure/mgmt/vmwarecloudsimple
-%{python_sitelib}/azure_mgmt_vmwarecloudsimple-*.egg-info
+%{python_sitelib}/azure_mgmt_vmwarecloudsimple-*.dist-info
 


commit python-azure-mgmt-webpubsub for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-webpubsub for 
openSUSE:Factory checked in at 2024-04-07 22:09:51

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-webpubsub (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-webpubsub.new.1905 (New)


Package is "python-azure-mgmt-webpubsub"

Sun Apr  7 22:09:51 2024 rev:3 rq:1165302 version:1.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-webpubsub/python-azure-mgmt-webpubsub.changes
  2023-03-21 17:44:40.458733159 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-webpubsub.new.1905/python-azure-mgmt-webpubsub.changes
2024-04-07 22:12:04.027920644 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 13:05:53 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-mgmt-webpubsub.spec ++
--- /var/tmp/diff_new_pack.IHjYox/_old  2024-04-07 22:12:04.559940128 +0200
+++ /var/tmp/diff_new_pack.IHjYox/_new  2024-04-07 22:12:04.559940128 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-webpubsub
 #
-# 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-mgmt-webpubsub
 Version:1.1.0
 Release:0
@@ -31,20 +28,22 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
-Requires:   python-azure-mgmt-core < 2.0.0
-Requires:   python-azure-mgmt-core >= 1.3.2
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-msrest >= 0.7.1
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-azure-mgmt-core >= 1.3.2 with python-azure-mgmt-core < 
2.0.0)
 Requires:   (python-typing_extensions >= 4.3.0 if python-base < 3.8)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-mgmt-webpubsub < 1.1.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -59,10 +58,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-webpubsub-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
@@ -72,9 +71,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/mgmt/webpubsub
-%{python_sitelib}/azure_mgmt_webpubsub-*.egg-info
+%{python_sitelib}/azure_mgmt_webpubsub-*.dist-info
 


commit python-azure-mgmt-servicebus for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-servicebus for 
openSUSE:Factory checked in at 2024-04-07 22:09:25

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-servicebus (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-servicebus.new.1905 
(New)


Package is "python-azure-mgmt-servicebus"

Sun Apr  7 22:09:25 2024 rev:14 rq:1165276 version:8.2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-servicebus/python-azure-mgmt-servicebus.changes
2023-02-16 16:57:17.636313571 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-servicebus.new.1905/python-azure-mgmt-servicebus.changes
  2024-04-07 22:11:30.818704458 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 13:04:07 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-mgmt-servicebus.spec ++
--- /var/tmp/diff_new_pack.S6D6JM/_old  2024-04-07 22:11:31.742738297 +0200
+++ /var/tmp/diff_new_pack.S6D6JM/_new  2024-04-07 22:11:31.742738297 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-servicebus
 #
-# 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-mgmt-servicebus
 Version:8.2.0
 Release:0
@@ -31,20 +28,22 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
-Requires:   python-azure-mgmt-core < 2.0.0
-Requires:   python-azure-mgmt-core >= 1.3.2
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-msrest >= 0.7.1
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-azure-mgmt-core >= 1.3.2 with python-azure-mgmt-core < 
2.0.0)
 Requires:   (python-typing_extensions >= 4.3.0 if python-base < 3.8)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-mgmt-servicebus < 8.2.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -62,10 +61,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-servicebus-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
@@ -75,9 +74,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/mgmt/servicebus
-%{python_sitelib}/azure_mgmt_servicebus-*.egg-info
+%{python_sitelib}/azure_mgmt_servicebus-*.dist-info
 


commit python-azure-mgmt-voiceservices for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-voiceservices for 
openSUSE:Factory checked in at 2024-04-07 22:09:49

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-voiceservices (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-voiceservices.new.1905 
(New)


Package is "python-azure-mgmt-voiceservices"

Sun Apr  7 22:09:49 2024 rev:3 rq:1165300 version:1.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-voiceservices/python-azure-mgmt-voiceservices.changes
  2023-05-28 19:23:58.961369187 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-voiceservices.new.1905/python-azure-mgmt-voiceservices.changes
2024-04-07 22:12:02.271856334 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 13:05:46 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-mgmt-voiceservices.spec ++
--- /var/tmp/diff_new_pack.rHN14K/_old  2024-04-07 22:12:02.919880066 +0200
+++ /var/tmp/diff_new_pack.rHN14K/_new  2024-04-07 22:12:02.923880212 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-voiceservices
 #
-# 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-mgmt-voiceservices
 Version:1.0.0
 Release:0
@@ -31,21 +28,22 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
-Requires:   python-azure-mgmt-core < 2.0.0
-Requires:   python-azure-mgmt-core >= 1.3.2
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
-Requires:   python-isodate < 1.0.0
-Requires:   python-isodate >= 0.6.1
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-azure-mgmt-core >= 1.3.2 with python-azure-mgmt-core < 
2.0.0)
+Requires:   (python-isodate >= 0.6.1 with python-isodate < 1.0.0)
 Requires:   (python-typing_extensions >= 4.3.0 if python-base < 3.8)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-mgmt-voiceservices < 1.0.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -60,10 +58,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-voiceservices-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
@@ -73,9 +71,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/mgmt/voiceservices
-%{python_sitelib}/azure_mgmt_voiceservices-*.egg-info
+%{python_sitelib}/azure_mgmt_voiceservices-*.dist-info
 


commit python-azure-mgmt-resourcemover for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-resourcemover for 
openSUSE:Factory checked in at 2024-04-07 22:09:15

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-resourcemover (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-resourcemover.new.1905 
(New)


Package is "python-azure-mgmt-resourcemover"

Sun Apr  7 22:09:15 2024 rev:6 rq:1165266 version:1.1.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-resourcemover/python-azure-mgmt-resourcemover.changes
  2023-10-27 22:29:26.986279648 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-resourcemover.new.1905/python-azure-mgmt-resourcemover.changes
2024-04-07 22:11:21.754372503 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 13:03:26 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-mgmt-resourcemover.spec ++
--- /var/tmp/diff_new_pack.jNXcRK/_old  2024-04-07 22:11:23.062420407 +0200
+++ /var/tmp/diff_new_pack.jNXcRK/_new  2024-04-07 22:11:23.062420407 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-resourcemover
 #
-# 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
@@ -18,10 +18,7 @@
 
 %define realversion 1.1.0
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-mgmt-resourcemover
 Version:1.1.0.0
 Release:0
@@ -33,20 +30,21 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
-Requires:   python-azure-mgmt-core < 2.0.0
-Requires:   python-azure-mgmt-core >= 1.3.2
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
-Requires:   python-isodate < 1.0.0
-Requires:   python-isodate >= 0.6.1
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-azure-mgmt-core >= 1.3.2 with python-azure-mgmt-core < 
2.0.0)
+Requires:   (python-isodate >= 0.6.1 with python-isodate < 1.0.0)
 Requires:   (python-typing_extensions >= 4.3.0 if python-base < 3.8)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-mgmt-resourcemover < 1.1.0.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -61,10 +59,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-resourcemover-%{realversion}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
@@ -74,9 +72,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/mgmt/resourcemover
-%{python_sitelib}/azure_mgmt_resourcemover-*.egg-info
+%{python_sitelib}/azure_mgmt_resourcemover-*.dist-info
 


commit python-azure-mgmt-support for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-support for 
openSUSE:Factory checked in at 2024-04-07 22:09:43

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-support (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-support.new.1905 (New)


Package is "python-azure-mgmt-support"

Sun Apr  7 22:09:43 2024 rev:3 rq:1165293 version:6.0.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-support/python-azure-mgmt-support.changes
  2021-05-07 17:15:38.148933550 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-support.new.1905/python-azure-mgmt-support.changes
2024-04-07 22:11:52.475497572 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 13:05:18 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-mgmt-support.spec ++
--- /var/tmp/diff_new_pack.9Culh0/_old  2024-04-07 22:11:54.543573310 +0200
+++ /var/tmp/diff_new_pack.9Culh0/_new  2024-04-07 22:11:54.543573310 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-support
 #
-# Copyright (c) 2021 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
@@ -18,10 +18,7 @@
 
 %define realversion 6.0.0
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-mgmt-support
 Version:6.0.0.0
 Release:0
@@ -33,19 +30,21 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
-Requires:   python-azure-mgmt-core < 2.0.0
-Requires:   python-azure-mgmt-core >= 1.2.0
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-msrest >= 0.5.0
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-azure-mgmt-core >= 1.2.0 with python-azure-mgmt-core < 
2.0.0)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-mgmt-support < 6.0.0.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -60,10 +59,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-support-%{realversion}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
@@ -73,9 +72,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/mgmt/support
-%{python_sitelib}/azure_mgmt_support-*.egg-info
+%{python_sitelib}/azure_mgmt_support-*.dist-info
 


commit python-azure-mgmt-streamanalytics for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-streamanalytics 
for openSUSE:Factory checked in at 2024-04-07 22:09:40

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-streamanalytics (Old)
 and  
/work/SRC/openSUSE:Factory/.python-azure-mgmt-streamanalytics.new.1905 (New)


Package is "python-azure-mgmt-streamanalytics"

Sun Apr  7 22:09:40 2024 rev:4 rq:1165291 version:1.0.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-streamanalytics/python-azure-mgmt-streamanalytics.changes
  2022-01-06 15:52:09.837000269 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-streamanalytics.new.1905/python-azure-mgmt-streamanalytics.changes
2024-04-07 22:11:49.963405575 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 13:05:10 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-mgmt-streamanalytics.spec ++
--- /var/tmp/diff_new_pack.gYFhfP/_old  2024-04-07 22:11:50.911440294 +0200
+++ /var/tmp/diff_new_pack.gYFhfP/_new  2024-04-07 22:11:50.911440294 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-streamanalytics
 #
-# Copyright (c) 2022 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
@@ -18,10 +18,7 @@
 
 %define realversion 1.0.0
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-mgmt-streamanalytics
 Version:1.0.0.0
 Release:0
@@ -33,19 +30,21 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
-Requires:   python-azure-mgmt-core < 2.0.0
-Requires:   python-azure-mgmt-core >= 1.3.0
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-msrest >= 0.6.21
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-azure-mgmt-core >= 1.3.0 with python-azure-mgmt-core < 
2.0.0)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-mgmt-streamanalytics < 1.0.0.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -60,10 +59,10 @@
 
 %build
 install -m 644 %{SOURCE1} 
%{_builddir}/azure-mgmt-streamanalytics-%{realversion}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
@@ -73,9 +72,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/mgmt/streamanalytics
-%{python_sitelib}/azure_mgmt_streamanalytics-*.egg-info
+%{python_sitelib}/azure_mgmt_streamanalytics-*.dist-info
 


commit python-azure-mgmt-relay for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-relay for 
openSUSE:Factory checked in at 2024-04-07 22:09:09

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-relay (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-relay.new.1905 (New)


Package is "python-azure-mgmt-relay"

Sun Apr  7 22:09:09 2024 rev:7 rq:1165260 version:1.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-relay/python-azure-mgmt-relay.changes
  2021-09-07 21:22:33.869385860 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-relay.new.1905/python-azure-mgmt-relay.changes
2024-04-07 22:11:12.254024582 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 13:03:00 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-mgmt-relay.spec ++
--- /var/tmp/diff_new_pack.hMA1nX/_old  2024-04-07 22:11:13.462068823 +0200
+++ /var/tmp/diff_new_pack.hMA1nX/_new  2024-04-07 22:11:13.466068969 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-relay
 #
-# Copyright (c) 2021 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-mgmt-relay
 Version:1.1.0
 Release:0
@@ -31,19 +28,21 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
-Requires:   python-azure-mgmt-core < 2.0.0
-Requires:   python-azure-mgmt-core >= 1.2.0
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-msrest >= 0.6.21
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-azure-mgmt-core >= 1.2.0 with python-azure-mgmt-core < 
2.0.0)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-mgmt-relay < 1.1.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -61,10 +60,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-relay-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
@@ -74,9 +73,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/mgmt/relay
-%{python_sitelib}/azure_mgmt_relay-*.egg-info
+%{python_sitelib}/azure_mgmt_relay-*.dist-info
 


commit python-azure-mgmt-storagecache for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-storagecache for 
openSUSE:Factory checked in at 2024-04-07 22:09:35

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-storagecache (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-storagecache.new.1905 
(New)


Package is "python-azure-mgmt-storagecache"

Sun Apr  7 22:09:35 2024 rev:12 rq:1165286 version:1.5.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-storagecache/python-azure-mgmt-storagecache.changes
2023-06-21 22:41:11.882854630 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-storagecache.new.1905/python-azure-mgmt-storagecache.changes
  2024-04-07 22:11:43.875182612 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 13:04:51 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-mgmt-storagecache.spec ++
--- /var/tmp/diff_new_pack.qhqNfI/_old  2024-04-07 22:11:45.315235349 +0200
+++ /var/tmp/diff_new_pack.qhqNfI/_new  2024-04-07 22:11:45.327235789 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-storagecache
 #
-# 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-mgmt-storagecache
 Version:1.5.0
 Release:0
@@ -31,21 +28,22 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
-Requires:   python-azure-mgmt-core < 2.0.0
-Requires:   python-azure-mgmt-core >= 1.3.2
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
-Requires:   python-isodate < 1.0.0
-Requires:   python-isodate >= 0.6.1
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-azure-mgmt-core >= 1.3.2 with python-azure-mgmt-core < 
2.0.0)
+Requires:   (python-isodate >= 0.6.1 with python-isodate < 1.0.0)
 Requires:   (python-typing_extensions >= 4.3.0 if python-base < 3.8)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-mgmt-storagecache < 1.5.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -63,10 +61,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-storagecache-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
@@ -76,9 +74,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/mgmt/storagecache
-%{python_sitelib}/azure_mgmt_storagecache-*.egg-info
+%{python_sitelib}/azure_mgmt_storagecache-*.dist-info
 


commit python-azure-mgmt-reservations for openSUSE:Factory

2024-04-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-reservations for 
openSUSE:Factory checked in at 2024-04-07 22:09:10

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-reservations (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-reservations.new.1905 
(New)


Package is "python-azure-mgmt-reservations"

Sun Apr  7 22:09:10 2024 rev:13 rq:1165261 version:2.3.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-reservations/python-azure-mgmt-reservations.changes
2023-03-30 22:52:38.553016458 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-reservations.new.1905/python-azure-mgmt-reservations.changes
  2024-04-07 22:11:13.890084497 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 13:03:04 UTC 2024 - John Paul Adrian Glaubitz 

+
+- Switch package to modern Python Stack on SLE-15
+  + Use Python 3.11 on SLE-15 by default
+  + Add Obsoletes for old python3 package on SLE-15
+  + Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  + Add python-pip and python-wheel to BuildRequires
+  + Replace %python_build with %pyproject_wheel
+  + Replace %python_install with %pyproject_install
+  + Update name for dist directory in %files section
+- Drop setting default file attributes in %files section
+- Use modern RPM macros to express version dependencies
+
+---



Other differences:
--
++ python-azure-mgmt-reservations.spec ++
--- /var/tmp/diff_new_pack.2xTk5H/_old  2024-04-07 22:11:14.362101784 +0200
+++ /var/tmp/diff_new_pack.2xTk5H/_new  2024-04-07 22:11:14.362101784 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-reservations
 #
-# 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,10 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if 0%{?suse_version} >= 1500
-%define skip_python2 1
-%endif
+%{?sle15_python_module_pythons}
 Name:   python-azure-mgmt-reservations
 Version:2.3.0
 Release:0
@@ -31,20 +28,22 @@
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-Requires:   python-azure-common < 2.0.0
-Requires:   python-azure-common >= 1.1
-Requires:   python-azure-mgmt-core < 2.0.0
-Requires:   python-azure-mgmt-core >= 1.3.2
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-msrest >= 0.7.1
+Requires:   (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
+Requires:   (python-azure-mgmt-core >= 1.3.2 with python-azure-mgmt-core < 
2.0.0)
 Requires:   (python-typing_extensions >= 4.3.0 if python-base < 3.8)
 Conflicts:  python-azure-sdk <= 2.0.0
-
+%if 0%{?sle_version} >= 150400
+Obsoletes:  python3-azure-mgmt-reservations < 2.3.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -62,10 +61,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-reservations-%{version}
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/mgmt/__init__.*
@@ -75,9 +74,8 @@
 }
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/mgmt/reservations
-%{python_sitelib}/azure_mgmt_reservations-*.egg-info
+%{python_sitelib}/azure_mgmt_reservations-*.dist-info
 


  1   2   3   4   >