Commit Graph

562760 Commits

Author SHA1 Message Date
Martin Weinelt
0a583f04a4
python312Packages.scipy: test without nose 2023-12-20 20:46:20 +01:00
Martin Weinelt
1ed91ab4a3
python311Packages.geojson: 3.0.1 -> 3.1.0
https://github.com/jazzband/geojson/blob/3.1.0/CHANGELOG.rst
2023-12-20 20:46:20 +01:00
Martin Weinelt
dcdeb74e7e
python311Packages.nose2: fix build
- Convert to PEP517 build
- Convert to unittestCheckHook
- Disable failing test
- Prune dependencies and expose coverage extra
2023-12-20 20:46:19 +01:00
Martin Weinelt
4cc0c389e0
python311Packages.zeep: disable failing tests 2023-12-20 20:46:19 +01:00
Gaetan Lepage
a245b3da25
python311Packages.pylint: 3.0.2 -> 3.0.3
Changelog: https://github.com/pylint-dev/pylint/releases/tag/v3.0.3
2023-12-20 20:46:19 +01:00
Martin Weinelt
3638ba2105
python312Packages.testresources: fix build
- Convert to PEP517 build
- Convert to unittestCheckHook
- Replace removed aliases in unittest module
2023-12-20 20:46:19 +01:00
Martin Weinelt
631df95dd5
python312Packages.nose: disable
Heavy reliance on the imp module, paired with being unmaintained.
2023-12-20 20:46:19 +01:00
Martin Weinelt
fca9141148
python312Packages.oscrypto: fix build 2023-12-20 20:46:18 +01:00
Martin Weinelt
8fdc715b1b
python312Packages.mkdocs: fix build 2023-12-20 20:46:18 +01:00
Martin Weinelt
1dd797eab8
python311Packages.textfsm: fix package version 2023-12-20 20:46:18 +01:00
Martin Weinelt
018426f66f
python312Packages.twisted: disable failing tests 2023-12-20 20:46:18 +01:00
Martin Weinelt
c3d56690ab
python312Packages.webtest: fix tests with python 3.12 2023-12-20 20:46:17 +01:00
Robert Schütz
c70c1ec29a
python311Packages.yarl: 1.9.3 -> 1.9.4
Changelog: https://github.com/aio-libs/yarl/blob/v1.9.4/CHANGES.rst
2023-12-20 20:46:17 +01:00
Martin Weinelt
5ba4f21037
python312Packages.amqtt: disable stuck tests
Hanging somewhere in epoll.
2023-12-20 20:46:17 +01:00
Martin Weinelt
fd6d67bd6f
python312Packages.screenlogicpy: disable blocking tests 2023-12-20 20:46:17 +01:00
Martin Weinelt
f378169b7c
hatch: fix build 2023-12-20 20:46:16 +01:00
natsukium
33a31edb02
python312Packages.libcst: fix build 2023-12-20 20:46:16 +01:00
natsukium
f3c842f009
python311Packages.dbus-deviation: fix build 2023-12-20 20:46:16 +01:00
Martin Weinelt
29c6191f75
python312Packages.bwrapy: disable 2023-12-20 20:46:16 +01:00
Martin Weinelt
ab8a19b82f
python312Packages.bacpypes: disable 2023-12-20 20:46:15 +01:00
Martin Weinelt
a87a8029e0
python312Packages.py-ubjson: disable failing test 2023-12-20 20:46:15 +01:00
Martin Weinelt
d32dd3fe56
python312Packages.antlr4-python3-runtime: fix tests 2023-12-20 20:46:15 +01:00
Martin Weinelt
5501979bba
python312Packages.ansiwrap: disable
Uses the imp module, which was removed in Python 3.12.
2023-12-20 20:46:15 +01:00
Martin Weinelt
6b7158329e
fixup! python3Packages.aenum: 3.1.12 -> 3.1.15 2023-12-20 20:46:14 +01:00
Martin Weinelt
69406849d0
python311Packages.wikitextparser: provide setuptools for build 2023-12-20 20:46:14 +01:00
Martin Weinelt
cf5163dce3
python311Packages.qmk-dotty-dict: 1.3.0.post1 -> 1.3.1
https://github.com/pawelzny/dotty_dict/releases/tag/v1.3.1
2023-12-20 20:46:14 +01:00
Martin Weinelt
c8260f56f5
python311Packages.mockfs: propgate importlib-metadata
Checking runtime dependencies for mockfs-1.1.4-py2.py3-none-any.whl
  - importlib-metadata not installed
2023-12-20 20:46:14 +01:00
Martin Weinelt
d451f4e740
python311Packages.lizard: disable failing tests 2023-12-20 20:46:13 +01:00
Martin Weinelt
596c62128b
python311Packages.dynalite-devices: remove asynctest usage in testsuite 2023-12-20 20:46:13 +01:00
Martin Weinelt
fa4317e9aa
python311Packages.curtsies: provide setuptools for build 2023-12-20 20:46:13 +01:00
Martin Weinelt
9d19a7bf08
python311Packages.aiocron: use pep517 builder 2023-12-20 20:46:13 +01:00
Martin Weinelt
48b43e51e5
pythonRelaxDepsHook: make distribution name matching case insensitive
Is it PyOpenSSL or pyOpenSSL or pyopenssl? With this change you don't
have to care. Write it as pYoPeNSsL for all I care¹.

Can we do it like that? Yes, we can. Distribution names should be matched
with `re.IGNORECASE` according to the wheel specification².

[1] https://packaging.python.org/en/latest/specifications/core-metadata/#name
[2] Just kidding, please make it look sane.
2023-12-20 20:46:12 +01:00
Martin Weinelt
e9d5ba3cfe
python311Packages.pyjwt: provide setuptools 2023-12-20 20:46:12 +01:00
Martin Weinelt
bcb4ef67a8
python311Packagas.mutagen: provide setuptools for build-system 2023-12-20 20:46:12 +01:00
Martin Weinelt
f122f6887a
python311Packages.pytext-dist: disable flaky test 2023-12-20 20:46:12 +01:00
natsukium
64eacbc2df
python311Packages.pytest-mock: disable failing test 2023-12-20 20:46:11 +01:00
Martin Weinelt
95df26eb87
python312Packages.jsonpickle: disable failing test
and refactor and convert to PEP517 build
2023-12-20 20:46:11 +01:00
Fabian Affolter
4eb2561959
python311Packages.pytest-cases: refactor 2023-12-20 20:46:11 +01:00
Fabian Affolter
818f67c8f2
python311Packages.pytest-httpx: refactor 2023-12-20 20:46:11 +01:00
Fabian Affolter
46842a1f49
python311Packages.pytest-httpserver: 1.0.7 -> 1.0.8
Diff: https://github.com/csernazs/pytest-httpserver/compare/refs/tags/1.0.7...1.0.8

Changelog: https://github.com/csernazs/pytest-httpserver/blob/1.0.8/CHANGES.rst
2023-12-20 20:46:10 +01:00
natsukium
e1f4c3f0ec
python312Packages.js2py: disable 2023-12-20 20:46:10 +01:00
Fabian Affolter
53e38d5513
python311Packages.pontos: 23.12.0 -> 23.12.1
Diff: https://github.com/greenbone/pontos/compare/refs/tags/v23.12.0...v23.12.1

Changelog: https://github.com/greenbone/pontos/releases/tag/v23.12.1
2023-12-20 20:46:10 +01:00
natsukium
90c6561f7e
python311Packages.pytest-subprocess: ignore deprecation warnings in tests 2023-12-20 20:46:10 +01:00
natsukium
cf41f31a6c
python312Packages.graphviz: fix tests with python3.12 2023-12-20 20:46:09 +01:00
natsukium
ad58d74857
python312Packages.opt-einsum: fix build with python312 2023-12-20 20:46:09 +01:00
natsukium
d903bdedd6
python312Packages.aspectlib: ignore deprecation warnings in tests 2023-12-20 20:46:09 +01:00
Fabian Affolter
7995ab1706
python311Packages.python-docx: refactor 2023-12-20 20:46:09 +01:00
natsukium
699f082dfc
python312Packages.pyquery: disable failing test 2023-12-20 20:46:08 +01:00
natsukium
564af7a61e
python311Packages.polars: fix build with maturinBuildHook changes 2023-12-20 20:46:08 +01:00
Martin Weinelt
3d9c94eeb7
python312Packages.pendulum: init at 3.0.0b1
Adds the new pendulum beta early, since it comes with support for
Python 3.12, while keeping Python<3.12 on 2.x until 3.0 gets its final
release.
2023-12-20 20:46:08 +01:00