1
0

Accepting request 1032671 from devel:languages:python

- Update to v9.1.1
  * Change requirement to build[virtualenv] as workaround for pypa/build#266.
- Update to v9.1.0
  * Prefer build to pep517 for loading package metadata.

OBS-URL: https://build.opensuse.org/request/show/1032671
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.packaging?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2022-11-01 15:10:38 +00:00 committed by Git OBS Bridge
commit 5b50d61126
4 changed files with 14 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Oct 28 17:50:00 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to v9.1.1
* Change requirement to build[virtualenv] as workaround for pypa/build#266.
- Update to v9.1.0
* Prefer build to pep517 for loading package metadata.
-------------------------------------------------------------------
Mon Aug 29 19:50:09 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -17,15 +17,15 @@
Name: python-jaraco.packaging
Version: 9.0.0
Version: 9.1.1
Release: 0
Summary: Supplement packaging Python releases
License: MIT
URL: https://github.com/jaraco/jaraco.packaging
Source: https://files.pythonhosted.org/packages/source/j/jaraco.packaging/jaraco.packaging-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module build}
BuildRequires: %{python_module importlib-metadata if %python-version < 3.8}
BuildRequires: %{python_module pep517}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 56}
BuildRequires: %{python_module setuptools_scm >= 3.4.1}
@ -37,7 +37,7 @@ BuildRequires: %{python_module pytest}
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module rst.linker >= 1.9}
# /SECTION
Requires: python-pep517
Requires: python-build
%if 0%{?python_version_nodots} < 38
Requires: python-importlib-metadata
%endif