public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-venusian] epel10: Update to 3.1.1 (fedora#2329808)
@ 2026-06-22 15:00 Mattia Verga
  0 siblings, 0 replies; only message in thread
From: Mattia Verga @ 2026-06-22 15:00 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-venusian
Branch : epel10
Commit : 45a2d874427b57240e19dda220230b86a24fc9c2
Author : Mattia Verga <mattia.verga@proton.me>
Date   : 2024-12-03T17:44:57+01:00
Stats  : +3/-46 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/python-venusian/c/45a2d874427b57240e19dda220230b86a24fc9c2?branch=epel10

Log:
Update to 3.1.1 (fedora#2329808)

---
diff --git a/.gitignore b/.gitignore
index 07f8f04..ca55da0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /venusian-1.2.0.tar.gz
 /venusian-3.0.0.tar.gz
 /venusian-3.1.0.tar.gz
+/venusian-3.1.1.tar.gz

diff --git a/92.patch b/92.patch
deleted file mode 100644
index a29742f..0000000
--- a/92.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 000b36d6968502683615da618afc3677ec8f05fc Mon Sep 17 00:00:00 2001
-From: "Benjamin A. Beasley" <code@musicinmybrain.net>
-Date: Wed, 15 May 2024 08:50:48 -0400
-Subject: [PATCH] Accommodate FrameLocalsProxy introduction in Python 3.13
-
-The `frame.f_locals` is now a write-through proxy object of type
-`FrameLocalsProxy`; see PEP 667. This fix is based on
-https://github.com/zopefoundation/zope.interface/pull/294 and
-specifically on
-https://github.com/zopefoundation/zope.interface/pull/294#issuecomment-2109776671.
-
-Fixes #91.
----
- tests/test_advice.py | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/tests/test_advice.py b/tests/test_advice.py
-index df2f5c0..d2a5a8d 100644
---- a/tests/test_advice.py
-+++ b/tests/test_advice.py
-@@ -93,7 +93,9 @@ def testCallInfo(self):
-             sys._getframe()
-         )
-         self.assertEqual(kind, "function call")
--        self.assertTrue(f_locals is locals())  # ???
-+        frame = sys._getframe()
-+        self.assertEqual(f_locals, frame.f_locals)
-+        self.assertEqual(f_locals, locals())
-         for d in module.__dict__, f_globals:
-             self.assertTrue(d is globals())
-         self.assertEqual(len(codeinfo), 4)

diff --git a/python-venusian.spec b/python-venusian.spec
index c66247c..3431faf 100644
--- a/python-venusian.spec
+++ b/python-venusian.spec
@@ -1,5 +1,5 @@
 Name:           python-venusian
-Version:        3.1.0
+Version:        3.1.1
 Release:        %autorelease
 Summary:        A library for deferring decorator actions
 
@@ -11,19 +11,6 @@ License:        BSD-3-Clause-Modification AND ZPL-2.1
 URL:            https://github.com/Pylons/venusian
 Source:         %{pypi_source venusian}
 
-# Accommodate FrameLocalsProxy introduction in Python 3.13
-# https://github.com/Pylons/venusian/pull/92
-#
-# Fixes:
-#
-# Test failure in FrameInfoTest::testCallInfo on Python 3.13
-# https://github.com/Pylons/venusian/issues/91
-#
-# python-venusian fails to build with Python 3.13: AssertionError:
-# self.assertTrue(f_locals is locals())
-# https://bugzilla.redhat.com/show_bug.cgi?id=2280554
-Patch:          %{url}/pull/92.patch
-
 BuildArch:      noarch
 
 BuildRequires:  python3-devel

diff --git a/sources b/sources
index d7e49b3..b76e872 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (venusian-3.1.0.tar.gz) = 094fe85ca1e241437c386eb4db63ed8985ba962cb7b199bb4ef903d35de885948be135715a9b39bc2a102752678d0c2aaa18e0002c7c4669fb961686b360910e
+SHA512 (venusian-3.1.1.tar.gz) = 99f4544563486dcb86b6f9b56a0f111ed2d844c4b2caee977273074016b91059b08c37340c6167b5b78dcf91b673b7423688ce93535e3f1a8007004d6348b9b2

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-22 15:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-22 15:00 [rpms/python-venusian] epel10: Update to 3.1.1 (fedora#2329808) Mattia Verga

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox