Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
6634361f19 |
BIN
python-voluptuous-0.13.1-gh.tar.gz
(Stored with Git LFS)
Normal file
BIN
python-voluptuous-0.13.1-gh.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
python-voluptuous-0.15.2-gh.tar.gz
(Stored with Git LFS)
BIN
python-voluptuous-0.15.2-gh.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,53 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Sun Sep 8 16:37:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
||||||
|
|
||||||
- update to 0.15.2:
|
|
||||||
* 522 Fix regression with ALLOW_EXTRA and `Any` validator
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sat Jun 29 07:00:04 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
||||||
|
|
||||||
- update to 0.15.1:
|
|
||||||
* #512: Add Any type to defaults
|
|
||||||
* #513: Only calculate hash once for Marker objects
|
|
||||||
* #514: Remove python 3.8 support
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Mar 14 08:55:07 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
||||||
|
|
||||||
- update to 0.14.2:
|
|
||||||
* #507: docs: document description field of Marker
|
|
||||||
* #506: fix: allow unsortable containers in In and NotIn
|
|
||||||
validators (fixes #451)
|
|
||||||
* #488: fix(typing): fix type hint for Coerce type param
|
|
||||||
* #497: fix(typing): allow path to be a list of strings,
|
|
||||||
integers or any other hashables
|
|
||||||
* #499: support: drop support for python 3.7
|
|
||||||
* #501: support: run tests on python 3.11
|
|
||||||
* #502: support: run tests on python 3.12
|
|
||||||
* #495: refactor: drop duplicated type checks in
|
|
||||||
Schema._compile
|
|
||||||
* #500: refactor: fix few tests, use pytest.raises, extend
|
|
||||||
raises helper
|
|
||||||
* #503: refactor: Add linters configuration, reformat whole
|
|
||||||
code
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Dec 13 10:40:58 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
||||||
|
|
||||||
- update to 0.14.1:
|
|
||||||
* Add `python_requires` so package installers know
|
|
||||||
requirement is >= 3.7
|
|
||||||
* Fix a few code comment typos
|
|
||||||
* Change to SPDX conform license string
|
|
||||||
* Add typing information
|
|
||||||
* Fix new type hint of schemas, for example for
|
|
||||||
`Required('key')`
|
|
||||||
* Fix new type hints and enable `mypy`
|
|
||||||
* Allow error reporting on keys
|
|
||||||
* Set static PyPI project description
|
|
||||||
* Remove Travis build status badge
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 1 14:37:36 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Sat Oct 1 14:37:36 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-voluptuous
|
# spec file for package python-voluptuous
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,18 +16,17 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-voluptuous
|
Name: python-voluptuous
|
||||||
Version: 0.15.2
|
Version: 0.13.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Python data validation library
|
Summary: A Python data validation library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/alecthomas/voluptuous
|
URL: https://github.com/alecthomas/voluptuous
|
||||||
Source: https://github.com/alecthomas/voluptuous/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}-gh.tar.gz
|
Source: https://github.com/alecthomas/voluptuous/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}-gh.tar.gz
|
||||||
BuildRequires: %{python_module pip}
|
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@@ -41,10 +40,10 @@ coming into Python as JSON, YAML, etc.
|
|||||||
%setup -q -n voluptuous-%{version}
|
%setup -q -n voluptuous-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%python_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%pyproject_install
|
%python_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -53,7 +52,6 @@ coming into Python as JSON, YAML, etc.
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{python_sitelib}/voluptuous
|
%{python_sitelib}/*
|
||||||
%{python_sitelib}/voluptuous-*.dist-info
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user