diff --git a/LICENSE b/LICENSE index 42f02ec..80e4b77 100644 --- a/LICENSE +++ b/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 diff --git a/python-terminaltables.changes b/python-terminaltables.changes index e2fa55c..da9dd3f 100644 --- a/python-terminaltables.changes +++ b/python-terminaltables.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Feb 8 09:50:53 UTC 2024 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-terminaltables.spec b/python-terminaltables.spec index 96ee0b5..973dab4 100644 --- a/python-terminaltables.spec +++ b/python-terminaltables.spec @@ -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 diff --git a/terminaltables-3.1.0.tar.gz b/terminaltables-3.1.0.tar.gz deleted file mode 100644 index a254bc0..0000000 --- a/terminaltables-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3eb0eb92e3833972ac36796293ca0906e998dc3be91fbe1f8615b331b853b81 -size 12478 diff --git a/terminaltables-3.1.10.tar.gz b/terminaltables-3.1.10.tar.gz new file mode 100644 index 0000000..ec4506e --- /dev/null +++ b/terminaltables-3.1.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba6eca5cb5ba02bba4c9f4f985af80c54ec3dccf94cfcd190154386255e47543 +size 12264