public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-metakernel] f43: Update to version 1.0.4
@ 2026-08-17 8:24 Mattias Ellert
0 siblings, 0 replies; only message in thread
From: Mattias Ellert @ 2026-08-17 8:24 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-metakernel
Branch : f43
Commit : 69541b94e808d9c95782e4cb83f89fe86f02744f
Author : Mattias Ellert <mattias.ellert@physics.uu.se>
Date : 2026-08-17T10:23:07+02:00
Stats : +7/-31 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-metakernel/c/69541b94e808d9c95782e4cb83f89fe86f02744f?branch=f43
Log:
Update to version 1.0.4
Drop patch accepted upstream
---
diff --git a/0001-Ignore-DeprecationWarning-from-Python-3.15.patch b/0001-Ignore-DeprecationWarning-from-Python-3.15.patch
deleted file mode 100644
index 879f602..0000000
--- a/0001-Ignore-DeprecationWarning-from-Python-3.15.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 530590b5a05e59e2bbccfd836bf1265e42738b84 Mon Sep 17 00:00:00 2001
-From: Mattias Ellert <mattias.ellert@physics.uu.se>
-Date: Mon, 4 May 2026 21:14:36 +0200
-Subject: [PATCH] Ignore DeprecationWarning from Python 3.15
-
----
- pyproject.toml | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/pyproject.toml b/pyproject.toml
-index 1ea1bdc..5341606 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -100,6 +100,8 @@ filterwarnings= [
- "module:'setParseAction' deprecated - use 'set_parse_action':DeprecationWarning",
- # This is resolved in newer versions of Jupyter Core that removed the warning.
- "module:Jupyter is migrating its paths:DeprecationWarning",
-+ # Warning from Python 3.15 (/usr/lib64/python3.15/pty.py)
-+ "module:This process \\(pid=.*\\) is multi-threaded, use of forkpty\\(\\) may lead to deadlocks in the child:DeprecationWarning:pty",
- ]
-
- [tool.coverage.report]
---
-2.54.0
-
diff --git a/python-metakernel.spec b/python-metakernel.spec
index f237710..beff6f9 100644
--- a/python-metakernel.spec
+++ b/python-metakernel.spec
@@ -3,8 +3,8 @@ Name: python-metakernel
# and release numbers - update below in each package section
# Running rpmdev-bumpspec on this specfile will update all the
# release tags automatically
-Version: 1.0.4
-Release: 3%{?dist}
+Version: 1.0.6
+Release: 1%{?dist}
%global pkgversion %{version}
%global pkgrelease %{release}
Summary: Metakernel for Jupyter
@@ -12,8 +12,6 @@ Summary: Metakernel for Jupyter
License: BSD-3-Clause
URL: https://github.com/Calysto/metakernel
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
-# https://github.com/Calysto/metakernel/pull/439
-Patch0: 0001-Ignore-DeprecationWarning-from-Python-3.15.patch
BuildArch: noarch
# For metakernel_echo and metakernel_python
@@ -71,7 +69,6 @@ A simple echo kernel for Jupyter/IPython, based on MetaKernel.
%prep
%setup -q -n metakernel-%{pkgversion}
-%patch -P0 -p1
# Allow older pytest versions
sed -e /minversion/d -e /strict/d -i pyproject.toml
@@ -126,6 +123,10 @@ wait $pid
%{_datadir}/jupyter/kernels/metakernel_echo
%changelog
+* Mon Aug 17 2026 Mattias Ellert <mattias.ellert@physics.uu.se> - 1.0.6-1
+- Update to version 1.0.4
+- Drop patch accepted upstream
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/sources b/sources
index 9301e2b..1ba8e21 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (python-metakernel-1.0.4.tar.gz) = c917beece68608c880a1d414e6409473a9d7c2b7f264ced2289f6235d63d1d453f042d87992a4d5ccf79915dc5ff04443805b97f7cd0f374d2684f488481464a
+SHA512 (python-metakernel-1.0.6.tar.gz) = d91cc3a85b1129e04317dcd4506b6ef01b50b99dfea91a03ce50d51e3346693f0ab65232d0b7d3a3c420569fc498ade704adc36ace8f7c9d98e2ebd9e3587e92
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-17 8:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-17 8:24 [rpms/python-metakernel] f43: Update to version 1.0.4 Mattias Ellert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox