forked from pool/python-azure-maps-route
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 496901800a | |||
| ab2dc161cd | |||
| 55a26f736c | |||
| 873b452121 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f558f85af5807e3cce7f624c8ab002fdd9203769e1896b63c57e8ff72b3cd29d
|
|
||||||
size 162010
|
|
||||||
3
azure_maps_route-1.0.0b3.tar.gz
Normal file
3
azure_maps_route-1.0.0b3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:df1df0c2ecc14beba294b175874c58e34c198b6bcded5ec28cb644e19f1f967e
|
||||||
|
size 123376
|
||||||
@@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 6 09:08:43 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
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 11 08:10:07 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- New upstream release
|
||||||
|
+ Version 1.0.0b2
|
||||||
|
+ 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
|
||||||
|
- Remove unzip package from BuildRequires
|
||||||
|
- Switch source archive format to TAR.GZ
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 4 12:52:55 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Thu Apr 4 12:52:55 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-azure-maps-route
|
# spec file for package python-azure-maps-route
|
||||||
#
|
#
|
||||||
# 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-route
|
Name: python-azure-maps-route
|
||||||
Version: 1.0.0~b1
|
Version: 1.0.0~b3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Azure Maps Route Package client library for Python
|
Summary: Azure Maps Route Package 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-route/azure-maps-route-%{realversion}.zip
|
Source: https://files.pythonhosted.org/packages/source/a/azure_maps_route/azure_maps_route-%{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-requests >= 2.20.0
|
Requires: python-requests >= 2.20.0
|
||||||
@@ -52,10 +51,10 @@ BuildArch: noarch
|
|||||||
This package contains a Python SDK for Azure Maps Services for Route.
|
This package contains a Python SDK for Azure Maps Services for Route.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n azure-maps-route-%{realversion}
|
%setup -q -n azure_maps_route-%{realversion}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
install -m 644 %{SOURCE1} %{_builddir}/azure-maps-route-%{realversion}
|
install -m 644 %{SOURCE1} %{_builddir}/azure_maps_route-%{realversion}
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|||||||
Reference in New Issue
Block a user