diff --git a/changelog b/changelog new file mode 100644 index 0000000..1a51a8c --- /dev/null +++ b/changelog @@ -0,0 +1,117 @@ +* Thu Jan 19 2023 Fedora Release Engineering - 1.4.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Wed Jan 11 2023 Lumír Balhar - 1.4.5-1 +- Update to 1.4.5 (rhbz#2159707) + +* Mon Oct 31 2022 Lumír Balhar - 1.4.4-1 +- Update to 1.4.4 +Resolves: rhbz#2138859 + +* Wed Oct 05 2022 Lumír Balhar - 1.4.3-1 +- Update to 1.4.3 +Resolves: rhbz#2131986 + +* Mon Oct 03 2022 Miro Hrončok - 1.4.2-2 +- Remove manual requirement of python3dist(toml), + package and Recommend the [toml] extra instead + +* Tue Aug 02 2022 Lumír Balhar - 1.4.2-1 +- Update to 1.4.2 +Resolves: rhbz#2110900 + +* Tue Jul 26 2022 Lumír Balhar - 1.4.1-1 +- Update to 1.4.1 +Resolves: rhbz#2110900 + +* Thu Jul 21 2022 Fedora Release Engineering - 1.3.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Wed Jun 15 2022 Python Maint - 1.3.0-2 +- Rebuilt for Python 3.11 + +* Wed Jun 08 2022 Lumír Balhar - 1.3.0-1 +- Update to 1.3.0 +Resolves: rhbz#2083779 + +* Mon Feb 21 2022 Lumír Balhar - 1.2.1-1 +- Update to 1.2.1 +Resolves: rhbz#2056449 + +* Thu Jan 20 2022 Fedora Release Engineering - 1.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Wed Jan 05 2022 Lumír Balhar - 1.2.0-1 +- Update to 1.2.0 + +* Mon Oct 25 2021 Lumír Balhar - 1.1.3-1 +- Update to 1.1.3 +Resolves: rhbz#2016285 + +* Wed Oct 06 2021 Lumír Balhar - 1.1.2-1 +- Update to 1.1.2 +Resolves: rhbz#2006696 + +* Thu Jul 22 2021 Fedora Release Engineering - 1.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Mon Jun 21 2021 Lumír Balhar - 1.1.0-1 +- Update to 1.1.0 +Resolves: rhbz#1974255 + +* Fri Jun 04 2021 Python Maint - 1.0.4-2 +- Rebuilt for Python 3.10 + +* Tue May 04 2021 Lumír Balhar - 1.0.4-1 +- Update to 1.0.4 +Resolves: rhbz#1955039 + +* Fri Mar 12 2021 Karolina SUrma - 1.0.3-1 +- Update to 1.0.3 +Resolves: rhbz#1937471 + +* Tue Jan 26 2021 Fedora Release Engineering - 1.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Dec 11 2020 Lumír Balhar - 1.0.2-1 +- Update to 1.0.2 (#1906430) + +* Tue Nov 10 2020 Lumír Balhar - 1.0.1-1 +- Update to 1.0.1 + +* Fri Oct 02 2020 Lumír Balhar - 1.0.0-1 +- Update to 1.0.0 (#1884346) + +* Thu Sep 03 2020 Lumír Balhar - 0.6.0-1 +- Update to 0.6.0 (#1875250) + +* Thu Jul 30 2020 Lumír Balhar - 0.5.1-1 +- Update to 0.5.1 (#1859995) + +* Tue Jul 28 2020 Fedora Release Engineering - 0.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jul 09 2020 Lumír Balhar - 0.4.0-1 +- Update to 0.4.0 (#1854424) + +* Mon Jun 15 2020 Lumír Balhar - 0.3.0-1 +- Update to 0.3.0 (#1846944) + +* Fri Jun 05 2020 Miro Hrončok - 0.2.0-2 +- Correct the license tag (GPLv3+ to LGPLv3+) +- Include the actual LICENSE files in the package + +* Thu Jun 04 2020 Lumír Balhar - 0.2.0-1 +- Update to 0.2.0 (#1838278, #1841641) + +* Tue May 26 2020 Miro Hrončok - 0.1.6-2 +- Rebuilt for Python 3.9 + +* Tue May 05 2020 Lumír Balhar - 0.1.6-1 +- Update to 0.1.6 (#1831328) + +* Tue Apr 07 2020 Lumír Balhar - 0.1.5-1 +- Update to 0.1.5 (#1821807) + +* Thu Mar 12 2020 Lumír Balhar - 0.1.4-1 +- Initial package. diff --git a/micropipenv.spec b/micropipenv.spec index d107375..8e3c449 100644 --- a/micropipenv.spec +++ b/micropipenv.spec @@ -1,6 +1,6 @@ Name: micropipenv Version: 1.4.5 -Release: 2%{?dist} +Release: %autorelease Summary: A simple wrapper around pip to support Pipenv and Poetry files License: LGPLv3+ @@ -44,120 +44,4 @@ sed -i '1{\@^#!/usr/bin/env python@d}' %{name}.py %{_bindir}/micropipenv %changelog -* Thu Jan 19 2023 Fedora Release Engineering - 1.4.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Wed Jan 11 2023 Lumír Balhar - 1.4.5-1 -- Update to 1.4.5 (rhbz#2159707) - -* Mon Oct 31 2022 Lumír Balhar - 1.4.4-1 -- Update to 1.4.4 -Resolves: rhbz#2138859 - -* Wed Oct 05 2022 Lumír Balhar - 1.4.3-1 -- Update to 1.4.3 -Resolves: rhbz#2131986 - -* Mon Oct 03 2022 Miro Hrončok - 1.4.2-2 -- Remove manual requirement of python3dist(toml), - package and Recommend the [toml] extra instead - -* Tue Aug 02 2022 Lumír Balhar - 1.4.2-1 -- Update to 1.4.2 -Resolves: rhbz#2110900 - -* Tue Jul 26 2022 Lumír Balhar - 1.4.1-1 -- Update to 1.4.1 -Resolves: rhbz#2110900 - -* Thu Jul 21 2022 Fedora Release Engineering - 1.3.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Wed Jun 15 2022 Python Maint - 1.3.0-2 -- Rebuilt for Python 3.11 - -* Wed Jun 08 2022 Lumír Balhar - 1.3.0-1 -- Update to 1.3.0 -Resolves: rhbz#2083779 - -* Mon Feb 21 2022 Lumír Balhar - 1.2.1-1 -- Update to 1.2.1 -Resolves: rhbz#2056449 - -* Thu Jan 20 2022 Fedora Release Engineering - 1.2.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Wed Jan 05 2022 Lumír Balhar - 1.2.0-1 -- Update to 1.2.0 - -* Mon Oct 25 2021 Lumír Balhar - 1.1.3-1 -- Update to 1.1.3 -Resolves: rhbz#2016285 - -* Wed Oct 06 2021 Lumír Balhar - 1.1.2-1 -- Update to 1.1.2 -Resolves: rhbz#2006696 - -* Thu Jul 22 2021 Fedora Release Engineering - 1.1.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Mon Jun 21 2021 Lumír Balhar - 1.1.0-1 -- Update to 1.1.0 -Resolves: rhbz#1974255 - -* Fri Jun 04 2021 Python Maint - 1.0.4-2 -- Rebuilt for Python 3.10 - -* Tue May 04 2021 Lumír Balhar - 1.0.4-1 -- Update to 1.0.4 -Resolves: rhbz#1955039 - -* Fri Mar 12 2021 Karolina SUrma - 1.0.3-1 -- Update to 1.0.3 -Resolves: rhbz#1937471 - -* Tue Jan 26 2021 Fedora Release Engineering - 1.0.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Fri Dec 11 2020 Lumír Balhar - 1.0.2-1 -- Update to 1.0.2 (#1906430) - -* Tue Nov 10 2020 Lumír Balhar - 1.0.1-1 -- Update to 1.0.1 - -* Fri Oct 02 2020 Lumír Balhar - 1.0.0-1 -- Update to 1.0.0 (#1884346) - -* Thu Sep 03 2020 Lumír Balhar - 0.6.0-1 -- Update to 0.6.0 (#1875250) - -* Thu Jul 30 2020 Lumír Balhar - 0.5.1-1 -- Update to 0.5.1 (#1859995) - -* Tue Jul 28 2020 Fedora Release Engineering - 0.4.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu Jul 09 2020 Lumír Balhar - 0.4.0-1 -- Update to 0.4.0 (#1854424) - -* Mon Jun 15 2020 Lumír Balhar - 0.3.0-1 -- Update to 0.3.0 (#1846944) - -* Fri Jun 05 2020 Miro Hrončok - 0.2.0-2 -- Correct the license tag (GPLv3+ to LGPLv3+) -- Include the actual LICENSE files in the package - -* Thu Jun 04 2020 Lumír Balhar - 0.2.0-1 -- Update to 0.2.0 (#1838278, #1841641) - -* Tue May 26 2020 Miro Hrončok - 0.1.6-2 -- Rebuilt for Python 3.9 - -* Tue May 05 2020 Lumír Balhar - 0.1.6-1 -- Update to 0.1.6 (#1831328) - -* Tue Apr 07 2020 Lumír Balhar - 0.1.5-1 -- Update to 0.1.5 (#1821807) - -* Thu Mar 12 2020 Lumír Balhar - 0.1.4-1 -- Initial package. +%autochangelog