diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2024-01-04 16:56:31 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2024-01-04 16:56:31 +0000 |
commit | 391006b631ce60b04b2e77963de2883285cc0b76 (patch) | |
tree | 2d8c2dc7c56e4fd0c621227b7e1eaac63934a16c | |
parent | 12f985d98fb642bd5bf116bb6f1d814a0db1bada (diff) |
automatic import of python-pyriemann
-rw-r--r-- | python-pyriemann.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/python-pyriemann.spec b/python-pyriemann.spec index f8d5112..2ba5a68 100644 --- a/python-pyriemann.spec +++ b/python-pyriemann.spec @@ -2,7 +2,7 @@ ## (rpmautospec version 0.3.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: - release_number = 1; + release_number = 2; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} @@ -113,7 +113,7 @@ sed -r -i 's/("tests".*), "flake8"/\1/' setup.py %install %pyproject_install -%pyproject_save_files pyriemann +%pyproject_save_files -l pyriemann %check @@ -130,6 +130,9 @@ sed -r -i 's/("tests".*), "flake8"/\1/' setup.py %changelog +* Thu Jan 04 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5-2 +- Assert that the .dist-info directory contains a license file + * Wed Sep 06 2023 Sandro <devel@penguinpee.nl> - 0.5-1 - Update to 0.5 (RHBZ#2216180) - Apply patch to fix failing tests |