%global srcname optcomplete %global commit 4079d7ab75f6361a4309fdf647595d878ca4a4fe %global shortcommit %(c=%{commit}; echo ${c:0:12}) Name: python-%{srcname} Version: 1.2.1 Release: 15%{?dist} Summary: Shell Completion Self-Generator for Python License: BSD URL: http://furius.ca/%{srcname} Source0: https://github.com/blais/optcomplete/archive/%{commit}.zip BuildArch: noarch %description This Python module aims at providing almost automatically shell completion %package -n python%{python3_pkgversion}-%{srcname} Summary: Shell Completion Self-Generator for Python 3 BuildRequires: python%{python3_pkgversion}-devel BuildRequires: /usr/bin/2to3 %{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}} %description -n python%{python3_pkgversion}-%{srcname} This Python 3 module aims at providing almost automatically shell completion for any Python program that already uses the optparse module. %prep %autosetup -p1 -n %{srcname}-%{commit} 2to3 --write --nobackups . %build %py3_build %install %py3_install %files -n python%{python3_pkgversion}-%{srcname} %license COPYING %doc CHANGES CREDITS doc/*.txt README.rst TODO %{python3_sitelib}/*.egg-info %{python3_sitelib}/*.py %{python3_sitelib}/__pycache__/* %changelog * Wed May 17 2023 chedi toueiti 1.2.1-16 - version bump * Wed May 17 2023 chedi toueiti 1.2.1-15 - Refactoring some legacy code and updating the package source * Fri Jan 20 2023 Fedora Release Engineering 1.2.1-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering 1.2.1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint 1.2.1-12 - Rebuilt for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering 1.2.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering 1.2.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint 1.2.1-9 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering 1.2.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering 1.2.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok 1.2.1-6 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering 1.2.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 03 2019 Miro Hrončok 1.2.1-4 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok 1.2.1-3 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering 1.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue Apr 09 2019 Orion Poplawski 1.2.1-1 - Update to 1.2.1 (bug #1697149) * Sat Feb 02 2019 Fedora Release Engineering 1.2-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sun Oct 07 2018 Orion Poplawski 1.2-18 - Drop Python 2 package for Fedora 30+ (bugz #1629742) * Tue Jul 17 2018 Miro Hrončok 1.2-17 - Update Python macros to new packaging standards * Sat Jul 14 2018 Fedora Release Engineering 1.2-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok 1.2-15 - Rebuilt for Python 3.7 * Tue Feb 27 2018 Iryna Shcherbina 1.2-14 - Update Python 2 dependency declarations to new packaging standards * Fri Feb 09 2018 Fedora Release Engineering 1.2-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering 1.2-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering 1.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok 1.2-10 - Rebuild for Python 3.6 * Wed Nov 16 2016 Orion Poplawski 1.2-9 - Modernize spec * Tue Jul 19 2016 Fedora Release Engineering 1.2-8 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_ Packages * Thu Feb 04 2016 Fedora Release Engineering 1.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Nov 10 2015 Peter Robinson 1.2-6 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Dennis Gilmore 1.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Dennis Gilmore 1.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Fri May 02 2014 Orion Poplawski 1.2-3 - Rebuild for Python 3.4 * Sun Aug 04 2013 Dennis Gilmore 1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Mon Apr 29 2013 Orion Poplawski 1.2-1 - Initial import