Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-peewee-migrate for
openSUSE:Factory checked in at 2026-04-14 17:48:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-peewee-migrate (Old)
and /work/SRC/openSUSE:Factory/.python-peewee-migrate.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-peewee-migrate"
Tue Apr 14 17:48:51 2026 rev:3 rq:1346231 version:1.15.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-peewee-migrate/python-peewee-migrate.changes
2026-01-08 15:29:02.449082758 +0100
+++
/work/SRC/openSUSE:Factory/.python-peewee-migrate.new.21863/python-peewee-migrate.changes
2026-04-14 17:49:16.833923112 +0200
@@ -1,0 +2,8 @@
+Sun Apr 12 18:26:11 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 1.15.0:
+ * feat: tune migrations
+ * fix: ignore peewee defaults for migrations
+ * fix: replace deprecated datetime.utcnow() with timezone-aware equivalent
+
+-------------------------------------------------------------------
Old:
----
peewee_migrate-1.14.3.tar.gz
New:
----
peewee-migrate-1.15.0-gh.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-peewee-migrate.spec ++++++
--- /var/tmp/diff_new_pack.aXUsZj/_old 2026-04-14 17:49:17.745960811 +0200
+++ /var/tmp/diff_new_pack.aXUsZj/_new 2026-04-14 17:49:17.749960975 +0200
@@ -24,24 +24,27 @@
%{?sle15_python_module_pythons}
Name: python-peewee-migrate
-Version: 1.14.3
+Version: 1.15.0
Release: 0
Summary: Support for migrations in Peewee ORM
License: MIT
URL: https://github.com/klen/peewee_migrate
-Source:
https://files.pythonhosted.org/packages/source/p/peewee-migrate/peewee_migrate-%{version}.tar.gz
+Source:
https://github.com/klen/peewee_migrate/archive/refs/tags/%{version}.tar.gz#/peewee-migrate-%{version}-gh.tar.gz
+BuildRequires: %{python_module click}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module poetry-core >= 1.0.0}
+BuildRequires: %{python_module psycopg2}
+BuildRequires: %{python_module uv-build}
+BuildRequires: %{pythons}
BuildRequires: python-rpm-macros
%if 0%{?run_tests}
# The following are required for the testsuite
BuildRequires: %{python_module peewee}
-BuildRequires: %{python_module pytest-mypy}
BuildRequires: %{python_module pytest}
%endif
BuildRequires: fdupes
Requires(post): update-alternatives
Requires(postun): update-alternatives
+Requires: python
Requires: python-click
Requires: python-peewee
BuildArch: noarch
@@ -76,6 +79,7 @@
%files %{python_files}
%license LICENSE
+%doc README.rst
%python_alternative %{_bindir}/pw-migrate
%python_alternative %{_bindir}/pw_migrate
%{python_sitelib}/peewee_migrate