Commit Graph

40 Commits

Author SHA256 Message Date
Dominique Leuenberger
bd7b8bc822 Accepting request 1040436 from devel:languages:python:aws
- update to 1.55.0:
  * RedrivePolicy added
  * chore: Type improvements in http api generator
  * feat: Add SnapStart support

OBS-URL: https://build.opensuse.org/request/show/1040436
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aws-sam-translator?expand=0&rev=19
2022-12-06 13:23:42 +00:00
22703d5fe3 - update to 1.55.0:
* RedrivePolicy added
  * chore: Type improvements in http api generator
  * feat: Add SnapStart support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-aws-sam-translator?expand=0&rev=38
2022-12-05 20:58:11 +00:00
Dominique Leuenberger
941768081e Accepting request 1039579 from devel:languages:python:aws
OBS-URL: https://build.opensuse.org/request/show/1039579
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aws-sam-translator?expand=0&rev=18
2022-12-02 14:47:39 +00:00
9636651123 Accepting request 1035705 from home:dgarcia:branches:devel:languages:python:aws
- Remove python_module macro definition
- Update to 1.54.0
  * chore: fix custom domain integration tests for feature toggle by @hnnasit
    in #2517
  * Revert "chore: fix custom domain integration tests for feature toggle" by
    @hnnasit in #2518
  * Release 1.52.0 (to develop) by @aws-sam-cli-bot in #2523
  * Release 1.53.0 (to develop) by @aws-sam-cli-bot in #2530
  * chore: rerun failing tests by @hoffa in #2527
  * docs: update PR template by @hoffa in #2531
  * chore: run tests with GitHub workflow by @hoffa in #2535
  * chore: pylint fix by @GavinZZ in #2538
  * chore: remove AppVeyor by @hoffa in #2539
  * Add Integration Test Deployer Logging Improvements by @awood45 in #2543
  * Upgrade Pylint Version and Fix Pylint Issues by @GavinZZ in #2540
  * Add ability to set State of EventBridge Rule by @sebastiankasprzak in #2524
  * Add Integ Test Skip Flag for EventBus by @awood45 in #2545
  * chore: Enable more pylint rules and fixes pylint issues by @GavinZZ in
    #2544
  * chore: add CodeQL by @hoffa in #2541
  * Enable more pylint rules and fixes pylint issues by @GavinZZ in #2547
  * fix: Correct kafka property names in generated event source mapping by
    @aahung in #2549
  * Enable more pylint rules and fixes pylint issues by @GavinZZ in #2548
  * chore: Add transform test creation script by @GavinZZ in #2551
  * chore: Add JSON formatter and format all JSON files in tests by @aahung in
    #2553
  * Do not change input file and exit if hardcoded partition used by @GavinZZ
    in #2554
  * feat: replace DependsOn to connector by its generated logical IDs by @hoffa

OBS-URL: https://build.opensuse.org/request/show/1035705
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-aws-sam-translator?expand=0&rev=36
2022-12-02 12:37:06 +00:00
Dominique Leuenberger
0c4fe1c39a Accepting request 1035649 from devel:languages:python:aws
OBS-URL: https://build.opensuse.org/request/show/1035649
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aws-sam-translator?expand=0&rev=17
2022-11-15 12:18:39 +00:00
2011303b27 Accepting request 1031518 from home:dgarcia:branches:devel:languages:python:aws
- Update to 1.53.0
  * Verify profile variables have been replaced (#264)
  * Fix integ tests for feature toggle related to custom domain (#266)
  * feat: Event filtering for MQ, MSK, SMK (#134) (#265)
  * Fixed indentation in custom_domains_edge yaml file (#273)
  * Always copy profile (#274)
  * Increase api_with_authorizer retry delay (#275)
  * Add retry-once to connector tests (#276)
  * Use node14 runtime in connector integ tests (#278)
  * add a step to clean up unused network interfaces in the precreated subnets
  * Do not retry on SkipTest (#280)
- Update to 1.52.0
  * fix: Update Slack Invite link by @jfuss in #2490
  * feat: adding support for SSM Parameters (string) as Type by @LautaroJayat
    in #2469
  * chore: Updated maintainers by @lucashuy in #2494
  * Release 1.51.0 (to develop) by @aws-sam-cli-bot in #2500
  * docs: update README by @hoffa in #2501
  * feat: Add State Property to EventBridgeRule EventSource in Function by
    @nallenscott in #2497
  * feat: Added UserAttributeUpdateSettings to Cognito by @lucashuy in #2503
  * chore: Use pre-created SAR app during integration tests by @mndeveci in
    #2507
  * chore: Add test name to request logging and remove default region from
    pytest.ini by @qingchm in #2513
  * chore: Only do request logging when internal flag is provided by @qingchm
    in #2514

OBS-URL: https://build.opensuse.org/request/show/1031518
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-aws-sam-translator?expand=0&rev=34
2022-11-14 13:22:43 +00:00
Dominique Leuenberger
6dd4d315eb Accepting request 1005743 from devel:languages:python:aws
OBS-URL: https://build.opensuse.org/request/show/1005743
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aws-sam-translator?expand=0&rev=16
2022-09-25 13:35:27 +00:00
5985fcd1d7 Accepting request 1004975 from home:glaubitz:branches:devel:languages:python:aws
- Update to 1.51.0
  * chore: Add missing import and add partition into base test
    for integration test by @qingchm in #2463
  * Release 1.49.0 (to develop) by @aws-sam-cli-bot in #2465
  * Revert "chore: Add missing import and add partition into
    base test for integration test" by @qingchm in #2466
  * Update methods in Metrics class to accept timestamp by @hawflau in #2470
  * Release 1.50.0 (to develop) by @aws-sam-cli-bot in #2471
  * feat: Add State Property to Schedule EventSource in
    StateMachine by @konoui in #2468
  * Test: Upgrade integration test cases lambda resources
    runtimes to nodejs14.x by @moelasmar in #2474
  * Add validation for S3 NotificationConfiguration in
    Serverless Functin… by @hawflau in #2473
  * chore: Change FeatureToggleAppConfigConfigProvider to accept AppConfig
    client, so SAM-T can send a monitored client. by @moelasmar in #2480
  * chore: Add basic mypy check (no behavior change) by @aahung in #2488
  * chore: Integration test improvements with ApiKey skips and
    retry time by @qingchm in #2487
- from version 1.50.0
  * chore: Skip self managed kafka tests by @qingchm in #2461
  * chore: Add required skipifs for integration tests by @qingchm in #2462
  * feat: Support ConsumerGroupId for Kafka events
- from version 1.49.0
  * Fix EventSource Schedule passes Enabled to State by @lightpriest in #1666
  * chore: Add capability to disable S3 Events integration
    test cases. by @moelasmar in #2454
  * chore: Add region skip condition and retry for http
    test by @qingchm in #2455
  * Add validation for swagger security when ApiKeyRequired

OBS-URL: https://build.opensuse.org/request/show/1004975
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-aws-sam-translator?expand=0&rev=32
2022-09-24 09:22:57 +00:00
Dominique Leuenberger
935a8f5528 Accepting request 980331 from devel:languages:python:aws
OBS-URL: https://build.opensuse.org/request/show/980331
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aws-sam-translator?expand=0&rev=15
2022-06-01 15:35:38 +00:00
c64f28a059 Accepting request 975199 from home:pgajdos:python
- version update to 1.45.0
  * Feat FURL by @jonife @valerena in #2370
  * Feat /tmp config by @slowpokesnail in #2362
  * Fix no allowed origin by @c2tarun in #2180
  * Raise InvalidEventException when RestApiId/ApiId is not resolved to a string by @aahung in #2213
  * Raise a validation exception if the responses section in an openApi definition path is not a dictionary object by @moelasmar in #2214
  * chore: Add auto PR labeler by @jfuss in #2219
  * Fix DestinationConfig in streaming event sources by @hawflau in #2215
  * fix: handle non-dict DefinitionBody path item in _openapi_postprocess by @torresxb1 in #2216
  * Run unit tests in parallel by @aahung in #2222
  * Handle when HttpApi resource doesn't have properties by @aahung in #2221
  * Chore: Only add labels on open of PRs by @jfuss in #2225
  * feat: Lambda URLs by @mndeveci in #2231
  * Revert "feat: Lambda URLs (#2229)" by @mndeveci in #2233
  * Handle when function http event auth is not a string by @aahung in #2234
  * chore: bump version to 1.42.0 by @mndeveci in #2235
  * Revert "chore: bump version to 1.42.0" by @CoshUS in #2237
  * release: 1.42.0 by @mndeveci in #2243
  * fix: open api set_path_default_authorizer by @mndeveci in #2248
  * Validate swagger path item objects by @aahung in #2251
  * Validate swagger method value is a valid dict before processing by @aahung in #2250
  * fix: fix validation errors log message that calls join on a string by @torresxb1 in #2245
  * [FOSS] hot fix and improvement by @mingkun2020 in #2207
  * fix: Check type of resource type is a string by @mildaniel in #2252
  * fix: open api set_path_default_authorizer (#2248) by @mndeveci in #2262
  * fix: open api set_path_default_authorizer (#2248) by @mndeveci in #2261
  * Do not abort SAR loop on throttling by @marekaiv in #2240
  * Improve error message for an invalid ResourcePolicy element by @marekaiv in #2271
  * Fixing DisableExecuteApiEndpoint property for REST and adding integ t… by @sattigar in #2272
  * fix: Py27hash fix by @torresxb1 in #2182

OBS-URL: https://build.opensuse.org/request/show/975199
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-aws-sam-translator?expand=0&rev=30
2022-06-01 10:50:29 +00:00
Dominique Leuenberger
507580fcd9 Accepting request 961819 from devel:languages:python:aws
- use python_expand for fdupes

OBS-URL: https://build.opensuse.org/request/show/961819
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aws-sam-translator?expand=0&rev=14
2022-03-15 18:04:51 +00:00
8b491b7cb7 - use python_expand for fdupes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-aws-sam-translator?expand=0&rev=28
2022-03-15 08:48:27 +00:00
Dominique Leuenberger
d959001957 Accepting request 936130 from devel:languages:python:aws
- update to 1.42.0:
  * Increase PageSize of ListPolicies Paginator
  * Support VIRTUAL_HOST as Type for SourceAccessConfiguration for MQ events
  * Add modes support for RestApi
  * ARM support
  * Add ValidateBody/ValidateParameters attribute to API models
  * Adding support for metric publishing
  * Self Managed Kafka as event source support
  * adding OwnershipVerificationCertificateArn and DisableExecuteApiEndpoint to APIs
  * event source filtering

OBS-URL: https://build.opensuse.org/request/show/936130
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aws-sam-translator?expand=0&rev=13
2021-12-06 23:00:34 +00:00
b131b351bf - update to 1.42.0:
* Increase PageSize of ListPolicies Paginator
  * Support VIRTUAL_HOST as Type for SourceAccessConfiguration for MQ events
  * Add modes support for RestApi
  * ARM support
  * Add ValidateBody/ValidateParameters attribute to API models
  * Adding support for metric publishing
  * Self Managed Kafka as event source support
  * adding OwnershipVerificationCertificateArn and DisableExecuteApiEndpoint to APIs
  * event source filtering

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-aws-sam-translator?expand=0&rev=27
2021-12-06 21:26:09 +00:00
Dominique Leuenberger
a67815f422 Accepting request 898980 from devel:languages:python:aws
- update to 1.36.0:
  * Optimize shared API usage plan handling
  * Resource level attributes support

OBS-URL: https://build.opensuse.org/request/show/898980
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aws-sam-translator?expand=0&rev=12
2021-06-10 22:18:47 +00:00
8b8a522dff - update to 1.36.0:
* Optimize shared API usage plan handling
  * Resource level attributes support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-aws-sam-translator?expand=0&rev=25
2021-06-10 08:58:00 +00:00
Dominique Leuenberger
c87c6ba9b1 Accepting request 894556 from devel:languages:python:aws
OBS-URL: https://build.opensuse.org/request/show/894556
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aws-sam-translator?expand=0&rev=11
2021-05-20 17:25:22 +00:00
cb0d72d16e Accepting request 881779 from home:jayvdb:branches:devel:languages:python:aws
- Update to v1.35.0

OBS-URL: https://build.opensuse.org/request/show/881779
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-aws-sam-translator?expand=0&rev=23
2021-05-20 08:50:08 +00:00
Dominique Leuenberger
34ff934e5e Accepting request 860179 from devel:languages:python:aws
OBS-URL: https://build.opensuse.org/request/show/860179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aws-sam-translator?expand=0&rev=10
2021-01-04 18:09:25 +00:00
bdc0bab8f3 Accepting request 840256 from home:glaubitz:branches:devel:languages:python:aws
- Update to 1.27.0
  + docs: fix link to all_policy_templates example file
  + fix: Allow Ref in CompatibleRuntimes property of AWS::Serverless::LayerVersion
  + Adding Tracing property to State Machine resource
  + Add new arguments to allow vpc/vpce endpoints as intrinsics
- from 1.26.0
  + feat: Add support for VPCEndpointIds in EndpointConfiguration
  + fix: Adding authorization scopes as list validation in ApiGatewayAuthorizer (v1 and v2)
  + MSK event type support for AWS::Serverless::Function

OBS-URL: https://build.opensuse.org/request/show/840256
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-aws-sam-translator?expand=0&rev=21
2021-01-04 12:36:05 +00:00
Dominique Leuenberger
1489a53442 Accepting request 853812 from devel:languages:python:aws
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/853812
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aws-sam-translator?expand=0&rev=9
2020-12-09 21:12:55 +00:00
676a1e5684 - Only build Python3 flavors for distributions 15 and greater
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-aws-sam-translator?expand=0&rev=19
2020-11-26 11:11:06 +00:00
0d811ff149 - do not build Python2 for distros greater than 12
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-aws-sam-translator?expand=0&rev=18
2020-11-25 23:19:39 +00:00
Dominique Leuenberger
3d0cfafded Accepting request 821881 from devel:languages:python:aws
OBS-URL: https://build.opensuse.org/request/show/821881
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aws-sam-translator?expand=0&rev=8
2020-07-20 19:05:33 +00:00
ee9642d3a0 Accepting request 809594 from home:pgajdos:python
- %python3_only -> %python_alternative

OBS-URL: https://build.opensuse.org/request/show/809594
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-aws-sam-translator?expand=0&rev=16
2020-07-20 12:09:11 +00:00
Dominique Leuenberger
4c7c917dfb Accepting request 818884 from devel:languages:python:aws
OBS-URL: https://build.opensuse.org/request/show/818884
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aws-sam-translator?expand=0&rev=7
2020-07-06 14:31:04 +00:00
1ec463430a Accepting request 818113 from home:mcalabkova:branches:devel:languages:python:aws
- Update to 1.25.0
  * chore: Exclude test modules in whl
  * feat: Add Step Function Resource
  * fix : missing UserPool properties
  * fix: resource policy generation for {path+}

OBS-URL: https://build.opensuse.org/request/show/818113
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-aws-sam-translator?expand=0&rev=14
2020-07-06 02:20:57 +00:00
Dominique Leuenberger
913e06da25 Accepting request 801242 from devel:languages:python:aws
OBS-URL: https://build.opensuse.org/request/show/801242
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aws-sam-translator?expand=0&rev=6
2020-05-08 21:06:44 +00:00
b4f730ccc4 Accepting request 799974 from home:scarabeus_iv:branches:devel:languages:python:aws
- Update to 1.22.0:
  * Many parsing changes to enumerate, fixes for new syntax
- Fix the saml-translate binary to be executable

- Fix build without python2
- Do not ship generic folder with tests in sitelib

OBS-URL: https://build.opensuse.org/request/show/799974
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-aws-sam-translator?expand=0&rev=12
2020-05-07 13:13:51 +00:00
Dominique Leuenberger
39d2118d19 Accepting request 750266 from devel:languages:python:aws
OBS-URL: https://build.opensuse.org/request/show/750266
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aws-sam-translator?expand=0&rev=5
2019-11-23 23:28:59 +00:00
0080dd5fa2 Accepting request 750258 from home:glaubitz:branches:devel:languages:python:aws
- Disable tests on SLE-12 as the testsuite is
  incompatible with Python 3.4
- Drop patch to support older versions of setuptools as
  SLE-12 is now shipping with a recent enough version
  + ast_drop-compatible-releases-operator.patch

OBS-URL: https://build.opensuse.org/request/show/750258
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-aws-sam-translator?expand=0&rev=10
2019-11-22 10:54:10 +00:00
Dominique Leuenberger
66b244988a Accepting request 717090 from devel:languages:python:aws
- Update the patch ast_drop-compatible-releases-operator.patch to
  not pull enum34 on python3

OBS-URL: https://build.opensuse.org/request/show/717090
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aws-sam-translator?expand=0&rev=4
2019-07-21 09:34:36 +00:00
Tomáš Chvátal
b24aaa680b - Update the patch ast_drop-compatible-releases-operator.patch to
not pull enum34 on python3

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-aws-sam-translator?expand=0&rev=8
2019-07-19 13:07:38 +00:00
Dominique Leuenberger
272b52cc4a Accepting request 715467 from devel:languages:python:aws
OBS-URL: https://build.opensuse.org/request/show/715467
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aws-sam-translator?expand=0&rev=3
2019-07-17 11:19:36 +00:00
bf92e21c4a Accepting request 714614 from home:glaubitz:branches:devel:languages:python:aws
- Fix build on SLE-12
  + Add python to BuildRequires for suse_version < 1500
  + Set LANG to en_US.UTF8 before running testsuite
  + Refresh ast_drop-compatible-releases-operator.patch to
    strip "python_version<"3.4"" from install_requires

OBS-URL: https://build.opensuse.org/request/show/714614
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-aws-sam-translator?expand=0&rev=6
2019-07-15 11:46:51 +00:00
Dominique Leuenberger
d62aeb0ed2 Accepting request 707935 from devel:languages:python:aws
OBS-URL: https://build.opensuse.org/request/show/707935
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aws-sam-translator?expand=0&rev=2
2019-06-12 11:12:47 +00:00
303680903d Accepting request 707930 from home:TheBlackCat:branches:devel:languages:python:aws
- Switch to github sources which include tests
- Enable tests
- Fix dependencies
- Add commandline tool

OBS-URL: https://build.opensuse.org/request/show/707930
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-aws-sam-translator?expand=0&rev=4
2019-06-05 20:23:58 +00:00
Todd R
7d10bab21f Accepting request 703823 from home:swulf:branches:devel:languages:python:aws
Upgrade to 1.11.0

OBS-URL: https://build.opensuse.org/request/show/703823
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-aws-sam-translator?expand=0&rev=3
2019-06-05 15:43:41 +00:00
Dominique Leuenberger
90a65a0ac9 Accepting request 668393 from devel:languages:python:aws
Additional dependency required for cfn-lint

OBS-URL: https://build.opensuse.org/request/show/668393
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aws-sam-translator?expand=0&rev=1
2019-01-25 21:44:54 +00:00
61a2a86c3e Accepting request 667596 from home:glaubitz:branches:devel:languages:python:aws
- Additional dependency required for cfn-lint (fate#326950, fate#326961)

OBS-URL: https://build.opensuse.org/request/show/667596
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-aws-sam-translator?expand=0&rev=1
2019-01-21 13:03:46 +00:00