- update to 4.65.0:
* add Python 3.11 and drop Python 3.6 support * misc code & docs tidy * fix & update CI workflows & tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=116
This commit is contained in:
parent
5f87e30eac
commit
e758ff6297
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 5 09:18:51 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.65.0:
|
||||
* add Python 3.11 and drop Python 3.6 support
|
||||
* misc code & docs tidy
|
||||
* fix & update CI workflows & tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:37:48 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -16,7 +16,6 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define allpython python
|
||||
%global flavor @BUILD_FLAVOR@%{nil}
|
||||
%if "%{flavor}" == "test"
|
||||
@ -29,12 +28,13 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-tqdm%{pkg_suffix}
|
||||
Version: 4.64.1
|
||||
Version: 4.65.0
|
||||
Release: 0
|
||||
Summary: An extensible progress meter
|
||||
License: MIT AND MPL-2.0
|
||||
URL: https://github.com/tqdm/tqdm
|
||||
Source: https://files.pythonhosted.org/packages/source/t/tqdm/tqdm-%{version}.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.7}
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module toml}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f4f682a004951c1b450bc753c710e9280c5746ce6ffedee253ddbcbf54cf1e4
|
||||
size 169599
|
BIN
tqdm-4.65.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
tqdm-4.65.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user