15
0

Accepting request 1130491 from devel:languages:python

- update to 3.2.4:
  * Add support up to Python 3.12
  * Use sphinx-build command to generate doc
  * build system and CI improvements

- Update to 3.1.0
- Remove BuildRequires on mock, it has not been required since 3.0.0.
  * Parameterizes overwriting `sys.excepthook` to allow it to be turned

OBS-URL: https://build.opensuse.org/request/show/1130491
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-daiquiri?expand=0&rev=13
This commit is contained in:
2023-12-03 19:48:50 +00:00
committed by Git OBS Bridge
4 changed files with 23 additions and 14 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:408c4d28ec8f0ea23e965374479829bd22364d0c08d791cbeb7bba245963e0fd
size 19318

3
daiquiri-3.2.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3fcaef376fd68088b923913747ab7ee12d8b7fb2af7f8c5f20e5980997e9e835
size 19582

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Dec 2 16:38:06 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <yarunachalam@suse.com>
@@ -14,7 +22,7 @@ Fri Dec 2 01:09:04 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <daniel.garcia@suse.com>
-------------------------------------------------------------------
Thu Mar 10 01:06:21 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- 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 <dmueller@suse.com>
@@ -48,7 +56,7 @@ Thu Apr 2 09:11:34 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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

View File

@@ -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