forked from pool/python-pygal
- update to 3.0.5:
* Get rid of the u() helper function * Get rid of the to_unicode() helper function * Get rid of the to_str() helper function * Get rid of _ellipsis and base * Always import Iterable from collections.abc OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygal?expand=0&rev=26
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c5da33f1041e8b30cbc980f8a34910d9edc584b833240298f6a25df65425289
|
||||
size 81840
|
BIN
pygal-3.0.5.tar.gz
(Stored with Git LFS)
Normal file
BIN
pygal-3.0.5.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 31 11:57:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.0.5:
|
||||
* Get rid of the u() helper function
|
||||
* Get rid of the to_unicode() helper function
|
||||
* Get rid of the to_str() helper function
|
||||
* Get rid of _ellipsis and base
|
||||
* Always import Iterable from collections.abc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 14 21:24:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pygal
|
||||
#
|
||||
# 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-pygal
|
||||
Version: 3.0.4
|
||||
Version: 3.0.5
|
||||
Release: 0
|
||||
Summary: A python svg graph plotting library
|
||||
License: LGPL-3.0-or-later
|
||||
@@ -36,7 +36,7 @@ BuildRequires: python-rpm-macros
|
||||
Requires: python-importlib-metadata
|
||||
Requires: python-lxml
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Recommends: python-CairoSVG
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
|
Reference in New Issue
Block a user