Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python-tqdm-bash-completion-4.67.1-2.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python-tqdm-bash-completion Distribution: openSUSE Tumbleweed
Version: 4.67.1 Vendor: openSUSE
Release: 2.1 Build date: Thu Jan 9 14:01:25 2025
Group: Unspecified Build host: reproducible
Size: 2965 Source RPM: python-tqdm-4.67.1-2.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/tqdm/tqdm
Summary: Bash completion for python-tqdm
tqdm lets you output a progress meter from within loops by wrapping
any iterable with "tqdm(iterable)".
tqdm's overhead is one order of magnitude less than python-progressbar
and does not require ncurses.

This package provides the completion file for bash

Provides

Requires

License

MIT AND MPL-2.0

Changelog

* Thu Jan 09 2025 Daniel Garcia <daniel.garcia@suse.com>
  - Remove nbval build dependency
* Mon Dec 09 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 4.67.1
    * fix gui (matplotlib syntax) (#1629)
    * misc test & framework updates
      + bump pytest-asyncio (#1630)
      + fix codecov rate limit
      + fix pybuild
      + sync dependencies
  - Update BuildRequires from pyproject.toml
* Thu Nov 14 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 4.67.0
    * contrib.discord: replace disco-py with requests (#1536)
  - from version 4.66.6
    * cli: zip-safe --manpath, --comppath (#1627)
    * misc framework updates (#1627)
      + fix pytest DeprecationWarning
      + fix snapcraft build
      + fix nbval DeprecationWarning
      + update & tidy workflows
      + bump pre-commit
      + docs: update URLs
  - from version 4.66.5
    * support ncols auto-detection on FreeBSD (#1602 <- casperdcl/git-fame#98)
    * fix Python 3.13 CLI (#1594 <- #1585)
    * fix Python 3.13 tests (#1595 <- python/cpython#117536 (comment))
    * misc framework updates (#1602)
      + add official Python 3.12 support
      + bump deps (NiklasRosenstein/pydoc-markdown#329, tikitu/jsmin#44)
  - Drop fix-issues-with-python3.13.patch, merged upstream
* Fri Aug 02 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Cherry-pick upstream patch to fix multiple issues with Python 3.13+
    * fix-issues-with-python3.13.patch
* Fri May 17 2024 Steve Kowalik <steven.kowalik@suse.com>
  - Re-add conditionals to numpy/pandas, it is required.
* Tue May 07 2024 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 4.66.4:
    * rich: fix completion (#1395 <- #1306)
    * cli: eval safety (CVE-2024-34062, bsc#1223880)
    * pandas: add DataFrame.progress_map (#1549)
    * notebook: fix HTML padding (#1506)
    * keras: fix resuming training when verbose>=2 (#1508)
    * fix format_num negative fractions missing leading zero (#1548)
    * fix Python 3.12 DeprecationWarning on import (#1519)
  - Drop patch sprinkle-in-timezone.patch: Included upstream.
* Fri Nov 24 2023 Steve Kowalik <steven.kowalik@suse.com>
  - Add patch sprinkle-in-timezone.patch:
    * Add a timezone to the call fromtimestamp()
  - Switch to autosetup macro.
  - Remove conditionals from some BuildRequires.
* Wed Aug 30 2023 ecsos <ecsos@opensuse.org>
  - %{?sle15_python_module_pythons} must at beginning of spec to work.
* Thu Aug 10 2023 Arun Persaud <arun@gmx.de>
  - specfile:
    * switched to pyproject.toml build
  - update to version 4.66.1:
    * fix utils.envwrap types (#1493 <- #1491, #1320 <- #966, #1319)
      e.g. cloudwatch & kubernetes workaround: export TQDM_POSITION=-1
    * drop mentions of unsupported Python versions
  - changes from version 4.66.0:
    * environment variables to override defaults (TQDM_*) (#1491 <-
      [#1061], #950 <- #614, #1318, #619, #612, #370) e.g. in CI jobs,
      export TQDM_MININTERVAL=5 to avoid log spam add tests & docs for
      tqdm.utils.envwrap
    * fix & update CLI completion
    * fix & update API docs
    * minor code tidy: replace os.path => pathlib.Path
    * fix docs image hosting
    * release with CI bot account again (cli/cli#6680)
  - changes from version 4.65.2:
    * exclude examples from distributed wheel (#1492)
  - changes from version 4.65.1:
    * add Python 3.11 and drop Python 3.6 support (#1439, #1419, #502 <-
      [#720], #620)
    * misc code & docs tidy
    * fix & update CI workflows & tests
* Fri May 05 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 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
  - Make calling of %{sle15modernpython} optional.
* Sat Sep 10 2022 Arun Persaud <arun@gmx.de>
  - update to 4.64.1:
    * support ipywidgets>=8 (#1366, #1361 <- #1310, #1359, #1360, #1364)
      + fix jupyter lab display
      + update notebook tests
* Sat Apr 09 2022 Arun Persaud <arun@gmx.de>
  - update to version 4.64.0:
    * add contrib.slack (#1313)
  - changes from version 4.63.2:
    * rich: expose options kwargs (#1282)
    * autonotebook: re-enable VSCode (#1309)
    * misc docs typos (#1301, #1299)
    * update dev dependencies (#1311)
* Sun Mar 27 2022 Arun Persaud <arun@gmx.de>
  - update to version 4.63.1:
    * fix stderr/stdout missing flush() (#1248 <- #1177)
    * misc speed improvements/optimisations
* Sat Mar 12 2022 Arun Persaud <arun@gmx.de>
  - update to version 4.63.0:
    * add __reversed__()
    * add efficient __contains__()
    * improve CLI startup time (replace pkg_resources => importlib)
    * tqdm.autonotebook warning & std fallback on missing ipywidgets
      (#1218 <- #1082, #1217)
    * warn on positional CLI arguments
    * misc build/test framework updates
      + enable py3.10 tests
      + add conda dependencies
      + update pre-commit hooks
      + fix pytest config (nbval, asyncio)
      + fix dependencies & tests
      + fix site deployment
* Sat Jan 22 2022 Ben Greiner <code@bnavigator.de>
  - Ignore deprecation warnings from pytest-asycio for compatibility
    with 0.17

Files

/usr/share/bash-completion/completions/tqdm
/usr/share/licenses/python-tqdm-bash-completion
/usr/share/licenses/python-tqdm-bash-completion/LICENCE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Feb 12 23:53:52 2025