diff options
Diffstat (limited to 'python-mypy-boto3-snowball.spec')
-rw-r--r-- | python-mypy-boto3-snowball.spec | 93 |
1 files changed, 48 insertions, 45 deletions
diff --git a/python-mypy-boto3-snowball.spec b/python-mypy-boto3-snowball.spec index 2cf99ab..ff64a25 100644 --- a/python-mypy-boto3-snowball.spec +++ b/python-mypy-boto3-snowball.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-mypy-boto3-snowball -Version: 1.26.70 +Version: 1.26.117 Release: 1 -Summary: Type annotations for boto3.Snowball 1.26.70 service generated with mypy-boto3-builder 7.12.3 +Summary: Type annotations for boto3.Snowball 1.26.117 service generated with mypy-boto3-builder 7.14.5 License: MIT License URL: https://github.com/youtype/mypy_boto3_builder -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/58/97/4935e8f603fa7c3157330daeb11fcd68541dd7b352cdd9b2405d3cb47b23/mypy-boto3-snowball-1.26.70.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/12/cb/f78d4c17e9758562aa37873f2fd9ddacd85e55e78018d8e4b1e00f4340ff/mypy-boto3-snowball-1.26.117.tar.gz BuildArch: noarch Requires: python3-typing-extensions @@ -17,13 +17,13 @@ Requires: python3-typing-extensions [](https://pypi.org/project/mypy-boto3-snowball) [](https://pypi.org/project/mypy-boto3-snowball) -[](https://mypy-boto3-builder.readthedocs.io/) +[](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_snowball/) [](https://pypistats.org/packages/mypy-boto3-snowball)  Type annotations for -[boto3.Snowball 1.26.70](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/snowball.html#Snowball) +[boto3.Snowball 1.26.117](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/snowball.html#Snowball) service compatible with [VSCode](https://code.visualstudio.com/), [PyCharm](https://www.jetbrains.com/pycharm/), [Emacs](https://www.gnu.org/software/emacs/), @@ -32,7 +32,7 @@ service compatible with [VSCode](https://code.visualstudio.com/), [pyright](https://github.com/microsoft/pyright) and other tools. Generated by -[mypy-boto3-builder 7.12.3](https://github.com/youtype/mypy_boto3_builder). +[mypy-boto3-builder 7.14.5](https://github.com/youtype/mypy_boto3_builder). More information can be found on [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in @@ -347,6 +347,7 @@ from mypy_boto3_snowball.type_defs import ( NotificationTypeDef, CompatibleImageTypeDef, ResponseMetadataTypeDef, + JobListEntryTypeDef, CreateLongTermPricingRequestRequestTypeDef, CreateReturnShippingLabelRequestRequestTypeDef, DataTransferTypeDef, @@ -364,7 +365,6 @@ from mypy_boto3_snowball.type_defs import ( GetJobUnlockCodeRequestRequestTypeDef, GetSoftwareUpdatesRequestRequestTypeDef, INDTaxDocumentsTypeDef, - JobListEntryTypeDef, JobLogsTypeDef, KeyRangeTypeDef, ListClusterJobsRequestRequestTypeDef, @@ -374,6 +374,7 @@ from mypy_boto3_snowball.type_defs import ( ListLongTermPricingRequestRequestTypeDef, LongTermPricingListEntryTypeDef, NFSOnDeviceServiceConfigurationTypeDef, + S3OnDeviceServiceConfigurationTypeDef, TGWOnDeviceServiceConfigurationTypeDef, TargetOnDeviceServiceTypeDef, ShipmentTypeDef, @@ -382,7 +383,6 @@ from mypy_boto3_snowball.type_defs import ( UpdateLongTermPricingRequestRequestTypeDef, CreateAddressRequestRequestTypeDef, CreateAddressResultTypeDef, - CreateClusterResultTypeDef, CreateJobResultTypeDef, CreateLongTermPricingResultTypeDef, CreateReturnShippingLabelResultTypeDef, @@ -395,6 +395,9 @@ from mypy_boto3_snowball.type_defs import ( GetSoftwareUpdatesResultTypeDef, ListClustersResultTypeDef, ListCompatibleImagesResultTypeDef, + CreateClusterResultTypeDef, + ListClusterJobsResultTypeDef, + ListJobsResultTypeDef, DependentServiceTypeDef, DescribeAddressesRequestDescribeAddressesPaginateTypeDef, ListClusterJobsRequestListClusterJobsPaginateTypeDef, @@ -404,8 +407,6 @@ from mypy_boto3_snowball.type_defs import ( ListLongTermPricingRequestListLongTermPricingPaginateTypeDef, LambdaResourceTypeDef, TaxDocumentsTypeDef, - ListClusterJobsResultTypeDef, - ListJobsResultTypeDef, ListLongTermPricingResultTypeDef, OnDeviceServiceConfigurationTypeDef, S3ResourceTypeDef, @@ -437,12 +438,11 @@ def get_structure() -> AddressTypeDef: Fully automated [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully generates type annotations for each service, patiently waiting for `boto3` -updates. It delivers a drop-in type annotations for you and makes sure that: +updates. It delivers drop-in type annotations for you and makes sure that: - All available `boto3` services are covered. - Each public class and method of every `boto3` service gets valid type - annotations extracted from the documentation (blame `botocore` docs if types - are incorrect). + annotations extracted from `botocore` schemas. - Type annotations include up-to-date documentation. - Link to documentation is provided for every method. - Code is processed by [black](https://github.com/psf/black) and @@ -456,15 +456,16 @@ updates. It delivers a drop-in type annotations for you and makes sure that: ### Implemented features -- Fully type annotated `boto3`, `botocore` and `aiobotocore` libraries +- Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3` + libraries - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs` compatibility - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type annotations for each service - Generated `TypeDefs` for each service - Generated `Literals` for each service -- Auto discovery of types for `boto3.client` and `boto3.session` calls -- Auto discovery of types for `session.client` and `session.session` calls +- Auto discovery of types for `boto3.client` and `boto3.resource` calls +- Auto discovery of types for `session.client` and `session.resource` calls - Auto discovery of types for `client.get_waiter` and `client.get_paginator` calls - Auto discovery of types for `ServiceResource` and `Resource` collections @@ -517,7 +518,7 @@ repository. %package -n python3-mypy-boto3-snowball -Summary: Type annotations for boto3.Snowball 1.26.70 service generated with mypy-boto3-builder 7.12.3 +Summary: Type annotations for boto3.Snowball 1.26.117 service generated with mypy-boto3-builder 7.14.5 Provides: python-mypy-boto3-snowball BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -529,13 +530,13 @@ BuildRequires: python3-pip [](https://pypi.org/project/mypy-boto3-snowball) [](https://pypi.org/project/mypy-boto3-snowball) -[](https://mypy-boto3-builder.readthedocs.io/) +[](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_snowball/) [](https://pypistats.org/packages/mypy-boto3-snowball)  Type annotations for -[boto3.Snowball 1.26.70](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/snowball.html#Snowball) +[boto3.Snowball 1.26.117](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/snowball.html#Snowball) service compatible with [VSCode](https://code.visualstudio.com/), [PyCharm](https://www.jetbrains.com/pycharm/), [Emacs](https://www.gnu.org/software/emacs/), @@ -544,7 +545,7 @@ service compatible with [VSCode](https://code.visualstudio.com/), [pyright](https://github.com/microsoft/pyright) and other tools. Generated by -[mypy-boto3-builder 7.12.3](https://github.com/youtype/mypy_boto3_builder). +[mypy-boto3-builder 7.14.5](https://github.com/youtype/mypy_boto3_builder). More information can be found on [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in @@ -859,6 +860,7 @@ from mypy_boto3_snowball.type_defs import ( NotificationTypeDef, CompatibleImageTypeDef, ResponseMetadataTypeDef, + JobListEntryTypeDef, CreateLongTermPricingRequestRequestTypeDef, CreateReturnShippingLabelRequestRequestTypeDef, DataTransferTypeDef, @@ -876,7 +878,6 @@ from mypy_boto3_snowball.type_defs import ( GetJobUnlockCodeRequestRequestTypeDef, GetSoftwareUpdatesRequestRequestTypeDef, INDTaxDocumentsTypeDef, - JobListEntryTypeDef, JobLogsTypeDef, KeyRangeTypeDef, ListClusterJobsRequestRequestTypeDef, @@ -886,6 +887,7 @@ from mypy_boto3_snowball.type_defs import ( ListLongTermPricingRequestRequestTypeDef, LongTermPricingListEntryTypeDef, NFSOnDeviceServiceConfigurationTypeDef, + S3OnDeviceServiceConfigurationTypeDef, TGWOnDeviceServiceConfigurationTypeDef, TargetOnDeviceServiceTypeDef, ShipmentTypeDef, @@ -894,7 +896,6 @@ from mypy_boto3_snowball.type_defs import ( UpdateLongTermPricingRequestRequestTypeDef, CreateAddressRequestRequestTypeDef, CreateAddressResultTypeDef, - CreateClusterResultTypeDef, CreateJobResultTypeDef, CreateLongTermPricingResultTypeDef, CreateReturnShippingLabelResultTypeDef, @@ -907,6 +908,9 @@ from mypy_boto3_snowball.type_defs import ( GetSoftwareUpdatesResultTypeDef, ListClustersResultTypeDef, ListCompatibleImagesResultTypeDef, + CreateClusterResultTypeDef, + ListClusterJobsResultTypeDef, + ListJobsResultTypeDef, DependentServiceTypeDef, DescribeAddressesRequestDescribeAddressesPaginateTypeDef, ListClusterJobsRequestListClusterJobsPaginateTypeDef, @@ -916,8 +920,6 @@ from mypy_boto3_snowball.type_defs import ( ListLongTermPricingRequestListLongTermPricingPaginateTypeDef, LambdaResourceTypeDef, TaxDocumentsTypeDef, - ListClusterJobsResultTypeDef, - ListJobsResultTypeDef, ListLongTermPricingResultTypeDef, OnDeviceServiceConfigurationTypeDef, S3ResourceTypeDef, @@ -949,12 +951,11 @@ def get_structure() -> AddressTypeDef: Fully automated [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully generates type annotations for each service, patiently waiting for `boto3` -updates. It delivers a drop-in type annotations for you and makes sure that: +updates. It delivers drop-in type annotations for you and makes sure that: - All available `boto3` services are covered. - Each public class and method of every `boto3` service gets valid type - annotations extracted from the documentation (blame `botocore` docs if types - are incorrect). + annotations extracted from `botocore` schemas. - Type annotations include up-to-date documentation. - Link to documentation is provided for every method. - Code is processed by [black](https://github.com/psf/black) and @@ -968,15 +969,16 @@ updates. It delivers a drop-in type annotations for you and makes sure that: ### Implemented features -- Fully type annotated `boto3`, `botocore` and `aiobotocore` libraries +- Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3` + libraries - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs` compatibility - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type annotations for each service - Generated `TypeDefs` for each service - Generated `Literals` for each service -- Auto discovery of types for `boto3.client` and `boto3.session` calls -- Auto discovery of types for `session.client` and `session.session` calls +- Auto discovery of types for `boto3.client` and `boto3.resource` calls +- Auto discovery of types for `session.client` and `session.resource` calls - Auto discovery of types for `client.get_waiter` and `client.get_paginator` calls - Auto discovery of types for `ServiceResource` and `Resource` collections @@ -1038,13 +1040,13 @@ Provides: python3-mypy-boto3-snowball-doc [](https://pypi.org/project/mypy-boto3-snowball) [](https://pypi.org/project/mypy-boto3-snowball) -[](https://mypy-boto3-builder.readthedocs.io/) +[](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_snowball/) [](https://pypistats.org/packages/mypy-boto3-snowball)  Type annotations for -[boto3.Snowball 1.26.70](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/snowball.html#Snowball) +[boto3.Snowball 1.26.117](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/snowball.html#Snowball) service compatible with [VSCode](https://code.visualstudio.com/), [PyCharm](https://www.jetbrains.com/pycharm/), [Emacs](https://www.gnu.org/software/emacs/), @@ -1053,7 +1055,7 @@ service compatible with [VSCode](https://code.visualstudio.com/), [pyright](https://github.com/microsoft/pyright) and other tools. Generated by -[mypy-boto3-builder 7.12.3](https://github.com/youtype/mypy_boto3_builder). +[mypy-boto3-builder 7.14.5](https://github.com/youtype/mypy_boto3_builder). More information can be found on [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in @@ -1368,6 +1370,7 @@ from mypy_boto3_snowball.type_defs import ( NotificationTypeDef, CompatibleImageTypeDef, ResponseMetadataTypeDef, + JobListEntryTypeDef, CreateLongTermPricingRequestRequestTypeDef, CreateReturnShippingLabelRequestRequestTypeDef, DataTransferTypeDef, @@ -1385,7 +1388,6 @@ from mypy_boto3_snowball.type_defs import ( GetJobUnlockCodeRequestRequestTypeDef, GetSoftwareUpdatesRequestRequestTypeDef, INDTaxDocumentsTypeDef, - JobListEntryTypeDef, JobLogsTypeDef, KeyRangeTypeDef, ListClusterJobsRequestRequestTypeDef, @@ -1395,6 +1397,7 @@ from mypy_boto3_snowball.type_defs import ( ListLongTermPricingRequestRequestTypeDef, LongTermPricingListEntryTypeDef, NFSOnDeviceServiceConfigurationTypeDef, + S3OnDeviceServiceConfigurationTypeDef, TGWOnDeviceServiceConfigurationTypeDef, TargetOnDeviceServiceTypeDef, ShipmentTypeDef, @@ -1403,7 +1406,6 @@ from mypy_boto3_snowball.type_defs import ( UpdateLongTermPricingRequestRequestTypeDef, CreateAddressRequestRequestTypeDef, CreateAddressResultTypeDef, - CreateClusterResultTypeDef, CreateJobResultTypeDef, CreateLongTermPricingResultTypeDef, CreateReturnShippingLabelResultTypeDef, @@ -1416,6 +1418,9 @@ from mypy_boto3_snowball.type_defs import ( GetSoftwareUpdatesResultTypeDef, ListClustersResultTypeDef, ListCompatibleImagesResultTypeDef, + CreateClusterResultTypeDef, + ListClusterJobsResultTypeDef, + ListJobsResultTypeDef, DependentServiceTypeDef, DescribeAddressesRequestDescribeAddressesPaginateTypeDef, ListClusterJobsRequestListClusterJobsPaginateTypeDef, @@ -1425,8 +1430,6 @@ from mypy_boto3_snowball.type_defs import ( ListLongTermPricingRequestListLongTermPricingPaginateTypeDef, LambdaResourceTypeDef, TaxDocumentsTypeDef, - ListClusterJobsResultTypeDef, - ListJobsResultTypeDef, ListLongTermPricingResultTypeDef, OnDeviceServiceConfigurationTypeDef, S3ResourceTypeDef, @@ -1458,12 +1461,11 @@ def get_structure() -> AddressTypeDef: Fully automated [mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully generates type annotations for each service, patiently waiting for `boto3` -updates. It delivers a drop-in type annotations for you and makes sure that: +updates. It delivers drop-in type annotations for you and makes sure that: - All available `boto3` services are covered. - Each public class and method of every `boto3` service gets valid type - annotations extracted from the documentation (blame `botocore` docs if types - are incorrect). + annotations extracted from `botocore` schemas. - Type annotations include up-to-date documentation. - Link to documentation is provided for every method. - Code is processed by [black](https://github.com/psf/black) and @@ -1477,15 +1479,16 @@ updates. It delivers a drop-in type annotations for you and makes sure that: ### Implemented features -- Fully type annotated `boto3`, `botocore` and `aiobotocore` libraries +- Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3` + libraries - `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs` compatibility - `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type annotations for each service - Generated `TypeDefs` for each service - Generated `Literals` for each service -- Auto discovery of types for `boto3.client` and `boto3.session` calls -- Auto discovery of types for `session.client` and `session.session` calls +- Auto discovery of types for `boto3.client` and `boto3.resource` calls +- Auto discovery of types for `session.client` and `session.resource` calls - Auto discovery of types for `client.get_waiter` and `client.get_paginator` calls - Auto discovery of types for `ServiceResource` and `Resource` collections @@ -1538,7 +1541,7 @@ repository. %prep -%autosetup -n mypy-boto3-snowball-1.26.70 +%autosetup -n mypy-boto3-snowball-1.26.117 %build %py3_build @@ -1578,5 +1581,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 1.26.70-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 1.26.117-1 - Package Spec generated |