commit python-azure-mgmt-dns 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-dns for 
openSUSE:Factory checked in at 2024-04-07 22:07:53

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


Package is "python-azure-mgmt-dns"

Sun Apr  7 22:07:53 2024 rev:11 rq:1165177 version:8.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-dns/python-azure-mgmt-dns.changes  
2023-06-21 22:39:13.990145124 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-dns.new.1905/python-azure-mgmt-dns.changes
2024-04-07 22:09:06.949435683 +0200
@@ -1,0 +2,15 @@
+Thu Apr  4 12:57:30 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-dns.spec ++
--- /var/tmp/diff_new_pack.lSc8DV/_old  2024-04-07 22:09:08.125478752 +0200
+++ /var/tmp/diff_new_pack.lSc8DV/_new  2024-04-07 22:09:08.129478898 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-dns
 #
-# 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-dns
 Version:8.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-core < 2.0.0
-Requires:   python-azure-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-core >= 1.3.2 with python-azure-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-dns < 8.1.0
+%endif
 BuildArch:  noarch
 
 %python_subpackages
@@ -63,10 +61,10 @@
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-dns-%{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/dns
-%{python_sitelib}/azure_mgmt_dns-*.egg-info
+%{python_sitelib}/azure_mgmt_dns-*.dist-info
 


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

2023-06-21 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-dns for 
openSUSE:Factory checked in at 2023-06-21 22:38:26

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


Package is "python-azure-mgmt-dns"

Wed Jun 21 22:38:26 2023 rev:10 rq:1093274 version:8.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-dns/python-azure-mgmt-dns.changes  
2022-11-29 10:53:56.752985727 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-dns.new.15902/python-azure-mgmt-dns.changes
   2023-06-21 22:39:13.990145124 +0200
@@ -1,0 +2,10 @@
+Thu Jun 15 09:50:09 UTC 2023 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 8.1.0
+  + For detailed information about changes see the
+CHANGELOG.md file provided with this package
+- Remove temporary version override
+- Update Requires from setup.py
+
+---

Old:

  azure-mgmt-dns-8.0.0.zip

New:

  azure-mgmt-dns-8.1.0.zip



Other differences:
--
++ python-azure-mgmt-dns.spec ++
--- /var/tmp/diff_new_pack.CXCqSP/_old  2023-06-21 22:39:14.838150228 +0200
+++ /var/tmp/diff_new_pack.CXCqSP/_new  2023-06-21 22:39:14.842150252 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-dns
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +16,18 @@
 #
 
 
-%define realversion 8.0.0
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %if 0%{?suse_version} >= 1500
 %define skip_python2 1
 %endif
 Name:   python-azure-mgmt-dns
-Version:8.0.0.0
+Version:8.1.0
 Release:0
 Summary:Microsoft Azure DNS Management Client Library
 License:MIT
 Group:  Development/Languages/Python
 URL:https://github.com/Azure/azure-sdk-for-python
-Source: 
https://files.pythonhosted.org/packages/source/a/azure-mgmt-dns/azure-mgmt-dns-%{realversion}.zip
+Source: 
https://files.pythonhosted.org/packages/source/a/azure-mgmt-dns/azure-mgmt-dns-%{version}.zip
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
@@ -40,10 +38,12 @@
 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.2.0
+Requires:   python-azure-core >= 1.3.2
 Requires:   python-azure-mgmt-nspkg >= 3.0.0
 Requires:   python-azure-nspkg >= 3.0.0
-Requires:   python-msrest >= 0.6.21
+Requires:   python-isodate < 1.0.0
+Requires:   python-isodate >= 0.6.1
+Requires:   (python-typing_extensions >= 4.3.0 if python-base < 3.8)
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -59,10 +59,10 @@
 This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7.
 
 %prep
-%setup -q -n azure-mgmt-dns-%{realversion}
+%setup -q -n azure-mgmt-dns-%{version}
 
 %build
-install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-dns-%{realversion}
+install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-dns-%{version}
 %python_build
 
 %install


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

2022-11-29 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-dns for 
openSUSE:Factory checked in at 2022-11-29 10:53:39

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


Package is "python-azure-mgmt-dns"

Tue Nov 29 10:53:39 2022 rev:9 rq:1038700 version:8.0.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-dns/python-azure-mgmt-dns.changes  
2021-04-12 15:49:18.881232185 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-dns.new.1597/python-azure-mgmt-dns.changes
2022-11-29 10:53:56.752985727 +0100
@@ -1,0 +2,11 @@
+Thu Nov 24 19:14:45 UTC 2022 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 8.0.0
+  + For detailed information about changes see the
+CHANGELOG.md file provided with this package
+- Override upstream version with 8.0.0.0 to ensure
+  proper upgrade from previous version 8.0.0b1
+- Update Requires from setup.py
+
+---

Old:

  azure-mgmt-dns-8.0.0b1.zip

New:

  azure-mgmt-dns-8.0.0.zip



Other differences:
--
++ python-azure-mgmt-dns.spec ++
--- /var/tmp/diff_new_pack.frofQV/_old  2022-11-29 10:53:57.512989720 +0100
+++ /var/tmp/diff_new_pack.frofQV/_new  2022-11-29 10:53:57.516989741 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-dns
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,20 @@
 #
 
 
+%define realversion 8.0.0
+
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %if 0%{?suse_version} >= 1500
 %define skip_python2 1
 %endif
 Name:   python-azure-mgmt-dns
-Version:8.0.0b1
+Version:8.0.0.0
 Release:0
 Summary:Microsoft Azure DNS Management Client Library
 License:MIT
 Group:  Development/Languages/Python
 URL:https://github.com/Azure/azure-sdk-for-python
-Source: 
https://files.pythonhosted.org/packages/source/a/azure-mgmt-dns/azure-mgmt-dns-%{version}.zip
+Source: 
https://files.pythonhosted.org/packages/source/a/azure-mgmt-dns/azure-mgmt-dns-%{realversion}.zip
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
@@ -41,7 +43,7 @@
 Requires:   python-azure-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-msrest >= 0.6.21
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -57,10 +59,10 @@
 This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7.
 
 %prep
-%setup -q -n azure-mgmt-dns-%{version}
+%setup -q -n azure-mgmt-dns-%{realversion}
 
 %build
-install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-dns-%{version}
+install -m 644 %{SOURCE1} %{_builddir}/azure-mgmt-dns-%{realversion}
 %python_build
 
 %install


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

2021-04-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-mgmt-dns for 
openSUSE:Factory checked in at 2021-04-12 15:49:13

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


Package is "python-azure-mgmt-dns"

Mon Apr 12 15:49:13 2021 rev:8 rq:881955 version:8.0.0b1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-dns/python-azure-mgmt-dns.changes  
2020-12-09 22:18:07.815475098 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-dns.new.2401/python-azure-mgmt-dns.changes
2021-04-12 15:49:18.881232185 +0200
@@ -1,0 +2,11 @@
+Thu Mar 18 11:20:13 UTC 2021 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 8.0.0b1
+  + For detailed information about changes see the
+CHANGELOG.md file provided with this package
+- Rename HISTORY.rst to CHANGELOG.md in %files section
+- Rename README.rst to README.md in %files section
+- Update Requires from setup.py
+
+---

Old:

  azure-mgmt-dns-3.0.0.zip

New:

  azure-mgmt-dns-8.0.0b1.zip



Other differences:
--
++ python-azure-mgmt-dns.spec ++
--- /var/tmp/diff_new_pack.5Hcpc9/_old  2021-04-12 15:49:19.373232780 +0200
+++ /var/tmp/diff_new_pack.5Hcpc9/_new  2021-04-12 15:49:19.373232780 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-dns
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 %define skip_python2 1
 %endif
 Name:   python-azure-mgmt-dns
-Version:3.0.0
+Version:8.0.0b1
 Release:0
 Summary:Microsoft Azure DNS Management Client Library
 License:MIT
@@ -37,11 +37,11 @@
 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.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-msrestazure < 2.0.0
-Requires:   python-msrestazure >= 0.4.32
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -75,7 +75,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc HISTORY.rst README.rst
+%doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/mgmt/dns
 %{python_sitelib}/azure_mgmt_dns-*.egg-info


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

2020-12-09 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package python-azure-mgmt-dns for 
openSUSE:Factory checked in at 2020-12-09 22:18:06

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


Package is "python-azure-mgmt-dns"

Wed Dec  9 22:18:06 2020 rev:7 rq:853924 version:3.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-dns/python-azure-mgmt-dns.changes  
2019-10-10 14:29:58.628677540 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-dns.new.2328/python-azure-mgmt-dns.changes
2020-12-09 22:18:07.815475098 +0100
@@ -1,0 +2,5 @@
+Thu Nov 26 11:07:08 UTC 2020 - Robert Schweikert 
+
+- Only build Python3 flavors for distributions 15 and greater
+
+---



Other differences:
--
++ python-azure-mgmt-dns.spec ++
--- /var/tmp/diff_new_pack.HVmkcO/_old  2020-12-09 22:18:08.403475694 +0100
+++ /var/tmp/diff_new_pack.HVmkcO/_new  2020-12-09 22:18:08.407475698 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-dns
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,16 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%if 0%{?suse_version} >= 1500
+%define skip_python2 1
+%endif
 Name:   python-azure-mgmt-dns
 Version:3.0.0
 Release:0
 Summary:Microsoft Azure DNS Management Client Library
 License:MIT
 Group:  Development/Languages/Python
-Url:https://github.com/Azure/azure-sdk-for-python
+URL:https://github.com/Azure/azure-sdk-for-python
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-mgmt-dns/azure-mgmt-dns-%{version}.zip
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-mgmt-nspkg >= 3.0.0}
___
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org