[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#76835] [PATCH python-team 00/15] Some further python fixes
From: |
Sharlatan Hellseher |
Subject: |
[bug#76835] [PATCH python-team 00/15] Some further python fixes |
Date: |
Wed, 12 Mar 2025 19:30:36 +0000 |
Hi
While nothing is working right now (mumi and patchwork) I'm about to
pull v3 patches like this:
--8<---------------cut here---------------start------------->8---
seq 1 79 | while read -r i; do curl
https://issues.guix.gnu.org/issue/76835/raw/$i -o $i & done
grep -ow "PATCH.v3..." -r . | sed -e 's/PATCH//' -e 's/v3 /v3-0/' -e 's/: / /'
| while read -r of nf; do cp $of $nf; done
--8<---------------cut here---------------end--------------->8---
--
Oleg
signature.asc
Description: PGP signature
- [bug#76835] [PATCH v3 34/40] gnu: Add python-reretry., (continued)
- [bug#76835] [PATCH v3 34/40] gnu: Add python-reretry., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 19/40] gnu: gdal: Update to 3.10.2., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 24/40] gnu: Remove python-setuptools-57., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 36/40] gnu: Add snakemake., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 18/40] gnu: python-pyvcf: Rename package to python-pyvcf3., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 32/40] gnu: Add python-snakemake-interface-storage-plugins., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 31/40] gnu: Add python-snakemake-interface-software-deployment-plugins., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 38/40] gnu: snakemake-7: Move to (gnu packages python-science)., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 40/40] gnu: Remove snakemake., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH v3 39/40] gnu: snakemake-6: Move to (gnu packages python-science)., Nicolas Graves, 2025/03/09
- [bug#76835] [PATCH python-team 00/15] Some further python fixes,
Sharlatan Hellseher <=