diff --git a/daiquiri-3.2.1.tar.gz b/daiquiri-3.2.1.tar.gz deleted file mode 100644 index 4d050aa..0000000 --- a/daiquiri-3.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:408c4d28ec8f0ea23e965374479829bd22364d0c08d791cbeb7bba245963e0fd -size 19318 diff --git a/daiquiri-3.2.3.tar.gz b/daiquiri-3.2.3.tar.gz new file mode 100644 index 0000000..0817d4e --- /dev/null +++ b/daiquiri-3.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fcaef376fd68088b923913747ab7ee12d8b7fb2af7f8c5f20e5980997e9e835 +size 19582 diff --git a/python-daiquiri.changes b/python-daiquiri.changes index 58b96dd..fd3b52b 100644 --- a/python-daiquiri.changes +++ b/python-daiquiri.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Dec 2 16:38:06 UTC 2023 - Dirk Müller + +- update to 3.2.4: + * Add support up to Python 3.12 + * Use sphinx-build command to generate doc + * build system and CI improvements + ------------------------------------------------------------------- Fri Dec 2 01:09:04 UTC 2022 - Yogalakshmi Arunachalam @@ -14,7 +22,7 @@ Fri Dec 2 01:09:04 UTC 2022 - Yogalakshmi Arunachalam - Update to 3.1.1 * fix: add missing py.typed -- Update to 3.1.0 +- Update to 3.1.0 * fix: update setup.cfg ------------------------------------------------------------------- @@ -27,7 +35,7 @@ Wed Nov 16 16:54:02 UTC 2022 - Daniel Garcia ------------------------------------------------------------------- Thu Mar 10 01:06:21 UTC 2022 - Steve Kowalik -- Remove BuildRequires on mock, it has not been required since 3.0.0. +- Remove BuildRequires on mock, it has not been required since 3.0.0. ------------------------------------------------------------------- Sat Oct 16 21:14:56 UTC 2021 - Dirk Müller @@ -48,7 +56,7 @@ Thu Apr 2 09:11:34 UTC 2020 - Marketa Calabkova - Update to 2.1.1 * Add missing Python 3.8 to setup, tox and Mergify * build(setup): replace pbr by setuptools_scm - * Parameterizes overwriting `sys.excepthook` to allow it to be turned + * Parameterizes overwriting `sys.excepthook` to allow it to be turned off in environments where a different excepthook is needed. * fix(journal): handle extra keys correctly diff --git a/python-daiquiri.spec b/python-daiquiri.spec index dfdc4f4..6ab4d7b 100644 --- a/python-daiquiri.spec +++ b/python-daiquiri.spec @@ -1,7 +1,7 @@ # # spec file for package python-daiquiri # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,19 @@ # -%global skip_python2 1 +%{?sle15_python_module_pythons} Name: python-daiquiri -Version: 3.2.1 +Version: 3.2.3 Release: 0 Summary: Library to configure Python logging License: Apache-2.0 -URL: https://github.com/jd/daiquiri +URL: https://github.com/Mergifyio/daiquiri Source: https://files.pythonhosted.org/packages/source/d/daiquiri/daiquiri-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module python-json-logger} BuildRequires: %{python_module setuptools_scm} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-python-json-logger @@ -42,10 +43,10 @@ provides some custom formatters and handlers. %setup -q -n daiquiri-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -55,6 +56,6 @@ provides some custom formatters and handlers. %license LICENSE %doc README.rst %{python_sitelib}/daiquiri -%{python_sitelib}/daiquiri-%{version}*-info +%{python_sitelib}/daiquiri-%{version}.dist-info %changelog