1
0

2 Commits

Author SHA256 Message Date
d470711ce7 Accepting request 1225817 from devel:languages:python:azure
- New upstream release
  + Version 12.6.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package
- Adjust upstream source name in spec file
- Drop extra LICENSE.txt as upstream now ships its own (forwarded request 1225742 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1225817
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-data-tables?expand=0&rev=18
2024-11-22 22:53:11 +00:00
96a2de6090 - New upstream release
+ Version 12.6.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package
- Adjust upstream source name in spec file
- Drop extra LICENSE.txt as upstream now ships its own

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-data-tables?expand=0&rev=33
2024-11-22 12:23:59 +00:00
5 changed files with 16 additions and 29 deletions

View File

@@ -1,21 +0,0 @@
The MIT License (MIT)
Copyright (c) 2016 Microsoft Corporation. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eea393a6380c42eb03e807825c037832003d09c823294831da15e81155a0b4e6
size 255714

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e0d5598113855f9114fd7671623d35509f83772970cfdc597901b35f42dc3134
size 256338

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Nov 22 08:40:28 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 12.6.0
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
- Adjust upstream source name in spec file
- Drop extra LICENSE.txt as upstream now ships its own
-------------------------------------------------------------------
Thu Apr 4 12:51:11 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -18,14 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-azure-data-tables
Version: 12.5.0
Version: 12.6.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}.tar.gz
Source1: LICENSE.txt
Source: https://files.pythonhosted.org/packages/source/a/azure_data_tables/azure_data_tables-%{version}.tar.gz
BuildRequires: %{python_module azure-data-nspkg >= 1.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module pip}
@@ -52,10 +51,9 @@ amount of data inserted, and allow for the storing of data with non-complex acce
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-%{version}
%build
install -m 644 %{SOURCE1} %{_builddir}/azure-data-tables-%{version}
%pyproject_wheel
%install