Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-flit-core for
openSUSE:Factory checked in at 2026-08-25 13:17:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-flit-core (Old)
and /work/SRC/openSUSE:Factory/.python-flit-core.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-flit-core"
Tue Aug 25 13:17:39 2026 rev:24 rq:1372929 version:4.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-flit-core/python-flit-core.changes
2026-02-11 18:47:04.568914090 +0100
+++
/work/SRC/openSUSE:Factory/.python-flit-core.new.1258/python-flit-core.changes
2026-08-25 13:17:42.191912598 +0200
@@ -1,0 +2,36 @@
+Fri Aug 21 19:47:09 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 4.0.2:
+ * Fix invalid metadata files with ``Import-Name`` (:ghissue:`813`).
+ * The ``[tool.flit.metadata]`` table is no longer used for project
+ metadata (:ghpull:`771`). Use the newer :ref:`[project] table
+ <pyproject_toml_project>` instead (or if that is not possible,
+ build with ``flit_core <4``).
+ * :ref:`build_cmd` and :ref:`publish_cmd` no longer include files in the
sdist
+ based on what is committed in git or Mercurial (:ghpull:`772`). These
commands
+ now build packages more like Flit does when called as a backend by e.g.
+ ``python -m build``. Specify :ref:`sdist include & exclude patterns
+ <pyproject_toml_sdist>` instead (Flit can help to generate these), or pass
+ the ``--use-vcs`` option to get the old behaviour back.
+ * ``flit_core`` now requires Python 3.8 or above (:ghpull:`738`)
+ * The ``--setup-py`` option to generate sdists containing a ``setup.py`` file
+ is no longer available (:ghpull:`776`).
+ * Making typing stubs packages with a ``-stubs`` suffix will now work
+ (:ghpull:`742`).
+ * The default glob patterns for license files have been extended to include
+ ``NOTICE*`` and ``AUTHORS*`` (:ghpull:`758`).
+ * ``license-files`` glob patterns can contain spaces (:ghpull:`797`).
+ * Fix a bug where license files could be found twice on Windows
(:ghpull:`752`).
+ * The new ``Import-Name`` and ``Import-Namespace`` metadata fields (metadata
2.5)
+ are now supported (:ghpull:`774`). In most cases no new input is required,
+ as Flit will create this metadata automatically.
+ * Fix creating RECORD files when file names include commas (:ghpull:`744`).
+ * The ``--use-vcs`` option now correctly recognises git from inside a git
+ worktree folder (:ghpull:`799`).
+ * On Python 3.12 and above, ``flit build`` now uses the 'data' filter when
+ extracting the just-created sdist prior to building a wheel
(:ghpull:`775`).
+ This restricts some special features of tar files, but sdists are unlikely
+ to use these features, and they would probably break in other scenarios if
+ you did.
+
+-------------------------------------------------------------------
Old:
----
flit_core-3.12.0.tar.gz
New:
----
flit_core-4.0.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-flit-core.spec ++++++
--- /var/tmp/diff_new_pack.cLE6CF/_old 2026-08-25 13:17:42.870936521 +0200
+++ /var/tmp/diff_new_pack.cLE6CF/_new 2026-08-25 13:17:42.872936591 +0200
@@ -62,13 +62,13 @@
%endif
Name: %{pprefix}-flit-core%{?psuffix}
-Version: 3.12.0
+Version: 4.0.2
Release: 0
Summary: Distribution-building parts of Flit
License: BSD-3-Clause AND MIT
URL: https://github.com/pypa/flit
Source0:
https://files.pythonhosted.org/packages/source/f/flit_core/flit_core-%{version}.tar.gz
-BuildRequires: %{python_module base >= 3.6}
+BuildRequires: %{python_module base >= 3.8}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
++++++ flit_core-3.12.0.tar.gz -> flit_core-4.0.2.tar.gz ++++++
++++ 1892 lines of diff (skipped)