forked from pool/python-azure-mgmt-powerbiembedded
Compare commits
2 Commits
39a1a276e5
...
07f229526d
Author | SHA256 | Date | |
---|---|---|---|
07f229526d | |||
933928c323 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2f05be73f2a086c579a78fc900e3b2ae14ccde5bcec54e29dfc73e626b377476
|
|
||||||
size 47904
|
|
3
azure-mgmt-powerbiembedded-3.0.0.tar.gz
Normal file
3
azure-mgmt-powerbiembedded-3.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cb3d83dd67d02847644e6d7464a22164c8b8cba185eb2cfe2f5fa707f545a1fa
|
||||||
|
size 49240
|
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 24 10:55:03 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- New upstream release
|
||||||
|
+ Version 3.0.0
|
||||||
|
+ For detailed information about changes see the
|
||||||
|
CHANGELOG.md file provided with this package
|
||||||
|
- Remove unzip package from BuildRequires
|
||||||
|
- Rename HISTORY.rst to CHANGELOG.md in %files section
|
||||||
|
- Rename README.rst to README.md in %files section
|
||||||
|
- Switch source archive format to TAR.GZ
|
||||||
|
- Update Requires from setup.py
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 3 16:42:40 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
|
Fri May 3 16:42:40 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
|
||||||
|
|
||||||
|
@@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-azure-mgmt-powerbiembedded
|
Name: python-azure-mgmt-powerbiembedded
|
||||||
Version: 2.0.0
|
Version: 3.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Microsoft Azure Power BI Embedded Management Client Library
|
Summary: Microsoft Azure Power BI Embedded Management Client Library
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/Azure/azure-sdk-for-python
|
URL: https://github.com/Azure/azure-sdk-for-python
|
||||||
Source: https://files.pythonhosted.org/packages/source/a/azure-mgmt-powerbiembedded/azure-mgmt-powerbiembedded-%{version}.zip
|
Source: https://files.pythonhosted.org/packages/source/a/azure-mgmt-powerbiembedded/azure-mgmt-powerbiembedded-%{version}.tar.gz
|
||||||
Source1: LICENSE.txt
|
Source1: LICENSE.txt
|
||||||
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
|
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
|
||||||
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
|
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
|
||||||
@@ -33,11 +33,11 @@ BuildRequires: %{python_module setuptools}
|
|||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: unzip
|
|
||||||
Requires: python-azure-mgmt-nspkg >= 3.0.0
|
Requires: python-azure-mgmt-nspkg >= 3.0.0
|
||||||
Requires: python-azure-nspkg >= 3.0.0
|
Requires: python-azure-nspkg >= 3.0.0
|
||||||
Requires: (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
|
Requires: (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
|
||||||
Requires: (python-msrestazure >= 0.4.27 with python-msrestazure < 2.0.0)
|
Requires: (python-azure-mgmt-core >= 1.3.2 with python-azure-mgmt-core < 2.0.0)
|
||||||
|
Requires: (python-isodate >= 0.6.1 with python-isodate < 1.0.0)
|
||||||
Conflicts: python-azure-sdk <= 2.0.0
|
Conflicts: python-azure-sdk <= 2.0.0
|
||||||
%if 0%{?sle_version} >= 150400
|
%if 0%{?sle_version} >= 150400
|
||||||
Obsoletes: python3-azure-mgmt-powerbiembedded <= 2.0.0
|
Obsoletes: python3-azure-mgmt-powerbiembedded <= 2.0.0
|
||||||
@@ -72,7 +72,7 @@ rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__
|
|||||||
}
|
}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc HISTORY.rst README.rst
|
%doc CHANGELOG.md README.md
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%{python_sitelib}/azure/mgmt/powerbiembedded
|
%{python_sitelib}/azure/mgmt/powerbiembedded
|
||||||
%{python_sitelib}/azure_mgmt_powerbiembedded-*.dist-info
|
%{python_sitelib}/azure_mgmt_powerbiembedded-*.dist-info
|
||||||
|
Reference in New Issue
Block a user