diff --git a/daiquiri-3.2.3.tar.gz b/daiquiri-3.2.3.tar.gz deleted file mode 100644 index 0817d4e..0000000 --- a/daiquiri-3.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fcaef376fd68088b923913747ab7ee12d8b7fb2af7f8c5f20e5980997e9e835 -size 19582 diff --git a/daiquiri-3.2.5.1.tar.gz b/daiquiri-3.2.5.1.tar.gz new file mode 100644 index 0000000..0fb678c --- /dev/null +++ b/daiquiri-3.2.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f2e86d6fca8bc38d1e9adfa605184df6fdea3702e07ca02d16aa3d0043b2eec +size 19509 diff --git a/python-daiquiri.changes b/python-daiquiri.changes index fd3b52b..70508f7 100644 --- a/python-daiquiri.changes +++ b/python-daiquiri.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Feb 5 14:58:27 UTC 2024 - Daniel Garcia + +- Update to 3.2.5.1: + * Only CI changes. +- Skip some tests that are failing with python 3.12 because of some + issue in the way tests are running + gh#Mergifyio/daiquiri#74 + ------------------------------------------------------------------- Sat Dec 2 16:38:06 UTC 2023 - Dirk Müller diff --git a/python-daiquiri.spec b/python-daiquiri.spec index 6ab4d7b..c58b80c 100644 --- a/python-daiquiri.spec +++ b/python-daiquiri.spec @@ -1,7 +1,7 @@ # # spec file for package python-daiquiri # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-daiquiri -Version: 3.2.3 +Version: 3.2.5.1 Release: 0 Summary: Library to configure Python logging License: Apache-2.0 @@ -50,7 +50,11 @@ provides some custom formatters and handlers. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest daiquiri/tests +# Skip broken tests with python3.12 and not virtualenv, +# looks like the "taskName" field is not present in the output for +# some reason. Related to gh#Mergifyio/daiquiri#74 +donttest="test_setup_json_formatter or test_output" +%pytest -k "not ($donttest)" daiquiri/tests %files %{python_files} %license LICENSE