Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-azure-data-tables for openSUSE:Factory checked in at 2021-07-02 13:28:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-azure-data-tables (Old) and /work/SRC/openSUSE:Factory/.python-azure-data-tables.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-data-tables" Fri Jul 2 13:28:03 2021 rev:7 rq:903655 version:12.0.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-azure-data-tables/python-azure-data-tables.changes 2021-06-15 16:37:36.345721413 +0200 +++ /work/SRC/openSUSE:Factory/.python-azure-data-tables.new.2625/python-azure-data-tables.changes 2021-07-02 13:29:08.827978462 +0200 @@ -1,0 +2,10 @@ +Thu Jul 1 14:10:37 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- New upstream release + + Version 12.0.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Override upstream version with 12.0.0.0 to ensure + proper upgrade from previous version 12.0.0b7 + +------------------------------------------------------------------- Old: ---- azure-data-tables-12.0.0b7.zip New: ---- azure-data-tables-12.0.0.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-azure-data-tables.spec ++++++ --- /var/tmp/diff_new_pack.cMZW59/_old 2021-07-02 13:29:09.231975328 +0200 +++ /var/tmp/diff_new_pack.cMZW59/_new 2021-07-02 13:29:09.235975297 +0200 @@ -16,18 +16,20 @@ # +%define realversion 12.0.0 + %{?!python_module:%define python_module() python-%{**} python3-%{**}} %if 0%{?suse_version} >= 1500 %define skip_python2 1 %endif Name: python-azure-data-tables -Version: 12.0.0b7 +Version: 12.0.0.0 Release: 0 Summary: Microsoft Azure Azure Data Tables Client Library for Python License: MIT Group: Development/Languages/Python URL: https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/table/azure-table -Source: https://files.pythonhosted.org/packages/source/a/azure-data-tables/azure-data-tables-%{version}.zip +Source: https://files.pythonhosted.org/packages/source/a/azure-data-tables/azure-data-tables-%{realversion}.zip Source1: LICENSE.txt BuildRequires: %{python_module azure-data-nspkg >= 1.0.0} BuildRequires: %{python_module azure-nspkg >= 3.0.0} @@ -55,10 +57,10 @@ The Azure Data Tables client can be used to access Azure Storage or Cosmos accounts. %prep -%setup -q -n azure-data-tables-%{version} +%setup -q -n azure-data-tables-%{realversion} %build -install -m 644 %{SOURCE1} %{_builddir}/azure-data-tables-%{version} +install -m 644 %{SOURCE1} %{_builddir}/azure-data-tables-%{realversion} %python_build %install