pathlibutil 0.3.5__tar.gz → 0.3.6__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,8 +1,9 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: pathlibutil
3
- Version: 0.3.5
3
+ Version: 0.3.6
4
4
  Summary: inherits from pathlib.Path with methods for hashing, copying, deleting and more
5
5
  License: MIT
6
+ License-File: LICENSE
6
7
  Keywords: pathlib,hashlib,shutil,urllib.parse,json,urlpath
7
8
  Author: Christoph Dörrer
8
9
  Author-email: d-chris@web.de
@@ -15,6 +16,7 @@ Classifier: Programming Language :: Python :: 3.10
15
16
  Classifier: Programming Language :: Python :: 3.11
16
17
  Classifier: Programming Language :: Python :: 3.12
17
18
  Classifier: Programming Language :: Python :: 3.13
19
+ Classifier: Programming Language :: Python :: 3.14
18
20
  Classifier: Programming Language :: Python :: 3.8
19
21
  Provides-Extra: 7z
20
22
  Requires-Dist: py7zr (>=0.20.2) ; extra == "7z"
@@ -5,7 +5,7 @@ requires = [ "poetry-core" ]
5
5
 
6
6
  [tool.poetry]
7
7
  name = "pathlibutil"
8
- version = "v0.3.5"
8
+ version = "v0.3.6"
9
9
  description = "inherits from pathlib.Path with methods for hashing, copying, deleting and more"
10
10
  authors = [ "Christoph Dörrer <d-chris@web.de>" ]
11
11
  readme = "README.md"
@@ -17,6 +17,7 @@ classifiers = [
17
17
  "Programming Language :: Python :: 3.11",
18
18
  "Programming Language :: Python :: 3.12",
19
19
  "Programming Language :: Python :: 3.13",
20
+ "Programming Language :: Python :: 3.14",
20
21
  "License :: OSI Approved :: MIT License",
21
22
  "Operating System :: OS Independent",
22
23
  ]
@@ -34,19 +35,19 @@ py7zr = { version = ">=0.20.2", optional = true }
34
35
  7z = [ "py7zr" ]
35
36
 
36
37
  [tool.poetry.group.dev.dependencies]
37
- tox = "^4.11.4"
38
- pyinstaller = { version = "^6.10.0", python = "<3.14" }
38
+ tox = ">=4.11.4"
39
+ pyinstaller = { version = ">=6.10.0", python = "<3.15" }
39
40
 
40
41
  [tool.poetry.group.test.dependencies]
41
- pytest = "^8.3.3"
42
- pytest-random-order = "^1.1.0"
43
- pytest-cov = "^4.1.0"
44
- pytest-mock = "^3.12.0"
45
- exrex = { git = "https://github.com/asciimoo/exrex", rev = "1c22c70" }
42
+ pytest = ">=8.3.3"
43
+ pytest-random-order = ">=1.1.0"
44
+ pytest-cov = ">=4.1.0"
45
+ pytest-mock = ">=3.12.0"
46
+ exrex = ">=0.12.0"
46
47
 
47
48
  [tool.poetry.group.docs.dependencies]
48
- jinja2-pdoc = "^1.1.0"
49
- pyperclip = "^1.9.0"
49
+ jinja2-pdoc = ">=1.1.0"
50
+ pyperclip = ">=1.9.0"
50
51
 
51
52
  [[tool.poetry.source]]
52
53
  name = "PyPI"
File without changes
File without changes