- Normalize metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.develop?expand=0&rev=9
This commit is contained in:
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.osc
|
||||
BIN
jaraco.develop-8.6.0.tar.gz
LFS
Normal file
BIN
jaraco.develop-8.6.0.tar.gz
LFS
Normal file
Binary file not shown.
32
python-jaraco.develop.changes
Normal file
32
python-jaraco.develop.changes
Normal file
@@ -0,0 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 05:48:32 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Normalize metadata directory name.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Initial packaging (v8.2.0), needed by setuptools:test
|
||||
89
python-jaraco.develop.spec
Normal file
89
python-jaraco.develop.spec
Normal file
@@ -0,0 +1,89 @@
|
||||
#
|
||||
# spec file for package python-jaraco.develop
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-jaraco.develop
|
||||
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-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
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}
|
||||
BuildRequires: %{python_module jaraco.ui}
|
||||
BuildRequires: %{python_module jaraco.vcs >= 1.1}
|
||||
BuildRequires: %{python_module keyring}
|
||||
BuildRequires: %{python_module packaging}
|
||||
BuildRequires: %{python_module path}
|
||||
BuildRequires: %{python_module pytest >= 6}
|
||||
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
|
||||
Requires: python-jaraco.context
|
||||
Requires: python-jaraco.ui
|
||||
Requires: python-jaraco.vcs >= 1.1
|
||||
Requires: python-keyring
|
||||
Requires: python-packaging
|
||||
Requires: python-path
|
||||
Requires: python-requests-toolbelt
|
||||
Requires: python-setuptools
|
||||
Requires: python-subprocess-tee
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
Development utilities by jaraco
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n jaraco.develop-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
# *-github*.py and towncrier.get_version: No source repo or suitable VCS version found
|
||||
# git.resolve: needs internet
|
||||
# git.URLScheme: needs pytest plugin we don't have yet
|
||||
%pytest --ignore-glob "*-github-*.py" -k "not (URLScheme or resolve or towncrier.get_version)"
|
||||
|
||||
%files %{python_files}
|
||||
%doc NEWS.rst README.rst
|
||||
%license LICENSE
|
||||
%{python_sitelib}/jaraco/develop
|
||||
%{python_sitelib}/jaraco_develop-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
Reference in New Issue
Block a user