public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/getmail6] epel10: v6.19.10
@ 2026-08-10 19:05 Dick Marinus
0 siblings, 0 replies; only message in thread
From: Dick Marinus @ 2026-08-10 19:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/getmail6
Branch : epel10
Commit : c49244b791334a897f3954e6780c1f3a67875d8a
Author : Dick Marinus <dick@mrns.nl>
Date : 2025-08-18T20:18:32+02:00
Stats : +3/-29 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/getmail6/c/c49244b791334a897f3954e6780c1f3a67875d8a?branch=epel10
Log:
v6.19.10
---
diff --git a/.gitignore b/.gitignore
index 23660ad..4c089c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/getmail6-6.19.8.tar.gz
/getmail6-6.19.9.tar.gz
+/getmail6-6.19.10.tar.gz
diff --git a/0001-use-multiprocessing-start-method-for-for-tests.patch b/0001-use-multiprocessing-start-method-for-for-tests.patch
deleted file mode 100644
index e3acf28..0000000
--- a/0001-use-multiprocessing-start-method-for-for-tests.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 473ed426b001370da577adb444a61c047a2e47b0 Mon Sep 17 00:00:00 2001
-From: Dick Marinus <dick@mrns.nl>
-Date: Fri, 15 Aug 2025 12:42:15 +0200
-Subject: [PATCH] use multiprocessing start method for for tests
-
----
- test/test_mock_servers.py | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/test/test_mock_servers.py b/test/test_mock_servers.py
-index 8fe061c..0cdd597 100644
---- a/test/test_mock_servers.py
-+++ b/test/test_mock_servers.py
-@@ -12,6 +12,10 @@ from typing import NamedTuple
- import pytest
- import email.message
-
-+@pytest.fixture(scope="session", autouse=True)
-+def always_spawn():
-+ multiprocessing.set_start_method("fork")
-+
- class FetchSize(NamedTuple):
- uid: int
- size: int
---
-2.49.0
-
diff --git a/getmail6.spec b/getmail6.spec
index 6b58d6e..ba589e0 100644
--- a/getmail6.spec
+++ b/getmail6.spec
@@ -1,11 +1,10 @@
Name: getmail6
-Version: 6.19.9
+Version: 6.19.10
Release: %autorelease
Summary: A mail retrieval, sorting, and delivering system
License: GPL-2.0-only and Apache-2.0
URL: https://www.getmail6.org/
Source: %{pypi_source getmail6}
-Patch: 0001-use-multiprocessing-start-method-for-for-tests.patch
BuildArch: noarch
BuildRequires: python3-devel
diff --git a/sources b/sources
index 56d7c45..e23315a 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
SHA512 (getmail6-6.19.9.tar.gz) = a8217557e6acef5f1ac75ab7f00fedc312d086c6f6209177273b64179e1dd1f0621dc724fb49f71ac68ae8a9533f6c1f33b791adf70a97061e7c5d21f1dcdd64
+SHA512 (getmail6-6.19.10.tar.gz) = 2e7845043ff35d5db1ef66e2ba612dd98b930569aaa26d0d8075bb207d8354e7bcc587d5b2a3ba7a58dbf90cbd568f225977215ae2bc3eeb4d6c20351b27edd4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 19:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 19:05 [rpms/getmail6] epel10: v6.19.10 Dick Marinus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox