17
0

6 Commits

Author SHA256 Message Date
3b81f494b2 Accepting request 1329254 from devel:languages:python
- Update to 2.3.0
  # Added
  * Add (optional) size and upload_time to Link and Package.files
    (#905).
  ## Changed
  * Drop support for Python 3.9 (#897).
  * Normalize versions (#893).
  * Remove helper function to create temporary directories (#337).
  * Improve type hint of Package.files (#904).
  * Update list of supported licenses (#890, #895).
  ## Fixed
  * Fix an issue where unsatisfiable requirements did not raise an
    error (#891).
  * Fix an issue where the implicit main group did not exist if it
    was explicitly declared as not having any dependencies (#892).
  * Fix an issue where python_full_version markers with pre-release
    versions were parsed incorrectly (#893).

OBS-URL: https://build.opensuse.org/request/show/1329254
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-poetry-core?expand=0&rev=28
2026-01-27 15:07:03 +00:00
51db535bb8 - Update to 2.3.0
# Added
  * Add (optional) size and upload_time to Link and Package.files
    (#905).
  ## Changed
  * Drop support for Python 3.9 (#897).
  * Normalize versions (#893).
  * Remove helper function to create temporary directories (#337).
  * Improve type hint of Package.files (#904).
  * Update list of supported licenses (#890, #895).
  ## Fixed
  * Fix an issue where unsatisfiable requirements did not raise an
    error (#891).
  * Fix an issue where the implicit main group did not exist if it
    was explicitly declared as not having any dependencies (#892).
  * Fix an issue where python_full_version markers with pre-release
    versions were parsed incorrectly (#893).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry-core?expand=0&rev=66
2026-01-25 12:12:57 +00:00
8d4e9e8eeb Accepting request 1327660 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1327660
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-poetry-core?expand=0&rev=27
2026-01-17 20:41:47 +00:00
d65cfa0097 - Update to 2.2.1
* Fix an issue where it was not possible to declare a PEP 735 dependency
    group as optional
- Update to 2.2.0
  * Add support for nesting dependency groups
  * Add support for PEP 735 dependency groups
  * Add support for PEP 639 license clarity
  * Add support for Python 3.14
  * Normalize dependency group names
  * Deprecate table values and values that are not valid SPDX expressions for
    [project.license]
  * Update list of supported licenses
  * Fix an issue where explicitly included files that are in .gitignore were
    not included in the distribution
  * Fix an issue where marker operations could result in invalid markers

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry-core?expand=0&rev=64
2026-01-16 13:08:43 +00:00
59a8ce74bc Accepting request 1300342 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1300342
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-poetry-core?expand=0&rev=26
2025-08-20 11:24:58 +00:00
3490c89092 updated because of python-poetry
- Update to 2.1.3
  * Improve performance of marker operations
  * Fix various issues with markers
  * Update list of supported licenses
  * Fix an issue where optional dependencies defined in the project
    section were treated as non-optional when a source was defined
    for them in the tool.poetry section
  * Fix an issue where local versions with upper case letters caused
    an error
  * Fix an issue where inheriting from WheelBuilder was unnecessarily
    difficult

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry-core?expand=0&rev=62
2025-08-19 17:52:06 +00:00
4 changed files with 62 additions and 7 deletions

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bef0834bf72c2a744fa79be2c1f61b0650892edc689672e9dc37acae88983e67
size 444569

View File

@@ -1,3 +1,58 @@
-------------------------------------------------------------------
Sun Jan 25 11:56:18 UTC 2026 - Ben Greiner <code@bnavigator.de>
- Update to 2.3.0
# Added
* Add (optional) size and upload_time to Link and Package.files
(#905).
## Changed
* Drop support for Python 3.9 (#897).
* Normalize versions (#893).
* Remove helper function to create temporary directories (#337).
* Improve type hint of Package.files (#904).
* Update list of supported licenses (#890, #895).
## Fixed
* Fix an issue where unsatisfiable requirements did not raise an
error (#891).
* Fix an issue where the implicit main group did not exist if it
was explicitly declared as not having any dependencies (#892).
* Fix an issue where python_full_version markers with pre-release
versions were parsed incorrectly (#893).
-------------------------------------------------------------------
Fri Jan 16 10:16:45 UTC 2026 - Nico Krapp <nico.krapp@suse.com>
- Update to 2.2.1
* Fix an issue where it was not possible to declare a PEP 735 dependency
group as optional
- Update to 2.2.0
* Add support for nesting dependency groups
* Add support for PEP 735 dependency groups
* Add support for PEP 639 license clarity
* Add support for Python 3.14
* Normalize dependency group names
* Deprecate table values and values that are not valid SPDX expressions for
[project.license]
* Update list of supported licenses
* Fix an issue where explicitly included files that are in .gitignore were
not included in the distribution
* Fix an issue where marker operations could result in invalid markers
-------------------------------------------------------------------
Tue Aug 19 08:55:20 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to 2.1.3
* Improve performance of marker operations
* Fix various issues with markers
* Update list of supported licenses
* Fix an issue where optional dependencies defined in the project
section were treated as non-optional when a source was defined
for them in the tool.poetry section
* Fix an issue where local versions with upper case letters caused
an error
* Fix an issue where inheriting from WheelBuilder was unnecessarily
difficult
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 12 07:32:46 UTC 2025 - ecsos <ecsos@opensuse.org> Wed Mar 12 07:32:46 UTC 2025 - ecsos <ecsos@opensuse.org>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-poetry-core # spec file for package python-poetry-core
# #
# Copyright (c) 2025 SUSE LLC # Copyright (c) 2026 SUSE LLC and contributors
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,20 +18,20 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-poetry-core Name: python-poetry-core
Version: 2.1.1 Version: 2.3.0
Release: 0 Release: 0
Summary: Poetry PEP 517 Build Backend Summary: Poetry PEP 517 Build Backend
License: Apache-2.0 AND BSD-2-Clause AND MIT AND Python-2.0 License: Apache-2.0 AND BSD-2-Clause AND MIT AND Python-2.0
URL: https://github.com/python-poetry/poetry-core URL: https://github.com/python-poetry/poetry-core
# Only the github archive provides the tests # Only the github archive provides the tests
Source: %{url}/archive/%{version}.tar.gz#/poetry-core-%{version}-gh.tar.gz Source: %{url}/archive/%{version}.tar.gz#/poetry-core-%{version}-gh.tar.gz
BuildRequires: %{python_module base >= 3.9} BuildRequires: %{python_module base >= 3.10}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildArch: noarch BuildArch: noarch
# SECTION these are all test dependencies, including python-devel and git-core # SECTION these are all test dependencies, including python-devel and git-core
BuildRequires: %{python_module devel >= 3.9} BuildRequires: %{python_module devel >= 3.10}
BuildRequires: %{python_module build >= 0.10.0} BuildRequires: %{python_module build >= 0.10.0}
BuildRequires: %{python_module pytest >= 7.1.2} BuildRequires: %{python_module pytest >= 7.1.2}
BuildRequires: %{python_module pytest-mock >= 3.10} BuildRequires: %{python_module pytest-mock >= 3.10}