zipremove 0.6.1__tar.gz → 0.7.0__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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: zipremove
3
- Version: 0.6.1
3
+ Version: 0.7.0
4
4
  Summary: Extend `zipfile` with `remove`-related functionalities
5
5
  Home-page: https://github.com/danny0838/zipremove
6
6
  Author: Danny Lin
@@ -21,15 +21,6 @@ Classifier: Operating System :: OS Independent
21
21
  Requires-Python: ~=3.9
22
22
  Description-Content-Type: text/markdown
23
23
  License-File: LICENSE.txt
24
- Provides-Extra: dev
25
- Requires-Dist: tox>=4.0; extra == "dev"
26
- Requires-Dist: build; extra == "dev"
27
- Requires-Dist: twine>=4.0; extra == "dev"
28
- Requires-Dist: flake8>=5.0; extra == "dev"
29
- Requires-Dist: flake8-comprehensions>=3.12; extra == "dev"
30
- Requires-Dist: flake8-bugbear>=22.0; extra == "dev"
31
- Requires-Dist: flake8-isort>=6.0; extra == "dev"
32
- Requires-Dist: isort>=5.5; extra == "dev"
33
24
  Dynamic: license-file
34
25
 
35
26
  ![PyPI version](https://img.shields.io/pypi/v/zipremove.svg)
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = zipremove
3
- version = 0.6.1
3
+ version = 0.7.0
4
4
  author = Danny Lin
5
5
  author_email = danny0838@gmail.com
6
6
  url = https://github.com/danny0838/zipremove
@@ -25,18 +25,6 @@ classifiers =
25
25
  [options]
26
26
  python_requires = ~=3.9
27
27
 
28
- [options.extras_require]
29
- dev =
30
- tox >= 4.0
31
- build
32
- twine >= 4.0
33
-
34
- flake8 >= 5.0
35
- flake8-comprehensions >= 3.12
36
- flake8-bugbear >= 22.0
37
- flake8-isort >= 6.0
38
- isort >= 5.5
39
-
40
28
  [flake8]
41
29
  exclude =
42
30
  .git
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: zipremove
3
- Version: 0.6.1
3
+ Version: 0.7.0
4
4
  Summary: Extend `zipfile` with `remove`-related functionalities
5
5
  Home-page: https://github.com/danny0838/zipremove
6
6
  Author: Danny Lin
@@ -21,15 +21,6 @@ Classifier: Operating System :: OS Independent
21
21
  Requires-Python: ~=3.9
22
22
  Description-Content-Type: text/markdown
23
23
  License-File: LICENSE.txt
24
- Provides-Extra: dev
25
- Requires-Dist: tox>=4.0; extra == "dev"
26
- Requires-Dist: build; extra == "dev"
27
- Requires-Dist: twine>=4.0; extra == "dev"
28
- Requires-Dist: flake8>=5.0; extra == "dev"
29
- Requires-Dist: flake8-comprehensions>=3.12; extra == "dev"
30
- Requires-Dist: flake8-bugbear>=22.0; extra == "dev"
31
- Requires-Dist: flake8-isort>=6.0; extra == "dev"
32
- Requires-Dist: isort>=5.5; extra == "dev"
33
24
  Dynamic: license-file
34
25
 
35
26
  ![PyPI version](https://img.shields.io/pypi/v/zipremove.svg)
@@ -7,7 +7,6 @@ src/zipremove/__init__.py
7
7
  src/zipremove.egg-info/PKG-INFO
8
8
  src/zipremove.egg-info/SOURCES.txt
9
9
  src/zipremove.egg-info/dependency_links.txt
10
- src/zipremove.egg-info/requires.txt
11
10
  src/zipremove.egg-info/top_level.txt
12
11
  tests/test_zipfile.py
13
12
  tests/test_zipfile64.py
@@ -1,10 +0,0 @@
1
-
2
- [dev]
3
- tox>=4.0
4
- build
5
- twine>=4.0
6
- flake8>=5.0
7
- flake8-comprehensions>=3.12
8
- flake8-bugbear>=22.0
9
- flake8-isort>=6.0
10
- isort>=5.5
File without changes
File without changes
File without changes
File without changes