1
0
forked from pool/python-yamale

Compare commits

6 Commits

4 changed files with 43 additions and 10 deletions

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Fri Nov 21 15:17:27 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 6.1.0:
* feat: enhance MAC address validation to support Cisco dotted
notation by @ChristopherJHart in #278
* Python 3.14 support metadata and test pipeline by @cblakkan in
#281
-------------------------------------------------------------------
Fri Jan 3 08:50:02 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 6.0.0:
* New Features
- Adds -e PATTERN / --exclude PATTERN argument to the CLI
- CLI supports -n auto to spawn child processes equal to number
of system CPUs
* Breaking Changes
- Enforces all paths supplied to the command line interface
must exist
-------------------------------------------------------------------
Wed Jan 1 08:54:19 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 5.3.0:
* Create .pre-commit-hooks.yaml by @rsrdesarrollo in #258
* feat: support multiple paths in yamale by @thiagowfx in #251
* pre-commit: set pass_filenames to true by @thiagowfx in #260
* Support 3.13, add [ruamel] optional package dep by @cblakkan in
#257
-------------------------------------------------------------------
Thu May 2 07:15:49 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-yamale
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-yamale
Version: 5.2.1
Version: 6.1.0
Release: 0
Summary: A schema and validator for YAML
License: MIT
@@ -26,16 +26,18 @@ URL: https://github.com/23andMe/Yamale
Source: https://github.com/23andMe/Yamale/archive/refs/tags/%{version}.tar.gz#/yamale-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module ruamel.yaml}
# /SECTION
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
Requires: python-PyYAML
Requires: python-ruamel.yaml
Requires(post): update-alternatives
Requires(postun): update-alternatives
%python_subpackages
%description

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e64794c966103026b65863c87f8b7cdd7345140deb424811b45aab7608114e99
size 371395

3
yamale-6.1.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:715fa04a3da0b8f69b62bc9537c2eb0573711c56e766c233c7cee74b941a5964
size 372755