Commit Graph
902694 Commits
Author SHA1 Message Date
Martin WeineltandRobert Schütz 403bc4fa60 python3Packages.pip: 25.0.1 -> 25.3
https://pip.pypa.io/en/stable/news/#v25-3
2025-11-25 12:39:06 -08:00
Martin WeineltandRobert Schütz d509596d0a python3Packages.django-ninja: 1.4.3t -> 1.4.5
https://github.com/vitalik/django-ninja/releases/tag/v1.4.5
2025-11-25 12:39:06 -08:00
Martin WeineltandRobert Schütz c88688de9c python314Packages.jedi: disable failing tests 2025-11-25 12:39:06 -08:00
Martin WeineltandRobert Schütz 35aa6adac8 python3Packages.asttokens: 3.0.0 -> 3.0.0-unstable-2025-11-08
Fast-forward for Python 3.14 support.
2025-11-25 12:39:06 -08:00
Martin WeineltandRobert Schütz 41c694a14c python3Packages.eradicate: 3.0.0 -> 3.0.1
https://github.com/wemake-services/eradicate/releases/tag/3.0.1
2025-11-25 12:39:06 -08:00
Martin WeineltandRobert Schütz 20f3082d0c python3Packages.dill: 0.4.0 -> 0.4.0-unstable-2025-11-09
https://github.com/uqfoundation/dill/releases/tag/dill-0.4.0-unstable-2025-11-09
2025-11-25 12:39:06 -08:00
Martin WeineltandRobert Schütz 568fb3c70b python3Packages.pylint: 3.3.7 -> 4.0.2
https://github.com/pylint-dev/pylint/releases/tag/v4.0.2
2025-11-25 12:39:06 -08:00
Martin WeineltandRobert Schütz ac5d83b6b7 python3Packages.astroid: 3.3.11 -> 4.0.1
https://github.com/PyCQA/astroid/blob/v4.0.1/ChangeLog
2025-11-25 12:39:05 -08:00
natsukiumandRobert Schütz 649a3997f7 python314Packages.anyio: fix test 2025-11-25 12:39:05 -08:00
natsukiumandRobert Schütz f00478cf69 python314Packages.async-lru: fix build 2025-11-25 12:39:05 -08:00
natsukiumandRobert Schütz 89c216599a python314Packages.trio: fix build
jedi has no compatibility with Python 3.14 yet, so conditionally include
it only for older Python versions to allow trio to build successfully.
2025-11-25 12:39:05 -08:00
Martin WeineltandRobert Schütz 5a8cbd2150 python3Packages.fastapi: 0.116.1 -> 0.121.1
https://github.com/fastapi/fastapi/releases/tag/0.121.1
2025-11-25 12:39:05 -08:00
Martin WeineltandRobert Schütz 12928b102f python3Packages.annotated-doc: init at 0.0.3
New dependency for fastapi.
2025-11-25 12:39:05 -08:00
Martin WeineltandRobert Schütz edecdd9e3f python3Packages.pydantic-extra-types: 2.10.5 -> 2.10.6
https://github.com/pydantic/pydantic-extra-types/blob/v2.10.6/HISTORY.md
2025-11-25 12:39:05 -08:00
Martin WeineltandRobert Schütz e8634318d0 python3Packages.uvicorn-worker: 0.3.0 -> 0.4.0
https://github.com/Kludex/uvicorn-worker/releases/tag/0.4.0
2025-11-25 12:39:05 -08:00
Martin WeineltandRobert Schütz e02d5f29f0 python3Packages.starlette: 0.47.2 -> 0.50.0
https://www.starlette.io/release-notes/#0500
2025-11-25 12:39:05 -08:00
Martin WeineltandRobert Schütz fab1afedd4 python3Packages.uvicorn: 0.35.0 -> 0.38.0
https://github.com/encode/uvicorn/blob/0.38.0/CHANGELOG.md
2025-11-25 12:39:04 -08:00
Robert Schütz e1ca4653fa python3Packages.capturer: fix tests on Python 3.14 2025-11-25 12:39:04 -08:00
Robert Schütz 6be9b99dbc python3Packages.ciso8601: 2.3.2 -> 2.3.3
Diff: https://github.com/closeio/ciso8601/compare/v2.3.2...v2.3.3

Changelog: https://github.com/closeio/ciso8601/blob/v2.3.3/CHANGELOG.md
2025-11-25 12:39:04 -08:00
Robert Schütz 16812a18f9 python3Packages.dacite: fix tests on Python 3.14 2025-11-25 12:39:04 -08:00
Martin WeineltandRobert Schütz 2cdd6003e1 python3Packages.clarifai-protocol: fix eval with python314
Properly throw when we have no src hash for wheel flavor.
2025-11-25 12:39:04 -08:00
Robert Schütz 1ccd8ca4d5 python3Packages.zodb: 6.0.1 -> 6.1
Diff: https://github.com/zopefoundation/zodb/compare/6.0.1...6.1

Changelog: https://github.com/zopefoundation/ZODB/blob/6.1/CHANGES.rst
2025-11-25 12:39:04 -08:00
Robert Schütz f2e28d17f9 python3Packages.zope-proxy: 6.1 -> 7.0
Diff: https://github.com/zopefoundation/zope.proxy/compare/6.1...7.0

Changelog: https://github.com/zopefoundation/zope.proxy/blob/7.0/CHANGES.rst
2025-11-25 12:39:04 -08:00
Robert Schütz 85a7720402 python3Packages.zope-testing: 5.1 -> 6.0
Diff: https://github.com/zopefoundation/zope.testing/compare/5.1...6.0

Changelog: https://github.com/zopefoundation/zope.testing/blob/6.0/CHANGES.rst
2025-11-25 12:39:04 -08:00
Robert Schütz 3547d1778b python3Packages.zope-testbrowser: 7.0.1 -> 8.0
Diff: https://github.com/zopefoundation/zope.testbrowser/compare/7.0.1...8.0

Changelog: https://github.com/zopefoundation/zope.testbrowser/blob/refs/tags/8.0/CHANGES.rst
2025-11-25 12:39:04 -08:00
Robert Schütz 12fd76201a python3Packages.zope-size: 5.1 -> 6.0
Diff: https://github.com/zopefoundation/zope.size/compare/5.1...6.0

Changelog: https://github.com/zopefoundation/zope.size/blob/6.0/CHANGES.rst
2025-11-25 12:39:04 -08:00
Robert Schütz fc31dda14c python3Packages.zope-location: 5.0 -> 6.0
Diff: https://github.com/zopefoundation/zope.location/compare/5.0...6.0

Changelog: https://github.com/zopefoundation/zope.location/blob/6.0/CHANGES.rst
2025-11-25 12:39:03 -08:00
Robert Schütz 091fc4cfd4 python3Packages.zope-lifecycleevent: 5.1 -> 6.0
Diff: https://github.com/zopefoundation/zope.lifecycleevent/compare/5.1...6.0

Changelog: https://github.com/zopefoundation/zope.lifecycleevent/blob/6.0/CHANGES.rst
2025-11-25 12:39:03 -08:00
Robert Schütz c3911bc390 python3Packages.zope-i18nmessageid: 7.0 -> 8.0
Diff: https://github.com/zopefoundation/zope.i18nmessageid/compare/7.0...8.0

Changelog: https://github.com/zopefoundation/zope.i18nmessageid/blob/8.0/CHANGES.rst
2025-11-25 12:39:03 -08:00
Robert Schütz 3d929af1dd python3Packages.zope-hookable: 7.0 -> 8.0
Diff: https://github.com/zopefoundation/zope.hookable/compare/7.0...8.0

Changelog: https://github.com/zopefoundation/zope.hookable/blob/8.0/CHANGES.rst
2025-11-25 12:39:03 -08:00
Robert Schütz be9153de51 python3Packages.zope-filerepresentation: 6.1 -> 7.0
Diff: https://github.com/zopefoundation/zope.filerepresentation/compare/6.1...7.0

Changelog: https://github.com/zopefoundation/zope.filerepresentation/blob/7.0/CHANGES.rst
2025-11-25 12:39:03 -08:00
Robert Schütz 07664d0097 python3Packages.zope-dottedname: 6.0 -> 7.0
Diff: https://github.com/zopefoundation/zope.dottedname/compare/6.0...7.0

Changelog: https://github.com/zopefoundation/zope.dottedname/blob/7.0/CHANGES.rst
2025-11-25 12:39:03 -08:00
Robert Schütz ef8a4a1997 python3Packages.zope-deprecation: 5.1 -> 6.0
Diff: https://github.com/zopefoundation/zope.deprecation/compare/5.1...6.0

Changelog: https://github.com/zopefoundation/zope.deprecation/blob/6.0/CHANGES.rst
2025-11-25 12:39:03 -08:00
Robert Schütz e52d45cc00 python3Packages.zope-deferredimport: 5.0 -> 6.0
Diff: https://github.com/zopefoundation/zope.deferredimport/compare/5.0...6.0

Changelog: https://github.com/zopefoundation/zope.deferredimport/blob/6.0/CHANGES.rst
2025-11-25 12:39:03 -08:00
Robert Schütz c9b513c3b9 python3Packages.zope-copy: 5.0 -> 6.0
Diff: https://github.com/zopefoundation/zope.copy/compare/5.0...6.0

Changelog: https://github.com/zopefoundation/zope.copy/blob/6.0/CHANGES.rst
2025-11-25 12:39:03 -08:00
Robert Schütz 43ccf4eebc python3Packages.zope-contenttype: 5.2 -> 6.0
Diff: https://github.com/zopefoundation/zope.contenttype/compare/5.2...6.0

Changelog: https://github.com/zopefoundation/zope.contenttype/blob/6.0/CHANGES.rst
2025-11-25 12:39:03 -08:00
Robert Schütz e93673ebbb python3Packages.zope-configuration: 6.0 -> 7.0
Diff: https://github.com/zopefoundation/zope.configuration/compare/6.0...7.0

Changelog: https://github.com/zopefoundation/zope.configuration/blob/7.0/CHANGES.rst
2025-11-25 12:39:02 -08:00
Robert Schütz b3773d5bfe python3Packages.zope-component: 6.0 -> 7.0
Diff: https://github.com/zopefoundation/zope.component/compare/6.0...7.0

Changelog: https://github.com/zopefoundation/zope.component/blob/7.0/CHANGES.rst
2025-11-25 12:39:02 -08:00
Robert Schütz a669b39441 python3Packages.zope-cachedescriptors: 5.1 -> 6.0
Diff: https://github.com/zopefoundation/zope.cachedescriptors/compare/5.1...6.0

Changelog: https://github.com/zopefoundation/zope.cachedescriptors/blob/6.0/CHANGES.rst
2025-11-25 12:39:02 -08:00
Robert Schütz 8758e1b57d python3Packages.zope-security: 7.3 -> 8.1
Diff: https://github.com/zopefoundation/zope.security/compare/7.3...8.1

Changelog: https://github.com/zopefoundation/zope.security/blob/8.1/CHANGES.rst
2025-11-25 12:39:02 -08:00
Robert Schütz 399d2c3417 python3Packages.zope-schema: 7.0.1 -> 8.0
Diff: https://github.com/zopefoundation/zope.schema/compare/7.0.1...8.0

Changelog: https://github.com/zopefoundation/zope.schema/blob/8.0/CHANGES.rst
2025-11-25 12:39:02 -08:00
Robert Schütz ac89335d93 python3Packages.zope-event: 5.0 -> 6.0
Diff: https://github.com/zopefoundation/zope.event/compare/5.0...6.0

Changelog: https://github.com/zopefoundation/zope.event/blob/6.0/CHANGES.rst
2025-11-25 12:39:02 -08:00
Robert Schütz 15eb9596bc python3Packages.zope-testrunner: 6.6.1 -> 8.1
Diff: https://github.com/zopefoundation/zope.testrunner/compare/6.6.1...8.1

Changelog: https://github.com/zopefoundation/zope.testrunner/blob/8.1/CHANGES.rst
2025-11-25 12:39:02 -08:00
Robert Schütz 509ff20016 python3Packages.zope-exceptions: 5.2 -> 6.0
Diff: https://github.com/zopefoundation/zope.exceptions/compare/5.2...6.0

Changelog: https://github.com/zopefoundation/zope.exceptions/blob/6.0/CHANGES.rst
2025-11-25 12:39:02 -08:00
Robert Schütz 0784af710c python3Packages.zope-interface: 7.2 -> 8.0.1
Diff: https://github.com/zopefoundation/zope.interface/compare/7.2...8.0.1

Changelog: https://github.com/zopefoundation/zope.interface/blob/8.0.1/CHANGES.rst
2025-11-25 12:39:02 -08:00
Robert Schütz 80e3b70555 python3Packages.pytest-benchmark: 5.1.0 -> 5.2.0
Diff: https://github.com/ionelmc/pytest-benchmark/compare/v5.1.0...v5.2.0

Changelog: https://github.com/ionelmc/pytest-benchmark/blob/v5.2.0/CHANGELOG.rst
2025-11-25 12:39:02 -08:00
Robert Schütz 70f775676a python3Packages.rapidfuzz: 3.14.1 -> 3.14.2
Diff: https://github.com/maxbachmann/RapidFuzz/compare/v3.14.1...v3.14.2

Changelog: https://github.com/maxbachmann/RapidFuzz/blob/v3.14.2/CHANGELOG.rst
2025-11-25 12:39:01 -08:00
Robert Schütz a73bdc7d6e python3Packages.cython: 3.1.4 -> 3.1.6
Diff: https://github.com/cython/cython/compare/3.1.4...3.1.6

Changelog: https://github.com/cython/cython/blob/3.1.6/CHANGES.rst
2025-11-25 12:39:01 -08:00
Robert Schütz 2dc383ebbc python3Packages.pytest-codspeed: clean up dependencies 2025-11-25 12:39:01 -08:00
Robert Schütz 4a4f91ef06 python3Packages.markdown: 3.9.0 -> 3.10.0
Diff: https://github.com/Python-Markdown/markdown/compare/3.9.0...3.10.0

Changelog: https://github.com/Python-Markdown/markdown/blob/3.10.0/docs/changelog.md
2025-11-25 12:39:01 -08:00