|
|
@ -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
|
|
|
|
|
|
|
|
|
|
|
|
# Let’s try to build this as early as we can, since it’s a dependency for
|
|
|
|
# Let’s try to build this as early as we can, since it’s a dependency for
|
|
|
|
# some important libraries, such as python-platformdirs.
|
|
|
|
# some important libraries, such as python-platformdirs.
|
|
|
|
%bcond_with bootstrap
|
|
|
|
%bcond_with bootstrap
|
|
|
@ -76,4 +86,34 @@ k="${k-}${k+ and }not test_fallback"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
%autochangelog
|
|
|
|
* Tue Jul 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.3.0-1
|
|
|
|
|
|
|
|
- Update to 0.3.0 (close RHBZ#2152320)
|
|
|
|
|
|
|
|
- We can now rely on pyproject-rpm-macros >= 1.2.0
|
|
|
|
|
|
|
|
- The LICENSE.txt file is now handled in pyproject_files
|
|
|
|
|
|
|
|
- The setuptools_scm 7 patch is now merged upstream
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.2.1-2
|
|
|
|
|
|
|
|
- Use hatchling’s new “prepare_metadata_…” hook support for BR’s
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 14 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.2.1-1
|
|
|
|
|
|
|
|
- Update to 0.2.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 14 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.2.0-6
|
|
|
|
|
|
|
|
- EPEL9: allow python-setuptools_scm 6.0.1
|
|
|
|
|
|
|
|
- Skip test_fallback, as upstream does for Python 2.7, due to the
|
|
|
|
|
|
|
|
downgraded setuptools-scm version.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 14 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.2.0-5
|
|
|
|
|
|
|
|
- Confirm License is SPDX MIT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Sep 11 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.2.0-4
|
|
|
|
|
|
|
|
- Fix extra newline in description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 06 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.2.0-3
|
|
|
|
|
|
|
|
- Use wheel-building support to generate BR’s
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun May 01 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.2.0-2
|
|
|
|
|
|
|
|
- Adjust for pyproject-rpm-macros >= 1.1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 22 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.2.0-1
|
|
|
|
|
|
|
|
- Initial package (close RHBZ#2077832)
|
|
|
|