1
0

4 Commits

Author SHA256 Message Date
64708e8109 Accepting request 1275245 from devel:languages:python:azure
- New upstream release
  + Version 12.7.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package (forwarded request 1275073 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1275245
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-data-tables?expand=0&rev=19
2025-05-07 17:21:21 +00:00
482d582f84 - New upstream release
+ Version 12.7.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-data-tables?expand=0&rev=35
2025-05-07 11:16:59 +00:00
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 25 additions and 30 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:b14fc94a3223a2835ff5688e17d8e107b27c7cd7c4114138f2ac81373723705d
size 258650

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed May 7 05:55:09 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 12.7.0
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
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

@@ -1,7 +1,7 @@
#
# spec file for package python-azure-data-tables
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-azure-data-tables
Version: 12.5.0
Version: 12.7.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