Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-zipp for openSUSE:Factory checked in at 2023-04-16 16:06:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-zipp (Old) and /work/SRC/openSUSE:Factory/.python-zipp.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zipp" Sun Apr 16 16:06:49 2023 rev:17 rq:1079595 version:3.15.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-zipp/python-zipp.changes 2022-08-30 14:48:12.491923748 +0200 +++ /work/SRC/openSUSE:Factory/.python-zipp.new.19717/python-zipp.changes 2023-04-16 16:06:55.512765056 +0200 @@ -1,0 +2,23 @@ +Sat Apr 15 10:21:46 UTC 2023 - Dirk Müller <[email protected]> + +- update to 3.15.0: + * gh-102209: ``test_implied_dirs_performance`` now tests + * measures the time complexity experimentally. + * Minor cleanup in tests, including #93. + * In tests, add a fallback when ``func_timeout`` isn't + available. + * gh-101566: In ``CompleteDirs``, override ``ZipFile.getinfo`` + * to supply a ``ZipInfo`` for implied dirs. + * gh-101144: Honor ``encoding`` as positional parameter + * to ``Path.open()`` and ``Path.read_text()``. + * #85: Added support for new methods on ``Path``: + * ``match`` * ``glob`` and ``rglob`` * ``relative_to`` + * ``is_symlink`` + * Removed 'print' expression in test_pickle. + * bpo-43651: Apply ``io.text_encoding`` on Python 3.10 and + later. + * #81: ``Path`` objects are now pickleable if they've been + * constructed from pickleable objects. Any restored objects + * will re-construct the zip file with the original arguments. + +------------------------------------------------------------------- Old: ---- zipp-3.8.1.tar.gz New: ---- zipp-3.15.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-zipp.spec ++++++ --- /var/tmp/diff_new_pack.qFs57P/_old 2023-04-16 16:06:56.048768146 +0200 +++ /var/tmp/diff_new_pack.qFs57P/_new 2023-04-16 16:06:56.052768169 +0200 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-zipp%{psuffix} -Version: 3.8.1 +Version: 3.15.0 Release: 0 Summary: Pathlib-compatible object wrapper for zip files License: MIT @@ -42,6 +42,7 @@ BuildRequires: python-rpm-macros BuildArch: noarch %if %{with test} +BuildRequires: %{python_module jaraco.functools} BuildRequires: %{python_module jaraco.itertools} BuildRequires: %{python_module more-itertools} BuildRequires: %{python_module pytest} @@ -72,7 +73,7 @@ # skip performance test (we do not have func_timeout sofar) sed -i -e 's:import func_timeout::' \ -e 's:@func_timeout.func_set_timeout(.):@unittest.skip("skip performance test"):' \ - test_zipp.py + tests/test_zipp.py %pytest %endif @@ -80,9 +81,8 @@ %files %{python_files} %doc README.rst %license LICENSE -%{python_sitelib}/zipp.py* -%pycache_only %{python_sitelib}/__pycache__/zipp*.pyc -%{python_sitelib}/zipp-%{version}*-info +%{python_sitelib}/zipp +%{python_sitelib}/zipp-%{version}.dist-info %endif %changelog ++++++ zipp-3.8.1.tar.gz -> zipp-3.15.0.tar.gz ++++++ ++++ 2385 lines of diff (skipped)
