public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Lumir Balhar <lbalhar@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-pure-eval] rawhide: Update to 0.2.4 (rhbz#2531702)
Date: Wed, 23 Sep 2026 21:16:12 GMT	[thread overview]
Message-ID: <179019817228.1.14412832629910191314.rpms-python-pure-eval-55182b58a7af@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-pure-eval
            Branch : rawhide
            Commit : 55182b58a7af5d44691519959fd093d434750c8a
            Author : Lumir Balhar <lbalhar@redhat.com>
            Date   : 2026-09-23T15:12:39+02:00
            Stats  : +3/-26 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-pure-eval/c/55182b58a7af5d44691519959fd093d434750c8a?branch=rawhide

            Log:
            Update to 0.2.4 (rhbz#2531702)

Assisted-By: Claude

---
diff --git a/.gitignore b/.gitignore
index 8127372..f91345a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /pure_eval-0.2.1.tar.gz
 /pure_eval-0.2.2.tar.gz
 /pure_eval-0.2.3.tar.gz
+/pure_eval-0.2.4.tar.gz

diff --git a/d70a873553d31.patch b/d70a873553d31.patch
deleted file mode 100644
index e4171c5..0000000
--- a/d70a873553d31.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From d70a873553d3163373ebcbb4217a1144fd371df2 Mon Sep 17 00:00:00 2001
-From: Alex Hall <alex.mojaki@gmail.com>
-Date: Sun, 11 Jan 2026 14:05:46 +0200
-Subject: [PATCH] Test and fix python 3.15
-
----
- pure_eval/my_getattr_static.py | 2 +-
- 4 files changed, 4 insertions(+), 3 deletions(-)
-
-diff --git a/pure_eval/my_getattr_static.py b/pure_eval/my_getattr_static.py
-index 5490b90..8fdb19d 100644
---- a/pure_eval/my_getattr_static.py
-+++ b/pure_eval/my_getattr_static.py
-@@ -69,7 +69,7 @@ def getattr_static(obj, attr):
-         klass = type(obj)
-         dict_attr = _shadowed_dict(klass)
-         if (dict_attr is _sentinel or
--                type(dict_attr) is types.MemberDescriptorType):
-+                type(dict_attr) is types.MemberDescriptorType or type(dict_attr) is types.GetSetDescriptorType):
-             instance_result = _check_instance(obj, attr)
-         else:
-             raise CannotEval

diff --git a/python-pure-eval.spec b/python-pure-eval.spec
index 86d1e2c..814b15c 100644
--- a/python-pure-eval.spec
+++ b/python-pure-eval.spec
@@ -1,13 +1,11 @@
 Name:           python-pure-eval
-Version:        0.2.3
+Version:        0.2.4
 Release:        %autorelease
 Summary:        Safely evaluate AST nodes without side effects
 
 License:        MIT
 URL:            http://github.com/alexmojaki/pure_eval
 Source0:        %{pypi_source pure_eval}
-# Compatibility with Python 3.15
-Patch:          https://github.com/alexmojaki/pure_eval/commit/d70a873553d31.patch
 BuildArch:      noarch
 BuildRequires:  python3-devel
 

diff --git a/sources b/sources
index e9872c6..c39d208 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pure_eval-0.2.3.tar.gz) = 8575f54aa7e522a3db86b80fdbe1f8518ef4ef17a160b2541f74d0853e123cffcbc9f04df9faeddfc7ed92bb6b1d27fb7b3ce2de1c66b6b13e453b7b2bf72052
+SHA512 (pure_eval-0.2.4.tar.gz) = c9eafce8a82be9bb038f4c10be3841e3cb81e1c65e3cd79abfb24ec2a00b962a67b7eb61b6739d28b2fb3555f22e813cc758a666f69d4abf7c6271a8e0714048

                 reply	other threads:[~2026-09-23 21:16 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=179019817228.1.14412832629910191314.rpms-python-pure-eval-55182b58a7af@fedoraproject.org \
    --to=lbalhar@redhat.com \
    --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