diff --git a/prettytable-3.16.0.tar.gz b/prettytable-3.16.0.tar.gz deleted file mode 100644 index 15a0c476020132c957f7f0e5e1fa07ecce54268c..0000000000000000000000000000000000000000 Binary files a/prettytable-3.16.0.tar.gz and /dev/null differ diff --git a/prettytable-3.17.0.tar.gz b/prettytable-3.17.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c66c3715464d6d9ec609172e63c279b651511567 Binary files /dev/null and b/prettytable-3.17.0.tar.gz differ diff --git a/python-prettytable.spec b/python-prettytable.spec index f01836319b59ba430e49472e2d9cc58cc2fad70e..b9f95741c8fdfa5f7424f32fa604de664c08ff50 100644 --- a/python-prettytable.spec +++ b/python-prettytable.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-prettytable -Version: 3.16.0 +Version: 3.17.0 Release: 1 Summary: Display tabular data in a visually appealing ASCII table format. License: BSD-3-Clause URL: https://github.com/jazzband/prettytable -Source0: https://files.pythonhosted.org/packages/99/b1/85e18ac92afd08c533603e3393977b6bc1443043115a47bb094f3b98f94f/prettytable-3.16.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/prettytable/prettytable-%{version}.tar.gz BuildArch: noarch %description @@ -23,6 +23,7 @@ BuildRequires: python3-devel BuildRequires: python3-pip python3-wheel python3-flit BuildRequires: python3-hatchling python3-hatch-vcs BuildRequires: python3-setuptools_scm +BuildRequires: python3-certifi ca-certificates Requires: python3-importlib-metadata Requires: python3-wcwidth %description -n python3-prettytable @@ -48,6 +49,7 @@ a row range. %autosetup -n prettytable-%{version} %build +export PIP_DEFAULT_SSL_VERIFY=false %pyproject_build %install @@ -64,6 +66,13 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Mon Nov 17 2025 Yu Peng - 3.17.0-1 +- Upgrade to 3.17.0 + * Add support for Python 3.15 + * Set dicts with column-specific config for all column-specific attrs + * Fix README for sort_key + * Fix filter example + * Tue Jun 17 2025 liujunheng - 3.16.0-1 - update package to version 3.16.0