Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-path for openSUSE:Factory checked in at 2024-01-05 22:58:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-path (Old) and /work/SRC/openSUSE:Factory/.python-path.new.28375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-path" Fri Jan 5 22:58:47 2024 rev:7 rq:1136260 version:16.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-path/python-path.changes 2023-04-22 22:00:37.829277448 +0200 +++ /work/SRC/openSUSE:Factory/.python-path.new.28375/python-path.changes 2024-01-05 22:58:49.400592341 +0100 @@ -1,0 +2,11 @@ +Tue Jan 2 19:09:13 UTC 2024 - Dirk Müller <dmuel...@suse.com> + +- update to 16.9.0: + * Features - Added Path.iterdir() and deprecated + Path.listdir(). + * Use '.' as the default path. + * Set stacklevel=2 in deprecation warning for .text. + * Added .permissions attribute. + * Require Python 3.8 or later. + +------------------------------------------------------------------- Old: ---- path-16.6.0.tar.gz New: ---- path-16.9.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-path.spec ++++++ --- /var/tmp/diff_new_pack.oZn9NE/_old 2024-01-05 22:58:50.204621801 +0100 +++ /var/tmp/diff_new_pack.oZn9NE/_new 2024-01-05 22:58:50.204621801 +0100 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python3-%{**}} %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test @@ -25,19 +24,18 @@ %define psuffix %{nil} %bcond_with test %endif -%define skip_python2 1 %define modname path %{?sle15_python_module_pythons} Name: python-path%{psuffix} -Version: 16.6.0 +Version: 16.9.0 Release: 0 Summary: A module wrapper for os.path License: MIT URL: https://github.com/jaraco/path Source: https://files.pythonhosted.org/packages/source/p/path/%{modname}-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module base >= 3.8} +BuildRequires: %{python_module more-itertools} BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools >= 56} BuildRequires: %{python_module setuptools_scm >= 3.4.1} BuildRequires: %{python_module tomli} BuildRequires: %{python_module wheel} @@ -83,8 +81,8 @@ %if !%{with test} %files %{python_files} %license LICENSE -%doc CHANGES.rst README.rst +%doc NEWS.rst README.rst %{python_sitelib}/path -%{python_sitelib}/path-%{version}*-info +%{python_sitelib}/path-%{version}.dist-info %endif ++++++ path-16.6.0.tar.gz -> path-16.9.0.tar.gz ++++++ ++++ 3263 lines of diff (skipped)