Update to 1.6.0

epel9
Tomáš Hrnčiar 2 years ago
parent 0310e66177
commit 8befbdb934

@ -2,8 +2,8 @@
%bcond tests %{undefined rhel} %bcond tests %{undefined rhel}
Name: python-poetry-core Name: python-poetry-core
Version: 1.4.0 Version: 1.6.0
Release: 4%{?dist} Release: 1%{?dist}
Summary: Poetry PEP 517 Build Backend Summary: Poetry PEP 517 Build Backend
# We bundle a lot of libraries with poetry, which itself is under MIT license. # We bundle a lot of libraries with poetry, which itself is under MIT license.
@ -41,6 +41,7 @@ BuildRequires: python3-build
BuildRequires: python3-pytest BuildRequires: python3-pytest
BuildRequires: python3-pytest-mock BuildRequires: python3-pytest-mock
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-tomli-w
BuildRequires: python3-virtualenv BuildRequires: python3-virtualenv
BuildRequires: gcc BuildRequires: gcc
BuildRequires: git-core BuildRequires: git-core
@ -62,15 +63,12 @@ Summary: %{summary}
# Previous versions of poetry included poetry-core in it # Previous versions of poetry included poetry-core in it
Conflicts: python%{python3_version}dist(poetry) < 1.1 Conflicts: python%{python3_version}dist(poetry) < 1.1
# The bundled versions are taken from src/poetry/core/_vendor/vendor.txt # The bundled versions are taken from src/poetry/core/_vendor/vendor.txt
Provides: bundled(python3dist(attrs)) = 22.1 Provides: bundled(python3dist(attrs)) = 23.1.0
Provides: bundled(python3dist(jsonschema)) = 4.10 Provides: bundled(python3dist(jsonschema)) = 4.17.3
Provides: bundled(python3dist(lark)) = 1.1.2 Provides: bundled(python3dist(lark)) = 1.1.5
Provides: bundled(python3dist(packaging)) = 21.3 Provides: bundled(python3dist(packaging)) = 23.1
Provides: bundled(python3dist(pkgutil-resolve-name)) = 1.3.10 Provides: bundled(python3dist(pyrsistent)) = 0.19.3
Provides: bundled(python3dist(pyparsing)) = 3.0.9 Provides: bundled(python3dist(tomli)) = 2.0.1
Provides: bundled(python3dist(pyrsistent)) = 0.18.1
Provides: bundled(python3dist(tomlkit)) = 0.11.4
Provides: bundled(python3dist(typing-extensions)) = 4.3.0
%description -n python3-poetry-core %_description %description -n python3-poetry-core %_description
@ -111,6 +109,9 @@ Provides: bundled(python3dist(typing-extensions)) = 4.3.0
%changelog %changelog
* Fri Jun 30 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 1.6.0-1
- Update to 1.6.0
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 1.4.0-4 * Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 1.4.0-4
- Rebuilt for Python 3.12 - Rebuilt for Python 3.12

@ -1 +1 @@
SHA512 (poetry-core-1.4.0.tar.gz) = 31c9b42ae8e4ec5c4cec93604a5ea72642fb89717867d7f43fdf930835c7e1da97b0251870d86841c30b1bf0ee7b167fc6a8dcfe939beb5b40acd7e24dfaede7 SHA512 (poetry-core-1.6.0.tar.gz) = a8a36feda81fdf5b74de77cb718680a12edda44d0b6e87f5b80704d7a5898780b89dfa8168c55e4e8b2352f1a6051072e7e9f35dc5936d1b0b24a1704063ed1d

Loading…
Cancel
Save