1
0

2 Commits

Author SHA256 Message Date
4948bb3bd2 Accepting request 1235172 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
- Adjust upstream source name in spec file
- Remove unzip package from BuildRequires
- Switch source archive format to TAR.GZ
- Update Requires from setup.py (forwarded request 1235127 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1235172
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-maps-geolocation?expand=0&rev=2
2025-01-06 15:05:47 +00:00
79c8c2f21f - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-maps-geolocation?expand=0&rev=3
2025-01-06 12:05:51 +00:00
4 changed files with 21 additions and 10 deletions

View File

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

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
#
# 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
# 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-geolocation
Version: 1.0.0~b1
Version: 1.0.0~b3
Release: 0
Summary: Microsoft Azure Maps Geolocation 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-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
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-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.
%prep
%setup -q -n azure-maps-geolocation-%{realversion}
%setup -q -n azure_maps_geolocation-%{realversion}
%build
install -m 644 %{SOURCE1} %{_builddir}/azure-maps-geolocation-%{realversion}
install -m 644 %{SOURCE1} %{_builddir}/azure_maps_geolocation-%{realversion}
%pyproject_wheel
%install