From b1c25da112f151ca4d7ac54d6e9ea6a522cbfd1a Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 30 Oct 2023 23:52:42 +0300 Subject: [PATCH] Remove unnecessary files and fix spec-file --- changelog | 93 ------------------------------------- python-filelock.spec | 108 ++++++++++++++++++++++++++++++++++++++++++- sources | 1 - 3 files changed, 107 insertions(+), 95 deletions(-) delete mode 100644 changelog delete mode 100644 sources diff --git a/changelog b/changelog deleted file mode 100644 index 721d591..0000000 --- a/changelog +++ /dev/null @@ -1,93 +0,0 @@ -* Mon Jun 13 2022 Python Maint - 3.3.1-4 -- Rebuilt for Python 3.11 - -* Mon Jun 13 2022 Python Maint - 3.3.1-3 -- Bootstrap for Python 3.11 - -* Fri Jan 21 2022 Fedora Release Engineering - 3.3.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Mon Oct 25 2021 Lumír Balhar - 3.3.1-1 -- Update to 3.3.1, drop Python 2 support -Resolves: rhbz#2008102 - -* Tue Jul 27 2021 Fedora Release Engineering - 3.0.12-12 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Jun 04 2021 Python Maint - 3.0.12-11 -- Rebuilt for Python 3.10 - -* Wed Jun 02 2021 Python Maint - 3.0.12-10 -- Bootstrap for Python 3.10 - -* Wed Jan 27 2021 Fedora Release Engineering - 3.0.12-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 3.0.12-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sat May 23 2020 Miro Hrončok - 3.0.12-7 -- Rebuilt for Python 3.9 - -* Thu Jan 30 2020 Fedora Release Engineering - 3.0.12-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Oct 03 2019 Miro Hrončok - 3.0.12-5 -- Rebuilt for Python 3.8.0rc1 (#1748018) - -* Sat Aug 17 2019 Miro Hrončok - 3.0.12-4 -- Rebuilt for Python 3.8 - -* Fri Jul 26 2019 Fedora Release Engineering - 3.0.12-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Fri Jun 28 2019 Scott K Logan - 3.0.12-2 -- Add explicit conflict between unlike python2/3 subpackages (rhbz#1708871) -- Make the -doc subpackage dependency weaker - -* Sun May 19 2019 Scott K Logan - 3.0.12-1 -- Update to 3.0.12 (rhbz#1711583) -- Switch to Python 3 sphinx - -* Sat Feb 02 2019 Fedora Release Engineering - 3.0.10-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Nov 16 2018 Scott K Logan - 3.0.10-1 -- Update to 3.0.10 - -* Tue Oct 30 2018 Scott K Logan - 3.0.9-1 -- Update to 3.0.9 -- Add spec conditionals for python version targeting (rhbz#1632320) -- Fix theme package dependency (s/sphinx_rtd_theme/sphinx-theme-alabaster/) - -* Fri Sep 14 2018 Scott K Logan - 3.0.8-1 -- Update to 3.0.8 (rhbz#1459712) - -* Sat Jul 14 2018 Fedora Release Engineering - 2.0.8-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jun 19 2018 Miro Hrončok - 2.0.8-6 -- Rebuilt for Python 3.7 - -* Mon Feb 12 2018 Iryna Shcherbina - 2.0.8-5 -- Update Python 2 dependency declarations to new packaging standards - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Fri Feb 09 2018 Fedora Release Engineering - 2.0.8-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 2.0.8-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 2.0.8-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Sat Feb 04 2017 Scott K Logan - 2.0.8-1 -- Update to version 2.0.8 - -* Mon Dec 19 2016 Miro Hrončok - 2.0.6-2 -- Rebuild for Python 3.6 - -* Sun May 01 2016 Scott K Logan - 2.0.6-1 -- Initial package diff --git a/python-filelock.spec b/python-filelock.spec index f9278d7..339fc34 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -1,3 +1,13 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.3.5) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 1; + 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 srcname filelock %if 0%{?fedora} @@ -111,4 +121,100 @@ install -p -m0644 -D docs/man/%{srcname}.1 %{buildroot}%{_mandir}/man1/%{srcname %changelog -%autochangelog +* Sun Aug 07 2022 Mikel Olasagasti Uranga - 3.7.1-1 +- Update to 3.7.1 - Closes rhbz#2018436 + +* Mon Jun 13 2022 Python Maint - 3.3.1-4 +- Rebuilt for Python 3.11 + +* Mon Jun 13 2022 Python Maint - 3.3.1-3 +- Bootstrap for Python 3.11 + +* Fri Jan 21 2022 Fedora Release Engineering - 3.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Mon Oct 25 2021 Lumír Balhar - 3.3.1-1 +- Update to 3.3.1, drop Python 2 support +Resolves: rhbz#2008102 + +* Tue Jul 27 2021 Fedora Release Engineering - 3.0.12-12 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 3.0.12-11 +- Rebuilt for Python 3.10 + +* Wed Jun 02 2021 Python Maint - 3.0.12-10 +- Bootstrap for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 3.0.12-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 3.0.12-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat May 23 2020 Miro Hrončok - 3.0.12-7 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 3.0.12-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 3.0.12-5 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Sat Aug 17 2019 Miro Hrončok - 3.0.12-4 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 3.0.12-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Jun 28 2019 Scott K Logan - 3.0.12-2 +- Add explicit conflict between unlike python2/3 subpackages (rhbz#1708871) +- Make the -doc subpackage dependency weaker + +* Sun May 19 2019 Scott K Logan - 3.0.12-1 +- Update to 3.0.12 (rhbz#1711583) +- Switch to Python 3 sphinx + +* Sat Feb 02 2019 Fedora Release Engineering - 3.0.10-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Nov 16 2018 Scott K Logan - 3.0.10-1 +- Update to 3.0.10 + +* Tue Oct 30 2018 Scott K Logan - 3.0.9-1 +- Update to 3.0.9 +- Add spec conditionals for python version targeting (rhbz#1632320) +- Fix theme package dependency (s/sphinx_rtd_theme/sphinx-theme-alabaster/) + +* Fri Sep 14 2018 Scott K Logan - 3.0.8-1 +- Update to 3.0.8 (rhbz#1459712) + +* Sat Jul 14 2018 Fedora Release Engineering - 2.0.8-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 2.0.8-6 +- Rebuilt for Python 3.7 + +* Mon Feb 12 2018 Iryna Shcherbina - 2.0.8-5 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + +* Fri Feb 09 2018 Fedora Release Engineering - 2.0.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 2.0.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 2.0.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Sat Feb 04 2017 Scott K Logan - 2.0.8-1 +- Update to version 2.0.8 + +* Mon Dec 19 2016 Miro Hrončok - 2.0.6-2 +- Rebuild for Python 3.6 + +* Sun May 01 2016 Scott K Logan - 2.0.6-1 +- Initial package + diff --git a/sources b/sources deleted file mode 100644 index f76bd02..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (filelock-3.7.1.tar.gz) = b5e0fb6c641fdf70c9a2579e233598df506a6db53de975029ccb904b30fb4dff4f5b39282f4d298d228a851de9f5c91fe642350fac737a616b16f67881c9ae13