- 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
This commit is contained in:
parent
90ead2ed24
commit
6c9a0fecbe
3
jaraco.develop-8.5.0.tar.gz
Normal file
3
jaraco.develop-8.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d94fb72c78cc9155d78baf53c2ab1dc5703cb6b3f455da9b1eaa607f2931716
|
||||
size 21623
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user