1
0

4 Commits

Author SHA256 Message Date
496901800a Accepting request 1235173 from devel:languages:python:azure
- New upstream release
  + Version 1.0.0b3
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package (forwarded request 1235129 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1235173
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-maps-route?expand=0&rev=4
2025-01-06 15:05:48 +00:00
ab2dc161cd - New upstream release
+ Version 1.0.0b3
  + 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-maps-route?expand=0&rev=7
2025-01-06 12:06:24 +00:00
55a26f736c Accepting request 1223361 from devel:languages:python:azure
- 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 (forwarded request 1223294 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1223361
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-maps-route?expand=0&rev=3
2024-11-12 18:20:48 +00:00
873b452121 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-maps-route?expand=0&rev=5
2024-11-11 12:35:56 +00:00
4 changed files with 29 additions and 10 deletions

View File

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

View File

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

View File

@@ -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>

View File

@@ -1,7 +1,7 @@
#
# 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
# 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}
Name: python-azure-maps-route
Version: 1.0.0~b1
Version: 1.0.0~b3
Release: 0
Summary: Azure Maps Route Package client library for Python
License: MIT
Group: Development/Languages/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
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module pip}
@@ -34,7 +34,6 @@ BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
Requires: python-azure-nspkg >= 3.0.0
Requires: python-msrest >= 0.6.21
Requires: python-requests >= 2.20.0
@@ -52,10 +51,10 @@ BuildArch: noarch
This package contains a Python SDK for Azure Maps Services for Route.
%prep
%setup -q -n azure-maps-route-%{realversion}
%setup -q -n azure_maps_route-%{realversion}
%build
install -m 644 %{SOURCE1} %{_builddir}/azure-maps-route-%{realversion}
install -m 644 %{SOURCE1} %{_builddir}/azure_maps_route-%{realversion}
%pyproject_wheel
%install