From 02034782e57cdd02778956d1af1de61d12d346110d34509081222d5c1eb67e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 13 Jun 2025 13:07:52 +0000 Subject: [PATCH] Accepting request 1285071 from home:glaubitz:branches:devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/1285071 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-launchpadlib?expand=0&rev=8 --- launchpadlib-2.0.0.tar.gz | 3 --- launchpadlib-2.1.0.tar.gz | 3 +++ python-launchpadlib.changes | 10 ++++++++++ python-launchpadlib.spec | 9 +++++---- 4 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 launchpadlib-2.0.0.tar.gz create mode 100644 launchpadlib-2.1.0.tar.gz diff --git a/launchpadlib-2.0.0.tar.gz b/launchpadlib-2.0.0.tar.gz deleted file mode 100644 index 4c3dd0c..0000000 --- a/launchpadlib-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d4a9095e91773a7565d4c159594ae30eca792fd5f9b89ded459d711484a96cb -size 209801 diff --git a/launchpadlib-2.1.0.tar.gz b/launchpadlib-2.1.0.tar.gz new file mode 100644 index 0000000..35c1927 --- /dev/null +++ b/launchpadlib-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c25890bb75050d54c08123d2733156b78a59a2555f5461f69b0e44cd91242f +size 209860 diff --git a/python-launchpadlib.changes b/python-launchpadlib.changes index 48015e1..c5e0e64 100644 --- a/python-launchpadlib.changes +++ b/python-launchpadlib.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Jun 12 08:55:27 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-launchpadlib.spec b/python-launchpadlib.spec index 0344191..f3abbae 100644 --- a/python-launchpadlib.spec +++ b/python-launchpadlib.spec @@ -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}