forked from pool/python-terminaltables
Accepting request 1145104 from home:glaubitz:branches:devel:languages:python
- Update to version 3.1.10 * Still fixing pyproject.toml - from version 3.1.9 * Fix dead links on PyPi - from version 3.1.8 * Fix links - from version 3.1.7 * Wheels and pyproject.toml * Fixing tests by pinning linter pydocstyle. * Disabling flapping tests. * Showing time zone in docs. * Uploading all test PNGs. * Re-enabled screenshot tests on Windows. * Updating helper files. Updating deps. - Switch build system from setuptools to pyproject.toml - Update BuildRequires from pyproject.toml OBS-URL: https://build.opensuse.org/request/show/1145104 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-terminaltables?expand=0&rev=5
This commit is contained in:
4
LICENSE
4
LICENSE
@@ -1,6 +1,6 @@
|
||||
The MIT License (MIT)
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2016 Robpol86
|
||||
Copyright (c) 2017 Robpol86
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 8 09:50:53 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 3.1.10
|
||||
* Still fixing pyproject.toml
|
||||
- from version 3.1.9
|
||||
* Fix dead links on PyPi
|
||||
- from version 3.1.8
|
||||
* Fix links
|
||||
- from version 3.1.7
|
||||
* Wheels and pyproject.toml
|
||||
* Fixing tests by pinning linter pydocstyle.
|
||||
* Disabling flapping tests.
|
||||
* Showing time zone in docs.
|
||||
* Uploading all test PNGs.
|
||||
* Re-enabled screenshot tests on Windows.
|
||||
* Updating helper files. Updating deps.
|
||||
- Switch build system from setuptools to pyproject.toml
|
||||
- Update BuildRequires from pyproject.toml
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 18 18:14:32 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-terminaltables
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# 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,15 +18,16 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-terminaltables
|
||||
Version: 3.1.0
|
||||
Version: 3.1.10
|
||||
Release: 0
|
||||
Summary: Module for generating tables in terminals from a nested list of strings
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/Robpol86/terminaltables
|
||||
URL: https://github.com/matthewdeanmartin/terminaltables
|
||||
Source: https://files.pythonhosted.org/packages/source/t/terminaltables/terminaltables-%{version}.tar.gz
|
||||
Source1: https://raw.githubusercontent.com/Robpol86/terminaltables/v%{version}/LICENSE
|
||||
BuildRequires: %{python_module setuptools}
|
||||
Source1: https://raw.githubusercontent.com/matthewdeanmartin/terminaltables/v%{version}/LICENSE
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module poetry >= 0.12}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
@@ -45,15 +46,15 @@ list of lists of strings, and supports multi-line rows.
|
||||
|
||||
%build
|
||||
cp %SOURCE1 LICENSE
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%doc README.md
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3eb0eb92e3833972ac36796293ca0906e998dc3be91fbe1f8615b331b853b81
|
||||
size 12478
|
3
terminaltables-3.1.10.tar.gz
Normal file
3
terminaltables-3.1.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba6eca5cb5ba02bba4c9f4f985af80c54ec3dccf94cfcd190154386255e47543
|
||||
size 12264
|
Reference in New Issue
Block a user