- 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:
commit
b82b8c2b6e
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
pygal-3.0.4.tar.gz
Normal file
3
pygal-3.0.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
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.
110
python-pygal.changes
Normal file
110
python-pygal.changes
Normal file
@ -0,0 +1,110 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- update to 3.0.4:
|
||||
* Missing declaration of importlib_metadata dependency in setup.py
|
||||
* Failure with tox due to missing README.md
|
||||
* Misused entry_points causing failure with Python 3.12
|
||||
* Prevent installing with Python versions < 3.8
|
||||
* Replace unmaintained pytest-flake8 with plain flake8
|
||||
* Remove Iterable import deprecation warning
|
||||
* Remove invalid escape sequence warnings in tests
|
||||
* Fix test failures due to removed pytest attribute
|
||||
* Fix linting errors with latest isort and flake8
|
||||
- use packaged COPYING
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:30:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- add sle15_python_module_pythons (jsc#PED-68)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 13 22:43:40 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Make calling of %{sle15modernpython} optional.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 22:46:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- skip python 2.x (no longer supported) and enable CairoSVG
|
||||
for all python flavors not just the main one
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 9 10:19:36 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Remove unnecessary patches: pytest4.patch, pytest6.patch, and
|
||||
python38.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 8 10:36:58 UTC 2021 - pgajdos@suse.com
|
||||
|
||||
- version update to 3.0.0
|
||||
* no upstream changelog found
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 22 14:22:14 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Drop broken %ifpython3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 27 15:15:44 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- Add patch pytest6.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 15:16:36 CET 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Add patch pytest4.patch to make the test suite compatible with
|
||||
pytest4+ (yes, THIS is the only change necessary!).
|
||||
gh#Kozea/pygal#340
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 19 12:31:24 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Add patch to work with python 3.8:
|
||||
* python38.patch
|
||||
- Restrict pytest to < 3.0 as the testing code does not work
|
||||
upstream on anything else
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 26 09:21:16 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Make CairoSVG only python3 dependency and simply not provide
|
||||
the png conversion feature on python2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:52:14 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Remove superfluous devel dependency for noarch package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 24 17:38:38 UTC 2018 - toddrme2178@gmail.com
|
||||
|
||||
- spec file cleanups
|
||||
- dependencies are python3-only
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 28 16:16:11 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
- Implement single-spec version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 29 17:40:48 UTC 2017 - michael@stroeder.com
|
||||
|
||||
- update to upstream release 2.4.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 12 11:41:40 UTC 2015 - mailaender@opensuse.org
|
||||
|
||||
- initial packaging of version 1.7.0
|
||||
|
82
python-pygal.spec
Normal file
82
python-pygal.spec
Normal file
@ -0,0 +1,82 @@
|
||||
#
|
||||
# spec file for package python-pygal
|
||||
#
|
||||
# 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
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pygal
|
||||
Version: 3.0.5
|
||||
Release: 0
|
||||
Summary: A python svg graph plotting library
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Development/Languages/Python
|
||||
URL: http://pygal.org/
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pygal/pygal-%{version}.tar.gz
|
||||
BuildRequires: %{python_module CairoSVG}
|
||||
BuildRequires: %{python_module Flask}
|
||||
BuildRequires: %{python_module importlib-metadata}
|
||||
BuildRequires: %{python_module lxml}
|
||||
BuildRequires: %{python_module pyquery}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-importlib-metadata
|
||||
Requires: python-lxml
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Recommends: python-CairoSVG
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module pytest}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
Pygal is a dynamic SVG charting library written in python.
|
||||
It supports various chart types and CSS styling.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n pygal-%{version}
|
||||
|
||||
# not sure where to report
|
||||
sed -Ei 's:.pytest-runner.,?::' setup.py
|
||||
|
||||
%build
|
||||
%python_build
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
mv %{buildroot}%{_bindir}/pygal_gen.py %{buildroot}%{_bindir}/pygal_gen
|
||||
%python_clone -a %{buildroot}%{_bindir}/pygal_gen
|
||||
|
||||
%check
|
||||
%pytest
|
||||
|
||||
%post
|
||||
%python_install_alternative pygal_gen
|
||||
|
||||
%postun
|
||||
%python_uninstall_alternative pygal_gen
|
||||
|
||||
%files %{python_files}
|
||||
%doc README
|
||||
%license COPYING
|
||||
%python_alternative %{_bindir}/pygal_gen
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user