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-08-20 16:57:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-data-tables (Old)
and /work/SRC/openSUSE:Factory/.python-azure-data-tables.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-data-tables"
Fri Aug 20 16:57:47 2021 rev:8 rq:907826 version:12.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-data-tables/python-azure-data-tables.changes
2021-07-02 13:29:08.827978462 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-data-tables.new.1899/python-azure-data-tables.changes
2021-08-20 16:58:06.310852488 +0200
@@ -1,0 +2,9 @@
+Thu Jul 22 15:16:24 UTC 2021 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 12.1.0
+ + For detailed information about changes see the
+ CHANGELOG.md file provided with this package
+- Remove temporary version override
+
+-------------------------------------------------------------------
Old:
----
azure-data-tables-12.0.0.zip
New:
----
azure-data-tables-12.1.0.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-data-tables.spec ++++++
--- /var/tmp/diff_new_pack.1Cqy1S/_old 2021-08-20 16:58:06.842851678 +0200
+++ /var/tmp/diff_new_pack.1Cqy1S/_new 2021-08-20 16:58:06.842851678 +0200
@@ -16,20 +16,18 @@
#
-%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.0.0
+Version: 12.1.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-%{realversion}.zip
+Source:
https://files.pythonhosted.org/packages/source/a/azure-data-tables/azure-data-tables-%{version}.zip
Source1: LICENSE.txt
BuildRequires: %{python_module azure-data-nspkg >= 1.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
@@ -57,10 +55,10 @@
The Azure Data Tables client can be used to access Azure Storage or Cosmos
accounts.
%prep
-%setup -q -n azure-data-tables-%{realversion}
+%setup -q -n azure-data-tables-%{version}
%build
-install -m 644 %{SOURCE1} %{_builddir}/azure-data-tables-%{realversion}
+install -m 644 %{SOURCE1} %{_builddir}/azure-data-tables-%{version}
%python_build
%install