From 4bbd3cf50a64866f5e6c56713d765b41f8ba091d03afe81bba47440d5b816a81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 13 Dec 2024 11:37:12 +0100 Subject: [PATCH] Sync from SUSE:SLFO:Main python-jaraco.develop revision 58b65269c6c0a2156f9db190b0c97a9a --- jaraco.develop-8.2.0.tar.gz | 3 --- jaraco.develop-8.6.0.tar.gz | 3 +++ python-jaraco.develop.changes | 23 +++++++++++++++++++++++ python-jaraco.develop.spec | 15 ++++++++------- 4 files changed, 34 insertions(+), 10 deletions(-) delete mode 100644 jaraco.develop-8.2.0.tar.gz create mode 100644 jaraco.develop-8.6.0.tar.gz diff --git a/jaraco.develop-8.2.0.tar.gz b/jaraco.develop-8.2.0.tar.gz deleted file mode 100644 index bca0793..0000000 --- a/jaraco.develop-8.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbbc221d2aa281ec9a1c1670560709dff4f924dec76ee4c99a8092b3899342e5 -size 19387 diff --git a/jaraco.develop-8.6.0.tar.gz b/jaraco.develop-8.6.0.tar.gz new file mode 100644 index 0000000..4fc1b76 --- /dev/null +++ b/jaraco.develop-8.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ebc0a55bee14f89222f3ddcfc03fd01d5cd7b2b60c1105b0e77151a9756b1d +size 21982 diff --git a/python-jaraco.develop.changes b/python-jaraco.develop.changes index 244f583..6cff1e7 100644 --- a/python-jaraco.develop.changes +++ b/python-jaraco.develop.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sat Jan 6 18:25:56 UTC 2024 - Dirk Müller + +- 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 + +- Add %{?sle15_python_module_pythons} + +------------------------------------------------------------------- +Tue Dec 19 08:55:08 UTC 2023 - Dirk Müller + +- 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á diff --git a/python-jaraco.develop.spec b/python-jaraco.develop.spec index 8ffbecd..e5695eb 100644 --- a/python-jaraco.develop.spec +++ b/python-jaraco.develop.spec @@ -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