diff --git a/envier-0.5.2-source1.tar.gz b/envier-0.5.2-source1.tar.gz deleted file mode 100644 index a4301d3..0000000 --- a/envier-0.5.2-source1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed235728802ee2c33f91cf1d933b42681a7de78551b6fe243b0808314d8c38d5 -size 13052 diff --git a/envier-0.5.2.tar.gz b/envier-0.5.2.tar.gz deleted file mode 100644 index a8a2cdf..0000000 --- a/envier-0.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e7e398cb09a8dd360508ef7e12511a152355426d2544b8487a34dad27cc20ad -size 9503 diff --git a/envier-0.6.1-source1.tar.gz b/envier-0.6.1-source1.tar.gz new file mode 100644 index 0000000..485dbdd --- /dev/null +++ b/envier-0.6.1-source1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c04f73ae507ab8f925c367dda459a142748227f875c4fd8093398e8491ba47d +size 13867 diff --git a/envier-0.6.1.tar.gz b/envier-0.6.1.tar.gz new file mode 100644 index 0000000..60bc7ac --- /dev/null +++ b/envier-0.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3309a01bb3d8850c9e7a31a5166d5a836846db2faecb79b9cb32654dd50ca9f9 +size 10063 diff --git a/python-envier.changes b/python-envier.changes index b66ae4c..813ee5c 100644 --- a/python-envier.changes +++ b/python-envier.changes @@ -1,14 +1,24 @@ +------------------------------------------------------------------- +Tue Nov 19 12:47:26 UTC 2024 - Dirk Müller + +- 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 -- Included Source1 to enable test +- Included Source1 to enable test ------------------------------------------------------------------- Mon Sep 9 18:43:08 UTC 2024 - Yogalakshmi Arunachalam -- Fixed Description and enable test +- Fixed Description and enable test ------------------------------------------------------------------- Fri Aug 30 04:23:48 UTC 2024 - Yogalakshmi Arunachalam -- Initial Package +- Initial Package diff --git a/python-envier.spec b/python-envier.spec index d8c9355..33664b1 100644 --- a/python-envier.spec +++ b/python-envier.spec @@ -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