Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-poetry for openSUSE:Factory 
checked in at 2024-01-05 23:42:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-poetry (Old)
 and      /work/SRC/openSUSE:Factory/.python-poetry.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-poetry"

Fri Jan  5 23:42:36 2024 rev:29 rq:1136488 version:1.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-poetry/python-poetry.changes      
2023-10-01 21:22:48.065719684 +0200
+++ /work/SRC/openSUSE:Factory/.python-poetry.new.28375/python-poetry.changes   
2024-01-05 23:42:39.920841966 +0100
@@ -1,0 +2,79 @@
+Tue Jan  2 19:19:07 UTC 2024 - Dirk Müller <dmuel...@suse.com>
+
+- update to 1.7.1:
+  * Fix an issue where sdists that call CLI tools of their build
+    requirements could not be installed (#8630).
+  * Fix an issue where sdists with symlinks could not be
+    installed due to a broken tarfile datafilter (#8649).
+  * Fix an issue where `poetry init` failed when trying to add
+    dependencies (#8655).
+  * Fix an issue where `poetry install` failed if
+    `virtualenvs.create` was set to `false` (#8672).
+  * Add official support for Python 3.12 (#7803, #8544).
+  * Add `poetry-install` pre-commit hook (#8327).
+  * Add `--next-phase` option to `poetry version` (#8089).
+  * Print a warning when overwriting files from another package
+    at installation (#8386).
+  * Print a warning if the current project cannot be installed
+    (#8369).
+  * Report more details on build backend exceptions (#8464).
+  * Set Poetry as `user-agent` for all HTTP requests (#8394).
+  * Do not install `setuptools` per default in Python 3.12
+  * Do not install `wheel` per default (#7803).
+  * Remove `setuptools` and `wheel` when running `poetry install
+    --sync` if they are not required by the project (#8600).
+  * Improve error message about PEP-517 support (#8463).
+  * Improve `keyring` handling (#8227).
+  * Read the `description` field when extracting metadata from
+    `setup.py` files (#8545).
+  * Fix an issue where dependencies of inactive extras were
+    locked and installed (#8399).
+  * Fix an issue where build requirements were not installed
+    due to a race condition in the artifact cache (#8517).
+  * Fix an issue where packages included in the system site
+    packages were installed even though
+    `virtualenvs.options.system-site-packages` was set (#8359).
+  * Fix an issue where git dependencies' submodules with relative
+    URLs were handled incorrectly (#8020).
+  * Fix an issue where a failed installation of build
+    dependencies was not noticed directly (#8479).
+  * Fix an issue where `poetry shell` did not work completely
+    with `nushell` (#8478).
+  * Fix an issue where a confusing error messages was displayed
+    when running `poetry config pypi-token.pypi` without a value
+    (#8502).
+  * Fix an issue where a cryptic error message is printed if
+    there is no metadata entry in the lockfile (#8523).
+  * Fix an issue with the encoding with special characters in the
+    virtualenv's path (#8565).
+  * Fix an issue where the connection pool size was not adjusted
+    to the number of workers (#8559).
+  * ### Docs
+  * Improve the wording regarding a project's supported Python
+    range (#8423).
+  * Make `pipx` the preferred (first mentioned) installation
+    method (#8090).
+  * Add a warning about `poetry self` on Windows (#8090).
+  * Fix example for `poetry add` with a git dependency (#8438).
+  * Add information about auto-included files in wheels and sdist
+    (#8555).
+  * Fix documentation of the `POETRY_REPOSITORIES_` variables
+    docs (#8492).
+  * Add `CITATION.cff` file (#8510).
+  * ### poetry-core (`1.8.1`)
+  * Add support for creating packages dynamically in the build
+    script (#629).
+  * Improve marker logic for `extra` markers (#636).
+  * Update list of supported licenses (#635, #646).
+  * Fix an issue where projects with extension modules were not
+    installed in editable mode (#633).
+  * Fix an issue where the wrong or no `lib` folder was added to
+    the wheel (#634).
+  * ### poetry-plugin-export (`^1.6.0`)
+  * Add an `--all-extras` option (#241).
+  * Fix an issue where git dependencies are exported with the
+    branch name instead of the resolved commit hash (#213).
+-  drop build-1.patch, poetry-pr8447-fastjsonschema.patch
+   (upstream)
+
+-------------------------------------------------------------------

Old:
----
  build-1.patch
  poetry-1.6.1.tar.gz
  poetry-pr8447-fastjsonschema.patch

New:
----
  poetry-1.7.1.tar.gz

BETA DEBUG BEGIN:
  Old:    branch name instead of the resolved commit hash (#213).
-  drop build-1.patch, poetry-pr8447-fastjsonschema.patch
   (upstream)
  Old:    branch name instead of the resolved commit hash (#213).
-  drop build-1.patch, poetry-pr8447-fastjsonschema.patch
   (upstream)
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-poetry.spec ++++++
--- /var/tmp/diff_new_pack.LTykfW/_old  2024-01-05 23:42:41.200888894 +0100
+++ /var/tmp/diff_new_pack.LTykfW/_new  2024-01-05 23:42:41.200888894 +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
@@ -27,7 +27,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-poetry%{psuffix}
-Version:        1.6.1
+Version:        1.7.1
 Release:        0
 Summary:        Python dependency management and packaging
 License:        MIT
@@ -35,18 +35,14 @@
 URL:            https://python-poetry.org/
 # PyPI sdist doesn't contain tests
 Source:         
https://github.com/python-poetry/poetry/archive/%{version}.tar.gz#/poetry-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM build-1.patch gh#python-poetry/poetry#8400
-Patch0:         build-1.patch
-# PATCH-FIX-UPSTREAM poetry-pr8447-fastjsonschema.patch 
gh#python-poetry/poetry#8447
-Patch1:         poetry-pr8447-fastjsonschema.patch
 BuildRequires:  %{python_module base >= 3.8}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module poetry-core = 1.7.0}
+BuildRequires:  %{python_module poetry-core = 1.8.1}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-build >= 1.0.3
-Requires:       python-poetry-core = 1.7.0
-Requires:       python-poetry-plugin-export >= 1.5.0
+Requires:       python-poetry-core = 1.8.1
+Requires:       python-poetry-plugin-export >= 1.6.0
 # SECTION cachecontrol[filecache]
 Requires:       python-CacheControl >= 0.13
 Requires:       python-filelock >= 3.8.0
@@ -123,6 +119,7 @@
 # does not find the expected packages in venv
 donttest="$donttest or test_executor_should_write_pep610_url_references"
 donttest="$donttest or test_prepare_directory or test_prepare_sdist"
+donttest="$donttest or test_isolated_env_install_success"
 %{python_expand # pytest needs to be called from the virtualenv python 
interpreter gh#python-poetry/poetry#1645
 virtualenv-%{$python_bin_suffix} --system-site-packages 
testenv-%{$python_bin_suffix}
 source testenv-%{$python_bin_suffix}/bin/activate

++++++ poetry-1.6.1.tar.gz -> poetry-1.7.1.tar.gz ++++++
++++ 7747 lines of diff (skipped)

Reply via email to