From 8182cc565d28e16cd199b265bdf633245251fb431f815def7980388f5d0355c2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 22 Jul 2025 13:07:33 +0000 Subject: [PATCH] Accepting request 1295092 from home:fstegmeier:branches:devel:languages:python - 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. OBS-URL: https://build.opensuse.org/request/show/1295092 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.context?expand=0&rev=20 --- jaraco.context-5.3.0.tar.gz | 3 --- jaraco_context-6.0.0.tar.gz | 3 +++ python-jaraco.context.changes | 12 ++++++++++++ python-jaraco.context.spec | 18 ++++++++++-------- 4 files changed, 25 insertions(+), 11 deletions(-) delete mode 100644 jaraco.context-5.3.0.tar.gz create mode 100644 jaraco_context-6.0.0.tar.gz diff --git a/jaraco.context-5.3.0.tar.gz b/jaraco.context-5.3.0.tar.gz deleted file mode 100644 index 918013d..0000000 --- a/jaraco.context-5.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2f67165ce1f9be20f32f650f25d8edfc1646a8aeee48ae06fb35f90763576d2 -size 13345 diff --git a/jaraco_context-6.0.0.tar.gz b/jaraco_context-6.0.0.tar.gz new file mode 100644 index 0000000..09f7cc0 --- /dev/null +++ b/jaraco_context-6.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a344d9c6b07027883b600aa70c9fd53bff0423ce65a5454dda819e36a133867 +size 14118 diff --git a/python-jaraco.context.changes b/python-jaraco.context.changes index 1ce35c8..affce81 100644 --- a/python-jaraco.context.changes +++ b/python-jaraco.context.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Jul 18 13:57:07 UTC 2025 - Felix Stegmeier + +- 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. + ------------------------------------------------------------------- Tue Apr 1 15:34:31 UTC 2025 - Markéta Machová diff --git a/python-jaraco.context.spec b/python-jaraco.context.spec index 55da48a..391d517 100644 --- a/python-jaraco.context.spec +++ b/python-jaraco.context.spec @@ -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 @@ jaraco.functools Tools for working with functools. 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,15 +53,16 @@ Additional functools in the spirit of stdlib’s functools. %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__/* %changelog