Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-jaraco.context for
openSUSE:Factory checked in at 2025-07-23 16:32:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jaraco.context (Old)
and /work/SRC/openSUSE:Factory/.python-jaraco.context.new.8875 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jaraco.context"
Wed Jul 23 16:32:57 2025 rev:9 rq:1295102 version:6.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-jaraco.context/python-jaraco.context.changes
2025-04-11 16:45:32.232091403 +0200
+++
/work/SRC/openSUSE:Factory/.python-jaraco.context.new.8875/python-jaraco.context.changes
2025-07-23 16:33:54.112836803 +0200
@@ -1,0 +2,12 @@
+Fri Jul 18 13:57:07 UTC 2025 - Felix Stegmeier <[email protected]>
+
+- update to 6.0.1
+ * Removed type declarations as suggested by Gemini. (#13)
+
+- update to 6.0.0
+ * Fixed bug in repo_context where standard output from git would not be
+ hidden (because git emits standard output on the stderr stream).
+ * Removed deprecated 'tarball_context', 'infer_compression', and 'null'
+ contexts.
+
+-------------------------------------------------------------------
Old:
----
jaraco.context-5.3.0.tar.gz
New:
----
jaraco_context-6.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-jaraco.context.spec ++++++
--- /var/tmp/diff_new_pack.r1GSyV/_old 2025-07-23 16:33:54.936871333 +0200
+++ /var/tmp/diff_new_pack.r1GSyV/_new 2025-07-23 16:33:54.940871501 +0200
@@ -18,17 +18,18 @@
%{?sle15_python_module_pythons}
Name: python-jaraco.context
-Version: 5.3.0
+Version: 6.0.0
Release: 0
Summary: Tools to work with functools
License: MIT
URL: https://github.com/jaraco/jaraco.context
-Source0:
https://files.pythonhosted.org/packages/source/j/jaraco.context/jaraco.context-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/j/jaraco.context/jaraco_context-%{version}.tar.gz
BuildRequires: %{python_module backports.tarfile}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module portend}
-BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module pytest >= 6}
BuildRequires: %{python_module setuptools_scm}
+BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module toml}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
@@ -42,7 +43,7 @@
Additional functools in the spirit of stdlib’s functools.
%prep
-%autosetup -p1 -n jaraco.context-%{version}
+%autosetup -p1 -n jaraco_context-%{version}
%build
%pyproject_wheel
@@ -52,14 +53,15 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%pytest
+%pytest -k "not repo_context"
%files %{python_files}
%license LICENSE
%doc docs/*.rst README.rst NEWS.rst
%{python_sitelib}/jaraco[_.]context-%{version}.dist-info
%dir %{python_sitelib}/jaraco
-%{python_sitelib}/jaraco/context.py*
-%dir %{python_sitelib}/jaraco/__pycache__
-%pycache_only %{python_sitelib}/jaraco/__pycache__/context*.py*
+%dir %{python_sitelib}/jaraco/context
+%{python_sitelib}/jaraco/context/*
+%dir %{python_sitelib}/jaraco/context/__pycache__
+%pycache_only %{python_sitelib}/jaraco/context/__pycache__/*