SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python312-tqdm-4.66.1-3.5.noarch.rpm :

* Fri Nov 24 2023 Steve Kowalik - 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 - %{?sle15_python_module_pythons} must at beginning of spec to work.
* Thu Aug 10 2023 Arun Persaud - 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 - 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 - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Sat Sep 10 2022 Arun Persaud - 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 - 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 - update to version 4.63.1:
* fix stderr/stdout missing flush() (#1248 <- #1177)
* misc speed improvements/optimisations
* Sat Mar 12 2022 Arun Persaud - 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 - Ignore deprecation warnings from pytest-asycio for compatibility with 0.17
* Sat Nov 27 2021 Arun Persaud - update to version 4.62.3:
* fix minor typo (#1246)
* minor example fix (#1246)
* misc tidying & refactoring
* misc build/dev framework updates + update dependencies + update linters + update docs deployment branches
* misc test/ci updates + test forks + tidy OS & Python version tests + bump primary python version 3.7 => 3.8 + beta py3.10 testing + fix py2.7 tests + better timeout handling
* Sun Aug 29 2021 Arun Persaud - update to version 4.62.2:
* fix notebook memory leak (#1216)
* fix contrib.concurrent with generators (#1233 <- #1231)
* Thu Jul 22 2021 Arun Persaud - update to version 4.61.2:
* install colorama on Windows (#1139, #454)
* add telegram support for leave=False (#1189)
* support pandas==1.3.0 (#1199)
* fix keras potential AttributeError (#1184 <- #1183)
* fix py3.10 asyncio tests (#1176)
* flush stdout/err before first render (#1177)
* misc minor build & test framework updates (#1180)
* Sun Jul 04 2021 Arun Persaud - update to version 4.61.1:
* fix utils._screen_shape_linux() sometimes raising ValueError (#1174)
* minor build/CI framework updates (#1175)
* minor documentation updates- changes from version 4.61.0 :
* keras support for initial_epoch (#1150 <- #1138)
* misc documentation updates + update & shorten URLs (#1163) + fix typos (#1162)
* fix & update tests (#1163)
* minor framework updates (#1163)
* Fri Apr 30 2021 Arun Persaud - update to version 4.60.0:
* add contrib.logging helpers for redirecting to tqdm.write() (#1155 <- #786)
* support delay in notebook (#1142)
* fix contrib.tmap, tzip not using tqdm_class (#1148)
* add notebook tests (#1143)
* updates & misc minor fixes for documentation
* Sun Mar 28 2021 Arun Persaud - specfile:
* remove pandas.patch, seems to be included upstreams- update to version 4.59.0:
* add tqdm.dask.TqdmCallback (#1079, #279 <- #278)
* add asyncio.gather() (#1136)
* add basic support for length_hint (#1068)
* add & update tests
* misc documentation updates (#1132) + update contributing guide + update URLs + bash completion: add missing --delay
* misc code tidy + add [notebook] extra (#1135)- changes from version 4.58.0:
* add start delay in seconds (#836 <- #1069, #704)
* add tests
* misc code tidy (#1130)
* misc documentation updates- changes from version 4.57.0:
* add line buffering for DummyTqdmFile (#960)
* fix & update demo notebook (#1127)
* fix py3 urllib examples (#1127)
* suppress deprecated pandas warnings (#824, #1094)
* misc framework updates
* misc tests updates
* misc code tidy
* Mon Feb 15 2021 Ben Greiner - Don\'t test pandas at all in Ring1 staging
* Sun Feb 14 2021 Ben Greiner - Update to 4.56.2
* fix attribute errors when disabled (#1126)
* add tests- Changes in 4.56.1
* fix repr() & format_dict when disabled (#1113 <- #624)
* rename __repr__() => __str__()
* minor documentation updates (#1113)
* add & update tests- Test numpy only for non python36 flavor (Numpy 1.20 in TW dropped Python 3.6, NEP 29), tests are automatically skipped if not installed.- Remove unused and untested python3 flavor BuildRequirements in test build: ipython, ipykernel- Enhance IPython
* Mon Feb 01 2021 Benjamin Greiner - Simplify the rich supplements in the bash completions package
* Wed Jan 13 2021 Markéta Machová - Update to 4.56.0
* some tqdm.gui improvements- Fix testsuite with pandas.patch
* Sun Jan 10 2021 andy great - 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.
 
ICM