pyaws-s3 1.0.17__tar.gz → 1.0.18__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
- Name: pyaws_s3
3
- Version: 1.0.17
2
+ Name: pyaws-s3
3
+ Version: 1.0.18
4
4
  Summary: A Python package for AWS S3 utilities
5
5
  Author-email: Giuseppe Zileni <giuseppe.zileni@gmail.com>
6
6
  Keywords: aws,s3,utilities
7
7
  Classifier: Programming Language :: Python :: 3
8
8
  Classifier: Operating System :: OS Independent
9
- Requires-Python: >=3.12
9
+ Requires-Python: >=3.9
10
10
  Description-Content-Type: text/markdown
11
11
  License-File: LICENSE.md
12
12
  Requires-Dist: aioboto3==14.3.0
@@ -1,12 +1,12 @@
1
1
  Metadata-Version: 2.4
2
- Name: pyaws_s3
3
- Version: 1.0.17
2
+ Name: pyaws-s3
3
+ Version: 1.0.18
4
4
  Summary: A Python package for AWS S3 utilities
5
5
  Author-email: Giuseppe Zileni <giuseppe.zileni@gmail.com>
6
6
  Keywords: aws,s3,utilities
7
7
  Classifier: Programming Language :: Python :: 3
8
8
  Classifier: Operating System :: OS Independent
9
- Requires-Python: >=3.12
9
+ Requires-Python: >=3.9
10
10
  Description-Content-Type: text/markdown
11
11
  License-File: LICENSE.md
12
12
  Requires-Dist: aioboto3==14.3.0
@@ -3,14 +3,14 @@ requires = ["setuptools >= 77.0.3"]
3
3
  build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
- name = "pyaws_s3"
7
- version = "1.0.17"
6
+ name = "pyaws-s3"
7
+ version = "1.0.18"
8
8
  description = "A Python package for AWS S3 utilities"
9
9
  authors = [
10
10
  { name="Giuseppe Zileni", email="giuseppe.zileni@gmail.com" }
11
11
  ]
12
12
  readme = {file = "README.md", content-type = "text/markdown"}
13
- requires-python = ">=3.12"
13
+ requires-python = ">=3.9"
14
14
  license-files = ["LICENSE.md"]
15
15
  keywords = ["aws", "s3", "utilities"]
16
16
  classifiers = ['Programming Language :: Python :: 3', 'Operating System :: OS Independent']
File without changes
File without changes
File without changes
File without changes