forked from pool/python-azure-maps-geolocation
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4948bb3bd2 | |||
| 79c8c2f21f |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c56ccd2a5d9ab0fcdb34bbd2ebc8190cbe73cd893b8b90e5ec341b6f0eb9a6b2
|
|
||||||
size 71388
|
|
||||||
3
azure_maps_geolocation-1.0.0b3.tar.gz
Normal file
3
azure_maps_geolocation-1.0.0b3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2591834766425956477e36983de6cc883589da3b024ee917f6c7bc20947ea8ea
|
||||||
|
size 42146
|
||||||
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 6 09:01:53 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- New upstream release
|
||||||
|
+ Version 1.0.0b3
|
||||||
|
+ For detailed information about changes see the
|
||||||
|
CHANGELOG.md file provided with this package
|
||||||
|
- Adjust upstream source name in spec file
|
||||||
|
- Remove unzip package from BuildRequires
|
||||||
|
- Switch source archive format to TAR.GZ
|
||||||
|
- Update Requires from setup.py
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 5 08:14:46 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Wed Jun 5 08:14:46 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-azure-maps-geolocation
|
# spec file for package python-azure-maps-geolocation
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,17 +16,17 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define realversion 1.0.0b1
|
%define realversion 1.0.0b3
|
||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-azure-maps-geolocation
|
Name: python-azure-maps-geolocation
|
||||||
Version: 1.0.0~b1
|
Version: 1.0.0~b3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Microsoft Azure Maps Geolocation Client Library for Python
|
Summary: Microsoft Azure Maps Geolocation Client Library for Python
|
||||||
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-maps-geolocation/azure-maps-geolocation-%{realversion}.zip
|
Source: https://files.pythonhosted.org/packages/source/a/azure_maps_geolocation/azure_maps_geolocation-%{realversion}.tar.gz
|
||||||
Source1: LICENSE.txt
|
Source1: LICENSE.txt
|
||||||
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
|
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
@@ -34,7 +34,6 @@ 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-nspkg >= 3.0.0
|
Requires: python-azure-nspkg >= 3.0.0
|
||||||
Requires: python-msrest >= 0.6.21
|
Requires: python-msrest >= 0.6.21
|
||||||
Requires: (python-azure-common >= 1.1 with python-azure-common < 2.0)
|
Requires: (python-azure-common >= 1.1 with python-azure-common < 2.0)
|
||||||
@@ -48,10 +47,10 @@ BuildArch: noarch
|
|||||||
This package contains a Python SDK for Azure Maps Services for Geolocation.
|
This package contains a Python SDK for Azure Maps Services for Geolocation.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n azure-maps-geolocation-%{realversion}
|
%setup -q -n azure_maps_geolocation-%{realversion}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
install -m 644 %{SOURCE1} %{_builddir}/azure-maps-geolocation-%{realversion}
|
install -m 644 %{SOURCE1} %{_builddir}/azure_maps_geolocation-%{realversion}
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|||||||
Reference in New Issue
Block a user