Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-azure-template for
openSUSE:Factory checked in at 2026-09-10 17:41:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-template (Old)
and /work/SRC/openSUSE:Factory/.python-azure-template.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-template"
Thu Sep 10 17:41:00 2026 rev:35 rq:1376835 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-template/python-azure-template.changes
2024-08-28 21:33:55.784854481 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-template.new.1265/python-azure-template.changes
2026-09-10 17:41:06.863006112 +0200
@@ -1,0 +2,11 @@
+Tue Sep 8 06:02:17 UTC 2026 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 1.0.0
+ + For detailed information about changes see the
+ CHANGELOG.md file provided with this package
+- Adjust upstream source name in spec file
+- Update %description from PKG-INFO
+- Update Requires from pyproject.toml
+
+-------------------------------------------------------------------
Old:
----
azure-template-0.1.0b4077576.tar.gz
New:
----
azure_template-1.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-template.spec ++++++
--- /var/tmp/diff_new_pack.m4fGsI/_old 2026-09-10 17:41:07.659039348 +0200
+++ /var/tmp/diff_new_pack.m4fGsI/_new 2026-09-10 17:41:07.660039390 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-azure-template
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-azure-template
-Version: 0.1.0b4077576
+Version: 1.0.0
Release: 0
Summary: Microsoft Azure Template Package Client Library for Python
License: MIT
Group: Development/Languages/Python
URL: https://github.com/Azure/azure-sdk-for-python
-Source:
https://files.pythonhosted.org/packages/source/a/azure-template/azure-template-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/a/azure_template/azure_template-%{version}.tar.gz
Source1: LICENSE.txt
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module pip}
@@ -32,7 +32,7 @@
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: (python-azure-core >= 1.23.0 with python-azure-core < 2.0.0)
+Requires: (python-azure-core >= 1.31.0 with python-azure-core < 2.0.0)
Conflicts: python-azure-sdk <= 2.0.0
%if 0%{?sle_version} >= 150400
Obsoletes: python3-azure-template < 0.1.0b3511266
@@ -42,17 +42,18 @@
%python_subpackages
%description
-This template package matches necessary patterns that the development team has
established to
-create a unified sdk functional from Python 2.7 onwards. The packages
contained herein can be
-installed singly or as part of the azure namespace.
+This template package matches necessary patterns that the development team
+has established to create a unified SDK. The packages contained herein can
+be installed singly or as part of the azure namespace. Any other introductory
+text should go here.
-This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8
+This package has been tested with Python 3.7+.
%prep
-%setup -q -n azure-template-%{version}
+%setup -q -n azure_template-%{version}
%build
-install -m 644 %{SOURCE1} %{_builddir}/azure-template-%{version}
+install -m 644 %{SOURCE1} %{_builddir}/azure_template-%{version}
%pyproject_wheel
%install