public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Viliam Krizan <vkrizan@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-peewee] main: Update to 4.3.0, disable mysql connector tests
Date: Fri, 14 Aug 2026 09:47:48 GMT	[thread overview]
Message-ID: <178670086886.1.18153302469649623766.rpms-python-peewee-0d29b3e6f28b@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-peewee
Branch : main
Commit : 0d29b3e6f28bbc88c355e4275b7ed1e81d61f4af
Author : Viliam Krizan <vkrizan@redhat.com>
Date   : 2026-08-14T11:47:31+02:00
Stats  : +5/-4 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/python-peewee/c/0d29b3e6f28bbc88c355e4275b7ed1e81d61f4af?branch=main

Log:
Update to 4.3.0, disable mysql connector tests

---
diff --git a/python-peewee.spec b/python-peewee.spec
index 46cc023..8aa82a7 100644
--- a/python-peewee.spec
+++ b/python-peewee.spec
@@ -1,5 +1,6 @@
-%if %{defined rhel} || %{defined flatpak}
+%if %{defined rhel} || %{defined flatpak} || 0%{?fedora} >= 45
 # CentOS/RHEL missing mysql-connector-python3
+# Fedora 45 has a broken mysql-connector-python3 (rhbz#2504358)
 %bcond mysql_tests 0
 %else
 %ifarch %{ix86}
@@ -14,7 +15,7 @@
 %bcond postgres_tests 1
 
 Name:           python-peewee
-Version:        4.0.4
+Version:        4.3.0
 Release:        %autorelease
 Summary:        A little orm
 
@@ -97,7 +98,7 @@ rm -rf html/.{doctrees,buildinfo}
 
 %install
 %pyproject_install
-%pyproject_save_files -l peewee playhouse pwiz
+%pyproject_save_files -l peewee playhouse pwiz peewee-stubs
 
 
 %check

diff --git a/sources b/sources
index 805870d..0046330 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (peewee-4.0.4.tar.gz) = 2ec0d584db9884c0ccc6f0fee08d0b4abd9da5ecb72f5e93cf8fecaad7fbd801a9ddb80bf66ae07e3c094c0aae07ad34a230cee35dec9d3d0d2b256ff51d20dc
+SHA512 (peewee-4.3.0.tar.gz) = 1745b92e9edd0a34a15aeccdedfc1f7a30f95457f09b1c257b2e6b4ebd377fd515150270de2e0f2d564646302317368a78ad73fcce99398a752e14d1643d40da

                 reply	other threads:[~2026-08-14  9:47 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=178670086886.1.18153302469649623766.rpms-python-peewee-0d29b3e6f28b@fedoraproject.org \
    --to=vkrizan@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