summaryrefslogtreecommitdiff
path: root/net/py-moto/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-11-02py-moto: updated to 4.0.9adam1-2/+2
4.0.9 Miscellaneous: * CloudTrail: describe_trails() now returns the correct (MultiRegion) trails * CloudWatch:tag_resource() now allows tagting new Alarms that didn't have tags yet * EC2: create_instances() now supports the `IamInstanceProfile`-parameter * EC2: describe_route_tables() now supports the `route.vpc-peering-connection-id`-filter * EC2: modify_vpc_attribute() now supports the enableNetworkAddressUsageMetrics-attribute * S3: delete_objects() now works against the JS SDK v3.197.0
2022-10-26py-moto: updated to 4.0.8adam1-16/+16
4.0.8 General: * Unpins the werkzeug-dependency - Moto now works with werkzeug==2.2.2 * Fixes the Docker-build to run on M1 Macbooks. New Services: * ServiceQuotas: * get_service_quota() * list_aws_default_service_quotas() New Methods: * CloudFront: list_invalidations() * RDS: modify_db_cluster() Miscellaneous: * Lambda:delete_function() - fixed an issue where the wrong Function would be deleted when providing a qualifier * ECR:put_image() now removes any existing images that have the provided tag * IAM:detach_user/group/role_policy() now throws the correct error message when the policy is not attached in the first place * S3:list_object_versions(): Fix delimiter to take prefix into account * S3: Now closes file handles as early as possible when deleting files/multipart uploads * Sagamaker:describe_training_job() now throws the correct exception when trying to explain a non-existing job
2022-10-19fighting a losing battle against py-cryptography rustification, part 2nia1-2/+3
Switch users to versioned_dependencies.mk.
2022-02-15py-moto: update to 3.0.3.wiz1-21/+20
Changelog not found - five years of regular releases.
2022-01-14py-moto: restrict to python 3+ because of py-surewiz1-1/+3
2022-01-05python: egg.mk: add USE_PKG_RESOURCES flagwiz1-2/+4
This flag should be set for packages that import pkg_resources and thus need setuptools after the build step. Set this flag for packages that need it and bump PKGREVISION.
2022-01-04*: bump PKGREVISION for egg.mk userswiz1-1/+2
They now have a tool dependency on py-setuptools instead of a DEPENDS
2021-11-24py-moto: use TEST_DEPENDSwiz1-9/+12
2017-12-20py-moto: updated to 1.1.19adam1-15/+25
Note: versions >= 1.1.20 require py-docker 1.1.19 * Fixing regression from 1.1.15 1.1.15 * Polly implementation * Added EC2 instance info * SNS publish by phone number 1.1.14 * ACM implementation * Added `make scaffold` * X-Ray implementation 1.1.13 * Created alpine-based Dockerfile (dockerhub: motoserver/moto) * SNS.SetSMSAttributes & SNS.GetSMSAttributes + Filtering * S3 ACL implementation * pushing to Dockerhub on `make publish` 1.1.12 * implemented all AWS managed policies in source * fixing Dynamodb CapacityUnits format * S3 ACL implementation 1.1.11 * S3 authentication * SSM get_parameter * ELBv2 target group tagging * EC2 Security group filters
2017-09-29Add py-moto-1.1.10:joerg1-0/+34
A library that allows your python tests to easily mock out the boto library.