Skip to content

Commit

Permalink
Update python-daiquiri to version 3.2.5.1 / rev 14 via SR 1144327
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1144327
by user dgarcia + anag+factory
- 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
  • Loading branch information
dgarcia authored and bmwiedemann committed Feb 5, 2024
1 parent 817556f commit 366d5a5
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 4 deletions.
Binary file modified packages/p/python-daiquiri/.files
Binary file not shown.
12 changes: 12 additions & 0 deletions packages/p/python-daiquiri/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,16 @@
* Parameterizes overwriting `sys.excepthook` to allow it to be turned</comment>
<requestid>1130491</requestid>
</revision>
<revision rev="14" vrev="1">
<srcmd5>a7996a48d62c3d4030272dc3e9fe546d</srcmd5>
<version>3.2.5.1</version>
<time>1707166856</time>
<user>anag+factory</user>
<comment>- 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</comment>
<requestid>1144327</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/p/python-daiquiri/daiquiri-3.2.3.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/python-daiquiri/daiquiri-3.2.5.1.tar.gz
9 changes: 9 additions & 0 deletions packages/p/python-daiquiri/python-daiquiri.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Feb 5 14:58:27 UTC 2024 - Daniel Garcia <[email protected]>

- 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 <[email protected]>

Expand Down
10 changes: 7 additions & 3 deletions packages/p/python-daiquiri/python-daiquiri.spec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 366d5a5

Please sign in to comment.