Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-azure-health-deidentification
for openSUSE:Factory checked in at 2026-03-11 20:57:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-health-deidentification (Old)
and
/work/SRC/openSUSE:Factory/.python-azure-health-deidentification.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-health-deidentification"
Wed Mar 11 20:57:31 2026 rev:2 rq:1338312 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-health-deidentification/python-azure-health-deidentification.changes
2025-04-30 19:05:31.489183735 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-health-deidentification.new.8177/python-azure-health-deidentification.changes
2026-03-11 20:59:49.121051331 +0100
@@ -1,0 +2,10 @@
+Fri May 23 07:46:38 UTC 2025 - 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
+- Remove temporary version override
+
+-------------------------------------------------------------------
Old:
----
azure-health-deidentification-1.0.0b1.tar.gz
New:
----
azure_health_deidentification-1.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-health-deidentification.spec ++++++
--- /var/tmp/diff_new_pack.waADnT/_old 2026-03-11 20:59:49.757077525 +0100
+++ /var/tmp/diff_new_pack.waADnT/_new 2026-03-11 20:59:49.757077525 +0100
@@ -16,16 +16,14 @@
#
-%define realversion 1.0.0b1
-
%{?sle15_python_module_pythons}
Name: python-azure-health-deidentification
-Version: 1.0.0~b1
+Version: 1.0.0
Release: 0
Summary: Microsoft Azure Health Deidentification Client Library for
Python
License: MIT
URL: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk
-Source:
https://files.pythonhosted.org/packages/source/a/azure-health-deidentification/azure-health-deidentification-%{realversion}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/a/azure_health_deidentification/azure_health_deidentification-%{version}.tar.gz
BuildRequires: %{python_module azure-core >= 1.24.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module isodate < 1.0.0}
@@ -49,7 +47,7 @@
redact, or surrogate health data.
%prep
-%setup -q -n azure-health-deidentification-%{realversion}
+%setup -q -n azure_health_deidentification-%{version}
%build
%pyproject_wheel