Sync from SUSE:SLFO:Main python-jaraco.develop revision 58b65269c6c0a2156f9db190b0c97a9a

This commit is contained in:
Adrian Schröter 2024-12-13 11:37:12 +01:00
parent fb8f035c2c
commit 4bbd3cf50a
4 changed files with 34 additions and 10 deletions

BIN
jaraco.develop-8.2.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
jaraco.develop-8.6.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sat Jan 6 18:25:56 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 8.6.0:
* Features - In merge, ensure that an uncommented RTD badge
isn't lost when resolving placeholders.
-------------------------------------------------------------------
Wed Jan 3 17:25:53 UTC 2024 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Tue Dec 19 08:55:08 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 8.5.0:
* Update merge resolver to re-substitute placeholders to honor
upstream changes.
* Add 'projects-run' script for running a command across all of
the projects.
* Adding script for syncing a backport (configparser,
singledispatch) to a CPython branch.
-------------------------------------------------------------------
Thu Aug 17 10:36:24 UTC 2023 - Markéta Machová <mmachova@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-jaraco.develop
#
# 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
@ -16,20 +16,22 @@
#
%{?sle15_python_module_pythons}
Name: python-jaraco.develop
Version: 8.2.0
Version: 8.6.0
Release: 0
Summary: Development utilities by jaraco
License: MIT
URL: https://github.com/jaraco/jaraco.develop
Source: https://files.pythonhosted.org/packages/source/j/jaraco.develop/jaraco.develop-8.2.0.tar.gz
BuildRequires: python-rpm-macros
Source: https://files.pythonhosted.org/packages/source/j/jaraco.develop/jaraco.develop-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: %{python_module setuptools >= 56}
BuildRequires: %{python_module setuptools_scm >= 3.4.1}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module autocommand}
BuildRequires: %{python_module PyNaCl}
BuildRequires: %{python_module build}
BuildRequires: %{python_module jaraco.collections}
BuildRequires: %{python_module jaraco.context}
@ -39,11 +41,11 @@ BuildRequires: %{python_module keyring}
BuildRequires: %{python_module packaging}
BuildRequires: %{python_module path}
BuildRequires: %{python_module pytest >= 6}
BuildRequires: %{python_module PyNaCl}
BuildRequires: %{python_module requests-toolbelt}
BuildRequires: %{python_module subprocess-tee}
# /SECTION
BuildRequires: fdupes
Requires: python-PyNaCl
Requires: python-autocommand
Requires: python-build
Requires: python-jaraco.collections
@ -53,7 +55,6 @@ Requires: python-jaraco.vcs >= 1.1
Requires: python-keyring
Requires: python-packaging
Requires: python-path
Requires: python-PyNaCl
Requires: python-requests-toolbelt
Requires: python-setuptools
Requires: python-subprocess-tee