Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-whey for openSUSE:Factory checked in at 2026-02-05 17:57:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-whey (Old) and /work/SRC/openSUSE:Factory/.python-whey.new.1670 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-whey" Thu Feb 5 17:57:14 2026 rev:4 rq:1330961 version:0.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-whey/python-whey.changes 2025-08-27 21:34:40.762682825 +0200 +++ /work/SRC/openSUSE:Factory/.python-whey.new.1670/python-whey.changes 2026-02-05 17:58:29.454801881 +0100 @@ -1,0 +2,5 @@ +Wed Feb 4 08:48:23 UTC 2026 - Marius Grossu <[email protected]> + +- Add fix_requirements.patch: Use OBS pyproject-examples + +------------------------------------------------------------------- New: ---- fix_requirements.patch ----------(New B)---------- New: - Add fix_requirements.patch: Use OBS pyproject-examples ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-whey.spec ++++++ --- /var/tmp/diff_new_pack.TtnTXC/_old 2026-02-05 17:58:31.182874370 +0100 +++ /var/tmp/diff_new_pack.TtnTXC/_new 2026-02-05 17:58:31.182874370 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-whey # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -37,6 +37,7 @@ License: MIT URL: https://github.com/repo-helper/whey Source: https://github.com/repo-helper/whey/archive/refs/tags/v%{version}.tar.gz#/whey-%{version}.tar.gz +Patch0: fix_requirements.patch BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 40.6.0} BuildRequires: %{python_module wheel >= 0.34.2} ++++++ fix_requirements.patch ++++++ Index: whey-0.1.1/tests/requirements.txt =================================================================== --- whey-0.1.1.orig/tests/requirements.txt +++ whey-0.1.1/tests/requirements.txt @@ -4,7 +4,7 @@ coverage-pyver-pragma>=0.2.1 editables>=0.2 importlib-metadata>=3.6.0 iniconfig!=1.1.0,>=1.0.1 -pyproject-examples@ https://github.com/repo-helper/pyproject-examples/archive/refs/heads/master.zip +pyproject-examples pytest>=6.0.0 pytest-cov>=2.8.1 pytest-randomly>=3.7.0
