Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 933e0c3ae1 | |||
| 6e17983a13 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7379a2ad49aaa862b79600cc070260c1b7974d349f4fa5e01f9afa6c4dd0611f
|
|
||||||
size 50872
|
|
||||||
3
confuse-2.1.0.tar.gz
Normal file
3
confuse-2.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:875d796495070ac964ad4d533df35354fbda195b62b6e028e6a90ea0645a725a
|
||||||
|
size 78608
|
||||||
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 11 16:39:57 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- update to 2.1.0
|
||||||
|
* Bump Python to 3.9 and clean-up Python 2 leftovers
|
||||||
|
* Address deprecation of pkgutil.get_loader
|
||||||
|
* Remove template_with_relatives
|
||||||
|
* Added typehints to the as_* helpers
|
||||||
|
* Explicitly support Python 3.13, 3.14 and synchronise docs and docs config
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 3 15:35:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Wed May 3 15:35:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-confuse
|
# spec file for package python-confuse
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -18,16 +18,15 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-confuse
|
Name: python-confuse
|
||||||
Version: 2.0.1
|
Version: 2.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Painless YAML configuration
|
Summary: Painless YAML configuration
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/beetbox/confuse
|
URL: https://github.com/beetbox/confuse
|
||||||
Source: https://files.pythonhosted.org/packages/source/c/confuse/confuse-%{version}.tar.gz
|
Source: https://github.com/beetbox/confuse/archive/refs/tags/v%{version}.tar.gz#/confuse-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module PyYAML}
|
BuildRequires: %{python_module PyYAML}
|
||||||
BuildRequires: %{python_module flit >= 2}
|
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module poetry-core}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-PyYAML
|
Requires: python-PyYAML
|
||||||
|
|||||||
Reference in New Issue
Block a user