Fabian Affolter
4133900983
python310Packages.moto: add changelog to meta
2023-03-03 23:57:10 +01:00
Fabian Affolter
61fd991e62
python310Packages.send2trash: add changelog to meta
2023-03-03 23:57:10 +01:00
Fabian Affolter
bf960201d0
python310Packages.requests_ntlm: add changelog to meta
2023-03-03 23:57:10 +01:00
Martin Weinelt
c23ab90300
python310Packages.send2trash: Fix setup.cfg validation confusion
2023-03-03 23:57:10 +01:00
Martin Weinelt
fcd58ef58a
python310Packages.numcodecs: Disable failing tests
...
These started failing with numpy 1.24.
2023-03-03 23:57:10 +01:00
Martin Weinelt
4aee441af7
python310Packages.kombu: Drop faulty version specifier in requirements
...
> Executing setuptoolsBuildPhase
> /nix/store/9z2cm958bxarf7n5i48czm7p7lwf9s58-python3.10-setuptools-67.4.0/lib/python3.10/site-packages/setuptools/config/setupcfg.py:520: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
> warnings.warn(msg, warning_class)
> error in kombu setup command: 'tests_require' must be a string or list of strings containing valid project/version requirement specifiers; Expected end or semicolon (after name and no valid version specifier)
> pytz>dev
> ^
2023-03-03 23:57:10 +01:00
Martin Weinelt
2a04f99b8b
python310Packages.readme_renderer: Disable failing tests
...
Likely due to pygments 2.14.0 incompatibiliy. Reported upstream.
2023-03-03 23:57:09 +01:00
Martin Weinelt
b8561e8d1d
python310Packages.watchdog: Disable failing test on aarch64
...
```
__________________________________ test_close __________________________________
@pytest.mark.skipif(not platform.is_linux(), reason="FileCloseEvent only supported in GNU/Linux")
@pytest.mark.flaky(max_runs=5, min_passes=1, rerun_filter=rerun_filter)
def test_close():
f_d = open(p('a'), 'a')
start_watching()
f_d.close()
# After file creation/open in append mode
event = event_queue.get(timeout=5)[0]
assert event.src_path == p('a')
assert isinstance(event, FileClosedEvent)
event = event_queue.get(timeout=5)[0]
assert os.path.normpath(event.src_path) == os.path.normpath(p(''))
assert isinstance(event, DirModifiedEvent)
# After read-only, only IN_CLOSE_NOWRITE is emitted but not caught for now #747
open(p('a'), 'r').close()
> assert event_queue.empty()
E assert False
E + where False = <bound method Queue.empty of <queue.Queue object at 0xfffff5a96170>>()
E + where <bound method Queue.empty of <queue.Queue object at 0xfffff5a96170>> = <queue.Queue object at 0xfffff5a96170>.empty
event = <DirModifiedEvent: event_type=modified, src_path='/build/tmp99ozlcxp', is_directory=True>
f_d = <_io.TextIOWrapper name='/build/tmp99ozlcxp/a' mode='a' encoding='UTF-8'>
tests/test_emitter.py:153: AssertionError
```
2023-03-03 23:57:09 +01:00
Martin Weinelt
f87e47b01a
grpc: 1.51.1 -> 1.51.2
...
https://github.com/grpc/grpc/releases/tag/v1.52.1
2023-03-03 23:57:09 +01:00
Martin Weinelt
06145517c0
home-assistant: Relax pip, voluptuous-serialize, override sqlalchemy
2023-03-03 23:57:09 +01:00
Sandro Jäckel
606b753724
python310Packages.flask-limiter: normalize pname, complete meta
2023-03-03 23:57:09 +01:00
Sandro Jäckel
3da64a7147
python310Packages.daiquiri: init at 3.2.1
2023-03-03 23:57:09 +01:00
Sandro Jäckel
33a64eb430
pifpaf: init at 3.1.5
2023-03-03 23:57:09 +01:00
Sandro Jäckel
294cb16d78
python310Packages.pysaml2: 7.2.1 -> 7.4.1
2023-03-03 23:57:09 +01:00
Kirill Radzikhovskyy
86b4a95fe4
awsebcli: fixup, bump pathspec and termcolor versions
2023-03-03 23:57:09 +01:00
Robert Schütz
f716974512
python310Packages.safety: relax packaging version constraint
2023-03-03 23:57:09 +01:00
Robert Schütz
898955e233
python310Packages.sqlalchemy-migrate: mark broken
...
When using SQLAlchemy 2.0 it fails with
ModuleNotFoundError: No module named 'sqlalchemy.databases'
2023-03-03 23:57:09 +01:00
Robert Schütz
535bebcc6b
pytrainer: pin sqlalchemy at 1.4.46
...
Sqlalchemy-migrate is incompatible with SQLAlchemy 2.0.
Also pin to python310 because sqlalchemy-migrate is incompatible with
Python 3.11.
2023-03-03 23:57:09 +01:00
Martin Weinelt
10f8156d49
python310Packages.boto3: 1.26.38 -> 1.26.79
...
Diff: https://github.com/boto/boto3/compare/1.26.38...1.26.79
Changelog: https://github.com/boto/boto3/blob/1.26.79/CHANGELOG.rst
2023-03-03 23:57:09 +01:00
Fabian Affolter
e81d5eb22f
python310Packages.apprise: update license
2023-03-03 23:57:08 +01:00
Fabian Affolter
36a48532ea
python310Packages.pybalboa: add changelog to meta
2023-03-03 23:57:08 +01:00
Fabian Affolter
5f8f6e7d98
python310Packages.cmd2: add changelog to meta
2023-03-03 23:57:08 +01:00
Fabian Affolter
24c9d800c1
python310Packages.prometheus-client: add changelog to meta
2023-03-03 23:57:08 +01:00
Fabian Affolter
e0deabfaa5
python310Packages.zwave-js-server-python: add changelog to meta
2023-03-03 23:57:08 +01:00
Fabian Affolter
4d637244e3
python310Packages.aeppl: add changelog to meta
2023-03-03 23:57:08 +01:00
Fabian Affolter
fd509a60fe
python310Packages.billiard: add changelog to meta
2023-03-03 23:57:08 +01:00
Fabian Affolter
67b7b9a67f
python310Packages.pyairnow: add changelog to meta
2023-03-03 23:57:08 +01:00
Fabian Affolter
1eb1de155d
python310Packages.gitpython: add changelog to meta
2023-03-03 23:57:08 +01:00
Fabian Affolter
5f6f34ea87
python310Packages.gitpython: 3.1.30 -> 3.1.31
...
Changelog: https://github.com/gitpython-developers/GitPython/blob/3.1.31/doc/source/changes.rst
2023-03-03 23:57:08 +01:00
Fabian Affolter
0d08004dc9
python310Packages.voluptuous-serialize: add changelog to meta
...
- disable on unsupported Python releases
- add myself as maintainer
- adjust inputs
2023-03-03 23:57:08 +01:00
Fabian Affolter
b3aa738742
python310Packages.hahomematic: add orjson
2023-03-03 23:57:07 +01:00
Fabian Affolter
336e692f2a
python310Packages.orjson: 3.8.4 -> 3.8.6
...
Diff: https://github.com/ijl/orjson/compare/refs/tags/3.8.4...3.8.6
Changelog: https://github.com/ijl/orjson/blob/3.8.6/CHANGELOG.md
2023-03-03 23:57:07 +01:00
Fabian Affolter
6047d8063e
python310Packages.redis: update meta
...
- update disabled
2023-03-03 23:57:07 +01:00
Martin Weinelt
b11ba859a9
python310Package.myst-parser: Disable failing tests
2023-03-03 23:57:07 +01:00
Martin Weinelt
0c52a57161
python310Packages.django-extensions: Fix tests with pygments 2.14
2023-03-03 23:57:07 +01:00
Martin Weinelt
d41972fb1a
Revert "python3Packages.pyzmq: 24.0.1 -> 25.0.0"
...
This reverts commit bcc283296af273efec5ad7e4653edea1d7dd7965.
2023-03-03 23:57:07 +01:00
Fabian Affolter
9e339490a1
python310Packages.beautifulsoup4: add changelog to meta
2023-03-03 23:57:07 +01:00
Martin Weinelt
e6937f6684
python310Packages.mypy: 0.991 -> 1.0.1
...
https://mypy-lang.blogspot.com/2023/02/mypy-10-released.html
- Organize dependencies
- Apply patch for setuptools 67.4.0 support
- Use env to pass environment vars explicitly
- Enable tests, disable tests that ignore our PYTHONPATH
2023-03-03 23:57:07 +01:00
Martin Weinelt
0cf801fa81
python310Packages.sphinx-autoapi: Disable failing tests
2023-03-03 23:57:07 +01:00
Martin Weinelt
8f66e62516
python310Packages.sphinx-autoapi: Rename from sphinxcontrib-autoapi
2023-03-03 23:57:07 +01:00
Martin Weinelt
2828e4c40f
python310Packages.sphinx: Disable failing tests
2023-03-03 23:57:06 +01:00
Martin Weinelt
a9293da8e7
Revert "sphinx: 5.3.0 -> 6.1.3"
...
This reverts commit 96fc61bb78
.
Sphinx versions >=6.0 fail to import extensions, which represents a
severe regression. Details about this issue have been posted at
https://github.com/NixOS/nixpkgs/pull/210338#issuecomment-1447063024 .
2023-03-03 23:57:06 +01:00
Sandro Jäckel
58d8a2df75
python310Packages.tornado: run tests by switching to github source
2023-03-03 23:57:06 +01:00
Martin Weinelt
b994fcd8bb
python310Packages.sphinxeomji: Reformat, use sphinxHook
2023-03-03 23:57:06 +01:00
Martin Weinelt
15fb6355e0
python3Packages.zstd: 1.5.2.6 -> 1.5.4.0
2023-03-03 23:57:06 +01:00
Martin Weinelt
218cabea00
python3Packages.zstandard: 0.19.0 -> 0.20.0
2023-03-03 23:57:06 +01:00
Martin Weinelt
9181793e6e
python3Packages.zope.schema: 6.2.1 -> 7.0.1
2023-03-03 23:57:06 +01:00
Martin Weinelt
03b56d526f
python3Packages.zope.proxy: 4.6.1 -> 5.0.0
2023-03-03 23:57:06 +01:00
Martin Weinelt
7f119b167e
python3Packages.zope.component: 5.0.1 -> 5.1.0
2023-03-03 23:57:06 +01:00
Martin Weinelt
9ef8d9f33f
python3Packages.zipp: 3.11.0 -> 3.15.0
2023-03-03 23:57:06 +01:00