| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'staging-next' into staging | Wolfgang Walther | 2025-12-10 | 1 | -2/+2 |
| |\ | |||||
| | * | treewide: clean up 'meta = with' pattern | Ihar Hrachyshka | 2025-12-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de> | ||||
| * | | python314Packages.aws-sam-translator: disable | Robert Schütz | 2025-11-25 | 1 | -0/+4 |
| | | | | | | | | | | | It uses pydantic.v1 which is incompatible with Python 3.14: https://pydantic.dev/articles/pydantic-v2-12-release#support-for-python-314 | ||||
| * | | python3Packages.aws-sam-translator: 1.99.0 -> 1.103.0 | Robert Schütz | 2025-11-25 | 1 | -5/+2 |
| |/ | | | | | | Diff: https://github.com/aws/serverless-application-model/compare/v1.99.0...v1.103.0 Changelog: https://github.com/aws/serverless-application-model/releases/tag/v1.103.0 | ||||
| * | python3Packages.aws-sam-translator: 1.98.0 -> 1.99.0 | Martin Weinelt | 2025-08-09 | 1 | -2/+2 |
| | | | | | | | https://github.com/aws/serverless-application-model/releases/tag/v1.99.0 This commit was automatically generated using update-python-libraries. | ||||
| * | aws-sam-translator: 1.95.0 -> 1.98.0 | Tim Häring | 2025-07-30 | 1 | -2/+2 |
| | | |||||
| * | treewide: modernize Python package pytest flags | Yueh-Shun Li | 2025-07-15 | 1 | -2/+5 |
| | | | | | | Use `(enabled|disabled)(TestPaths|TestMarks|Tests)` and `pytestFlags` instead of the `__structuredAttrs`-incompatible `pytestFlagsArray`. | ||||
| * | python312Packages.aws-sam-translator: 1.94.0 -> 1.95.0 | K900 | 2025-04-01 | 1 | -2/+2 |
| | | | | | | | Diff: https://github.com/aws/serverless-application-model/compare/refs/tags/v1.94.0...v1.95.0 Changelog: https://github.com/aws/serverless-application-model/releases/tag/v1.95.0 | ||||
| * | python3Packages.aws-sam-translator: 1.91.0 -> 1.94.0 | Martin Weinelt | 2025-01-27 | 1 | -3/+3 |
| | | | | | https://github.com/aws/serverless-application-model/releases/tag/v1.94.0 | ||||
| * | treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag` | Peder Bergebakken Sundt | 2025-01-04 | 1 | -1/+1 |
| | | |||||
| * | python3Packages.aws-sam-translator: 1.89.0 -> 1.91.0 | Martin Weinelt | 2024-10-13 | 1 | -4/+7 |
| | | | | | https://github.com/aws/serverless-application-model/releases/tag/v1.91.0 | ||||
| * | treewide: remove unused with statements from maintainer lists | Jörg Thalheim | 2024-07-29 | 1 | -1/+1 |
| | | | | | | | $ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!' | ||||
| * | python3Packages.aws-sam-translator: 1.86.0 -> 1.89.0 | Martin Weinelt | 2024-06-24 | 1 | -2/+2 |
| | | | | | https://github.com/aws/serverless-application-model/releases/tag/v1.89.0 | ||||
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -17/+16 |
| | | |||||
| * | python3Packages.aws-sam-translator: 1.82.0 -> 1.86.0 | Martin Weinelt | 2024-03-12 | 1 | -2/+2 |
| | | | | | https://github.com/aws/serverless-application-model/releases/tag/v1.86.0 | ||||
| * | python312Packages.aws-sam-translator: don't fail when pytest/pluggy, skip ↵ | Sandro Jäckel | 2024-02-13 | 1 | -7/+12 |
| | | | | | | | | | | | | | | slow tests eg: python3.12-aws-sam-translator> File "/nix/store/jzba2jjz0l3222pry5mf6nyflbwgpd32-python3.12-python-dateutil-2.8.2/lib/python3.12/site-packages/dateutil/tz/__init__.py", line 2, in <module> python3.12-aws-sam-translator> from .tz import * python3.12-aws-sam-translator> File "/nix/store/jzba2jjz0l3222pry5mf6nyflbwgpd32-python3.12-python-dateutil-2.8.2/lib/python3.12/site-packages/dateutil/tz/tz.py", line 37, in <module> python3.12-aws-sam-translator> EPOCH = datetime.datetime.utcfromtimestamp(0) python3.12-aws-sam-translator> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ python3.12-aws-sam-translator> DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC). python3.12-aws-sam-translator> | ||||
| * | python3Packages.aws-sam-translator: fix build for darwin | Anthony Roussel | 2023-12-20 | 1 | -0/+2 |
| | | |||||
| * | python311Packages.aws-sam-translator: 1.81.0 -> 1.82.0 | Fabian Affolter | 2023-12-11 | 1 | -2/+2 |
| | | | | | | | Diff: https://github.com/aws/serverless-application-model/compare/refs/tags/v1.81.0...v1.82.0 Changelog: https://github.com/aws/serverless-application-model/releases/tag/v1.82.0 | ||||
| * | python311Packages.aws-sam-translator: 1.78.0 -> 1.81.0 | Fabian Affolter | 2023-11-26 | 1 | -2/+2 |
| | | | | | | | Diff: https://github.com/aws/serverless-application-model/compare/refs/tags/v1.78.0...v1.81.0 Changelog: https://github.com/aws/serverless-application-model/releases/tag/v1.81.0 | ||||
| * | python311Packages.aws-sam-translator: 1.74.0 -> 1.78.0 | Anthony Roussel | 2023-10-24 | 1 | -11/+3 |
| | | | | | https://github.com/aws/serverless-application-model/compare/v1.74.0...v1.78.0 | ||||
| * | python311Packages.aws-sam-translator: fix tests | Martin Weinelt | 2023-09-27 | 1 | -0/+28 |
| | | | | | | Apply patch for pydantic 2.x compat and disable failing tests due to urllib3 2.x update. | ||||
| * | python311Packages.aws-sam-translator: 1.73.0 -> 1.74.0 | Fabian Affolter | 2023-09-08 | 1 | -2/+2 |
| | | | | | | | Diff: https://github.com/aws/serverless-application-model/compare/refs/tags/v1.73.0...v1.74.0 Changelog: https://github.com/aws/serverless-application-model/releases/tag/v1.74.0 | ||||
| * | python311Packages.aws-sam-translator: add changelog to meta | Fabian Affolter | 2023-09-03 | 1 | -1/+2 |
| | | |||||
| * | python311Packages.aws-sam-translator: 1.60.1 -> 1.73.0 | Fabian Affolter | 2023-08-27 | 1 | -7/+10 |
| | | | | | Diff: https://github.com/aws/serverless-application-model/compare/refs/tags/v1.60.1...v1.73.0 | ||||
| * | python3Packages.aws-sam-translator: 1.60.1 -> 1.73.0 | hulr | 2023-08-13 | 1 | -18/+5 |
| | | | | | https://github.com/aws/serverless-application-model/releases/tag/v1.73.0 | ||||
| * | python3Packages.aws-sam-translator: 1.55.0 -> 1.60.1 | Martin Weinelt | 2023-03-03 | 1 | -17/+12 |
| | | | | | | Disable the tests, since alot of them were failing and I lost quite some time trying to get them fixed. No maintainer, no dice. | ||||
| * | treewide: switch to nativeCheckInputs | Guillaume Girol | 2023-01-21 | 1 | -1/+1 |
| | | | | | | | | checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. | ||||
| * | python3Packages.aws-sam-translator: 1.47.0 -> 1.55.0 | Martin Weinelt | 2023-01-05 | 1 | -4/+20 |
| | | |||||
| * | python3Packages.aws-sam-translator: 1.46.0 -> 1.47.0 | Martin Weinelt | 2022-07-21 | 1 | -3/+3 |
| | | |||||
| * | aws-sam-translator: 1.42.0 -> 1.46.0 | Luke Worth | 2022-06-20 | 1 | -2/+4 |
| | | |||||
| * | python3Packages.aws-sam-translator: relax jsonschema constraint | Fabian Affolter | 2022-01-23 | 1 | -4/+13 |
| | | |||||
| * | aws-sam-translator: 1.40.0 -> 1.42.0 | tshaynik | 2021-11-24 | 1 | -2/+2 |
| | | |||||
| * | python3Packages.aws-sam-translator: 1.39.0 -> 1.40.0 | legendofmiracles | 2021-11-05 | 1 | -2/+2 |
| | | |||||
| * | python3Packages.aws-sam-translator: 1.38.0 -> 1.39.0 | Martin Weinelt | 2021-10-11 | 1 | -2/+2 |
| | | |||||
| * | python3Packages.aws-sam-translator: enable tests | Fabian Affolter | 2021-08-23 | 1 | -11/+31 |
| | | |||||
| * | python3Packages.aws-sam-translator: 1.37.0 -> 1.38.0 | Fabian Affolter | 2021-08-20 | 1 | -2/+2 |
| | | |||||
| * | aws-sam-translator: 1.36.0 -> 1.37.0 | Artturin | 2021-07-10 | 1 | -2/+2 |
| | | |||||
| * | python3Packages.aws-sam-translator: 1.35.0 -> 1.36.0 | Martin Weinelt | 2021-06-21 | 1 | -2/+2 |
| | | |||||
| * | python3Packages.aws-sam-translator: 1.32.0 -> 1.35.0 | Frederik Rietdijk | 2021-04-03 | 1 | -2/+2 |
| | | |||||
| * | python3Packages.aws-sam-translator: 1.27.0 -> 1.32.0 | freezeboy | 2021-02-12 | 1 | -4/+4 |
| | | |||||
| * | aws-sam-translator: remove andreabedini from maintainers | Andrea Bedini | 2021-02-12 | 1 | -1/+0 |
| | | |||||
| * | python3Packages.aws-sam-translator: 1.27.0 -> 1.31.0 | Frederik Rietdijk | 2020-12-01 | 1 | -2/+2 |
| | | |||||
| * | python3Packages.aws-sam-translator: 1.26.0 -> 1.27.0 | Jack Kelly | 2020-10-19 | 1 | -2/+2 |
| | | |||||
| * | python: aws-sam-translator: 1.24.0 -> 1.26.0 | Frederik Rietdijk | 2020-08-16 | 1 | -2/+2 |
| | | |||||
| * | python: aws-sam-translator: 1.21.0 -> 1.24.0 | Frederik Rietdijk | 2020-06-11 | 1 | -2/+2 |
| | | |||||
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| | | |||||
| * | aws-sam-translator: 1.20.1 -> 1.21.0 | Simon Lackerbauer | 2020-03-18 | 1 | -2/+2 |
| | | |||||
| * | aws-sam-translator: 1.19.1 -> 1.20.1 | Mathias Schreck | 2020-02-15 | 1 | -2/+2 |
| | | |||||
| * | python: aws-sam-translator: 1.19.0 -> 1.19.1 | Frederik Rietdijk | 2019-12-30 | 1 | -2/+2 |
| | | |||||
| * | python: aws-sam-translator: 1.16.0 -> 1.19.0 | Frederik Rietdijk | 2019-12-30 | 1 | -2/+2 |
| | | |||||
