Accepting request 1033838 from home:jayvdb:branches:devel:languages:python
- Update to v3.5.0 OBS-URL: https://build.opensuse.org/request/show/1033838 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prettytable?expand=0&rev=17
This commit is contained in:
parent
2bbb7d2b1c
commit
0fe1f9fc75
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d7dd84d0b206f2daac4471a72f299d6907f34516064feb2838e333a4e2567bd
|
||||
size 54395
|
3
prettytable-3.5.0.tar.gz
Normal file
3
prettytable-3.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52f682ba4efe29dccb38ff0fe5bac8a23007d0780ff92a8b85af64bc4fc74d72
|
||||
size 45879
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 6 10:05:26 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- Update to v3.5.0
|
||||
* Add py.typed and update setup.cfg
|
||||
* Add type hints from typeshed
|
||||
* Convert from setuptools to hatchling
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 17 07:34:50 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -17,10 +17,9 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-prettytable
|
||||
Version: 3.4.1
|
||||
Version: 3.5.0
|
||||
Release: 0
|
||||
Summary: Library for displaying tabular data in formatted fashion
|
||||
License: BSD-2-Clause
|
||||
@ -28,10 +27,11 @@ URL: https://github.com/jazzband/prettytable
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/prettytable/prettytable-%{version}.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.7}
|
||||
BuildRequires: %{python_module importlib-metadata if %python-base < 3.8}
|
||||
BuildRequires: %{python_module hatchling}
|
||||
BuildRequires: %{python_module hatch_vcs}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest-lazy-fixture}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wcwidth}
|
||||
BuildRequires: %{pythons}
|
||||
BuildRequires: fdupes
|
||||
@ -57,10 +57,10 @@ centred) and printing of "sub-tables" by specifying a row range.
|
||||
sed -i '1 {/env python/d}' src/prettytable/prettytable.py
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
|
Loading…
x
Reference in New Issue
Block a user