Commit Graph

348774 Commits

Author SHA1 Message Date
Fabian Affolter
632c4f444f python3Packages.teamcity-messages: init at 1.30 2022-01-23 01:09:42 +01:00
Fabian Affolter
3021297744 python3Packages.numexpr: add packaging 2022-01-23 01:09:42 +01:00
Fabian Affolter
d4528ddd5b python3Packages.requirements-parser: 0.3.1 -> 0.5.0 2022-01-23 01:09:42 +01:00
Fabian Affolter
ceab782f12 python3Packages.datasette: 0.60 -> 0.60.1 2022-01-23 01:09:42 +01:00
Fabian Affolter
fc85bb1c2a python3Packages.whois: disable on older Python releases 2022-01-23 01:09:42 +01:00
Fabian Affolter
c237991991 python3Packages.pyvlx: disable on older Python releases 2022-01-23 01:09:41 +01:00
Martin Weinelt
002467e0d6 python3Packages.sqlalchemy: 1.4.29 -> 1.4.31 2022-01-23 01:09:41 +01:00
Martin Weinelt
8fb7e9b9d4 python3Packages.atpython: fix build 2022-01-23 01:09:41 +01:00
Martin Weinelt
5f073e62c0 python3Packages.dufte: fix src 2022-01-23 01:09:41 +01:00
Martin Weinelt
64b6d73375 python3Packages.pyphen: fix build 2022-01-23 01:09:41 +01:00
Martin Weinelt
de1f6fd0a6 python3Packages.rdflib: fetch from git, disable network tests 2022-01-23 01:09:41 +01:00
Martin Weinelt
4cf64329d8 python3Packages.garages-amsterdam: fix build 2022-01-23 01:09:41 +01:00
Jonathan Ringer
0b8cf4a766 python3Packages.nbclassic: fix tests 2022-01-23 01:09:41 +01:00
Jonathan Ringer
fb7422fda9 python3Packages.openapi-schema-validator: fix build and tests 2022-01-23 01:09:41 +01:00
Jonathan Ringer
42c54c1336 python3Packages.nbclassic: fix src 2022-01-23 01:09:41 +01:00
Martin Weinelt
f7ba18f6f7 python3Packages.gruut: add lang packs for ar, es, fa, lb 2022-01-23 01:09:41 +01:00
Martin Weinelt
6544b53ed1 python3Packages.gruut: fix build 2022-01-23 01:09:40 +01:00
Martin Weinelt
9f0de7b8de python3Packages.libtmux: fix build, enable tests 2022-01-23 01:09:40 +01:00
Martin Weinelt
304850b794 python3Packages.matrix-nio: relax jsonschema constraint 2022-01-23 01:09:40 +01:00
Martin Weinelt
098dd33f70 python3Packages.aioesphomeapi: 10.6.0 -> 10.8.0 2022-01-23 01:09:40 +01:00
Fabian Affolter
7bddf042d0 python3Packages.aiohttp-remotes: update format 2022-01-23 01:09:40 +01:00
Fabian Affolter
653c2be451 python3Packages.readme_renderer: disable failing tests 2022-01-23 01:09:40 +01:00
Fabian Affolter
7b06ef3404 aws-sam-cli: relax tomlkit constraint 2022-01-23 01:09:40 +01:00
Fabian Affolter
776cbab8d7 python3Packages.oletools: relax pyparsing constraint 2022-01-23 01:09:40 +01:00
Martin Weinelt
0e402b9936 python3Packages.chalice: 1.26.2 -> 1.26.4 2022-01-23 01:09:40 +01:00
Martin Weinelt
65c428587c python3Packages.sanic-routing: disable failing test 2022-01-23 01:09:40 +01:00
Martin Weinelt
476f8b5543 python3Packages.asyncio-mqtt: 0.11.1 -> 0.12.1 2022-01-23 01:09:40 +01:00
Martin Weinelt
b8ec74cf54 python3Packages.yangson: 1.4.10 -> 1.4.12 2022-01-23 01:09:39 +01:00
Jonathan Ringer
46766d3144 python3Packages.pygame.src: fix sha 2022-01-23 01:09:39 +01:00
Robert Schütz
63341dce44 python3Packages.garages-amsterdam: fix url 2022-01-23 01:09:39 +01:00
Jonathan Ringer
73d4782ed8 python3Packages.clint: disable tests, fix build
Tests are no longer compatible with setuptools>=58
2022-01-23 01:09:39 +01:00
Jonathan Ringer
b3ccdb92c6 fail2ban: add comment about patch usage 2022-01-23 01:09:39 +01:00
Jonathan Ringer
5c6ac69554 fail2ban: fix post setuptools>=58
https://github.com/fail2ban/fail2ban/issues/3098
2022-01-23 01:09:39 +01:00
Jonathan Ringer
46bf3585b5 demjson: deprecate to aliases, as python package as deprecated 2022-01-23 01:09:39 +01:00
Jonathan Ringer
24e396bea6 python3Packages.xlib: fix tests, lint 2022-01-23 01:09:39 +01:00
Martin Weinelt
155b8517d9 python3Packages.pycallgraph: drop
The project is relying on the `use_2to3` flag that was removed from
setuptools in version 58. It is also unmaintained since 2018.
2022-01-23 01:09:39 +01:00
Martin Weinelt
949c04687f python3Packages.demjson: drop
Using the `use_2to3` flag in setuptools, which was removed in version
58. Also unmaintained since 2015.
2022-01-23 01:09:39 +01:00
Martin Weinelt
56daf9804c python3Packages.pulsectl: 21.10.5 -> 22.1.0 2022-01-23 01:09:38 +01:00
Martin Weinelt
861e3c703b python3Packages.qtpy: fix build
Needed to propagate packaging and took some time to look at the tests.

The tests need pyqt5 with certain features, but pyqt5 takes roughly an
hour to build so after two tries I wasn't going to spend more time and
decided to keep the test disabled with updated hints.
2022-01-23 01:09:38 +01:00
Martin Weinelt
c1316381f1 python3Packages.hdlparse: drop
The package was using `use_2to3` which was removed from setuptools
in version 58. The project is also unmaintained since 2018.
2022-01-23 01:09:38 +01:00
Martin Weinelt
65d3b6d74d python3Packages.carrot: drop
Depended on anyjson, which was removed. Also unmaintained upstream since
2012.
2022-01-23 01:09:38 +01:00
Martin Weinelt
26053aa922 python3Packages.anyjson: drop
Broke during the setuptools upgrade when use_2to3 was removed.
2022-01-23 01:09:38 +01:00
Martin Weinelt
599845e6c6 python3Packages.uncertainties: fix tests 2022-01-23 01:09:38 +01:00
Martin Weinelt
6a3822938f python3Packages.gssapi: fix tests 2022-01-23 01:09:38 +01:00
Martin Weinelt
79db6d5b9b python3Packages.deap: fix build and tests 2022-01-23 01:09:38 +01:00
Martin Weinelt
c3d2a450fe python3Packages.pelican: fix hash 2022-01-23 01:09:38 +01:00
Martin Weinelt
3b2ba239a6 python3Packages.feedgenerator: fix tests 2022-01-23 01:09:38 +01:00
Martin Weinelt
04cb595c55 python3Packages.lark: add import checks 2022-01-23 01:09:38 +01:00
Martin Weinelt
787b9e48e3 python3Packages.resolvelib: reenable tests 2022-01-23 01:09:37 +01:00
Martin Weinelt
2f4b2e72d0 python3Packages.lark: rename from lark-parser
With version 1.0 of lark-parser the name was changed to just lark.
2022-01-23 01:09:37 +01:00