public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Mattias Ellert <mattias.ellert@physics.uu.se>
To: git-commits@fedoraproject.org
Subject: [rpms/python-metakernel] rawhide: Update to version 1.0.4
Date: Mon, 17 Aug 2026 08:25:02 GMT	[thread overview]
Message-ID: <178695510263.1.14433772325261606381.rpms-python-metakernel-69541b94e808@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-metakernel
            Branch : rawhide
            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=rawhide

            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

                 reply	other threads:[~2026-08-17  8:25 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=178695510263.1.14433772325261606381.rpms-python-metakernel-69541b94e808@fedoraproject.org \
    --to=mattias.ellert@physics.uu.se \
    --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