public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/snakemake] f43: Update to 9.21.1 (close RHBZ#2483304)
Date: Mon, 01 Jun 2026 12:48:19 GMT	[thread overview]
Message-ID: <178031809921.1.15518628306488937102.rpms-snakemake-7df862d784b2@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/snakemake
Branch : f43
Commit : 7df862d784b29c04b7f649527bc95c723b747a03
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-06-01T11:14:40+01:00
Stats  : +5/-34 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/snakemake/c/7df862d784b29c04b7f649527bc95c723b747a03?branch=f43

Log:
Update to 9.21.1 (close RHBZ#2483304)

---
diff --git a/.gitignore b/.gitignore
index e0a4aac..7a076e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -159,3 +159,5 @@
 /snakemake-9.20.0-assets.tar.zst
 /snakemake-9.21.0.tar.gz
 /snakemake-9.21.0-assets.tar.zst
+/snakemake-9.21.1.tar.gz
+/snakemake-9.21.1-assets.tar.zst

diff --git a/0001-Remove-useless-shebang-lines-from-one-module.patch b/0001-Remove-useless-shebang-lines-from-one-module.patch
deleted file mode 100644
index ccdd209..0000000
--- a/0001-Remove-useless-shebang-lines-from-one-module.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From f5d6f14731dde619a875074cace8fe438bf5bd3e Mon Sep 17 00:00:00 2001
-From: "Benjamin A. Beasley" <code@musicinmybrain.net>
-Date: Wed, 6 May 2026 20:27:48 +0100
-Subject: [PATCH] Remove useless shebang lines from one module
-
-This source is not script-like: it does not have a `main()` function,
-`if __name__ == "__main__":` conditional, or interesting side effects,
-and it does not have the executable bit set in its filesystem
-permissions.
----
- src/snakemake/ioutils/as_py_module.py | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/src/snakemake/ioutils/as_py_module.py b/src/snakemake/ioutils/as_py_module.py
-index 7e41125d..4b366041 100644
---- a/src/snakemake/ioutils/as_py_module.py
-+++ b/src/snakemake/ioutils/as_py_module.py
-@@ -1,5 +1,3 @@
--#!/usr/bin/env python3
--
- from pathlib import Path
- import re
- from typing import Callable, Union
--- 
-2.54.0
-

diff --git a/snakemake.spec b/snakemake.spec
index deb64e5..ef14a26 100644
--- a/snakemake.spec
+++ b/snakemake.spec
@@ -46,7 +46,7 @@
 %bcond gcs_tests 1
 
 Name:           snakemake
-Version:        9.21.0
+Version:        9.21.1
 Release:        %autorelease
 Summary:        Workflow management system to create reproducible and scalable data analyses
 # The summary macro is overwritten by extras metapackages, but we want to use
@@ -162,11 +162,6 @@ Source2:        get_assets
 # the substring "modified-assets" in the patch name.
 Patch:          snakemake-9.1.1-modified-assets.patch
 
-# Remove useless shebang lines from two modules
-# https://github.com/snakemake/snakemake/pull/4186
-# Rebased on v9.20.0
-Patch:          0001-Remove-useless-shebang-lines-from-one-module.patch
-
 BuildSystem:    pyproject
 # Generate BR’s for all supported extras to ensure they do not FTI
 BuildOption(generate_buildrequires): --extras reports

diff --git a/sources b/sources
index 9250e31..7c8d930 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (snakemake-9.21.0.tar.gz) = 9e376a8440bb7d6a380e3ef0b7ea604f6d12780785afd05d1247ca0321cb6f18eb8804eb1275ff2b81e33acaa5b72cc57d44a13d3cf7a4cc6eb0db0615ef9791
-SHA512 (snakemake-9.21.0-assets.tar.zst) = a83699f7291b890d8a6bfca32f8b164a5440cb7ec52ef85ca140b3d32e9580a07dd619c29b30e0a03368e08951ef7db4454373cc823e3a0cf792cd271fbaee80
+SHA512 (snakemake-9.21.1.tar.gz) = e36559b872f62b7ec3fe35048a1c61bea4e9365e5b19ccb2a69d409f6f3c29f0c1a39d6df36160cd18012d237b1ef974525b812f1acba2ee132f917b505be18a
+SHA512 (snakemake-9.21.1-assets.tar.zst) = 70b737ce86acdf9a3e20c6b44251c5473dc60bcda356dbe5529886ce068bc4a0b38816777d321b2797b97c1a281bdb2ece459aafaf69aec2a0255dfe278aaea7

                 reply	other threads:[~2026-06-01 12:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178031809921.1.15518628306488937102.rpms-snakemake-7df862d784b2@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox