From a847a376700cfa04bab9edf459d5de7d80e42f1b4c59e3ec4ef5dded9f140e9b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 24 Nov 2021 10:00:39 +0000 Subject: [PATCH] - Rename package according to the PyPI name - update to 2.4.0: * Markdown: Add colons to align the rendered output * Add rows attribute to prettytable * Add Jupyter repr and default interpreter repr methods * Add custom format support * Add method to generate LaTex formatted string * Add support for Python 3.10 * Update issue templates * Add support for positional junction characters and add "double_border" table style * Access properties instead of protected fields in _get_options() * Use declarative metadata and support PyPy3 * Add auto index column * Support formatting options in get_json_string() * Add tbody and thead tags * Add add_rows to add several rows at once * Add setuptools as a dependency * Fix string comparison and deprecation warning - skip python2 - %check: use %pyunittest rpm macro - Update URL/Source0 due to Google Code Hosting being dead since 2016 - Run through spec-cleaner - Remove superfluous devel dependency for noarch package - Make description neutral. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prettytable?expand=0&rev=3 --- python-PrettyTable.changes => python-prettytable.changes | 5 +++++ python-PrettyTable.spec => python-prettytable.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) rename python-PrettyTable.changes => python-prettytable.changes (97%) rename python-PrettyTable.spec => python-prettytable.spec (94%) diff --git a/python-PrettyTable.changes b/python-prettytable.changes similarity index 97% rename from python-PrettyTable.changes rename to python-prettytable.changes index ee2c06d..67528ba 100644 --- a/python-PrettyTable.changes +++ b/python-prettytable.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 24 07:41:38 UTC 2021 - Matej Cepl + +- Rename package according to the PyPI name + ------------------------------------------------------------------- Mon Nov 8 21:56:21 UTC 2021 - Dirk Müller diff --git a/python-PrettyTable.spec b/python-prettytable.spec similarity index 94% rename from python-PrettyTable.spec rename to python-prettytable.spec index 207d2f4..2196525 100644 --- a/python-PrettyTable.spec +++ b/python-prettytable.spec @@ -1,5 +1,5 @@ # -# spec file for package python-PrettyTable +# spec file for package python-prettytable # # Copyright (c) 2021 SUSE LLC # Copyright (c) 2011 Christian Berendt. @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global skip_python2 1 -Name: python-PrettyTable +Name: python-prettytable Version: 2.4.0 Release: 0 Summary: Library for displaying tabular data in formatted fashion @@ -58,6 +58,6 @@ export LANG=en_US.UTF-8 %files %{python_files} %license COPYING %doc CHANGELOG.md README.md -%{python_sitelib}/* +%{python_sitelib}/prettytable* %changelog