2 Commits

Author SHA256 Message Date
933e0c3ae1 Accepting request 1318480 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1318480
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-confuse?expand=0&rev=4
2025-11-19 13:55:27 +00:00
6e17983a13 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-confuse?expand=0&rev=8
2025-11-12 19:13:59 +00:00
4 changed files with 17 additions and 8 deletions

View File

@@ -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
View File

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

View File

@@ -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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,15 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-confuse
Version: 2.0.1
Version: 2.1.0
Release: 0
Summary: Painless YAML configuration
License: MIT
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 flit >= 2}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module poetry-core}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-PyYAML