15
0
forked from pool/python-envier

- update to 0.6.1:

* fix: regression in include with namespace no overwrite
- update to 0.6.0:
  * feat: add support for Python 3.13
  * refactor!: expose HelpInfo as a namedtuple
  * feat: add items iterator
- Included Source1 to enable test
- Fixed Description and enable test
- Initial Package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-envier?expand=0&rev=4
This commit is contained in:
2024-11-19 12:47:41 +00:00
committed by Git OBS Bridge
parent ba8f729796
commit 076c937451
6 changed files with 27 additions and 16 deletions

View File

@@ -15,24 +15,25 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?sle15_python_module_pythons}
Name: python-envier
Version: 0.5.2
Version: 0.6.1
Release: 0
Summary: Python application configuration via the environment
License: BSD-3-Clause
URL: None
License: BSD-3-Clause
URL: https://github.com/DataDog/envier
Source: https://files.pythonhosted.org/packages/source/e/envier/envier-%{version}.tar.gz
Source1: https://github.com/DataDog/envier/archive/refs/tags/v%{version}.tar.gz#/envier-%{version}-source1.tar.gz
Patch0: envier-test_types_assert.patch
BuildRequires: python-rpm-macros
BuildRequires: %{python_module hatch-vcs}
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module mypy}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: mypy
Suggests: python-mypy
BuildArch: noarch