## START: Set by rpmautospec ## (rpmautospec version 0.3.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 6; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec %global pypi_name launchpadlib Name: python-%{pypi_name} Version: 1.11.0 Release: %autorelease Summary: Script Launchpad through its web services interfaces License: LGPL-3.0-only URL: https://launchpad.net/launchpadlib Source0: %{pypi_source} BuildArch: noarch %global _description %{expand: Launchpadlib is an open-source Python library that lets you treat the HTTP resources published by Launchpad's web service as Python objects responding to a standard set of commands. With launchpadlib you can integrate your applications into Launchpad without knowing a lot about HTTP client programming.} %description %_description %package -n python3-%{pypi_name} Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} BuildRequires: python3-devel BuildRequires: python3dist(httplib2) BuildRequires: python3dist(keyring) BuildRequires: python3dist(lazr-restfulclient) >= 0.9.19 BuildRequires: python3dist(lazr-uri) BuildRequires: python3dist(setuptools) BuildRequires: python3dist(testresources) BuildRequires: python3dist(wadllib) %description -n python3-%{pypi_name} %_description %prep %autosetup -n %{pypi_name}-%{version} %build %py3_build %install %py3_install %check %{__python3} setup.py test %files -n python3-%{pypi_name} %license COPYING.txt %doc README.rst %{python3_sitelib}/%{pypi_name}/ %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/ %changelog * Fri Jan 26 2024 Fedora Release Engineering - 1.11.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering - 1.11.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering - 1.11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jul 13 2023 Ondřej Pohořelský - 1.11.0-1 - Update to 1.11.0 - Resolves: rhbz#2220302 * Mon Jul 03 2023 Python Maint - 1.10.18-3 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering - 1.10.18-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Nov 08 2022 Ondřej Pohořelský - 1.10.18-1 - Update to 1.10.18 - Resolves: rhbz#2138506 * Mon Oct 17 2022 Ondřej Pohořelský - 1.10.17-1 - Update to 1.10.17 - Resolves: rhbz#2135033 * Fri Jul 22 2022 Fedora Release Engineering - 1.10.16-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jun 16 2022 Python Maint - 1.10.16-2 - Rebuilt for Python 3.11 * Wed Feb 09 2022 Ondřej Pohořelský - 1.10.16-1 - Update to 1.10.16 - Resolves: rhbz#2043604 * Fri Jan 21 2022 Fedora Release Engineering - 1.10.15.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Tue Sep 14 2021 Ondřej Pohořelský - 1.10.15.1-1 - Update to 1.10.15.1 - Resolves: rhbz#2017831 * Tue Sep 14 2021 Ondřej Pohořelský - 1.10.14-1 - Update to 1.10.14 * Tue Jul 27 2021 Fedora Release Engineering - 1.10.13-6 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 1.10.13-5 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 1.10.13-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 1.10.13-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok - 1.10.13-2 - Rebuilt for Python 3.9 * Mon Apr 20 2020 Ondřej Pohořelský - 1.10.13-1 - Update to 1.10.13 * Fri Apr 17 2020 Ondřej Pohořelský - 1.10.12-1 - Update to 1.10.12 * Thu Apr 16 2020 Ondřej Pohořelský - 1.10.11-1 - Update to 1.10.11 - Fix URL in spec file * Tue Feb 4 2020 Ondřej Pohořelský - 1.10.10-1 - Update to 1.10.10 * Mon Feb 3 2020 Ondřej Pohořelský - 1.10.9-1 - Update to 1.10.9 * Thu Jan 30 2020 Fedora Release Engineering - 1.10.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Sep 19 2019 Miro Hrončok - 1.10.7-1 - Initial package