Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3b81f494b2 | |||
| 51db535bb8 | |||
| 8d4e9e8eeb | |||
| d65cfa0097 | |||
| 59a8ce74bc | |||
| 3490c89092 |
BIN
poetry-core-2.1.1-gh.tar.gz
LFS
BIN
poetry-core-2.1.1-gh.tar.gz
LFS
Binary file not shown.
3
poetry-core-2.3.0-gh.tar.gz
Normal file
3
poetry-core-2.3.0-gh.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bef0834bf72c2a744fa79be2c1f61b0650892edc689672e9dc37acae88983e67
|
||||
size 444569
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,20 +18,20 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-poetry-core
|
||||
Version: 2.1.1
|
||||
Version: 2.3.0
|
||||
Release: 0
|
||||
Summary: Poetry PEP 517 Build Backend
|
||||
License: Apache-2.0 AND BSD-2-Clause AND MIT AND Python-2.0
|
||||
URL: https://github.com/python-poetry/poetry-core
|
||||
# Only the github archive provides the tests
|
||||
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: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
# 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 pytest >= 7.1.2}
|
||||
BuildRequires: %{python_module pytest-mock >= 3.10}
|
||||
|
||||
Reference in New Issue
Block a user