13
0

Accepting request 1285512 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1285512
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-launchpadlib?expand=0&rev=3
This commit is contained in:
2025-06-13 16:48:39 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jun 12 08:55:27 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 2.1.0
* Add SECURITY.md file with security policy
* Update to support Python versions 3.12 and 3.13
- Switch upstream source URL to PyPi in Source field
- Update upstream project URL in URL field
- Use Python 3.11 on SLE-15 by default
-------------------------------------------------------------------
Fri Nov 8 06:21:44 UTC 2024 - Matej Cepl <mcepl@cepl.eu>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-launchpadlib
#
# 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,13 +16,14 @@
#
%{?sle15_python_module_pythons}
Name: python-launchpadlib
Version: 2.0.0
Version: 2.1.0
Release: 0
Summary: Python client library for Launchpad's web service
License: LGPL-3.0-only
URL: https://pypi.org/project/launchpadlib/
Source: https://launchpad.net/launchpadlib/trunk/%{version}/+download/launchpadlib-%{version}.tar.gz
URL: https://help.launchpad.net/API/launchpadlib
Source: https://files.pythonhosted.org/packages/source/l/launchpadlib/launchpadlib-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module httplib2}
BuildRequires: %{python_module lazr.restfulclient}