Commit Graph

2019 Commits

Author SHA1 Message Date
Casper da Costa-Luis 0ed5d7f18f
bump version, merge pull request #1629 from tqdm/fix-gui
misc fixes
2024-11-12 13:36:45 +00:00
Casper da Costa-Luis a2d5f1c9d1
tests: fix codecov rate limit 2024-11-12 00:37:09 +00:00
Casper da Costa-Luis cac7150d7c
tests: bump pytest-asyncio
- fixes #1630
2024-11-12 00:37:08 +00:00
Casper da Costa-Luis 6338f62169
deps: fix pybuild 2024-11-12 00:36:57 +00:00
Casper da Costa-Luis 342b15ed68
tests: sync deps 2024-11-12 00:17:29 +00:00
Casper da Costa-Luis c66458d9ac
gui: fix matplotlib 2024-11-06 16:30:22 +00:00
Casper da Costa-Luis 35a6ee9a45
bump version, merge pull request #1536 from guigoruiz1 2024-10-28 12:59:24 +00:00
Casper da Costa-Luis 8aa9470e48
add discord requests dep 2024-10-28 12:17:27 +00:00
Casper da Costa-Luis 1db24b4ff4
better user-agent 2024-10-28 12:17:27 +00:00
Casper da Costa-Luis 61365d8321
handle rate limit 2024-10-28 12:17:27 +00:00
Casper da Costa-Luis 670840021d
use requests.Session 2024-10-28 12:17:26 +00:00
Casper da Costa-Luis f1129e70c9
restore original docs, misc linting 2024-10-28 12:17:26 +00:00
Guilherme Ruiz 03b90e444e
Using correct user agent 2024-10-28 12:17:26 +00:00
Guilherme Ruiz b78efea590
Using REST API directly 2024-10-28 12:17:22 +00:00
Casper da Costa-Luis 5b84012637
bump version, merge pull request #1627 from tqdm/devel
misc minor updates
2024-10-28 12:15:05 +00:00
Casper da Costa-Luis 0a439b5289
tests: fix nbval DeprecationWarning 2024-10-28 02:57:48 +00:00
Casper da Costa-Luis 47b9227f45
snap: fix build 2024-10-28 02:25:37 +00:00
Casper da Costa-Luis a365e168b7
use test more 2024-10-28 02:25:36 +00:00
Casper da Costa-Luis eed9be2add
fix pytest deprecation warning 2024-10-28 02:25:36 +00:00
Casper da Costa-Luis 2575c15c18
cli: zip-safe --manpath, --comppath 2024-10-06 23:35:35 +01:00
Casper da Costa-Luis 3bf4c97913
bump pre-commit 2024-10-06 23:33:55 +01:00
Casper da Costa-Luis f8330bc5b7
update & tidy workflows 2024-10-06 23:33:28 +01:00
Casper da Costa-Luis 729db6c1b5
docs: update URLs 2024-08-04 00:50:59 +01:00
Casper da Costa-Luis 951a2ba8d8
Merge pull request #1595 from hroncok/py3.13-await-aclose
Avoid Python 3.13+ RuntimeWarning: coroutine method 'aclose' of 'acount' was never awaited
2024-08-03 23:25:22 +01:00
Miro Hrončok 2fbad6ad51
Avoid Python 3.13+ RuntimeWarning: coroutine method 'aclose' of 'acount' was never awaited
See https://github.com/python/cpython/issues/117536#issuecomment-2036883124
2024-08-03 23:16:08 +01:00
Casper da Costa-Luis 025434544e
Merge pull request #1594 from mgorny/py313-docstring
cli: Fix docstring processing with Python 3.13+
2024-08-03 23:14:43 +01:00
Casper da Costa-Luis 43230f6095
slight lint 2024-08-03 23:05:05 +01:00
Michał Górny 5ba65950bd
cli: Fix docstring processing with Python 3.13+
Fix docstring processing code to reindent the docstrings if using Python
3.13 or newer.  Starting with this version, all docstrings are
automatically dedented by Python, which causes the regular expression to
fail to match.

Fixes #1585
2024-08-03 23:05:05 +01:00
Casper da Costa-Luis 448946ae03
Merge pull request #1602 from tqdm/devel
misc framework updates
2024-08-03 23:03:31 +01:00
Casper da Costa-Luis 46cd395804
add py3.12 support 2024-08-03 22:48:32 +01:00
Casper da Costa-Luis d8ac65641d
ncols: support FreeBSD
- fixes https://github.com/casperdcl/git-fame/issues/98
2024-08-03 22:47:29 +01:00
Casper da Costa-Luis 4f662763e6
bump deps & linters 2024-08-03 22:47:15 +01:00
Casper da Costa-Luis 54796cc151
docs: bump versions 2024-07-22 15:02:33 +01:00
Casper da Costa-Luis 74722959a8
bump version, merge pull request #1578 from tqdm/devel 2024-05-02 23:35:57 +01:00
Casper da Costa-Luis e84d488954
tests: bump pre-commit 2024-05-02 23:13:44 +01:00
Casper da Costa-Luis 7c8753fe39
Merge pull request #1395 from glensc/patch-1
Fix: Add display() call to close() in rich module
2024-05-02 23:05:26 +01:00
Elan Ruusamäe d7f469eb2e
Add display to close in rich module 2024-05-02 23:04:44 +01:00
Casper da Costa-Luis d774884a1a
tidy `super()` calls 2024-05-02 22:36:51 +01:00
Casper da Costa-Luis 4e613f84ed
Merge pull request from GHSA-g7vv-2v7x-gj9p
cli: eval safety
2024-05-02 22:35:59 +01:00
Casper da Costa-Luis b53348c730
cli: eval safety
- fixes GHSA-g7vv-2v7x-gj9p
2024-05-01 14:56:01 +01:00
Casper da Costa-Luis cc372d09dc
bump version, merge pull request #1549 from tqdm/devel 2024-02-10 18:11:50 +00:00
Casper da Costa-Luis e9f0c05097
use PyPI trusted publishing 2024-02-10 17:55:01 +00:00
Casper da Costa-Luis 7323d5bcc9
slight makefile clean 2024-02-10 17:55:01 +00:00
Casper da Costa-Luis 5306125133
tests: bump pre-commit 2024-02-10 17:55:01 +00:00
jamate 4a6fd4f690
fix datetime.utcfromtimestamp py3.12 warning (#1519) 2024-02-10 17:54:27 +00:00
Casper da Costa-Luis 6f13759f4a
tests: fix macos notebook indentation 2024-02-05 23:45:01 +00:00
Casper da Costa-Luis 3abcd2ac90
tests: fix asv
- vis. https://github.com/airspeed-velocity/asv/issues/1323
2024-02-05 23:07:46 +00:00
Casper da Costa-Luis a4d15c8e2f
tests: fix pandas warnings 2024-02-05 23:07:46 +00:00
Casper da Costa-Luis a95cd88465
pandas: add progress_map, fix tests 2024-02-05 23:07:46 +00:00
Casper da Costa-Luis 123cb1c036
slight tidy 2024-02-05 23:07:45 +00:00