Commit graph

562741 commits

Author SHA1 Message Date
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
Martin Weinelt
8742c0cd2e
maturinBuildHook: use dist dir relative to cargoRoot
With `cargoRoot` set to a subdirectory of the source, where the
Cargo.{lock,toml} are found, the final mv would previously fail, since
the build results appear relative to cargoRoot, not to the original
build directory.
2023-12-20 20:46:08 +01:00
natsukium
38d1116c18
python312Packages.pytest-openfiles: fix build with python312
astropy, which depended on this package, no longer needs it and
it will be archived in the near future
2023-12-20 20:46:07 +01:00
natsukium
186f4926f8
python311Packages.openai: fix build 2023-12-20 20:46:07 +01:00
natsukium
aeec716983
python312Packages.joblib: fix build with python3.12 2023-12-20 20:46:07 +01:00
Fabian Affolter
3ed2e0f93d
python311Packages.httplib2: 0.21.0 -> 0.22.0
Diff: https://github.com/httplib2/httplib2/compare/v0.21.0...v0.22.0
2023-12-20 20:46:07 +01:00
Fabian Affolter
2456851dc2
python311Packages.freezegun: 1.2.2 -> 1.3.1
Changelog: https://github.com/spulec/freezegun/blob/1.3.1/CHANGELOG
2023-12-20 20:46:06 +01:00
Fabian Affolter
5784b8fd97
python311Packages.requests-cache: 1.1.0 -> 1.1.1
Diff: https://github.com/requests-cache/requests-cache/compare/refs/tags/v1.1.0...v1.1.1

Changelog: https://github.com/requests-cache/requests-cache/blob/v1.1.1/HISTORY.md
2023-12-20 20:46:06 +01:00
Fabian Affolter
f19ed42e16
python311Packages.responses: 0.23.3 -> 0.24.1
Diff: https://github.com/getsentry/responses/compare/refs/tags/0.23.3...0.24.1

Changelog: https://github.com/getsentry/responses/blob/0.24.1/CHANGES
2023-12-20 20:46:06 +01:00
Fabian Affolter
65ee1d74f8
python311Packages.voluptuous: refactor
- add changelog to meta
- add format
- disable on unsupported Python releases
2023-12-20 20:46:06 +01:00
Fabian Affolter
f75df462bd
python311Packages.fastjsonschema: 2.16.2 -> 2.18.1
Diff: https://github.com/horejsek/python-fastjsonschema/compare/v2.16.2...v2.18.1
2023-12-20 20:46:05 +01:00
Fabian Affolter
08124158b5
python311Packages.netaddr: refactor 2023-12-20 20:46:05 +01:00
Fabian Affolter
21cf4947c8
python311Packages.google-cloud-storage: refactor 2023-12-20 20:46:05 +01:00
Fabian Affolter
9823858fe6
python311Packages.pyprusalink: refactor 2023-12-20 20:46:05 +01:00
Fabian Affolter
686e46ff2b
python311Packages.screenlogicpy: refactor 2023-12-20 20:46:04 +01:00
Fabian Affolter
984de39843
python311Packages.diskcache: 5.4.0 -> 5.6.3
Diff: https://github.com/grantjenks/python-diskcache/compare/v5.4.0...v5.6.3
2023-12-20 20:46:04 +01:00
Fabian Affolter
e62245cea0
python311Packages.aiodns: refactor 2023-12-20 20:46:04 +01:00
Fabian Affolter
1c1247c30d
python311Packages.amberelectric: refactor 2023-12-20 20:46:04 +01:00
Fabian Affolter
18383f8f8f
python311Packages.prettytable: 3.8.0 -> 3.9.0
Diff: https://github.com/jazzband/prettytable/compare/refs/tags/3.8.0...3.9.0

Changelog: https://github.com/jazzband/prettytable/releases/tag/3.9.0
2023-12-20 20:46:03 +01:00
Fabian Affolter
431f4943c4
python311Packages.fastnumbers: 5.0.1 -> 5.1.0
Diff: https://github.com/SethMMorton/fastnumbers/compare/refs/tags/5.0.1...5.1.0

Changelog: https://github.com/SethMMorton/fastnumbers/blob/5.1.0/CHANGELOG.md
2023-12-20 20:46:03 +01:00