## START: Set by rpmautospec ## (rpmautospec version 0.8.1) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 4; 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 Name: python-snakemake-executor-plugin-azure-batch Version: 0.3.0 Release: %autorelease Summary: A Snakemake executor plugin for submitting jobs to Microsoft Azure Batch # SPDX License: MIT URL: https://github.com/snakemake/snakemake-executor-plugin-azure-batch # We use the GitHub archive instead of the PyPI sdist to get CHANGELOG.md and # the tests. Source: %{url}/archive/v%{version}/snakemake-executor-plugin-azure-batch-%{version}.tar.gz BuildSystem: pyproject BuildOption(install): -L snakemake_executor_plugin_azure_batch # All tests require network access and Azure credentials. BuildArch: noarch # See: [tool.poetry.dev-dependencies] in pyproject.toml BuildRequires: snakemake >= 8 %global common_description %{expand: %{summary}.} %description %{common_description} %package -n python3-snakemake-executor-plugin-azure-batch Summary: %{summary} %description -n python3-snakemake-executor-plugin-azure-batch %{common_description} %files -n python3-snakemake-executor-plugin-azure-batch -f %{pyproject_files} %license LICENSE %doc CHANGELOG.md %doc README.md %changelog ## START: Generated by rpmautospec * Wed May 07 2025 Benjamin A. Beasley - 0.3.0-4 - F41+: Use the provisional pyproject declarative buildsystem * Sat Jan 18 2025 Fedora Release Engineering - 0.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Mon Nov 11 2024 Benjamin A. Beasley - 0.3.0-1 - Initial package (close RHBZ#2302515) ## END: Generated by rpmautospec