public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-peewee] main: Update to 4.3.0, disable mysql connector tests
@ 2026-08-14 9:47 Viliam Krizan
0 siblings, 0 replies; only message in thread
From: Viliam Krizan @ 2026-08-14 9:47 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-14 9:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-14 9:47 [rpms/python-peewee] main: Update to 4.3.0, disable mysql connector tests Viliam Krizan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox