Sync from SUSE:ALP:Source:Standard:1.0 python-tqdm revision 0f1edee87df2f883a1d1da2efbe94e92

This commit is contained in:
2025-03-14 14:18:07 +01:00
parent b256d8ee4b
commit 1b8cdbf927
5 changed files with 76 additions and 79 deletions

View File

@@ -1,8 +1,64 @@
-------------------------------------------------------------------
Wed Aug 14 06:07:32 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
Fri May 17 06:38:10 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch CVE-2024-34062-do-not-eval-cli-arguments.patch:
* Eval CLI arguments safely. (CVE-2024-34062, bsc#1223880)
- Re-add conditionals to numpy/pandas, it is required.
-------------------------------------------------------------------
Tue May 7 01:37:49 UTC 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 04:33:40 UTC 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 13:36:56 UTC 2023 - ecsos <ecsos@opensuse.org>
- %{?sle15_python_module_pythons} must at beginning of spec to work.
-------------------------------------------------------------------
Thu Aug 10 21:55:13 UTC 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 5 09:18:51 UTC 2023 - Dirk Müller <dmueller@suse.com>