generated from demus/python3-rpm-template
Convert to %autorelease and %autochangelog
Build and provide rpm of python3-pyp2spec-rpm / rpmbuild (release) Failing after 48s
Build and provide rpm of python3-pyp2spec-rpm / rpmbuild (release) Failing after 48s
[skip changelog]
This commit is contained in:
@@ -0,0 +1,65 @@
|
|||||||
|
* Mon Mar 03 2025 Karolina Surma <ksurma@redhat.com> - 0.12.0-1
|
||||||
|
- Update to 0.12.0
|
||||||
|
|
||||||
|
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.1-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Nov 21 2024 Karolina Surma <ksurma@redhat.com> - 0.11.1-1
|
||||||
|
- Update to 0.11.1
|
||||||
|
|
||||||
|
* Tue Oct 22 2024 Karolina Surma <ksurma@redhat.com> - 0.11.0-2
|
||||||
|
- Assert a license is always detected with the files
|
||||||
|
|
||||||
|
* Tue Oct 22 2024 Karolina Surma <ksurma@redhat.com> - 0.11.0-1
|
||||||
|
- Update to 0.11.0
|
||||||
|
|
||||||
|
* Thu Oct 10 2024 Karolina Surma <ksurma@redhat.com> - 0.10.0-1
|
||||||
|
- Update to 0.10.0
|
||||||
|
|
||||||
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jun 09 2024 Python Maint <python-maint@redhat.com> - 0.9.0-2
|
||||||
|
- Rebuilt for Python 3.13
|
||||||
|
|
||||||
|
* Thu Apr 11 2024 Karolina Surma <ksurma@redhat.com> - 0.9.0-1
|
||||||
|
- Update to 0.9.0
|
||||||
|
|
||||||
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Oct 11 2023 Karolina Surma <ksurma@redhat.com> - 0.8.0-1
|
||||||
|
- Update to 0.8.0
|
||||||
|
|
||||||
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jun 29 2023 Python Maint <python-maint@redhat.com> - 0.7.0-3
|
||||||
|
- Rebuilt for Python 3.12
|
||||||
|
|
||||||
|
* Thu May 04 2023 Karolina Surma <ksurma@redhat.com> - 0.7.0-2
|
||||||
|
- Change the License tag to SPDX expression
|
||||||
|
|
||||||
|
* Thu May 04 2023 Karolina Surma <ksurma@redhat.com> - 0.7.0-1
|
||||||
|
- Update to 0.7.0
|
||||||
|
|
||||||
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Aug 01 2022 Karolina Surma <ksurma@redhat.com> - 0.6.1-2
|
||||||
|
- Include the source tarball
|
||||||
|
|
||||||
|
* Mon Aug 01 2022 Karolina Surma <ksurma@redhat.com> - 0.6.1-1
|
||||||
|
- Update to 0.6.1
|
||||||
|
|
||||||
|
* Mon Aug 01 2022 Karolina Surma <ksurma@redhat.com> - 0.6.0-1
|
||||||
|
- Update to 0.6.0
|
||||||
|
|
||||||
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jun 21 2022 Karolina Surma <ksurma@redhat.com> - 0.5.0-1
|
||||||
|
- Initial import
|
||||||
+2
-66
@@ -1,6 +1,6 @@
|
|||||||
Name: pyp2spec
|
Name: pyp2spec
|
||||||
Version: 0.12.1
|
Version: 0.12.1
|
||||||
Release: 1%{?dist}
|
Release: %autorelease
|
||||||
Summary: Generate Fedora RPM spec files for Python projects
|
Summary: Generate Fedora RPM spec files for Python projects
|
||||||
|
|
||||||
# Code is MIT, templates and files generated by the tool MIT-0
|
# Code is MIT, templates and files generated by the tool MIT-0
|
||||||
@@ -56,68 +56,4 @@ for Python distributions. It utilizes the benefits of pyproject-rpm-macros.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Mar 03 2025 Karolina Surma <ksurma@redhat.com> - 0.12.0-1
|
%autochangelog
|
||||||
- Update to 0.12.0
|
|
||||||
|
|
||||||
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.1-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Nov 21 2024 Karolina Surma <ksurma@redhat.com> - 0.11.1-1
|
|
||||||
- Update to 0.11.1
|
|
||||||
|
|
||||||
* Tue Oct 22 2024 Karolina Surma <ksurma@redhat.com> - 0.11.0-2
|
|
||||||
- Assert a license is always detected with the files
|
|
||||||
|
|
||||||
* Tue Oct 22 2024 Karolina Surma <ksurma@redhat.com> - 0.11.0-1
|
|
||||||
- Update to 0.11.0
|
|
||||||
|
|
||||||
* Thu Oct 10 2024 Karolina Surma <ksurma@redhat.com> - 0.10.0-1
|
|
||||||
- Update to 0.10.0
|
|
||||||
|
|
||||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Jun 09 2024 Python Maint <python-maint@redhat.com> - 0.9.0-2
|
|
||||||
- Rebuilt for Python 3.13
|
|
||||||
|
|
||||||
* Thu Apr 11 2024 Karolina Surma <ksurma@redhat.com> - 0.9.0-1
|
|
||||||
- Update to 0.9.0
|
|
||||||
|
|
||||||
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Oct 11 2023 Karolina Surma <ksurma@redhat.com> - 0.8.0-1
|
|
||||||
- Update to 0.8.0
|
|
||||||
|
|
||||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jun 29 2023 Python Maint <python-maint@redhat.com> - 0.7.0-3
|
|
||||||
- Rebuilt for Python 3.12
|
|
||||||
|
|
||||||
* Thu May 04 2023 Karolina Surma <ksurma@redhat.com> - 0.7.0-2
|
|
||||||
- Change the License tag to SPDX expression
|
|
||||||
|
|
||||||
* Thu May 04 2023 Karolina Surma <ksurma@redhat.com> - 0.7.0-1
|
|
||||||
- Update to 0.7.0
|
|
||||||
|
|
||||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Aug 01 2022 Karolina Surma <ksurma@redhat.com> - 0.6.1-2
|
|
||||||
- Include the source tarball
|
|
||||||
|
|
||||||
* Mon Aug 01 2022 Karolina Surma <ksurma@redhat.com> - 0.6.1-1
|
|
||||||
- Update to 0.6.1
|
|
||||||
|
|
||||||
* Mon Aug 01 2022 Karolina Surma <ksurma@redhat.com> - 0.6.0-1
|
|
||||||
- Update to 0.6.0
|
|
||||||
|
|
||||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jun 21 2022 Karolina Surma <ksurma@redhat.com> - 0.5.0-1
|
|
||||||
- Initial import
|
|
||||||
|
|||||||
Reference in New Issue
Block a user