diff --git a/jaraco.context-5.1.0.tar.gz b/jaraco.context-5.1.0.tar.gz deleted file mode 100644 index 9f053f09fc1b3b0e519c57773f3cbec99f499bf7..0000000000000000000000000000000000000000 Binary files a/jaraco.context-5.1.0.tar.gz and /dev/null differ diff --git a/jaraco.context-5.2.0.tar.gz b/jaraco.context-5.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..283cfc45ff141457d1d686a5f007f5f214047838 Binary files /dev/null and b/jaraco.context-5.2.0.tar.gz differ diff --git a/python-jaraco-context.spec b/python-jaraco-context.spec index 7fff44e96806f3ee83715d3f97316f7fa02026fb..22a80a6cf88314f7c776c11a2d0081c357d1b1f3 100644 --- a/python-jaraco-context.spec +++ b/python-jaraco-context.spec @@ -1,6 +1,6 @@ Name: python-jaraco-context -Version: 5.1.0 -Release: 2 +Version: 5.2.0 +Release: 1 Summary: Tools to work with functools License: MIT URL: https://pypi.org/project/jaraco.context @@ -46,6 +46,9 @@ pytest %{python3_sitelib}/jaraco_context-%{version}*-info %changelog +* Tue Dec 09 2025 openeuler_bot - 5.2.0-1 +- Implemented tarfile using native functionality and avoiding subprocessing, making it portable. (version:5.2.0) + * Tue Jun 17 2025 Ge Wang - 5.1.0-2 - Fix build failure