crashbytes-dateutils 1.1.0__tar.gz → 1.1.2__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.
- {crashbytes_dateutils-1.1.0 → crashbytes_dateutils-1.1.2}/PKG-INFO +4 -4
- {crashbytes_dateutils-1.1.0 → crashbytes_dateutils-1.1.2}/pyproject.toml +2 -2
- {crashbytes_dateutils-1.1.0 → crashbytes_dateutils-1.1.2}/.github/CODEOWNERS +0 -0
- {crashbytes_dateutils-1.1.0 → crashbytes_dateutils-1.1.2}/.github/workflows/ci.yml +0 -0
- {crashbytes_dateutils-1.1.0 → crashbytes_dateutils-1.1.2}/.github/workflows/publish.yml +0 -0
- {crashbytes_dateutils-1.1.0 → crashbytes_dateutils-1.1.2}/.gitignore +0 -0
- {crashbytes_dateutils-1.1.0 → crashbytes_dateutils-1.1.2}/LICENSE +0 -0
- {crashbytes_dateutils-1.1.0 → crashbytes_dateutils-1.1.2}/README.md +0 -0
- {crashbytes_dateutils-1.1.0 → crashbytes_dateutils-1.1.2}/src/crashbytes_dateutils/__init__.py +0 -0
- {crashbytes_dateutils-1.1.0 → crashbytes_dateutils-1.1.2}/src/crashbytes_dateutils/_core.py +0 -0
- {crashbytes_dateutils-1.1.0 → crashbytes_dateutils-1.1.2}/src/crashbytes_dateutils/py.typed +0 -0
- {crashbytes_dateutils-1.1.0 → crashbytes_dateutils-1.1.2}/tests/test_dateutils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: crashbytes-dateutils
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.2
|
|
4
4
|
Summary: Zero-dependency datetime business helpers — business days, fiscal quarters, relative strings.
|
|
5
5
|
Project-URL: Homepage, https://github.com/CrashBytes/crashbytes-dateutils
|
|
6
6
|
Project-URL: Repository, https://github.com/CrashBytes/crashbytes-dateutils
|
|
@@ -20,10 +20,10 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
20
20
|
Classifier: Typing :: Typed
|
|
21
21
|
Requires-Python: >=3.10
|
|
22
22
|
Provides-Extra: dev
|
|
23
|
-
Requires-Dist: mypy>=1.
|
|
23
|
+
Requires-Dist: mypy>=2.1.0; extra == 'dev'
|
|
24
24
|
Requires-Dist: pytest-cov>=7.1; extra == 'dev'
|
|
25
|
-
Requires-Dist: pytest>=9.0; extra == 'dev'
|
|
26
|
-
Requires-Dist: ruff>=0.15; extra == 'dev'
|
|
25
|
+
Requires-Dist: pytest>=9.0.3; extra == 'dev'
|
|
26
|
+
Requires-Dist: ruff>=0.15.16; extra == 'dev'
|
|
27
27
|
Description-Content-Type: text/markdown
|
|
28
28
|
|
|
29
29
|
# crashbytes-dateutils
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "crashbytes-dateutils"
|
|
7
|
-
version = "1.1.
|
|
7
|
+
version = "1.1.2"
|
|
8
8
|
description = "Zero-dependency datetime business helpers — business days, fiscal quarters, relative strings."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "MIT"
|
|
@@ -24,7 +24,7 @@ classifiers = [
|
|
|
24
24
|
]
|
|
25
25
|
|
|
26
26
|
[project.optional-dependencies]
|
|
27
|
-
dev = ["pytest>=9.0", "pytest-cov>=7.1", "mypy>=1.
|
|
27
|
+
dev = ["pytest>=9.0.3", "pytest-cov>=7.1", "mypy>=2.1.0", "ruff>=0.15.16"]
|
|
28
28
|
|
|
29
29
|
[project.urls]
|
|
30
30
|
Homepage = "https://github.com/CrashBytes/crashbytes-dateutils"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crashbytes_dateutils-1.1.0 → crashbytes_dateutils-1.1.2}/src/crashbytes_dateutils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|