forked from pool/python-envier
Accepting request 1225102 from devel:languages:python
- 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/request/show/1225102 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-envier?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed235728802ee2c33f91cf1d933b42681a7de78551b6fe243b0808314d8c38d5
|
||||
size 13052
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e7e398cb09a8dd360508ef7e12511a152355426d2544b8487a34dad27cc20ad
|
||||
size 9503
|
||||
3
envier-0.6.1-source1.tar.gz
Normal file
3
envier-0.6.1-source1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c04f73ae507ab8f925c367dda459a142748227f875c4fd8093398e8491ba47d
|
||||
size 13867
|
||||
3
envier-0.6.1.tar.gz
Normal file
3
envier-0.6.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3309a01bb3d8850c9e7a31a5166d5a836846db2faecb79b9cb32654dd50ca9f9
|
||||
size 10063
|
||||
@@ -1,14 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 19 12:47:26 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 20:58:14 UTC 2024 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Included Source1 to enable test
|
||||
- Included Source1 to enable test
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 9 18:43:08 UTC 2024 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Fixed Description and enable test
|
||||
- Fixed Description and enable test
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 30 04:23:48 UTC 2024 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Initial Package
|
||||
- Initial Package
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user