From 9fe7eb56c000b69d2203ef842b4d2a4c7e7399473f4b79d3eae13fe1b356e0f6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 19 Dec 2023 08:56:28 +0000 Subject: [PATCH] - 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.develop?expand=0&rev=3 --- jaraco.develop-8.2.0.tar.gz | 3 --- jaraco.develop-8.5.0.tar.gz | 3 +++ python-jaraco.develop.changes | 11 +++++++++++ python-jaraco.develop.spec | 12 ++++++------ 4 files changed, 20 insertions(+), 9 deletions(-) delete mode 100644 jaraco.develop-8.2.0.tar.gz create mode 100644 jaraco.develop-8.5.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.5.0.tar.gz b/jaraco.develop-8.5.0.tar.gz new file mode 100644 index 0000000..4e95bf2 --- /dev/null +++ b/jaraco.develop-8.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d94fb72c78cc9155d78baf53c2ab1dc5703cb6b3f455da9b1eaa607f2931716 +size 21623 diff --git a/python-jaraco.develop.changes b/python-jaraco.develop.changes index 244f583..e6b7e6e 100644 --- a/python-jaraco.develop.changes +++ b/python-jaraco.develop.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +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..4df42bc 100644 --- a/python-jaraco.develop.spec +++ b/python-jaraco.develop.spec @@ -17,19 +17,20 @@ Name: python-jaraco.develop -Version: 8.2.0 +Version: 8.5.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 +40,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 +54,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