Accepting request 862153 from home:andythe_great:branches:devel:languages:python

- Update to version 4.55.2.
  * update tests
    * make pre-commit pytest quicker
    * switch pre-commit from make to python
  * update contributing guidelines 
    * fix formatting
    * test dependencies
  * update .gitignore
  * fix (auto & manual) formatting
  * fix minor detected bugs
- Updates for 4.55.1.
  * fix (Rolling|Expanding).progress_apply() on pandas==1.2.0
  * minor documentation updates
- Updates for 4.55.0.   
  * fix ASCII notebook export
  * fix notebook gui-mode extra spaces 
  * better ETA for early iterations 
  * better ETA for wildly varying iteration rates
  * update submodule inheritance
    * tqdm.gui
    * tqdm.notebook
    * tqdm.contrib.telegram
    * tqdm.contrib.discord
  * documentation updates
  * misc code optimisations
  * add tests
  * misc code linting/formatting
- Updates for 4.54.1.
  * drop py3.4 (no longer tested) 
- Updates for 4.54.0.
  * get rid of get_new
- Updates for 4.53.0.
  * provide get_new() helper for mixed subclasses in nested mode
  * fix nested asyncio (#1074)
    * document async break hazard
  * add tests
  * drop py2.6/3.2/3.3 and distutils (no longer tested)
    * drop py2.6
    * drop distutils in favour of setuptools/setup.cfg
  * use setuptools_scm
    * fix & update tests
    * fix & upgrade snap build
    * update CONTRIBUTING docs
- Remove python-tqdm-remove-nose.patch, fixed.

OBS-URL: https://build.opensuse.org/request/show/862153
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=88
This commit is contained in:
Markéta Machová 2021-01-11 15:07:33 +00:00 committed by Git OBS Bridge
parent cbff04b169
commit 5915d45baf
5 changed files with 55 additions and 5848 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,51 @@
-------------------------------------------------------------------
Sun Jan 10 20:21:47 UTC 2021 - andy great <andythe_great@pm.me>
- Update to version 4.55.2.
* update tests
* make pre-commit pytest quicker
* switch pre-commit from make to python
* update contributing guidelines
* fix formatting
* test dependencies
* update .gitignore
* fix (auto & manual) formatting
* fix minor detected bugs
- Updates for 4.55.1.
* fix (Rolling|Expanding).progress_apply() on pandas==1.2.0
* minor documentation updates
- Updates for 4.55.0.
* fix ASCII notebook export
* fix notebook gui-mode extra spaces
* better ETA for early iterations
* better ETA for wildly varying iteration rates
* update submodule inheritance
* tqdm.gui
* tqdm.notebook
* tqdm.contrib.telegram
* tqdm.contrib.discord
* documentation updates
* misc code optimisations
* add tests
* misc code linting/formatting
- Updates for 4.54.1.
* drop py3.4 (no longer tested)
- Updates for 4.54.0.
* get rid of get_new
- Updates for 4.53.0.
* provide get_new() helper for mixed subclasses in nested mode
* fix nested asyncio (#1074)
* document async break hazard
* add tests
* drop py2.6/3.2/3.3 and distutils (no longer tested)
* drop py2.6
* drop distutils in favour of setuptools/setup.cfg
* use setuptools_scm
* fix & update tests
* fix & upgrade snap build
* update CONTRIBUTING docs
- Remove python-tqdm-remove-nose.patch, fixed.
-------------------------------------------------------------------
Tue Nov 3 14:06:32 UTC 2020 - Benjamin Greiner <code@bnavigator.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-tqdm
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -28,15 +28,15 @@
%bcond_with test
%endif
Name: python-tqdm%{pkg_suffix}
Version: 4.50.2
Version: 4.55.2
Release: 0
Summary: An extensible progress meter
License: MPL-2.0 AND MIT
URL: https://github.com/tqdm/tqdm
Source: https://files.pythonhosted.org/packages/source/t/tqdm/tqdm-%{version}.tar.gz
# https://github.com/tqdm/tqdm/pull/1052
Patch0: python-tqdm-remove-nose.patch
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module toml}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires(post): update-alternatives
@ -76,7 +76,6 @@ This package provides the completion file for bash
%prep
%setup -q -n tqdm-%{version}
%patch0 -p1
# remove bash shebang for completion script
sed -i '1 s/^#!.*/# bash completion for tqdm -*- shell-script -*-/' tqdm/completion.sh
chmod a-x tqdm/completion.sh

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69dfa6714dee976e2425a9aab84b622675b7b1742873041e3db8a8e86132a4af
size 153853

3
tqdm-4.55.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:86ca00c4942c3b3dc7ed31bae44cd2db38ef85ca05a7920f6a6c52ad7fcac904
size 162632