Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-datafiles for
openSUSE:Factory checked in at 2026-04-09 16:09:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-datafiles (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-datafiles.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-datafiles"
Thu Apr 9 16:09:28 2026 rev:2 rq:1345290 version:3.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-datafiles/python-pytest-datafiles.changes
2024-12-09 21:13:24.641582597 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-datafiles.new.21863/python-pytest-datafiles.changes
2026-04-09 16:22:24.272738729 +0200
@@ -1,0 +2,14 @@
+Wed Apr 8 21:26:39 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 3.0.1:
+ * Corrected minimum pytest version requirement from >=3.6 to
+ >=6.2.0 to match actual requirements (tmp_path fixture)
+ * Closed issue #11 - file mode bits are now preserved (resolved
+ by pathlib migration in 3.0)
+ * Migrated to uv for package management and builds
+ * Added ruff for code formatting and linting
+ * Converted documentation from RST to Markdown
+ * Added Dependabot for automated dependency updates
+ * Updated GitHub Actions workflows for CI/CD
+
+-------------------------------------------------------------------
Old:
----
pytest-datafiles-3.0.0.tar.gz
New:
----
_scmsync.obsinfo
build.specials.obscpio
pytest-datafiles-3.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-datafiles.spec ++++++
--- /var/tmp/diff_new_pack.Ss1207/_old 2026-04-09 16:22:28.540913862 +0200
+++ /var/tmp/diff_new_pack.Ss1207/_new 2026-04-09 16:22:28.544914025 +0200
@@ -17,22 +17,22 @@
Name: python-pytest-datafiles
-Version: 3.0.0
+Version: 3.0.1
Release: 0
Summary: Plugin for pytest to create data files
License: MIT
URL: https://github.com/omarkohl/pytest-datafiles
Source:
https://github.com/omarkohl/pytest-datafiles/archive/refs/tags/%{version}.tar.gz#/pytest-datafiles-%{version}.tar.gz
BuildRequires: python-rpm-macros
-BuildRequires: %{python_module base >= 3.7}
+BuildRequires: %{python_module base >= 3.8}
+BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
# SECTION test requirements
-BuildRequires: %{python_module pytest >= 3.6}
+BuildRequires: %{python_module pytest >= 6.2.0}
# /SECTION
BuildRequires: fdupes
-Requires: python-pytest >= 3.6
+Requires: python-pytest >= 6.2.0
BuildArch: noarch
%python_subpackages
@@ -54,7 +54,7 @@
%files %{python_files}
%license LICENSE
-%doc CHANGELOG.rst README.rst
+%doc CHANGELOG.md README.md
%{python_sitelib}/pytest_datafiles.py
%pycache_only %{python_sitelib}/__pycache__/pytest_datafiles*.pyc
%{python_sitelib}/pytest_datafiles-%{version}.dist-info
++++++ _scmsync.obsinfo ++++++
mtime: 1775683653
commit: d4df4012759cd4d35014312355b233e799ad6625b4ed7cc0876e471ac3cb4159
url: https://src.opensuse.org/python-pytest/python-pytest-datafiles.git
revision: d4df4012759cd4d35014312355b233e799ad6625b4ed7cc0876e471ac3cb4159
projectscmsync: https://src.opensuse.org/python-pytest/_ObsPrj.git
++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2026-04-08 23:27:51.000000000 +0200
@@ -0,0 +1 @@
+.osc
++++++ pytest-datafiles-3.0.0.tar.gz -> pytest-datafiles-3.0.1.tar.gz ++++++
++++ 2696 lines of diff (skipped)