15
0

Accepting request 859927 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/859927
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dialite?expand=0&rev=4
This commit is contained in:
2021-01-03 20:26:48 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 6 deletions

View File

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

3
dialite-0.5.3.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jan 2 19:35:13 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
- Update to 0.5.3
* fix logging argument bug (#5)
* formatting
-------------------------------------------------------------------
Thu Mar 7 14:25:41 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-dialite
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2021 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 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-dialite
Version: 0.5.2
Version: 0.5.3
Release: 0
Summary: Python library to show simple dialogs
License: BSD-2-Clause
@@ -59,6 +59,7 @@ platform, or for SSH connections).
%files %{python_files}
%doc README.md
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/dialite
%{python_sitelib}/dialite-%{version}*-info
%changelog