forked from pool/python-daiquiri
Accepting request 1144327 from devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/1144327 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-daiquiri?expand=0&rev=14
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3fcaef376fd68088b923913747ab7ee12d8b7fb2af7f8c5f20e5980997e9e835
|
||||
size 19582
|
||||
3
daiquiri-3.2.5.1.tar.gz
Normal file
3
daiquiri-3.2.5.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f2e86d6fca8bc38d1e9adfa605184df6fdea3702e07ca02d16aa3d0043b2eec
|
||||
size 19509
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 5 14:58:27 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user