Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-poetry-core for openSUSE:Factory checked in at 2024-01-05 22:58:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-poetry-core (Old) and /work/SRC/openSUSE:Factory/.python-poetry-core.new.28375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-poetry-core" Fri Jan 5 22:58:50 2024 rev:19 rq:1136266 version:1.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-poetry-core/python-poetry-core.changes 2023-09-25 20:00:11.523646926 +0200 +++ /work/SRC/openSUSE:Factory/.python-poetry-core.new.28375/python-poetry-core.changes 2024-01-05 22:58:50.960649503 +0100 @@ -1,0 +2,22 @@ +Tue Jan 2 19:14:12 UTC 2024 - Dirk Müller <dmuel...@suse.com> + +- update to 1.8.1: + * Fix an issue where git URLs starting with `git+` could not be + parsed anymore (#657). + * Add `3.12` to the list of available Python versions (#631). + * Add support for creating packages dynamically in the build + script + * Improve marker logic for `extra` markers (#636). + * Update list of supported licenses (#635, + * #646). + * Deprecate `Dependency.transitive_python_versions` (#648). + * Deprecate `Dependency.transitive_python_constraint` (#649). + * 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). + * Replace `jsonschema` with `fastjsonschema`. + * `lark==1.1.8` + * `packaging==23.2` + +------------------------------------------------------------------- Old: ---- poetry-core-1.7.0-gh.tar.gz New: ---- poetry-core-1.8.1-gh.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-poetry-core.spec ++++++ --- /var/tmp/diff_new_pack.0Ee3Sd/_old 2024-01-05 22:58:51.680675885 +0100 +++ /var/tmp/diff_new_pack.0Ee3Sd/_new 2024-01-05 22:58:51.684676031 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-poetry-core # -# 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 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-poetry-core -Version: 1.7.0 +Version: 1.8.1 Release: 0 Summary: Poetry PEP 517 Build Backend License: Apache-2.0 AND BSD-2-Clause AND MIT AND Python-2.0 @@ -50,14 +50,12 @@ %prep %setup -q -n poetry-core-%{version} mkdir vendoredlicenses -cp src/poetry/core/_vendor/attrs/LICENSE vendoredlicenses/attrs.LICENSE -cp src/poetry/core/_vendor/jsonschema/COPYING vendoredlicenses/jsonschema.COPYING -cp src/poetry/core/_vendor/lark/LICENSE vendoredlicenses/lark.LICENSE -cp src/poetry/core/_vendor/packaging/LICENSE vendoredlicenses/packaging.LICENSE -cp src/poetry/core/_vendor/packaging/LICENSE.APACHE vendoredlicenses/packaging.LICENSE.APACHE -cp src/poetry/core/_vendor/packaging/LICENSE.BSD vendoredlicenses/packaging.LICENSE.BSD -cp src/poetry/core/_vendor/pyrsistent/LICENSE.mit vendoredlicenses/pyrsistent.LICENSE.mit -cp src/poetry/core/_vendor/tomli/LICENSE vendoredlicenses/tomli.LICENSE +cp -p src/poetry/core/_vendor/lark/LICENSE vendoredlicenses/lark.LICENSE +cp -p src/poetry/core/_vendor/fastjsonschema/LICENSE vendoredlicenses/fastjsonschema.LICENSE +cp -p src/poetry/core/_vendor/packaging/LICENSE vendoredlicenses/packaging.LICENSE +cp -p src/poetry/core/_vendor/packaging/LICENSE.APACHE vendoredlicenses/packaging.LICENSE.APACHE +cp -p src/poetry/core/_vendor/packaging/LICENSE.BSD vendoredlicenses/packaging.LICENSE.BSD +cp -p src/poetry/core/_vendor/tomli/LICENSE vendoredlicenses/tomli.LICENSE %build %pyproject_wheel ++++++ poetry-core-1.7.0-gh.tar.gz -> poetry-core-1.8.1-gh.tar.gz ++++++ ++++ 25669 lines of diff (skipped)